@plaidev/karte-action-sdk 1.1.243 → 1.1.244-28734218.eb9717d0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +15 -13
- package/dist/hydrate/index.es.js +1047 -749
- package/dist/index.es.d.ts +15 -13
- package/dist/index.es.js +989 -683
- package/dist/templates.cjs.js +1 -0
- package/dist/templates.js +1 -0
- package/package.json +2 -2
- package/meta/karte-action-sdk.api.json +0 -6318
package/dist/hydrate/index.es.js
CHANGED
@@ -2874,7 +2874,7 @@ function create_if_block$g(ctx) {
|
|
2874
2874
|
};
|
2875
2875
|
}
|
2876
2876
|
|
2877
|
-
function create_fragment$
|
2877
|
+
function create_fragment$1c(ctx) {
|
2878
2878
|
let head;
|
2879
2879
|
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$g(ctx);
|
2880
2880
|
|
@@ -2916,7 +2916,7 @@ function create_fragment$1b(ctx) {
|
|
2916
2916
|
};
|
2917
2917
|
}
|
2918
2918
|
|
2919
|
-
function instance$
|
2919
|
+
function instance$1c($$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$1b($$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$1c, create_fragment$1c, 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$1b(ctx) {
|
2956
2956
|
let header;
|
2957
2957
|
let t;
|
2958
2958
|
let current;
|
@@ -3016,7 +3016,7 @@ function create_fragment$1a(ctx) {
|
|
3016
3016
|
};
|
3017
3017
|
}
|
3018
3018
|
|
3019
|
-
function instance$
|
3019
|
+
function instance$1b($$self, $$props, $$invalidate) {
|
3020
3020
|
let { $$slots: slots = {}, $$scope } = $$props;
|
3021
3021
|
|
3022
3022
|
$$self.$$set = $$props => {
|
@@ -3029,14 +3029,14 @@ function instance$1a($$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$1b, create_fragment$1b, 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$D(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}
|
@@ -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,7 +3112,7 @@ function create_if_block$f(ctx) {
|
|
3112
3112
|
};
|
3113
3113
|
}
|
3114
3114
|
|
3115
|
-
function create_fragment$
|
3115
|
+
function create_fragment$1a(ctx) {
|
3116
3116
|
let if_block_anchor;
|
3117
3117
|
let current;
|
3118
3118
|
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$f(ctx);
|
@@ -3177,7 +3177,7 @@ function getStateItemContext() {
|
|
3177
3177
|
return getContext(STATE_ITEM_CONTEXT_KEY);
|
3178
3178
|
}
|
3179
3179
|
|
3180
|
-
function instance$
|
3180
|
+
function instance$1a($$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$19($$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$1a, create_fragment$1a, safe_not_equal, { path: 0 }, add_css$D);
|
3207
3207
|
}
|
3208
3208
|
}
|
3209
3209
|
|
@@ -3329,8 +3329,8 @@ 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$C(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}
|
@@ -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,7 +3374,7 @@ function create_if_block$e(ctx) {
|
|
3374
3374
|
};
|
3375
3375
|
}
|
3376
3376
|
|
3377
|
-
function create_fragment$
|
3377
|
+
function create_fragment$19(ctx) {
|
3378
3378
|
let if_block_anchor;
|
3379
3379
|
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$e(ctx);
|
3380
3380
|
|
@@ -3414,7 +3414,7 @@ function create_fragment$18(ctx) {
|
|
3414
3414
|
};
|
3415
3415
|
}
|
3416
3416
|
|
3417
|
-
function instance$
|
3417
|
+
function instance$19($$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$18($$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$19, create_fragment$19, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$C);
|
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$B(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;
|
@@ -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,7 +3822,7 @@ function create_if_block$d(ctx) {
|
|
3822
3822
|
};
|
3823
3823
|
}
|
3824
3824
|
|
3825
|
-
function create_fragment$
|
3825
|
+
function create_fragment$18(ctx) {
|
3826
3826
|
let current_block_type_index;
|
3827
3827
|
let if_block;
|
3828
3828
|
let if_block_anchor;
|
@@ -3899,7 +3899,7 @@ function create_fragment$17(ctx) {
|
|
3899
3899
|
|
3900
3900
|
const BUTTON_CLASS = 'button';
|
3901
3901
|
|
3902
|
-
function instance$
|
3902
|
+
function instance$18($$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$18,
|
3969
|
+
create_fragment$18,
|
3970
3970
|
safe_not_equal,
|
3971
3971
|
{
|
3972
3972
|
onClick: 0,
|
@@ -3974,15 +3974,15 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3974
3974
|
eventValue: 6,
|
3975
3975
|
style: 1
|
3976
3976
|
},
|
3977
|
-
add_css$
|
3977
|
+
add_css$B
|
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$A(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
|
// (277:0) {:else}
|
@@ -4157,7 +4157,7 @@ function create_if_block$c(ctx) {
|
|
4157
4157
|
this.h();
|
4158
4158
|
},
|
4159
4159
|
h() {
|
4160
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4160
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"));
|
4161
4161
|
attr(div, "role", "dialog");
|
4162
4162
|
attr(div, "aria-modal", "true");
|
4163
4163
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[23]).join(';'));
|
@@ -4181,7 +4181,7 @@ function create_if_block$c(ctx) {
|
|
4181
4181
|
|
4182
4182
|
button.$set(button_changes);
|
4183
4183
|
|
4184
|
-
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
4184
|
+
if (!current || dirty[0] & /*useBreakPoint*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[3] ? 'modal-bp' : ''].join(' ')) + " svelte-1ijkyzl"))) {
|
4185
4185
|
attr(div, "class", div_class_value);
|
4186
4186
|
}
|
4187
4187
|
},
|
@@ -4245,7 +4245,7 @@ function create_if_block_1$3(ctx) {
|
|
4245
4245
|
this.h();
|
4246
4246
|
},
|
4247
4247
|
h() {
|
4248
|
-
attr(div, "class", "close svelte-
|
4248
|
+
attr(div, "class", "close svelte-1ijkyzl");
|
4249
4249
|
set_style(div, "z-index", /*$maximumZindex*/ ctx[22] + 1);
|
4250
4250
|
},
|
4251
4251
|
m(target, anchor) {
|
@@ -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$17(ctx) {
|
4451
4451
|
let show_if;
|
4452
4452
|
let current_block_type_index;
|
4453
4453
|
let if_block0;
|
@@ -4571,7 +4571,7 @@ function create_fragment$16(ctx) {
|
|
4571
4571
|
};
|
4572
4572
|
}
|
4573
4573
|
|
4574
|
-
function instance$
|
4574
|
+
function instance$17($$self, $$props, $$invalidate) {
|
4575
4575
|
let close;
|
4576
4576
|
let closable;
|
4577
4577
|
let backgroundClick;
|
@@ -4853,8 +4853,8 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4853
4853
|
init(
|
4854
4854
|
this,
|
4855
4855
|
options,
|
4856
|
-
instance$
|
4857
|
-
create_fragment$
|
4856
|
+
instance$17,
|
4857
|
+
create_fragment$17,
|
4858
4858
|
safe_not_equal,
|
4859
4859
|
{
|
4860
4860
|
onClick: 0,
|
@@ -4872,7 +4872,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4872
4872
|
closeButtonColor: 9,
|
4873
4873
|
_closeStyle: 10
|
4874
4874
|
},
|
4875
|
-
add_css$
|
4875
|
+
add_css$A,
|
4876
4876
|
[-1, -1]
|
4877
4877
|
);
|
4878
4878
|
}
|
@@ -4880,7 +4880,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4880
4880
|
|
4881
4881
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4882
4882
|
|
4883
|
-
function create_fragment$
|
4883
|
+
function create_fragment$16(ctx) {
|
4884
4884
|
let div;
|
4885
4885
|
let current;
|
4886
4886
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4948,7 +4948,7 @@ function create_fragment$15(ctx) {
|
|
4948
4948
|
};
|
4949
4949
|
}
|
4950
4950
|
|
4951
|
-
function instance$
|
4951
|
+
function instance$16($$self, $$props, $$invalidate) {
|
4952
4952
|
let _style;
|
4953
4953
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4954
4954
|
let { width = '512px' } = $$props;
|
@@ -4993,7 +4993,7 @@ class Grid extends SvelteComponent {
|
|
4993
4993
|
constructor(options) {
|
4994
4994
|
super();
|
4995
4995
|
|
4996
|
-
init(this, options, instance$
|
4996
|
+
init(this, options, instance$16, create_fragment$16, safe_not_equal, {
|
4997
4997
|
width: 1,
|
4998
4998
|
height: 2,
|
4999
4999
|
rows: 3,
|
@@ -5006,11 +5006,11 @@ class Grid extends SvelteComponent {
|
|
5006
5006
|
|
5007
5007
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
5008
5008
|
|
5009
|
-
function add_css$
|
5010
|
-
append_styles(target, "svelte-
|
5009
|
+
function add_css$z(target) {
|
5010
|
+
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
5011
|
}
|
5012
5012
|
|
5013
|
-
function create_fragment$
|
5013
|
+
function create_fragment$15(ctx) {
|
5014
5014
|
let div1;
|
5015
5015
|
let div0;
|
5016
5016
|
let current;
|
@@ -5041,8 +5041,8 @@ function create_fragment$14(ctx) {
|
|
5041
5041
|
this.h();
|
5042
5042
|
},
|
5043
5043
|
h() {
|
5044
|
-
attr(div0, "class", "grid-item-inner svelte-
|
5045
|
-
attr(div1, "class", "grid-item svelte-
|
5044
|
+
attr(div0, "class", "grid-item-inner svelte-n7kdl3");
|
5045
|
+
attr(div1, "class", "grid-item svelte-n7kdl3");
|
5046
5046
|
attr(div1, "data-element-id", /*gridItemId*/ ctx[0]);
|
5047
5047
|
attr(div1, "data-grid-item-id", /*gridItemId*/ ctx[0]);
|
5048
5048
|
attr(div1, "style", /*_style*/ ctx[1]);
|
@@ -5103,7 +5103,7 @@ function create_fragment$14(ctx) {
|
|
5103
5103
|
|
5104
5104
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5105
5105
|
|
5106
|
-
function instance$
|
5106
|
+
function instance$15($$self, $$props, $$invalidate) {
|
5107
5107
|
let _style;
|
5108
5108
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5109
5109
|
let { x1 } = $$props;
|
@@ -5152,8 +5152,8 @@ class GridItem extends SvelteComponent {
|
|
5152
5152
|
init(
|
5153
5153
|
this,
|
5154
5154
|
options,
|
5155
|
-
instance$
|
5156
|
-
create_fragment$
|
5155
|
+
instance$15,
|
5156
|
+
create_fragment$15,
|
5157
5157
|
safe_not_equal,
|
5158
5158
|
{
|
5159
5159
|
x1: 2,
|
@@ -5164,14 +5164,14 @@ class GridItem extends SvelteComponent {
|
|
5164
5164
|
background: 7,
|
5165
5165
|
gridItemId: 0
|
5166
5166
|
},
|
5167
|
-
add_css$
|
5167
|
+
add_css$z
|
5168
5168
|
);
|
5169
5169
|
}
|
5170
5170
|
}
|
5171
5171
|
|
5172
5172
|
/* src/components/RenderText.svelte generated by Svelte v3.53.1 */
|
5173
5173
|
|
5174
|
-
function get_each_context$
|
5174
|
+
function get_each_context$7(ctx, list, i) {
|
5175
5175
|
const child_ctx = ctx.slice();
|
5176
5176
|
child_ctx[2] = list[i];
|
5177
5177
|
return child_ctx;
|
@@ -5223,7 +5223,7 @@ function create_if_block$b(ctx) {
|
|
5223
5223
|
}
|
5224
5224
|
|
5225
5225
|
// (10:0) {#each items as item}
|
5226
|
-
function create_each_block$
|
5226
|
+
function create_each_block$7(ctx) {
|
5227
5227
|
let show_if;
|
5228
5228
|
let if_block_anchor;
|
5229
5229
|
|
@@ -5270,13 +5270,13 @@ function create_each_block$6(ctx) {
|
|
5270
5270
|
};
|
5271
5271
|
}
|
5272
5272
|
|
5273
|
-
function create_fragment$
|
5273
|
+
function create_fragment$14(ctx) {
|
5274
5274
|
let each_1_anchor;
|
5275
5275
|
let each_value = /*items*/ ctx[0];
|
5276
5276
|
let each_blocks = [];
|
5277
5277
|
|
5278
5278
|
for (let i = 0; i < each_value.length; i += 1) {
|
5279
|
-
each_blocks[i] = create_each_block$
|
5279
|
+
each_blocks[i] = create_each_block$7(get_each_context$7(ctx, each_value, i));
|
5280
5280
|
}
|
5281
5281
|
|
5282
5282
|
return {
|
@@ -5307,12 +5307,12 @@ function create_fragment$13(ctx) {
|
|
5307
5307
|
let i;
|
5308
5308
|
|
5309
5309
|
for (i = 0; i < each_value.length; i += 1) {
|
5310
|
-
const child_ctx = get_each_context$
|
5310
|
+
const child_ctx = get_each_context$7(ctx, each_value, i);
|
5311
5311
|
|
5312
5312
|
if (each_blocks[i]) {
|
5313
5313
|
each_blocks[i].p(child_ctx, dirty);
|
5314
5314
|
} else {
|
5315
|
-
each_blocks[i] = create_each_block$
|
5315
|
+
each_blocks[i] = create_each_block$7(child_ctx);
|
5316
5316
|
each_blocks[i].c();
|
5317
5317
|
each_blocks[i].m(each_1_anchor.parentNode, each_1_anchor);
|
5318
5318
|
}
|
@@ -5336,7 +5336,7 @@ function create_fragment$13(ctx) {
|
|
5336
5336
|
|
5337
5337
|
const regexp = /(\r?\n)/;
|
5338
5338
|
|
5339
|
-
function instance$
|
5339
|
+
function instance$14($$self, $$props, $$invalidate) {
|
5340
5340
|
let items;
|
5341
5341
|
let { text = 'サンプルSample' } = $$props;
|
5342
5342
|
|
@@ -5357,14 +5357,14 @@ function instance$13($$self, $$props, $$invalidate) {
|
|
5357
5357
|
class RenderText extends SvelteComponent {
|
5358
5358
|
constructor(options) {
|
5359
5359
|
super();
|
5360
|
-
init(this, options, instance$
|
5360
|
+
init(this, options, instance$14, create_fragment$14, safe_not_equal, { text: 1 });
|
5361
5361
|
}
|
5362
5362
|
}
|
5363
5363
|
|
5364
5364
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5365
5365
|
|
5366
|
-
function add_css$
|
5367
|
-
append_styles(target, "svelte-
|
5366
|
+
function add_css$y(target) {
|
5367
|
+
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
5368
|
}
|
5369
5369
|
|
5370
5370
|
// (94:2) {:else}
|
@@ -5394,8 +5394,8 @@ function create_else_block$3(ctx) {
|
|
5394
5394
|
this.h();
|
5395
5395
|
},
|
5396
5396
|
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-
|
5397
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5398
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5399
5399
|
attr(div1, "style", /*style*/ ctx[5]);
|
5400
5400
|
},
|
5401
5401
|
m(target, anchor) {
|
@@ -5409,7 +5409,7 @@ function create_else_block$3(ctx) {
|
|
5409
5409
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5410
5410
|
rendertext.$set(rendertext_changes);
|
5411
5411
|
|
5412
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5412
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"))) {
|
5413
5413
|
attr(div1, "class", div1_class_value);
|
5414
5414
|
}
|
5415
5415
|
|
@@ -5484,12 +5484,12 @@ function create_if_block$a(ctx) {
|
|
5484
5484
|
this.h();
|
5485
5485
|
},
|
5486
5486
|
h() {
|
5487
|
-
attr(div0, "class", "text-element-inner svelte-
|
5487
|
+
attr(div0, "class", "text-element-inner svelte-9ixs0b");
|
5488
5488
|
attr(a, "href", '');
|
5489
|
-
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
5489
|
+
attr(a, "class", a_class_value = "" + (null_to_empty(`text-element text-link-element text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-9ixs0b"));
|
5490
5490
|
attr(a, "style", /*style*/ ctx[5]);
|
5491
|
-
attr(div1, "class", "tooltip svelte-
|
5492
|
-
attr(div2, "class", "tooltip tooltip-error svelte-
|
5491
|
+
attr(div1, "class", "tooltip svelte-9ixs0b");
|
5492
|
+
attr(div2, "class", "tooltip tooltip-error svelte-9ixs0b");
|
5493
5493
|
},
|
5494
5494
|
m(target, anchor) {
|
5495
5495
|
insert_hydration(target, a, anchor);
|
@@ -5515,7 +5515,7 @@ function create_if_block$a(ctx) {
|
|
5515
5515
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
5516
5516
|
rendertext.$set(rendertext_changes);
|
5517
5517
|
|
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-
|
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-9ixs0b"))) {
|
5519
5519
|
attr(a, "class", a_class_value);
|
5520
5520
|
}
|
5521
5521
|
|
@@ -5547,7 +5547,7 @@ function create_if_block$a(ctx) {
|
|
5547
5547
|
};
|
5548
5548
|
}
|
5549
5549
|
|
5550
|
-
function create_fragment$
|
5550
|
+
function create_fragment$13(ctx) {
|
5551
5551
|
let div;
|
5552
5552
|
let current_block_type_index;
|
5553
5553
|
let if_block;
|
@@ -5577,7 +5577,7 @@ function create_fragment$12(ctx) {
|
|
5577
5577
|
this.h();
|
5578
5578
|
},
|
5579
5579
|
h() {
|
5580
|
-
attr(div, "class", "text-element-wrapper svelte-
|
5580
|
+
attr(div, "class", "text-element-wrapper svelte-9ixs0b");
|
5581
5581
|
},
|
5582
5582
|
m(target, anchor) {
|
5583
5583
|
insert_hydration(target, div, anchor);
|
@@ -5627,7 +5627,7 @@ function create_fragment$12(ctx) {
|
|
5627
5627
|
};
|
5628
5628
|
}
|
5629
5629
|
|
5630
|
-
function instance$
|
5630
|
+
function instance$13($$self, $$props, $$invalidate) {
|
5631
5631
|
let style;
|
5632
5632
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5633
5633
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5723,8 +5723,8 @@ class TextElement extends SvelteComponent {
|
|
5723
5723
|
init(
|
5724
5724
|
this,
|
5725
5725
|
options,
|
5726
|
-
instance$
|
5727
|
-
create_fragment$
|
5726
|
+
instance$13,
|
5727
|
+
create_fragment$13,
|
5728
5728
|
safe_not_equal,
|
5729
5729
|
{
|
5730
5730
|
text: 0,
|
@@ -5735,15 +5735,15 @@ class TextElement extends SvelteComponent {
|
|
5735
5735
|
enableCopy: 2,
|
5736
5736
|
eventName: 10
|
5737
5737
|
},
|
5738
|
-
add_css$
|
5738
|
+
add_css$y
|
5739
5739
|
);
|
5740
5740
|
}
|
5741
5741
|
}
|
5742
5742
|
|
5743
5743
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5744
5744
|
|
5745
|
-
function add_css$
|
5746
|
-
append_styles(target, "svelte-
|
5745
|
+
function add_css$x(target) {
|
5746
|
+
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
5747
|
}
|
5748
5748
|
|
5749
5749
|
// (48:2) <Button {onClick} {style} {eventName}>
|
@@ -5783,7 +5783,7 @@ function create_default_slot$a(ctx) {
|
|
5783
5783
|
};
|
5784
5784
|
}
|
5785
5785
|
|
5786
|
-
function create_fragment$
|
5786
|
+
function create_fragment$12(ctx) {
|
5787
5787
|
let div;
|
5788
5788
|
let button;
|
5789
5789
|
let current;
|
@@ -5812,7 +5812,7 @@ function create_fragment$11(ctx) {
|
|
5812
5812
|
this.h();
|
5813
5813
|
},
|
5814
5814
|
h() {
|
5815
|
-
attr(div, "class", "text-button-element svelte-
|
5815
|
+
attr(div, "class", "text-button-element svelte-1vg84sc");
|
5816
5816
|
},
|
5817
5817
|
m(target, anchor) {
|
5818
5818
|
insert_hydration(target, div, anchor);
|
@@ -5847,7 +5847,7 @@ function create_fragment$11(ctx) {
|
|
5847
5847
|
};
|
5848
5848
|
}
|
5849
5849
|
|
5850
|
-
function instance$
|
5850
|
+
function instance$12($$self, $$props, $$invalidate) {
|
5851
5851
|
let style;
|
5852
5852
|
let { text = 'ボタンのラベル' } = $$props;
|
5853
5853
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5885,8 +5885,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5885
5885
|
init(
|
5886
5886
|
this,
|
5887
5887
|
options,
|
5888
|
-
instance$
|
5889
|
-
create_fragment$
|
5888
|
+
instance$12,
|
5889
|
+
create_fragment$12,
|
5890
5890
|
safe_not_equal,
|
5891
5891
|
{
|
5892
5892
|
text: 0,
|
@@ -5896,15 +5896,15 @@ class TextButtonElement extends SvelteComponent {
|
|
5896
5896
|
_buttonStyle: 5,
|
5897
5897
|
_style: 6
|
5898
5898
|
},
|
5899
|
-
add_css$
|
5899
|
+
add_css$x
|
5900
5900
|
);
|
5901
5901
|
}
|
5902
5902
|
}
|
5903
5903
|
|
5904
5904
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5905
5905
|
|
5906
|
-
function add_css$
|
5907
|
-
append_styles(target, "svelte-
|
5906
|
+
function add_css$w(target) {
|
5907
|
+
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
5908
|
}
|
5909
5909
|
|
5910
5910
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
@@ -5932,7 +5932,7 @@ function create_default_slot$9(ctx) {
|
|
5932
5932
|
this.h();
|
5933
5933
|
},
|
5934
5934
|
h() {
|
5935
|
-
attr(img, "class", "image svelte-
|
5935
|
+
attr(img, "class", "image svelte-t6tu0e");
|
5936
5936
|
attr(img, "loading", "lazy");
|
5937
5937
|
attr(img, "width", "auto");
|
5938
5938
|
attr(img, "height", "auto");
|
@@ -5974,7 +5974,7 @@ function create_default_slot$9(ctx) {
|
|
5974
5974
|
};
|
5975
5975
|
}
|
5976
5976
|
|
5977
|
-
function create_fragment$
|
5977
|
+
function create_fragment$11(ctx) {
|
5978
5978
|
let div;
|
5979
5979
|
let button;
|
5980
5980
|
let div_class_value;
|
@@ -6004,7 +6004,7 @@ function create_fragment$10(ctx) {
|
|
6004
6004
|
this.h();
|
6005
6005
|
},
|
6006
6006
|
h() {
|
6007
|
-
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6007
|
+
attr(div, "class", div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e");
|
6008
6008
|
},
|
6009
6009
|
m(target, anchor) {
|
6010
6010
|
insert_hydration(target, div, anchor);
|
@@ -6023,7 +6023,7 @@ function create_fragment$10(ctx) {
|
|
6023
6023
|
|
6024
6024
|
button.$set(button_changes);
|
6025
6025
|
|
6026
|
-
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-
|
6026
|
+
if (!current || dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "image-element " + (/*transport*/ ctx[2] ? ' transport' : '') + " svelte-t6tu0e")) {
|
6027
6027
|
attr(div, "class", div_class_value);
|
6028
6028
|
}
|
6029
6029
|
},
|
@@ -6043,7 +6043,7 @@ function create_fragment$10(ctx) {
|
|
6043
6043
|
};
|
6044
6044
|
}
|
6045
6045
|
|
6046
|
-
function instance$
|
6046
|
+
function instance$11($$self, $$props, $$invalidate) {
|
6047
6047
|
let { src = '' } = $$props;
|
6048
6048
|
let { alt = '画像の説明' } = $$props;
|
6049
6049
|
let { transport = false } = $$props;
|
@@ -6074,8 +6074,8 @@ class ImageElement extends SvelteComponent {
|
|
6074
6074
|
init(
|
6075
6075
|
this,
|
6076
6076
|
options,
|
6077
|
-
instance$
|
6078
|
-
create_fragment$
|
6077
|
+
instance$11,
|
6078
|
+
create_fragment$11,
|
6079
6079
|
safe_not_equal,
|
6080
6080
|
{
|
6081
6081
|
src: 0,
|
@@ -6087,18 +6087,18 @@ class ImageElement extends SvelteComponent {
|
|
6087
6087
|
_imageStyle: 6,
|
6088
6088
|
_style: 7
|
6089
6089
|
},
|
6090
|
-
add_css$
|
6090
|
+
add_css$w
|
6091
6091
|
);
|
6092
6092
|
}
|
6093
6093
|
}
|
6094
6094
|
|
6095
6095
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
6096
6096
|
|
6097
|
-
function add_css$
|
6098
|
-
append_styles(target, "svelte-
|
6097
|
+
function add_css$v(target) {
|
6098
|
+
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
6099
|
}
|
6100
6100
|
|
6101
|
-
function create_fragment
|
6101
|
+
function create_fragment$10(ctx) {
|
6102
6102
|
let div;
|
6103
6103
|
let current;
|
6104
6104
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -6118,7 +6118,7 @@ function create_fragment$$(ctx) {
|
|
6118
6118
|
this.h();
|
6119
6119
|
},
|
6120
6120
|
h() {
|
6121
|
-
attr(div, "class", "list svelte-
|
6121
|
+
attr(div, "class", "list svelte-aquv6z");
|
6122
6122
|
attr(div, "style", /*style*/ ctx[0]);
|
6123
6123
|
},
|
6124
6124
|
m(target, anchor) {
|
@@ -6168,7 +6168,7 @@ function create_fragment$$(ctx) {
|
|
6168
6168
|
|
6169
6169
|
const LIST_CONTEXT_KEY = Symbol();
|
6170
6170
|
|
6171
|
-
function instance
|
6171
|
+
function instance$10($$self, $$props, $$invalidate) {
|
6172
6172
|
let style;
|
6173
6173
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6174
6174
|
let { direction = 'vertical' } = $$props;
|
@@ -6235,8 +6235,8 @@ class List extends SvelteComponent {
|
|
6235
6235
|
init(
|
6236
6236
|
this,
|
6237
6237
|
options,
|
6238
|
-
instance
|
6239
|
-
create_fragment
|
6238
|
+
instance$10,
|
6239
|
+
create_fragment$10,
|
6240
6240
|
safe_not_equal,
|
6241
6241
|
{
|
6242
6242
|
direction: 1,
|
@@ -6244,15 +6244,15 @@ class List extends SvelteComponent {
|
|
6244
6244
|
background: 3,
|
6245
6245
|
_style: 4
|
6246
6246
|
},
|
6247
|
-
add_css$
|
6247
|
+
add_css$v
|
6248
6248
|
);
|
6249
6249
|
}
|
6250
6250
|
}
|
6251
6251
|
|
6252
6252
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6253
6253
|
|
6254
|
-
function add_css$
|
6255
|
-
append_styles(target, "svelte-
|
6254
|
+
function add_css$u(target) {
|
6255
|
+
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
6256
|
}
|
6257
6257
|
|
6258
6258
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
@@ -6306,7 +6306,7 @@ function create_default_slot$8(ctx) {
|
|
6306
6306
|
};
|
6307
6307
|
}
|
6308
6308
|
|
6309
|
-
function create_fragment
|
6309
|
+
function create_fragment$$(ctx) {
|
6310
6310
|
let div;
|
6311
6311
|
let button;
|
6312
6312
|
let current;
|
@@ -6335,7 +6335,7 @@ function create_fragment$_(ctx) {
|
|
6335
6335
|
this.h();
|
6336
6336
|
},
|
6337
6337
|
h() {
|
6338
|
-
attr(div, "class", "list-item svelte-
|
6338
|
+
attr(div, "class", "list-item svelte-9n97pe");
|
6339
6339
|
attr(div, "style", /*listItemStyle*/ ctx[3]);
|
6340
6340
|
},
|
6341
6341
|
m(target, anchor) {
|
@@ -6375,7 +6375,7 @@ function create_fragment$_(ctx) {
|
|
6375
6375
|
};
|
6376
6376
|
}
|
6377
6377
|
|
6378
|
-
function instance
|
6378
|
+
function instance$$($$self, $$props, $$invalidate) {
|
6379
6379
|
let listItemStyle;
|
6380
6380
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6381
6381
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6454,17 +6454,17 @@ function instance$_($$self, $$props, $$invalidate) {
|
|
6454
6454
|
class ListItem extends SvelteComponent {
|
6455
6455
|
constructor(options) {
|
6456
6456
|
super();
|
6457
|
-
init(this, options, instance
|
6457
|
+
init(this, options, instance$$, create_fragment$$, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$u);
|
6458
6458
|
}
|
6459
6459
|
}
|
6460
6460
|
|
6461
6461
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6462
6462
|
|
6463
|
-
function add_css$
|
6464
|
-
append_styles(target, "svelte-
|
6463
|
+
function add_css$t(target) {
|
6464
|
+
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
6465
|
}
|
6466
6466
|
|
6467
|
-
function create_fragment$
|
6467
|
+
function create_fragment$_(ctx) {
|
6468
6468
|
let div;
|
6469
6469
|
|
6470
6470
|
return {
|
@@ -6479,7 +6479,7 @@ function create_fragment$Z(ctx) {
|
|
6479
6479
|
this.h();
|
6480
6480
|
},
|
6481
6481
|
h() {
|
6482
|
-
attr(div, "class", "embed svelte-
|
6482
|
+
attr(div, "class", "embed svelte-wocq4p");
|
6483
6483
|
attr(div, "style", /*_style*/ ctx[1]);
|
6484
6484
|
},
|
6485
6485
|
m(target, anchor) {
|
@@ -6500,7 +6500,7 @@ function create_fragment$Z(ctx) {
|
|
6500
6500
|
};
|
6501
6501
|
}
|
6502
6502
|
|
6503
|
-
function instance$
|
6503
|
+
function instance$_($$self, $$props, $$invalidate) {
|
6504
6504
|
let { code } = $$props;
|
6505
6505
|
let { _style = '' } = $$props;
|
6506
6506
|
|
@@ -6515,17 +6515,17 @@ function instance$Z($$self, $$props, $$invalidate) {
|
|
6515
6515
|
class EmbedElement extends SvelteComponent {
|
6516
6516
|
constructor(options) {
|
6517
6517
|
super();
|
6518
|
-
init(this, options, instance$
|
6518
|
+
init(this, options, instance$_, create_fragment$_, safe_not_equal, { code: 0, _style: 1 }, add_css$t);
|
6519
6519
|
}
|
6520
6520
|
}
|
6521
6521
|
|
6522
6522
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6523
6523
|
|
6524
|
-
function add_css$
|
6525
|
-
append_styles(target, "svelte-
|
6524
|
+
function add_css$s(target) {
|
6525
|
+
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
6526
|
}
|
6527
6527
|
|
6528
|
-
function create_fragment$
|
6528
|
+
function create_fragment$Z(ctx) {
|
6529
6529
|
let div1;
|
6530
6530
|
let div0;
|
6531
6531
|
|
@@ -6545,7 +6545,7 @@ function create_fragment$Y(ctx) {
|
|
6545
6545
|
},
|
6546
6546
|
h() {
|
6547
6547
|
attr(div0, "class", "karte-player");
|
6548
|
-
attr(div1, "class", "embed svelte-
|
6548
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6549
6549
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6550
6550
|
},
|
6551
6551
|
m(target, anchor) {
|
@@ -6577,7 +6577,7 @@ function _setValue(obj, key, value) {
|
|
6577
6577
|
}
|
6578
6578
|
}
|
6579
6579
|
|
6580
|
-
function instance$
|
6580
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
6581
6581
|
let $system;
|
6582
6582
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6583
6583
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6848,8 +6848,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6848
6848
|
init(
|
6849
6849
|
this,
|
6850
6850
|
options,
|
6851
|
-
instance$
|
6852
|
-
create_fragment$
|
6851
|
+
instance$Z,
|
6852
|
+
create_fragment$Z,
|
6853
6853
|
safe_not_equal,
|
6854
6854
|
{
|
6855
6855
|
videoId: 2,
|
@@ -6878,7 +6878,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6878
6878
|
mute: 25,
|
6879
6879
|
_style: 0
|
6880
6880
|
},
|
6881
|
-
add_css$
|
6881
|
+
add_css$s,
|
6882
6882
|
[-1, -1]
|
6883
6883
|
);
|
6884
6884
|
}
|
@@ -6886,11 +6886,11 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6886
6886
|
|
6887
6887
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6888
6888
|
|
6889
|
-
function add_css$
|
6890
|
-
append_styles(target, "svelte-
|
6889
|
+
function add_css$r(target) {
|
6890
|
+
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
6891
|
}
|
6892
6892
|
|
6893
|
-
function create_fragment$
|
6893
|
+
function create_fragment$Y(ctx) {
|
6894
6894
|
let div1;
|
6895
6895
|
let div0;
|
6896
6896
|
|
@@ -6910,7 +6910,7 @@ function create_fragment$X(ctx) {
|
|
6910
6910
|
},
|
6911
6911
|
h() {
|
6912
6912
|
attr(div0, "class", "karte-player");
|
6913
|
-
attr(div1, "class", "embed svelte-
|
6913
|
+
attr(div1, "class", "embed svelte-vikz49");
|
6914
6914
|
attr(div1, "style", /*_style*/ ctx[0]);
|
6915
6915
|
},
|
6916
6916
|
m(target, anchor) {
|
@@ -6932,7 +6932,7 @@ function create_fragment$X(ctx) {
|
|
6932
6932
|
};
|
6933
6933
|
}
|
6934
6934
|
|
6935
|
-
function instance$
|
6935
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
6936
6936
|
let $system;
|
6937
6937
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6938
6938
|
let { videoId = "201239468" } = $$props;
|
@@ -7075,8 +7075,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7075
7075
|
init(
|
7076
7076
|
this,
|
7077
7077
|
options,
|
7078
|
-
instance$
|
7079
|
-
create_fragment$
|
7078
|
+
instance$Y,
|
7079
|
+
create_fragment$Y,
|
7080
7080
|
safe_not_equal,
|
7081
7081
|
{
|
7082
7082
|
videoId: 2,
|
@@ -7086,18 +7086,18 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7086
7086
|
mute: 6,
|
7087
7087
|
_style: 0
|
7088
7088
|
},
|
7089
|
-
add_css$
|
7089
|
+
add_css$r
|
7090
7090
|
);
|
7091
7091
|
}
|
7092
7092
|
}
|
7093
7093
|
|
7094
7094
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
7095
7095
|
|
7096
|
-
function add_css$
|
7097
|
-
append_styles(target, "svelte-
|
7096
|
+
function add_css$q(target) {
|
7097
|
+
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
7098
|
}
|
7099
7099
|
|
7100
|
-
function create_fragment$
|
7100
|
+
function create_fragment$X(ctx) {
|
7101
7101
|
let div;
|
7102
7102
|
let textarea;
|
7103
7103
|
let mounted;
|
@@ -7124,12 +7124,12 @@ function create_fragment$W(ctx) {
|
|
7124
7124
|
this.h();
|
7125
7125
|
},
|
7126
7126
|
h() {
|
7127
|
-
attr(textarea, "class", "textarea svelte-
|
7127
|
+
attr(textarea, "class", "textarea svelte-zxvkkc");
|
7128
7128
|
textarea.value = /*$value*/ ctx[4];
|
7129
7129
|
textarea.required = /*required*/ ctx[1];
|
7130
7130
|
attr(textarea, "placeholder", /*placeholder*/ ctx[0]);
|
7131
7131
|
attr(textarea, "style", /*style*/ ctx[3]);
|
7132
|
-
attr(div, "class", "textarea-wrapper svelte-
|
7132
|
+
attr(div, "class", "textarea-wrapper svelte-zxvkkc");
|
7133
7133
|
attr(div, "style", /*styleVariables*/ ctx[2]);
|
7134
7134
|
},
|
7135
7135
|
m(target, anchor) {
|
@@ -7172,7 +7172,7 @@ function create_fragment$W(ctx) {
|
|
7172
7172
|
};
|
7173
7173
|
}
|
7174
7174
|
|
7175
|
-
function instance$
|
7175
|
+
function instance$X($$self, $$props, $$invalidate) {
|
7176
7176
|
let style;
|
7177
7177
|
let styleVariables;
|
7178
7178
|
let $value;
|
@@ -7260,8 +7260,8 @@ class FormTextarea extends SvelteComponent {
|
|
7260
7260
|
init(
|
7261
7261
|
this,
|
7262
7262
|
options,
|
7263
|
-
instance$
|
7264
|
-
create_fragment$
|
7263
|
+
instance$X,
|
7264
|
+
create_fragment$X,
|
7265
7265
|
safe_not_equal,
|
7266
7266
|
{
|
7267
7267
|
name: 7,
|
@@ -7273,18 +7273,18 @@ class FormTextarea extends SvelteComponent {
|
|
7273
7273
|
_textStyle: 11,
|
7274
7274
|
_placeholderStyle: 12
|
7275
7275
|
},
|
7276
|
-
add_css$
|
7276
|
+
add_css$q
|
7277
7277
|
);
|
7278
7278
|
}
|
7279
7279
|
}
|
7280
7280
|
|
7281
7281
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7282
7282
|
|
7283
|
-
function add_css$
|
7284
|
-
append_styles(target, "svelte-
|
7283
|
+
function add_css$p(target) {
|
7284
|
+
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
7285
|
}
|
7286
7286
|
|
7287
|
-
function get_each_context$
|
7287
|
+
function get_each_context$6(ctx, list, i) {
|
7288
7288
|
const child_ctx = ctx.slice();
|
7289
7289
|
child_ctx[17] = list[i];
|
7290
7290
|
child_ctx[19] = i;
|
@@ -7292,7 +7292,7 @@ function get_each_context$5(ctx, list, i) {
|
|
7292
7292
|
}
|
7293
7293
|
|
7294
7294
|
// (99:2) {#each _options as option, i}
|
7295
|
-
function create_each_block$
|
7295
|
+
function create_each_block$6(ctx) {
|
7296
7296
|
let label;
|
7297
7297
|
let input;
|
7298
7298
|
let input_value_value;
|
@@ -7338,14 +7338,14 @@ function create_each_block$5(ctx) {
|
|
7338
7338
|
},
|
7339
7339
|
h() {
|
7340
7340
|
attr(input, "type", "radio");
|
7341
|
-
attr(input, "class", "radio-button-input svelte-
|
7341
|
+
attr(input, "class", "radio-button-input svelte-17s08g");
|
7342
7342
|
attr(input, "style", /*buttonStyle*/ ctx[5]);
|
7343
7343
|
attr(input, "name", /*name*/ ctx[0]);
|
7344
7344
|
input.value = input_value_value = /*option*/ ctx[17];
|
7345
7345
|
input.checked = input_checked_value = /*option*/ ctx[17] === /*_value*/ ctx[3];
|
7346
|
-
attr(span, "class", "radio-button-text svelte-
|
7346
|
+
attr(span, "class", "radio-button-text svelte-17s08g");
|
7347
7347
|
attr(span, "style", span_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
7348
|
-
attr(label, "class", "radio-button svelte-
|
7348
|
+
attr(label, "class", "radio-button svelte-17s08g");
|
7349
7349
|
},
|
7350
7350
|
m(target, anchor) {
|
7351
7351
|
insert_hydration(target, label, anchor);
|
@@ -7393,13 +7393,13 @@ function create_each_block$5(ctx) {
|
|
7393
7393
|
};
|
7394
7394
|
}
|
7395
7395
|
|
7396
|
-
function create_fragment$
|
7396
|
+
function create_fragment$W(ctx) {
|
7397
7397
|
let div;
|
7398
7398
|
let each_value = /*_options*/ ctx[4];
|
7399
7399
|
let each_blocks = [];
|
7400
7400
|
|
7401
7401
|
for (let i = 0; i < each_value.length; i += 1) {
|
7402
|
-
each_blocks[i] = create_each_block$
|
7402
|
+
each_blocks[i] = create_each_block$6(get_each_context$6(ctx, each_value, i));
|
7403
7403
|
}
|
7404
7404
|
|
7405
7405
|
return {
|
@@ -7424,7 +7424,7 @@ function create_fragment$V(ctx) {
|
|
7424
7424
|
this.h();
|
7425
7425
|
},
|
7426
7426
|
h() {
|
7427
|
-
attr(div, "class", "radio-buttons svelte-
|
7427
|
+
attr(div, "class", "radio-buttons svelte-17s08g");
|
7428
7428
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
7429
7429
|
},
|
7430
7430
|
m(target, anchor) {
|
@@ -7440,12 +7440,12 @@ function create_fragment$V(ctx) {
|
|
7440
7440
|
let i;
|
7441
7441
|
|
7442
7442
|
for (i = 0; i < each_value.length; i += 1) {
|
7443
|
-
const child_ctx = get_each_context$
|
7443
|
+
const child_ctx = get_each_context$6(ctx, each_value, i);
|
7444
7444
|
|
7445
7445
|
if (each_blocks[i]) {
|
7446
7446
|
each_blocks[i].p(child_ctx, dirty);
|
7447
7447
|
} else {
|
7448
|
-
each_blocks[i] = create_each_block$
|
7448
|
+
each_blocks[i] = create_each_block$6(child_ctx);
|
7449
7449
|
each_blocks[i].c();
|
7450
7450
|
each_blocks[i].m(div, null);
|
7451
7451
|
}
|
@@ -7471,7 +7471,7 @@ function create_fragment$V(ctx) {
|
|
7471
7471
|
};
|
7472
7472
|
}
|
7473
7473
|
|
7474
|
-
function instance$
|
7474
|
+
function instance$W($$self, $$props, $$invalidate) {
|
7475
7475
|
let _options;
|
7476
7476
|
let buttonStyle;
|
7477
7477
|
let _value;
|
@@ -7571,8 +7571,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7571
7571
|
init(
|
7572
7572
|
this,
|
7573
7573
|
options,
|
7574
|
-
instance$
|
7575
|
-
create_fragment$
|
7574
|
+
instance$W,
|
7575
|
+
create_fragment$W,
|
7576
7576
|
safe_not_equal,
|
7577
7577
|
{
|
7578
7578
|
name: 0,
|
@@ -7585,18 +7585,18 @@ class FormRadioButtons extends SvelteComponent {
|
|
7585
7585
|
buttonColor: 13,
|
7586
7586
|
buttonColorActive: 14
|
7587
7587
|
},
|
7588
|
-
add_css$
|
7588
|
+
add_css$p
|
7589
7589
|
);
|
7590
7590
|
}
|
7591
7591
|
}
|
7592
7592
|
|
7593
7593
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7594
7594
|
|
7595
|
-
function add_css$
|
7596
|
-
append_styles(target, "svelte-
|
7595
|
+
function add_css$o(target) {
|
7596
|
+
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
7597
|
}
|
7598
7598
|
|
7599
|
-
function get_each_context$
|
7599
|
+
function get_each_context$5(ctx, list, i) {
|
7600
7600
|
const child_ctx = ctx.slice();
|
7601
7601
|
child_ctx[19] = list[i];
|
7602
7602
|
child_ctx[21] = i;
|
@@ -7651,7 +7651,7 @@ function create_if_block$9(ctx) {
|
|
7651
7651
|
}
|
7652
7652
|
|
7653
7653
|
// (103:6) {#each _options as option, i}
|
7654
|
-
function create_each_block$
|
7654
|
+
function create_each_block$5(ctx) {
|
7655
7655
|
let option;
|
7656
7656
|
let t;
|
7657
7657
|
let option_value_value;
|
@@ -7719,7 +7719,7 @@ function create_each_block$4(ctx) {
|
|
7719
7719
|
};
|
7720
7720
|
}
|
7721
7721
|
|
7722
|
-
function create_fragment$
|
7722
|
+
function create_fragment$V(ctx) {
|
7723
7723
|
let div1;
|
7724
7724
|
let select;
|
7725
7725
|
let t;
|
@@ -7730,7 +7730,7 @@ function create_fragment$U(ctx) {
|
|
7730
7730
|
let each_blocks = [];
|
7731
7731
|
|
7732
7732
|
for (let i = 0; i < each_value.length; i += 1) {
|
7733
|
-
each_blocks[i] = create_each_block$
|
7733
|
+
each_blocks[i] = create_each_block$5(get_each_context$5(ctx, each_value, i));
|
7734
7734
|
}
|
7735
7735
|
|
7736
7736
|
return {
|
@@ -7764,10 +7764,10 @@ function create_fragment$U(ctx) {
|
|
7764
7764
|
this.h();
|
7765
7765
|
},
|
7766
7766
|
h() {
|
7767
|
-
attr(select, "class", "select-select svelte-
|
7767
|
+
attr(select, "class", "select-select svelte-t9ynyj");
|
7768
7768
|
attr(select, "style", /*style*/ ctx[3]);
|
7769
|
-
attr(div0, "class", "select-icon svelte-
|
7770
|
-
attr(div1, "class", "select svelte-
|
7769
|
+
attr(div0, "class", "select-icon svelte-t9ynyj");
|
7770
|
+
attr(div1, "class", "select svelte-t9ynyj");
|
7771
7771
|
attr(div1, "style", /*styleVariables*/ ctx[2]);
|
7772
7772
|
},
|
7773
7773
|
m(target, anchor) {
|
@@ -7792,12 +7792,12 @@ function create_fragment$U(ctx) {
|
|
7792
7792
|
let i;
|
7793
7793
|
|
7794
7794
|
for (i = 0; i < each_value.length; i += 1) {
|
7795
|
-
const child_ctx = get_each_context$
|
7795
|
+
const child_ctx = get_each_context$5(ctx, each_value, i);
|
7796
7796
|
|
7797
7797
|
if (each_blocks[i]) {
|
7798
7798
|
each_blocks[i].p(child_ctx, dirty);
|
7799
7799
|
} else {
|
7800
|
-
each_blocks[i] = create_each_block$
|
7800
|
+
each_blocks[i] = create_each_block$5(child_ctx);
|
7801
7801
|
each_blocks[i].c();
|
7802
7802
|
each_blocks[i].m(select, null);
|
7803
7803
|
}
|
@@ -7829,7 +7829,7 @@ function create_fragment$U(ctx) {
|
|
7829
7829
|
};
|
7830
7830
|
}
|
7831
7831
|
|
7832
|
-
function instance$
|
7832
|
+
function instance$V($$self, $$props, $$invalidate) {
|
7833
7833
|
let _options;
|
7834
7834
|
let style;
|
7835
7835
|
let styleVariables;
|
@@ -7945,8 +7945,8 @@ class FormSelect extends SvelteComponent {
|
|
7945
7945
|
init(
|
7946
7946
|
this,
|
7947
7947
|
options,
|
7948
|
-
instance$
|
7949
|
-
create_fragment$
|
7948
|
+
instance$V,
|
7949
|
+
create_fragment$V,
|
7950
7950
|
safe_not_equal,
|
7951
7951
|
{
|
7952
7952
|
name: 7,
|
@@ -7961,18 +7961,18 @@ class FormSelect extends SvelteComponent {
|
|
7961
7961
|
iconColor: 15,
|
7962
7962
|
iconSize: 16
|
7963
7963
|
},
|
7964
|
-
add_css$
|
7964
|
+
add_css$o
|
7965
7965
|
);
|
7966
7966
|
}
|
7967
7967
|
}
|
7968
7968
|
|
7969
7969
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7970
7970
|
|
7971
|
-
function add_css$
|
7972
|
-
append_styles(target, "svelte-
|
7971
|
+
function add_css$n(target) {
|
7972
|
+
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
7973
|
}
|
7974
7974
|
|
7975
|
-
function get_each_context$
|
7975
|
+
function get_each_context$4(ctx, list, i) {
|
7976
7976
|
const child_ctx = ctx.slice();
|
7977
7977
|
child_ctx[17] = list[i];
|
7978
7978
|
child_ctx[19] = i;
|
@@ -7980,7 +7980,7 @@ function get_each_context$3(ctx, list, i) {
|
|
7980
7980
|
}
|
7981
7981
|
|
7982
7982
|
// (105:2) {#each _options as option, i}
|
7983
|
-
function create_each_block$
|
7983
|
+
function create_each_block$4(ctx) {
|
7984
7984
|
let label;
|
7985
7985
|
let input;
|
7986
7986
|
let input_checked_value;
|
@@ -8031,19 +8031,19 @@ function create_each_block$3(ctx) {
|
|
8031
8031
|
this.h();
|
8032
8032
|
},
|
8033
8033
|
h() {
|
8034
|
-
attr(input, "class", "check-box-input svelte-
|
8034
|
+
attr(input, "class", "check-box-input svelte-1p65cg8");
|
8035
8035
|
attr(input, "type", "checkbox");
|
8036
8036
|
attr(input, "name", /*name*/ ctx[0]);
|
8037
8037
|
input.checked = input_checked_value = /*isCheckedArray*/ ctx[4][/*i*/ ctx[19]];
|
8038
|
-
attr(span0, "class", "check-box-icon svelte-
|
8038
|
+
attr(span0, "class", "check-box-icon svelte-1p65cg8");
|
8039
8039
|
|
8040
8040
|
attr(span1, "class", span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8041
8041
|
? ' _checked'
|
8042
|
-
: ''}`) + " svelte-
|
8042
|
+
: ''}`) + " svelte-1p65cg8"));
|
8043
8043
|
|
8044
|
-
attr(span2, "class", "check-box-text svelte-
|
8044
|
+
attr(span2, "class", "check-box-text svelte-1p65cg8");
|
8045
8045
|
attr(span2, "style", span2_style_value = `${/*_textStyle*/ ctx[2]} ${/*fontCss*/ ctx[6]}`);
|
8046
|
-
attr(label, "class", "check-box svelte-
|
8046
|
+
attr(label, "class", "check-box svelte-1p65cg8");
|
8047
8047
|
attr(label, "style", /*styleVariables*/ ctx[5]);
|
8048
8048
|
},
|
8049
8049
|
m(target, anchor) {
|
@@ -8075,7 +8075,7 @@ function create_each_block$3(ctx) {
|
|
8075
8075
|
|
8076
8076
|
if (dirty & /*isCheckedArray*/ 16 && span1_class_value !== (span1_class_value = "" + (null_to_empty(`check-box-check${/*isCheckedArray*/ ctx[4][/*i*/ ctx[19]]
|
8077
8077
|
? ' _checked'
|
8078
|
-
: ''}`) + " svelte-
|
8078
|
+
: ''}`) + " svelte-1p65cg8"))) {
|
8079
8079
|
attr(span1, "class", span1_class_value);
|
8080
8080
|
}
|
8081
8081
|
|
@@ -8097,13 +8097,13 @@ function create_each_block$3(ctx) {
|
|
8097
8097
|
};
|
8098
8098
|
}
|
8099
8099
|
|
8100
|
-
function create_fragment$
|
8100
|
+
function create_fragment$U(ctx) {
|
8101
8101
|
let div;
|
8102
8102
|
let each_value = /*_options*/ ctx[3];
|
8103
8103
|
let each_blocks = [];
|
8104
8104
|
|
8105
8105
|
for (let i = 0; i < each_value.length; i += 1) {
|
8106
|
-
each_blocks[i] = create_each_block$
|
8106
|
+
each_blocks[i] = create_each_block$4(get_each_context$4(ctx, each_value, i));
|
8107
8107
|
}
|
8108
8108
|
|
8109
8109
|
return {
|
@@ -8128,7 +8128,7 @@ function create_fragment$T(ctx) {
|
|
8128
8128
|
this.h();
|
8129
8129
|
},
|
8130
8130
|
h() {
|
8131
|
-
attr(div, "class", "check-boxes svelte-
|
8131
|
+
attr(div, "class", "check-boxes svelte-1p65cg8");
|
8132
8132
|
attr(div, "style", /*_layoutStyle*/ ctx[1]);
|
8133
8133
|
},
|
8134
8134
|
m(target, anchor) {
|
@@ -8144,12 +8144,12 @@ function create_fragment$T(ctx) {
|
|
8144
8144
|
let i;
|
8145
8145
|
|
8146
8146
|
for (i = 0; i < each_value.length; i += 1) {
|
8147
|
-
const child_ctx = get_each_context$
|
8147
|
+
const child_ctx = get_each_context$4(ctx, each_value, i);
|
8148
8148
|
|
8149
8149
|
if (each_blocks[i]) {
|
8150
8150
|
each_blocks[i].p(child_ctx, dirty);
|
8151
8151
|
} else {
|
8152
|
-
each_blocks[i] = create_each_block$
|
8152
|
+
each_blocks[i] = create_each_block$4(child_ctx);
|
8153
8153
|
each_blocks[i].c();
|
8154
8154
|
each_blocks[i].m(div, null);
|
8155
8155
|
}
|
@@ -8175,7 +8175,7 @@ function create_fragment$T(ctx) {
|
|
8175
8175
|
};
|
8176
8176
|
}
|
8177
8177
|
|
8178
|
-
function instance$
|
8178
|
+
function instance$U($$self, $$props, $$invalidate) {
|
8179
8179
|
let _options;
|
8180
8180
|
let styleVariables;
|
8181
8181
|
let isCheckedArray;
|
@@ -8281,8 +8281,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8281
8281
|
init(
|
8282
8282
|
this,
|
8283
8283
|
options,
|
8284
|
-
instance$
|
8285
|
-
create_fragment$
|
8284
|
+
instance$U,
|
8285
|
+
create_fragment$U,
|
8286
8286
|
safe_not_equal,
|
8287
8287
|
{
|
8288
8288
|
name: 0,
|
@@ -8295,25 +8295,25 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8295
8295
|
buttonColor: 13,
|
8296
8296
|
buttonColorActive: 14
|
8297
8297
|
},
|
8298
|
-
add_css$
|
8298
|
+
add_css$n
|
8299
8299
|
);
|
8300
8300
|
}
|
8301
8301
|
}
|
8302
8302
|
|
8303
8303
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8304
8304
|
|
8305
|
-
function add_css$
|
8306
|
-
append_styles(target, "svelte-
|
8305
|
+
function add_css$m(target) {
|
8306
|
+
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
8307
|
}
|
8308
8308
|
|
8309
|
-
function get_each_context$
|
8309
|
+
function get_each_context$3(ctx, list, i) {
|
8310
8310
|
const child_ctx = ctx.slice();
|
8311
8311
|
child_ctx[14] = list[i];
|
8312
8312
|
return child_ctx;
|
8313
8313
|
}
|
8314
8314
|
|
8315
8315
|
// (68:2) {#each [...Array(count).keys()].map(i => i + startingNumber) as i}
|
8316
|
-
function create_each_block$
|
8316
|
+
function create_each_block$3(ctx) {
|
8317
8317
|
let button;
|
8318
8318
|
let t0_value = /*i*/ ctx[14] + "";
|
8319
8319
|
let t0;
|
@@ -8338,7 +8338,7 @@ function create_each_block$2(ctx) {
|
|
8338
8338
|
this.h();
|
8339
8339
|
},
|
8340
8340
|
h() {
|
8341
|
-
attr(button, "class", "rating-button svelte-
|
8341
|
+
attr(button, "class", "rating-button svelte-1iqf36p");
|
8342
8342
|
attr(button, "style", button_style_value = /*getTextButtonStyle*/ ctx[5](/*i*/ ctx[14] === /*_value*/ ctx[2]));
|
8343
8343
|
},
|
8344
8344
|
m(target, anchor) {
|
@@ -8370,13 +8370,13 @@ function create_each_block$2(ctx) {
|
|
8370
8370
|
};
|
8371
8371
|
}
|
8372
8372
|
|
8373
|
-
function create_fragment$
|
8373
|
+
function create_fragment$T(ctx) {
|
8374
8374
|
let div;
|
8375
8375
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
8376
8376
|
let each_blocks = [];
|
8377
8377
|
|
8378
8378
|
for (let i = 0; i < each_value.length; i += 1) {
|
8379
|
-
each_blocks[i] = create_each_block$
|
8379
|
+
each_blocks[i] = create_each_block$3(get_each_context$3(ctx, each_value, i));
|
8380
8380
|
}
|
8381
8381
|
|
8382
8382
|
return {
|
@@ -8401,7 +8401,7 @@ function create_fragment$S(ctx) {
|
|
8401
8401
|
this.h();
|
8402
8402
|
},
|
8403
8403
|
h() {
|
8404
|
-
attr(div, "class", "rating-buttons svelte-
|
8404
|
+
attr(div, "class", "rating-buttons svelte-1iqf36p");
|
8405
8405
|
},
|
8406
8406
|
m(target, anchor) {
|
8407
8407
|
insert_hydration(target, div, anchor);
|
@@ -8416,12 +8416,12 @@ function create_fragment$S(ctx) {
|
|
8416
8416
|
let i;
|
8417
8417
|
|
8418
8418
|
for (i = 0; i < each_value.length; i += 1) {
|
8419
|
-
const child_ctx = get_each_context$
|
8419
|
+
const child_ctx = get_each_context$3(ctx, each_value, i);
|
8420
8420
|
|
8421
8421
|
if (each_blocks[i]) {
|
8422
8422
|
each_blocks[i].p(child_ctx, dirty);
|
8423
8423
|
} else {
|
8424
|
-
each_blocks[i] = create_each_block$
|
8424
|
+
each_blocks[i] = create_each_block$3(child_ctx);
|
8425
8425
|
each_blocks[i].c();
|
8426
8426
|
each_blocks[i].m(div, null);
|
8427
8427
|
}
|
@@ -8443,7 +8443,7 @@ function create_fragment$S(ctx) {
|
|
8443
8443
|
};
|
8444
8444
|
}
|
8445
8445
|
|
8446
|
-
function instance$
|
8446
|
+
function instance$T($$self, $$props, $$invalidate) {
|
8447
8447
|
let _value;
|
8448
8448
|
let $value;
|
8449
8449
|
let { name = '' } = $$props;
|
@@ -8525,8 +8525,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8525
8525
|
init(
|
8526
8526
|
this,
|
8527
8527
|
options,
|
8528
|
-
instance$
|
8529
|
-
create_fragment$
|
8528
|
+
instance$T,
|
8529
|
+
create_fragment$T,
|
8530
8530
|
safe_not_equal,
|
8531
8531
|
{
|
8532
8532
|
name: 6,
|
@@ -8537,25 +8537,25 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8537
8537
|
buttonStyle: 9,
|
8538
8538
|
buttonActiveStyle: 10
|
8539
8539
|
},
|
8540
|
-
add_css$
|
8540
|
+
add_css$m
|
8541
8541
|
);
|
8542
8542
|
}
|
8543
8543
|
}
|
8544
8544
|
|
8545
8545
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8546
8546
|
|
8547
|
-
function add_css$
|
8548
|
-
append_styles(target, "svelte-
|
8547
|
+
function add_css$l(target) {
|
8548
|
+
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
8549
|
}
|
8550
8550
|
|
8551
|
-
function get_each_context$
|
8551
|
+
function get_each_context$2(ctx, list, i) {
|
8552
8552
|
const child_ctx = ctx.slice();
|
8553
8553
|
child_ctx[10] = list[i];
|
8554
8554
|
return child_ctx;
|
8555
8555
|
}
|
8556
8556
|
|
8557
8557
|
// (42:2) {#each [...Array(count).keys()].reverse().map(i => i + 1) as i}
|
8558
|
-
function create_each_block$
|
8558
|
+
function create_each_block$2(ctx) {
|
8559
8559
|
let button;
|
8560
8560
|
let img;
|
8561
8561
|
let img_src_value;
|
@@ -8581,9 +8581,9 @@ function create_each_block$1(ctx) {
|
|
8581
8581
|
},
|
8582
8582
|
h() {
|
8583
8583
|
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-
|
8584
|
+
attr(img, "class", img_class_value = "" + (null_to_empty(`rating-button-image${/*i*/ ctx[10] === /*_value*/ ctx[1] ? ' _active' : ''}`) + " svelte-tbunko"));
|
8585
8585
|
attr(img, "alt", "rate" + /*i*/ ctx[10]);
|
8586
|
-
attr(button, "class", "rating-button svelte-
|
8586
|
+
attr(button, "class", "rating-button svelte-tbunko");
|
8587
8587
|
attr(button, "style", /*buttonStyle*/ ctx[0]);
|
8588
8588
|
},
|
8589
8589
|
m(target, anchor) {
|
@@ -8599,7 +8599,7 @@ function create_each_block$1(ctx) {
|
|
8599
8599
|
p(new_ctx, dirty) {
|
8600
8600
|
ctx = new_ctx;
|
8601
8601
|
|
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-
|
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-tbunko"))) {
|
8603
8603
|
attr(img, "class", img_class_value);
|
8604
8604
|
}
|
8605
8605
|
|
@@ -8615,13 +8615,13 @@ function create_each_block$1(ctx) {
|
|
8615
8615
|
};
|
8616
8616
|
}
|
8617
8617
|
|
8618
|
-
function create_fragment$
|
8618
|
+
function create_fragment$S(ctx) {
|
8619
8619
|
let div;
|
8620
8620
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8621
8621
|
let each_blocks = [];
|
8622
8622
|
|
8623
8623
|
for (let i = 0; i < each_value.length; i += 1) {
|
8624
|
-
each_blocks[i] = create_each_block$
|
8624
|
+
each_blocks[i] = create_each_block$2(get_each_context$2(ctx, each_value, i));
|
8625
8625
|
}
|
8626
8626
|
|
8627
8627
|
return {
|
@@ -8646,7 +8646,7 @@ function create_fragment$R(ctx) {
|
|
8646
8646
|
this.h();
|
8647
8647
|
},
|
8648
8648
|
h() {
|
8649
|
-
attr(div, "class", "rating-buttons svelte-
|
8649
|
+
attr(div, "class", "rating-buttons svelte-tbunko");
|
8650
8650
|
},
|
8651
8651
|
m(target, anchor) {
|
8652
8652
|
insert_hydration(target, div, anchor);
|
@@ -8661,12 +8661,12 @@ function create_fragment$R(ctx) {
|
|
8661
8661
|
let i;
|
8662
8662
|
|
8663
8663
|
for (i = 0; i < each_value.length; i += 1) {
|
8664
|
-
const child_ctx = get_each_context$
|
8664
|
+
const child_ctx = get_each_context$2(ctx, each_value, i);
|
8665
8665
|
|
8666
8666
|
if (each_blocks[i]) {
|
8667
8667
|
each_blocks[i].p(child_ctx, dirty);
|
8668
8668
|
} else {
|
8669
|
-
each_blocks[i] = create_each_block$
|
8669
|
+
each_blocks[i] = create_each_block$2(child_ctx);
|
8670
8670
|
each_blocks[i].c();
|
8671
8671
|
each_blocks[i].m(div, null);
|
8672
8672
|
}
|
@@ -8691,7 +8691,7 @@ function create_fragment$R(ctx) {
|
|
8691
8691
|
const count = 5;
|
8692
8692
|
const func = i => i + 1;
|
8693
8693
|
|
8694
|
-
function instance$
|
8694
|
+
function instance$S($$self, $$props, $$invalidate) {
|
8695
8695
|
let _value;
|
8696
8696
|
let buttonStyle;
|
8697
8697
|
let $value;
|
@@ -8747,17 +8747,17 @@ function instance$R($$self, $$props, $$invalidate) {
|
|
8747
8747
|
class FormRatingButtonsFace extends SvelteComponent {
|
8748
8748
|
constructor(options) {
|
8749
8749
|
super();
|
8750
|
-
init(this, options, instance$
|
8750
|
+
init(this, options, instance$S, create_fragment$S, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$l);
|
8751
8751
|
}
|
8752
8752
|
}
|
8753
8753
|
|
8754
8754
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8755
8755
|
|
8756
|
-
function add_css$
|
8757
|
-
append_styles(target, "svelte-
|
8756
|
+
function add_css$k(target) {
|
8757
|
+
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
8758
|
}
|
8759
8759
|
|
8760
|
-
function create_fragment$
|
8760
|
+
function create_fragment$R(ctx) {
|
8761
8761
|
let div;
|
8762
8762
|
let input;
|
8763
8763
|
let input_class_value;
|
@@ -8785,13 +8785,13 @@ function create_fragment$Q(ctx) {
|
|
8785
8785
|
this.h();
|
8786
8786
|
},
|
8787
8787
|
h() {
|
8788
|
-
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8788
|
+
attr(input, "class", input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"));
|
8789
8789
|
attr(input, "type", "text");
|
8790
8790
|
input.value = /*$value*/ ctx[2];
|
8791
8791
|
input.required = /*required*/ ctx[0];
|
8792
8792
|
attr(input, "placeholder", /*placeholder*/ ctx[1]);
|
8793
8793
|
attr(input, "style", /*style*/ ctx[5]);
|
8794
|
-
attr(div, "class", "input-wrapper svelte-
|
8794
|
+
attr(div, "class", "input-wrapper svelte-h8fqwx");
|
8795
8795
|
attr(div, "style", /*styleVariables*/ ctx[4]);
|
8796
8796
|
},
|
8797
8797
|
m(target, anchor) {
|
@@ -8804,7 +8804,7 @@ function create_fragment$Q(ctx) {
|
|
8804
8804
|
}
|
8805
8805
|
},
|
8806
8806
|
p(ctx, [dirty]) {
|
8807
|
-
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-
|
8807
|
+
if (dirty & /*isValidForUI*/ 8 && input_class_value !== (input_class_value = "" + (null_to_empty(['input', /*isValidForUI*/ ctx[3] ? '' : '_error'].join(' ')) + " svelte-h8fqwx"))) {
|
8808
8808
|
attr(input, "class", input_class_value);
|
8809
8809
|
}
|
8810
8810
|
|
@@ -8838,7 +8838,7 @@ function create_fragment$Q(ctx) {
|
|
8838
8838
|
};
|
8839
8839
|
}
|
8840
8840
|
|
8841
|
-
function instance$
|
8841
|
+
function instance$R($$self, $$props, $$invalidate) {
|
8842
8842
|
let style;
|
8843
8843
|
let styleVariables;
|
8844
8844
|
let isValidForUI;
|
@@ -8969,8 +8969,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8969
8969
|
init(
|
8970
8970
|
this,
|
8971
8971
|
options,
|
8972
|
-
instance$
|
8973
|
-
create_fragment$
|
8972
|
+
instance$R,
|
8973
|
+
create_fragment$R,
|
8974
8974
|
safe_not_equal,
|
8975
8975
|
{
|
8976
8976
|
field: 9,
|
@@ -8984,18 +8984,18 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8984
8984
|
_textStyle: 15,
|
8985
8985
|
_placeholderStyle: 16
|
8986
8986
|
},
|
8987
|
-
add_css$
|
8987
|
+
add_css$k
|
8988
8988
|
);
|
8989
8989
|
}
|
8990
8990
|
}
|
8991
8991
|
|
8992
8992
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8993
8993
|
|
8994
|
-
function add_css$
|
8995
|
-
append_styles(target, "svelte-
|
8994
|
+
function add_css$j(target) {
|
8995
|
+
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
8996
|
}
|
8997
8997
|
|
8998
|
-
function create_fragment$
|
8998
|
+
function create_fragment$Q(ctx) {
|
8999
8999
|
let div;
|
9000
9000
|
let label0;
|
9001
9001
|
let input0;
|
@@ -9058,20 +9058,20 @@ function create_fragment$P(ctx) {
|
|
9058
9058
|
},
|
9059
9059
|
h() {
|
9060
9060
|
attr(input0, "type", "radio");
|
9061
|
-
attr(input0, "class", "radio-button-input svelte-
|
9061
|
+
attr(input0, "class", "radio-button-input svelte-8zbmyo");
|
9062
9062
|
attr(input0, "style", /*buttonStyle*/ ctx[2]);
|
9063
9063
|
input0.checked = input0_checked_value = /*$value*/ ctx[3] === true;
|
9064
|
-
attr(span0, "class", "radio-button-text svelte-
|
9064
|
+
attr(span0, "class", "radio-button-text svelte-8zbmyo");
|
9065
9065
|
attr(span0, "style", span0_style_value = `${/*_textStyle*/ ctx[1]} ${/*fontCss*/ ctx[4]}`);
|
9066
|
-
attr(label0, "class", "radio-button svelte-
|
9066
|
+
attr(label0, "class", "radio-button svelte-8zbmyo");
|
9067
9067
|
attr(input1, "type", "radio");
|
9068
|
-
attr(input1, "class", "radio-button-input svelte-
|
9068
|
+
attr(input1, "class", "radio-button-input svelte-8zbmyo");
|
9069
9069
|
attr(input1, "style", /*buttonStyle*/ ctx[2]);
|
9070
9070
|
input1.checked = input1_checked_value = /*$value*/ ctx[3] === false;
|
9071
|
-
attr(span1, "class", "radio-button-text svelte-
|
9071
|
+
attr(span1, "class", "radio-button-text svelte-8zbmyo");
|
9072
9072
|
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-
|
9073
|
+
attr(label1, "class", "radio-button svelte-8zbmyo");
|
9074
|
+
attr(div, "class", "radio-buttons svelte-8zbmyo");
|
9075
9075
|
attr(div, "style", /*_layoutStyle*/ ctx[0]);
|
9076
9076
|
},
|
9077
9077
|
m(target, anchor) {
|
@@ -9136,7 +9136,7 @@ function create_fragment$P(ctx) {
|
|
9136
9136
|
};
|
9137
9137
|
}
|
9138
9138
|
|
9139
|
-
function instance$
|
9139
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
9140
9140
|
let buttonStyle;
|
9141
9141
|
let $value;
|
9142
9142
|
let { field = 'subscription' } = $$props;
|
@@ -9218,8 +9218,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9218
9218
|
init(
|
9219
9219
|
this,
|
9220
9220
|
options,
|
9221
|
-
instance$
|
9222
|
-
create_fragment$
|
9221
|
+
instance$Q,
|
9222
|
+
create_fragment$Q,
|
9223
9223
|
safe_not_equal,
|
9224
9224
|
{
|
9225
9225
|
field: 6,
|
@@ -9231,18 +9231,18 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9231
9231
|
buttonColor: 10,
|
9232
9232
|
buttonColorActive: 11
|
9233
9233
|
},
|
9234
|
-
add_css$
|
9234
|
+
add_css$j
|
9235
9235
|
);
|
9236
9236
|
}
|
9237
9237
|
}
|
9238
9238
|
|
9239
9239
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
9240
9240
|
|
9241
|
-
function add_css$
|
9242
|
-
append_styles(target, "svelte-
|
9241
|
+
function add_css$i(target) {
|
9242
|
+
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
9243
|
}
|
9244
9244
|
|
9245
|
-
function get_each_context(ctx, list, i) {
|
9245
|
+
function get_each_context$1(ctx, list, i) {
|
9246
9246
|
const child_ctx = ctx.slice();
|
9247
9247
|
child_ctx[61] = list[i];
|
9248
9248
|
child_ctx[63] = i;
|
@@ -9285,9 +9285,9 @@ function create_if_block_1$2(ctx) {
|
|
9285
9285
|
attr(svg, "viewBox", "0 0 10 16");
|
9286
9286
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9287
9287
|
attr(svg, "style", /*prevIconStyle*/ ctx[10]);
|
9288
|
-
attr(button, "class", "move-button svelte-
|
9288
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9289
9289
|
attr(button, "style", /*_prevButtonContainerStyle*/ ctx[9]);
|
9290
|
-
attr(div, "class", "prev-button-container svelte-
|
9290
|
+
attr(div, "class", "prev-button-container svelte-ji1fh");
|
9291
9291
|
},
|
9292
9292
|
m(target, anchor) {
|
9293
9293
|
insert_hydration(target, div, anchor);
|
@@ -9353,9 +9353,9 @@ function create_if_block$8(ctx) {
|
|
9353
9353
|
attr(svg, "viewBox", "0 0 10 16");
|
9354
9354
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
9355
9355
|
attr(svg, "style", /*nextIconStyle*/ ctx[8]);
|
9356
|
-
attr(button, "class", "move-button svelte-
|
9356
|
+
attr(button, "class", "move-button svelte-ji1fh");
|
9357
9357
|
attr(button, "style", /*_nextButtonContainerStyle*/ ctx[7]);
|
9358
|
-
attr(div, "class", "next-button-container svelte-
|
9358
|
+
attr(div, "class", "next-button-container svelte-ji1fh");
|
9359
9359
|
},
|
9360
9360
|
m(target, anchor) {
|
9361
9361
|
insert_hydration(target, div, anchor);
|
@@ -9386,7 +9386,7 @@ function create_if_block$8(ctx) {
|
|
9386
9386
|
}
|
9387
9387
|
|
9388
9388
|
// (393:4) {#each items as _, i}
|
9389
|
-
function create_each_block(ctx) {
|
9389
|
+
function create_each_block$1(ctx) {
|
9390
9390
|
let button;
|
9391
9391
|
let div;
|
9392
9392
|
let div_style_value;
|
@@ -9415,9 +9415,9 @@ function create_each_block(ctx) {
|
|
9415
9415
|
this.h();
|
9416
9416
|
},
|
9417
9417
|
h() {
|
9418
|
-
attr(div, "class", "navigation-item-inner circle svelte-
|
9418
|
+
attr(div, "class", "navigation-item-inner circle svelte-ji1fh");
|
9419
9419
|
attr(div, "style", div_style_value = /*getNavigationItemInnerStyle*/ ctx[5](/*i*/ ctx[63]));
|
9420
|
-
attr(button, "class", "navigation-item svelte-
|
9420
|
+
attr(button, "class", "navigation-item svelte-ji1fh");
|
9421
9421
|
attr(button, "style", /*navigationItemStyle*/ ctx[6]);
|
9422
9422
|
},
|
9423
9423
|
m(target, anchor) {
|
@@ -9449,7 +9449,7 @@ function create_each_block(ctx) {
|
|
9449
9449
|
};
|
9450
9450
|
}
|
9451
9451
|
|
9452
|
-
function create_fragment$
|
9452
|
+
function create_fragment$P(ctx) {
|
9453
9453
|
let div3;
|
9454
9454
|
let div1;
|
9455
9455
|
let div0;
|
@@ -9467,7 +9467,7 @@ function create_fragment$O(ctx) {
|
|
9467
9467
|
let each_blocks = [];
|
9468
9468
|
|
9469
9469
|
for (let i = 0; i < each_value.length; i += 1) {
|
9470
|
-
each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
|
9470
|
+
each_blocks[i] = create_each_block$1(get_each_context$1(ctx, each_value, i));
|
9471
9471
|
}
|
9472
9472
|
|
9473
9473
|
let div3_levels = [{ class: "root" }, dataAttrStopPropagation('click')];
|
@@ -9523,14 +9523,14 @@ function create_fragment$O(ctx) {
|
|
9523
9523
|
this.h();
|
9524
9524
|
},
|
9525
9525
|
h() {
|
9526
|
-
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9526
|
+
attr(div0, "class", div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"));
|
9527
9527
|
attr(div0, "style", /*slideStyle*/ ctx[14]);
|
9528
|
-
attr(div1, "class", "container svelte-
|
9528
|
+
attr(div1, "class", "container svelte-ji1fh");
|
9529
9529
|
attr(div1, "style", /*_style*/ ctx[0]);
|
9530
|
-
attr(div2, "class", "navigation svelte-
|
9530
|
+
attr(div2, "class", "navigation svelte-ji1fh");
|
9531
9531
|
attr(div2, "style", /*navigationStyle*/ ctx[4]);
|
9532
9532
|
set_attributes(div3, div3_data);
|
9533
|
-
toggle_class(div3, "svelte-
|
9533
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9534
9534
|
},
|
9535
9535
|
m(target, anchor) {
|
9536
9536
|
insert_hydration(target, div3, anchor);
|
@@ -9572,7 +9572,7 @@ function create_fragment$O(ctx) {
|
|
9572
9572
|
}
|
9573
9573
|
}
|
9574
9574
|
|
9575
|
-
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-
|
9575
|
+
if (!current || dirty[0] & /*slideClass*/ 8192 && div0_class_value !== (div0_class_value = "" + (null_to_empty(/*slideClass*/ ctx[13]) + " svelte-ji1fh"))) {
|
9576
9576
|
attr(div0, "class", div0_class_value);
|
9577
9577
|
}
|
9578
9578
|
|
@@ -9615,12 +9615,12 @@ function create_fragment$O(ctx) {
|
|
9615
9615
|
let i;
|
9616
9616
|
|
9617
9617
|
for (i = 0; i < each_value.length; i += 1) {
|
9618
|
-
const child_ctx = get_each_context(ctx, each_value, i);
|
9618
|
+
const child_ctx = get_each_context$1(ctx, each_value, i);
|
9619
9619
|
|
9620
9620
|
if (each_blocks[i]) {
|
9621
9621
|
each_blocks[i].p(child_ctx, dirty);
|
9622
9622
|
} else {
|
9623
|
-
each_blocks[i] = create_each_block(child_ctx);
|
9623
|
+
each_blocks[i] = create_each_block$1(child_ctx);
|
9624
9624
|
each_blocks[i].c();
|
9625
9625
|
each_blocks[i].m(div2, null);
|
9626
9626
|
}
|
@@ -9638,7 +9638,7 @@ function create_fragment$O(ctx) {
|
|
9638
9638
|
}
|
9639
9639
|
|
9640
9640
|
set_attributes(div3, div3_data = get_spread_update(div3_levels, [{ class: "root" }, dataAttrStopPropagation('click')]));
|
9641
|
-
toggle_class(div3, "svelte-
|
9641
|
+
toggle_class(div3, "svelte-ji1fh", true);
|
9642
9642
|
},
|
9643
9643
|
i(local) {
|
9644
9644
|
if (current) return;
|
@@ -9673,7 +9673,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9673
9673
|
}
|
9674
9674
|
}
|
9675
9675
|
|
9676
|
-
function instance$
|
9676
|
+
function instance$P($$self, $$props, $$invalidate) {
|
9677
9677
|
let slideStyle;
|
9678
9678
|
let slideClass;
|
9679
9679
|
let _loop;
|
@@ -10126,8 +10126,8 @@ class Slide extends SvelteComponent {
|
|
10126
10126
|
init(
|
10127
10127
|
this,
|
10128
10128
|
options,
|
10129
|
-
instance$
|
10130
|
-
create_fragment$
|
10129
|
+
instance$P,
|
10130
|
+
create_fragment$P,
|
10131
10131
|
safe_not_equal,
|
10132
10132
|
{
|
10133
10133
|
loop: 18,
|
@@ -10141,7 +10141,7 @@ class Slide extends SvelteComponent {
|
|
10141
10141
|
navigationButton: 25,
|
10142
10142
|
navigationEdgePosition: 26
|
10143
10143
|
},
|
10144
|
-
add_css$
|
10144
|
+
add_css$i,
|
10145
10145
|
[-1, -1, -1]
|
10146
10146
|
);
|
10147
10147
|
}
|
@@ -10149,11 +10149,11 @@ class Slide extends SvelteComponent {
|
|
10149
10149
|
|
10150
10150
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
10151
10151
|
|
10152
|
-
function add_css$
|
10153
|
-
append_styles(target, "svelte-
|
10152
|
+
function add_css$h(target) {
|
10153
|
+
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
10154
|
}
|
10155
10155
|
|
10156
|
-
function create_fragment$
|
10156
|
+
function create_fragment$O(ctx) {
|
10157
10157
|
let div1;
|
10158
10158
|
let div0;
|
10159
10159
|
let current;
|
@@ -10178,9 +10178,9 @@ function create_fragment$N(ctx) {
|
|
10178
10178
|
this.h();
|
10179
10179
|
},
|
10180
10180
|
h() {
|
10181
|
-
attr(div0, "class", "item-inner svelte-
|
10181
|
+
attr(div0, "class", "item-inner svelte-9ygf1w");
|
10182
10182
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10183
|
-
attr(div1, "class", "item svelte-
|
10183
|
+
attr(div1, "class", "item svelte-9ygf1w");
|
10184
10184
|
attr(div1, "style", /*itemStyle*/ ctx[1]);
|
10185
10185
|
},
|
10186
10186
|
m(target, anchor) {
|
@@ -10233,7 +10233,7 @@ function create_fragment$N(ctx) {
|
|
10233
10233
|
};
|
10234
10234
|
}
|
10235
10235
|
|
10236
|
-
function instance$
|
10236
|
+
function instance$O($$self, $$props, $$invalidate) {
|
10237
10237
|
let itemStyle;
|
10238
10238
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10239
10239
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -10299,20 +10299,20 @@ function instance$N($$self, $$props, $$invalidate) {
|
|
10299
10299
|
class SlideItem extends SvelteComponent {
|
10300
10300
|
constructor(options) {
|
10301
10301
|
super();
|
10302
|
-
init(this, options, instance$
|
10302
|
+
init(this, options, instance$O, create_fragment$O, safe_not_equal, { _style: 0 }, add_css$h);
|
10303
10303
|
}
|
10304
10304
|
}
|
10305
10305
|
|
10306
10306
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
10307
10307
|
|
10308
|
-
function add_css$
|
10309
|
-
append_styles(target, "svelte-
|
10308
|
+
function add_css$g(target) {
|
10309
|
+
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
10310
|
}
|
10311
10311
|
|
10312
10312
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
10313
10313
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
10314
10314
|
|
10315
|
-
function create_fragment$
|
10315
|
+
function create_fragment$N(ctx) {
|
10316
10316
|
let div1;
|
10317
10317
|
let div0;
|
10318
10318
|
let current;
|
@@ -10337,9 +10337,9 @@ function create_fragment$M(ctx) {
|
|
10337
10337
|
this.h();
|
10338
10338
|
},
|
10339
10339
|
h() {
|
10340
|
-
attr(div0, "class", "countdown-inner svelte-
|
10340
|
+
attr(div0, "class", "countdown-inner svelte-rroxiz");
|
10341
10341
|
attr(div0, "style", /*_style*/ ctx[0]);
|
10342
|
-
attr(div1, "class", "countdown svelte-
|
10342
|
+
attr(div1, "class", "countdown svelte-rroxiz");
|
10343
10343
|
},
|
10344
10344
|
m(target, anchor) {
|
10345
10345
|
insert_hydration(target, div1, anchor);
|
@@ -10405,7 +10405,7 @@ function formatTimeDiff(ms) {
|
|
10405
10405
|
};
|
10406
10406
|
}
|
10407
10407
|
|
10408
|
-
function instance$
|
10408
|
+
function instance$N($$self, $$props, $$invalidate) {
|
10409
10409
|
let countdown;
|
10410
10410
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10411
10411
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -10462,14 +10462,14 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
10462
10462
|
class Countdown extends SvelteComponent {
|
10463
10463
|
constructor(options) {
|
10464
10464
|
super();
|
10465
|
-
init(this, options, instance$
|
10465
|
+
init(this, options, instance$N, create_fragment$N, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$g);
|
10466
10466
|
}
|
10467
10467
|
}
|
10468
10468
|
|
10469
10469
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
10470
10470
|
|
10471
|
-
function add_css$
|
10472
|
-
append_styles(target, "svelte-
|
10471
|
+
function add_css$f(target) {
|
10472
|
+
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
10473
|
}
|
10474
10474
|
|
10475
10475
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
@@ -10523,7 +10523,7 @@ function create_default_slot$7(ctx) {
|
|
10523
10523
|
};
|
10524
10524
|
}
|
10525
10525
|
|
10526
|
-
function create_fragment$
|
10526
|
+
function create_fragment$M(ctx) {
|
10527
10527
|
let div;
|
10528
10528
|
let button;
|
10529
10529
|
let current;
|
@@ -10552,7 +10552,7 @@ function create_fragment$L(ctx) {
|
|
10552
10552
|
this.h();
|
10553
10553
|
},
|
10554
10554
|
h() {
|
10555
|
-
attr(div, "class", "box svelte-
|
10555
|
+
attr(div, "class", "box svelte-1ccydfy");
|
10556
10556
|
},
|
10557
10557
|
m(target, anchor) {
|
10558
10558
|
insert_hydration(target, div, anchor);
|
@@ -10587,7 +10587,7 @@ function create_fragment$L(ctx) {
|
|
10587
10587
|
};
|
10588
10588
|
}
|
10589
10589
|
|
10590
|
-
function instance$
|
10590
|
+
function instance$M($$self, $$props, $$invalidate) {
|
10591
10591
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10592
10592
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10593
10593
|
let { eventName = '' } = $$props;
|
@@ -10606,14 +10606,14 @@ function instance$L($$self, $$props, $$invalidate) {
|
|
10606
10606
|
class Box extends SvelteComponent {
|
10607
10607
|
constructor(options) {
|
10608
10608
|
super();
|
10609
|
-
init(this, options, instance$
|
10609
|
+
init(this, options, instance$M, create_fragment$M, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$f);
|
10610
10610
|
}
|
10611
10611
|
}
|
10612
10612
|
|
10613
10613
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10614
10614
|
|
10615
|
-
function add_css$
|
10616
|
-
append_styles(target, "svelte-
|
10615
|
+
function add_css$e(target) {
|
10616
|
+
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
10617
|
}
|
10618
10618
|
|
10619
10619
|
// (56:4) {#if svg}
|
@@ -10688,7 +10688,7 @@ function create_default_slot$6(ctx) {
|
|
10688
10688
|
};
|
10689
10689
|
}
|
10690
10690
|
|
10691
|
-
function create_fragment$
|
10691
|
+
function create_fragment$L(ctx) {
|
10692
10692
|
let div;
|
10693
10693
|
let button;
|
10694
10694
|
let current;
|
@@ -10717,7 +10717,7 @@ function create_fragment$K(ctx) {
|
|
10717
10717
|
this.h();
|
10718
10718
|
},
|
10719
10719
|
h() {
|
10720
|
-
attr(div, "class", "icon svelte-
|
10720
|
+
attr(div, "class", "icon svelte-1mkvcuo");
|
10721
10721
|
},
|
10722
10722
|
m(target, anchor) {
|
10723
10723
|
insert_hydration(target, div, anchor);
|
@@ -10759,7 +10759,7 @@ function parseData(dataUrl) {
|
|
10759
10759
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10760
10760
|
}
|
10761
10761
|
|
10762
|
-
function instance$
|
10762
|
+
function instance$L($$self, $$props, $$invalidate) {
|
10763
10763
|
let svg;
|
10764
10764
|
let styleVariables;
|
10765
10765
|
let style;
|
@@ -10807,8 +10807,8 @@ class IconElement extends SvelteComponent {
|
|
10807
10807
|
init(
|
10808
10808
|
this,
|
10809
10809
|
options,
|
10810
|
-
instance$
|
10811
|
-
create_fragment$
|
10810
|
+
instance$L,
|
10811
|
+
create_fragment$L,
|
10812
10812
|
safe_not_equal,
|
10813
10813
|
{
|
10814
10814
|
icon: 4,
|
@@ -10818,18 +10818,18 @@ class IconElement extends SvelteComponent {
|
|
10818
10818
|
color: 6,
|
10819
10819
|
_style: 7
|
10820
10820
|
},
|
10821
|
-
add_css$
|
10821
|
+
add_css$e
|
10822
10822
|
);
|
10823
10823
|
}
|
10824
10824
|
}
|
10825
10825
|
|
10826
10826
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10827
10827
|
|
10828
|
-
function add_css$
|
10829
|
-
append_styles(target, "svelte-
|
10828
|
+
function add_css$d(target) {
|
10829
|
+
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10830
10830
|
}
|
10831
10831
|
|
10832
|
-
function create_fragment$
|
10832
|
+
function create_fragment$K(ctx) {
|
10833
10833
|
let div;
|
10834
10834
|
let switch_instance;
|
10835
10835
|
let current;
|
@@ -10862,7 +10862,7 @@ function create_fragment$J(ctx) {
|
|
10862
10862
|
this.h();
|
10863
10863
|
},
|
10864
10864
|
h() {
|
10865
|
-
attr(div, "class", "codeElement svelte-
|
10865
|
+
attr(div, "class", "codeElement svelte-ymsb9l");
|
10866
10866
|
attr(div, "style", /*style*/ ctx[3]);
|
10867
10867
|
},
|
10868
10868
|
m(target, anchor) {
|
@@ -10919,7 +10919,7 @@ function create_fragment$J(ctx) {
|
|
10919
10919
|
};
|
10920
10920
|
}
|
10921
10921
|
|
10922
|
-
function instance$
|
10922
|
+
function instance$K($$self, $$props, $$invalidate) {
|
10923
10923
|
let $data,
|
10924
10924
|
$$unsubscribe_data = noop,
|
10925
10925
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10944,17 +10944,17 @@ function instance$J($$self, $$props, $$invalidate) {
|
|
10944
10944
|
class CodeElement extends SvelteComponent {
|
10945
10945
|
constructor(options) {
|
10946
10946
|
super();
|
10947
|
-
init(this, options, instance$
|
10947
|
+
init(this, options, instance$K, create_fragment$K, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$d);
|
10948
10948
|
}
|
10949
10949
|
}
|
10950
10950
|
|
10951
10951
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10952
10952
|
|
10953
|
-
function add_css$
|
10954
|
-
append_styles(target, "svelte-
|
10953
|
+
function add_css$c(target) {
|
10954
|
+
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10955
10955
|
}
|
10956
10956
|
|
10957
|
-
function create_fragment$
|
10957
|
+
function create_fragment$J(ctx) {
|
10958
10958
|
let div;
|
10959
10959
|
let div_style_value;
|
10960
10960
|
let current;
|
@@ -10975,7 +10975,7 @@ function create_fragment$I(ctx) {
|
|
10975
10975
|
this.h();
|
10976
10976
|
},
|
10977
10977
|
h() {
|
10978
|
-
attr(div, "class", "flex svelte-
|
10978
|
+
attr(div, "class", "flex svelte-1e71ejc");
|
10979
10979
|
attr(div, "style", div_style_value = "width:" + /*width*/ ctx[1] + "; height:" + /*height*/ ctx[2] + "; flex-direction:" + /*direction*/ ctx[0] + "; " + /*_style*/ ctx[3]);
|
10980
10980
|
},
|
10981
10981
|
m(target, anchor) {
|
@@ -11029,7 +11029,7 @@ function getFlexContext() {
|
|
11029
11029
|
return getContext(FlexContextKey);
|
11030
11030
|
}
|
11031
11031
|
|
11032
|
-
function instance$
|
11032
|
+
function instance$J($$self, $$props, $$invalidate) {
|
11033
11033
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11034
11034
|
let { direction = 'row' } = $$props;
|
11035
11035
|
let { width = '100%' } = $$props;
|
@@ -11055,8 +11055,8 @@ class Flex extends SvelteComponent {
|
|
11055
11055
|
init(
|
11056
11056
|
this,
|
11057
11057
|
options,
|
11058
|
-
instance$
|
11059
|
-
create_fragment$
|
11058
|
+
instance$J,
|
11059
|
+
create_fragment$J,
|
11060
11060
|
safe_not_equal,
|
11061
11061
|
{
|
11062
11062
|
direction: 0,
|
@@ -11064,18 +11064,18 @@ class Flex extends SvelteComponent {
|
|
11064
11064
|
height: 2,
|
11065
11065
|
_style: 3
|
11066
11066
|
},
|
11067
|
-
add_css$
|
11067
|
+
add_css$c
|
11068
11068
|
);
|
11069
11069
|
}
|
11070
11070
|
}
|
11071
11071
|
|
11072
11072
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
11073
11073
|
|
11074
|
-
function add_css$
|
11075
|
-
append_styles(target, "svelte-
|
11074
|
+
function add_css$b(target) {
|
11075
|
+
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
11076
11076
|
}
|
11077
11077
|
|
11078
|
-
function create_fragment$
|
11078
|
+
function create_fragment$I(ctx) {
|
11079
11079
|
let div;
|
11080
11080
|
let current;
|
11081
11081
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -11095,7 +11095,7 @@ function create_fragment$H(ctx) {
|
|
11095
11095
|
this.h();
|
11096
11096
|
},
|
11097
11097
|
h() {
|
11098
|
-
attr(div, "class", "flex-item svelte-
|
11098
|
+
attr(div, "class", "flex-item svelte-1p0bk1x");
|
11099
11099
|
attr(div, "style", /*style*/ ctx[0]);
|
11100
11100
|
},
|
11101
11101
|
m(target, anchor) {
|
@@ -11143,7 +11143,7 @@ function create_fragment$H(ctx) {
|
|
11143
11143
|
};
|
11144
11144
|
}
|
11145
11145
|
|
11146
|
-
function instance$
|
11146
|
+
function instance$I($$self, $$props, $$invalidate) {
|
11147
11147
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11148
11148
|
let { length } = $$props;
|
11149
11149
|
let { _style = '' } = $$props;
|
@@ -11186,7 +11186,7 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
11186
11186
|
class FlexItem extends SvelteComponent {
|
11187
11187
|
constructor(options) {
|
11188
11188
|
super();
|
11189
|
-
init(this, options, instance$
|
11189
|
+
init(this, options, instance$I, create_fragment$I, safe_not_equal, { length: 1, _style: 2 }, add_css$b);
|
11190
11190
|
}
|
11191
11191
|
}
|
11192
11192
|
|
@@ -11370,7 +11370,7 @@ function create_default_slot$5(ctx) {
|
|
11370
11370
|
};
|
11371
11371
|
}
|
11372
11372
|
|
11373
|
-
function create_fragment$
|
11373
|
+
function create_fragment$H(ctx) {
|
11374
11374
|
let stateitem;
|
11375
11375
|
let current;
|
11376
11376
|
|
@@ -11418,7 +11418,7 @@ function create_fragment$G(ctx) {
|
|
11418
11418
|
};
|
11419
11419
|
}
|
11420
11420
|
|
11421
|
-
function instance$
|
11421
|
+
function instance$H($$self, $$props, $$invalidate) {
|
11422
11422
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11423
11423
|
let { path } = $$props;
|
11424
11424
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -11489,7 +11489,7 @@ class GridModalState extends SvelteComponent {
|
|
11489
11489
|
constructor(options) {
|
11490
11490
|
super();
|
11491
11491
|
|
11492
|
-
init(this, options, instance$
|
11492
|
+
init(this, options, instance$H, create_fragment$H, safe_not_equal, {
|
11493
11493
|
path: 0,
|
11494
11494
|
onClick: 1,
|
11495
11495
|
clickEventName: 2,
|
@@ -11514,11 +11514,11 @@ class GridModalState extends SvelteComponent {
|
|
11514
11514
|
|
11515
11515
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
11516
11516
|
|
11517
|
-
function add_css$
|
11518
|
-
append_styles(target, "svelte-
|
11517
|
+
function add_css$a(target) {
|
11518
|
+
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
11519
|
}
|
11520
11520
|
|
11521
|
-
function create_fragment$
|
11521
|
+
function create_fragment$G(ctx) {
|
11522
11522
|
let div1;
|
11523
11523
|
let div0;
|
11524
11524
|
let rendertext;
|
@@ -11544,8 +11544,8 @@ function create_fragment$F(ctx) {
|
|
11544
11544
|
this.h();
|
11545
11545
|
},
|
11546
11546
|
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-
|
11547
|
+
attr(div0, "class", "text-block-inner svelte-15pej1m");
|
11548
|
+
attr(div1, "class", div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"));
|
11549
11549
|
attr(div1, "style", /*style*/ ctx[2]);
|
11550
11550
|
},
|
11551
11551
|
m(target, anchor) {
|
@@ -11559,7 +11559,7 @@ function create_fragment$F(ctx) {
|
|
11559
11559
|
if (dirty & /*text*/ 1) rendertext_changes.text = /*text*/ ctx[0];
|
11560
11560
|
rendertext.$set(rendertext_changes);
|
11561
11561
|
|
11562
|
-
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-
|
11562
|
+
if (!current || dirty & /*textDirection*/ 2 && div1_class_value !== (div1_class_value = "" + (null_to_empty(`text-block text-direction-${/*textDirection*/ ctx[1]}`) + " svelte-15pej1m"))) {
|
11563
11563
|
attr(div1, "class", div1_class_value);
|
11564
11564
|
}
|
11565
11565
|
|
@@ -11583,7 +11583,7 @@ function create_fragment$F(ctx) {
|
|
11583
11583
|
};
|
11584
11584
|
}
|
11585
11585
|
|
11586
|
-
function instance$
|
11586
|
+
function instance$G($$self, $$props, $$invalidate) {
|
11587
11587
|
let style;
|
11588
11588
|
let { text = 'サンプルSample' } = $$props;
|
11589
11589
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -11619,8 +11619,8 @@ class TextBlock extends SvelteComponent {
|
|
11619
11619
|
init(
|
11620
11620
|
this,
|
11621
11621
|
options,
|
11622
|
-
instance$
|
11623
|
-
create_fragment$
|
11622
|
+
instance$G,
|
11623
|
+
create_fragment$G,
|
11624
11624
|
safe_not_equal,
|
11625
11625
|
{
|
11626
11626
|
text: 0,
|
@@ -11629,18 +11629,18 @@ class TextBlock extends SvelteComponent {
|
|
11629
11629
|
textDirection: 1,
|
11630
11630
|
_style: 5
|
11631
11631
|
},
|
11632
|
-
add_css$
|
11632
|
+
add_css$a
|
11633
11633
|
);
|
11634
11634
|
}
|
11635
11635
|
}
|
11636
11636
|
|
11637
11637
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11638
11638
|
|
11639
|
-
function add_css$
|
11640
|
-
append_styles(target, "svelte-
|
11639
|
+
function add_css$9(target) {
|
11640
|
+
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
11641
|
}
|
11642
11642
|
|
11643
|
-
function create_fragment$
|
11643
|
+
function create_fragment$F(ctx) {
|
11644
11644
|
let div;
|
11645
11645
|
let button;
|
11646
11646
|
let rendertext;
|
@@ -11667,9 +11667,9 @@ function create_fragment$E(ctx) {
|
|
11667
11667
|
this.h();
|
11668
11668
|
},
|
11669
11669
|
h() {
|
11670
|
-
attr(button, "class", "text-button svelte-
|
11670
|
+
attr(button, "class", "text-button svelte-ff0k6r");
|
11671
11671
|
attr(button, "style", /*_buttonStyle*/ ctx[1]);
|
11672
|
-
attr(div, "class", "text-button-block svelte-
|
11672
|
+
attr(div, "class", "text-button-block svelte-ff0k6r");
|
11673
11673
|
attr(div, "style", /*_style*/ ctx[2]);
|
11674
11674
|
},
|
11675
11675
|
m(target, anchor) {
|
@@ -11714,7 +11714,7 @@ function create_fragment$E(ctx) {
|
|
11714
11714
|
};
|
11715
11715
|
}
|
11716
11716
|
|
11717
|
-
function instance$
|
11717
|
+
function instance$F($$self, $$props, $$invalidate) {
|
11718
11718
|
let { text = 'ボタンラベル' } = $$props;
|
11719
11719
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11720
11720
|
|
@@ -11756,8 +11756,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11756
11756
|
init(
|
11757
11757
|
this,
|
11758
11758
|
options,
|
11759
|
-
instance$
|
11760
|
-
create_fragment$
|
11759
|
+
instance$F,
|
11760
|
+
create_fragment$F,
|
11761
11761
|
safe_not_equal,
|
11762
11762
|
{
|
11763
11763
|
text: 0,
|
@@ -11767,18 +11767,18 @@ class TextButtonBlock extends SvelteComponent {
|
|
11767
11767
|
_buttonStyle: 1,
|
11768
11768
|
_style: 2
|
11769
11769
|
},
|
11770
|
-
add_css$
|
11770
|
+
add_css$9
|
11771
11771
|
);
|
11772
11772
|
}
|
11773
11773
|
}
|
11774
11774
|
|
11775
11775
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11776
11776
|
|
11777
|
-
function add_css$
|
11778
|
-
append_styles(target, "svelte-
|
11777
|
+
function add_css$8(target) {
|
11778
|
+
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
11779
|
}
|
11780
11780
|
|
11781
|
-
function create_fragment$
|
11781
|
+
function create_fragment$E(ctx) {
|
11782
11782
|
let div;
|
11783
11783
|
let img;
|
11784
11784
|
let img_style_value;
|
@@ -11811,14 +11811,14 @@ function create_fragment$D(ctx) {
|
|
11811
11811
|
this.h();
|
11812
11812
|
},
|
11813
11813
|
h() {
|
11814
|
-
attr(img, "class", "image svelte-
|
11814
|
+
attr(img, "class", "image svelte-1pdw891");
|
11815
11815
|
attr(img, "loading", "lazy");
|
11816
11816
|
attr(img, "width", "auto");
|
11817
11817
|
attr(img, "height", "auto");
|
11818
11818
|
attr(img, "style", img_style_value = `${/*_imageStyle*/ ctx[4]} object-fit: ${/*objectFit*/ ctx[3]};`);
|
11819
11819
|
if (!src_url_equal(img.src, img_src_value = /*src*/ ctx[0])) attr(img, "src", img_src_value);
|
11820
11820
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11821
|
-
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11821
|
+
attr(div, "class", div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"));
|
11822
11822
|
attr(div, "style", /*_style*/ ctx[5]);
|
11823
11823
|
},
|
11824
11824
|
m(target, anchor) {
|
@@ -11843,7 +11843,7 @@ function create_fragment$D(ctx) {
|
|
11843
11843
|
attr(img, "alt", /*alt*/ ctx[1]);
|
11844
11844
|
}
|
11845
11845
|
|
11846
|
-
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-
|
11846
|
+
if (dirty & /*transport*/ 4 && div_class_value !== (div_class_value = "" + (null_to_empty('image-block' + (/*transport*/ ctx[2] ? ' transport' : '')) + " svelte-1pdw891"))) {
|
11847
11847
|
attr(div, "class", div_class_value);
|
11848
11848
|
}
|
11849
11849
|
|
@@ -11861,7 +11861,7 @@ function create_fragment$D(ctx) {
|
|
11861
11861
|
};
|
11862
11862
|
}
|
11863
11863
|
|
11864
|
-
function instance$
|
11864
|
+
function instance$E($$self, $$props, $$invalidate) {
|
11865
11865
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11866
11866
|
let { alt = 'No Image' } = $$props;
|
11867
11867
|
let { transport = false } = $$props;
|
@@ -11901,8 +11901,8 @@ class ImageBlock extends SvelteComponent {
|
|
11901
11901
|
init(
|
11902
11902
|
this,
|
11903
11903
|
options,
|
11904
|
-
instance$
|
11905
|
-
create_fragment$
|
11904
|
+
instance$E,
|
11905
|
+
create_fragment$E,
|
11906
11906
|
safe_not_equal,
|
11907
11907
|
{
|
11908
11908
|
src: 0,
|
@@ -11914,7 +11914,7 @@ class ImageBlock extends SvelteComponent {
|
|
11914
11914
|
_imageStyle: 4,
|
11915
11915
|
_style: 5
|
11916
11916
|
},
|
11917
|
-
add_css$
|
11917
|
+
add_css$8
|
11918
11918
|
);
|
11919
11919
|
}
|
11920
11920
|
}
|
@@ -11957,6 +11957,7 @@ const toCssPosition = (p) => {
|
|
11957
11957
|
left: p?.left,
|
11958
11958
|
bottom: p?.bottom,
|
11959
11959
|
right: p?.right,
|
11960
|
+
transform: p?.transform,
|
11960
11961
|
};
|
11961
11962
|
};
|
11962
11963
|
const toCssCommon = (p) => {
|
@@ -11965,7 +11966,6 @@ const toCssCommon = (p) => {
|
|
11965
11966
|
};
|
11966
11967
|
};
|
11967
11968
|
const toCssBorder = (p) => {
|
11968
|
-
console.log(p);
|
11969
11969
|
const borderWidth = p?.borderTopWidth ?? p?.borderRightWidth ?? p?.borderLeftWidth ?? p?.borderBottomWidth ?? null;
|
11970
11970
|
if (borderWidth === null)
|
11971
11971
|
return {};
|
@@ -12014,21 +12014,22 @@ const toCssShadow = (p) => {
|
|
12014
12014
|
|
12015
12015
|
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
12016
12016
|
|
12017
|
-
function add_css$
|
12018
|
-
append_styles(target, "svelte-
|
12017
|
+
function add_css$7(target) {
|
12018
|
+
append_styles(target, "svelte-1agjjit", ".clickable.svelte-1agjjit:link,.clickable.svelte-1agjjit:visited,.clickable.svelte-1agjjit:active,.clickable.svelte-1agjjit:hover{color:inherit}.clickable.svelte-1agjjit{cursor:pointer;text-decoration:none}");
|
12019
12019
|
}
|
12020
12020
|
|
12021
|
-
// (
|
12021
|
+
// (40:0) {:else}
|
12022
12022
|
function create_else_block$1(ctx) {
|
12023
12023
|
let button;
|
12024
12024
|
let current;
|
12025
12025
|
let mounted;
|
12026
12026
|
let dispose;
|
12027
|
-
const default_slot_template = /*#slots*/ ctx[
|
12028
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
12027
|
+
const default_slot_template = /*#slots*/ ctx[9].default;
|
12028
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
|
12029
12029
|
|
12030
12030
|
let button_levels = [
|
12031
|
-
{
|
12031
|
+
{ "data-layer-id": /*layerId*/ ctx[2] },
|
12032
|
+
{ class: /*fixedClass*/ ctx[3] },
|
12032
12033
|
{ style: /*style*/ ctx[1] },
|
12033
12034
|
dataAttrStopPropagation('click')
|
12034
12035
|
];
|
@@ -12046,7 +12047,12 @@ function create_else_block$1(ctx) {
|
|
12046
12047
|
this.h();
|
12047
12048
|
},
|
12048
12049
|
l(nodes) {
|
12049
|
-
button = claim_element(nodes, "BUTTON", {
|
12050
|
+
button = claim_element(nodes, "BUTTON", {
|
12051
|
+
"data-layer-id": true,
|
12052
|
+
class: true,
|
12053
|
+
style: true
|
12054
|
+
});
|
12055
|
+
|
12050
12056
|
var button_nodes = children(button);
|
12051
12057
|
if (default_slot) default_slot.l(button_nodes);
|
12052
12058
|
button_nodes.forEach(detach);
|
@@ -12054,7 +12060,7 @@ function create_else_block$1(ctx) {
|
|
12054
12060
|
},
|
12055
12061
|
h() {
|
12056
12062
|
set_attributes(button, button_data);
|
12057
|
-
toggle_class(button, "svelte-
|
12063
|
+
toggle_class(button, "svelte-1agjjit", true);
|
12058
12064
|
},
|
12059
12065
|
m(target, anchor) {
|
12060
12066
|
insert_hydration(target, button, anchor);
|
@@ -12067,33 +12073,34 @@ function create_else_block$1(ctx) {
|
|
12067
12073
|
current = true;
|
12068
12074
|
|
12069
12075
|
if (!mounted) {
|
12070
|
-
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[
|
12076
|
+
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[4]));
|
12071
12077
|
mounted = true;
|
12072
12078
|
}
|
12073
12079
|
},
|
12074
12080
|
p(ctx, dirty) {
|
12075
12081
|
if (default_slot) {
|
12076
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
12082
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
|
12077
12083
|
update_slot_base(
|
12078
12084
|
default_slot,
|
12079
12085
|
default_slot_template,
|
12080
12086
|
ctx,
|
12081
|
-
/*$$scope*/ ctx[
|
12087
|
+
/*$$scope*/ ctx[8],
|
12082
12088
|
!current
|
12083
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
12084
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
12089
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
|
12090
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
|
12085
12091
|
null
|
12086
12092
|
);
|
12087
12093
|
}
|
12088
12094
|
}
|
12089
12095
|
|
12090
12096
|
set_attributes(button, button_data = get_spread_update(button_levels, [
|
12091
|
-
{
|
12097
|
+
(!current || dirty & /*layerId*/ 4) && { "data-layer-id": /*layerId*/ ctx[2] },
|
12098
|
+
(!current || dirty & /*fixedClass*/ 8) && { class: /*fixedClass*/ ctx[3] },
|
12092
12099
|
(!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
|
12093
12100
|
dataAttrStopPropagation('click')
|
12094
12101
|
]));
|
12095
12102
|
|
12096
|
-
toggle_class(button, "svelte-
|
12103
|
+
toggle_class(button, "svelte-1agjjit", true);
|
12097
12104
|
},
|
12098
12105
|
i(local) {
|
12099
12106
|
if (current) return;
|
@@ -12113,12 +12120,13 @@ function create_else_block$1(ctx) {
|
|
12113
12120
|
};
|
12114
12121
|
}
|
12115
12122
|
|
12116
|
-
// (
|
12123
|
+
// (32:39)
|
12117
12124
|
function create_if_block_1$1(ctx) {
|
12118
12125
|
let div;
|
12126
|
+
let div_class_value;
|
12119
12127
|
let current;
|
12120
|
-
const default_slot_template = /*#slots*/ ctx[
|
12121
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
12128
|
+
const default_slot_template = /*#slots*/ ctx[9].default;
|
12129
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
|
12122
12130
|
|
12123
12131
|
return {
|
12124
12132
|
c() {
|
@@ -12127,14 +12135,20 @@ function create_if_block_1$1(ctx) {
|
|
12127
12135
|
this.h();
|
12128
12136
|
},
|
12129
12137
|
l(nodes) {
|
12130
|
-
div = claim_element(nodes, "DIV", {
|
12138
|
+
div = claim_element(nodes, "DIV", {
|
12139
|
+
"data-layer-id": true,
|
12140
|
+
class: true,
|
12141
|
+
style: true
|
12142
|
+
});
|
12143
|
+
|
12131
12144
|
var div_nodes = children(div);
|
12132
12145
|
if (default_slot) default_slot.l(div_nodes);
|
12133
12146
|
div_nodes.forEach(detach);
|
12134
12147
|
this.h();
|
12135
12148
|
},
|
12136
12149
|
h() {
|
12137
|
-
attr(div, "
|
12150
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
12151
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-1agjjit"));
|
12138
12152
|
attr(div, "style", /*style*/ ctx[1]);
|
12139
12153
|
},
|
12140
12154
|
m(target, anchor) {
|
@@ -12148,20 +12162,28 @@ function create_if_block_1$1(ctx) {
|
|
12148
12162
|
},
|
12149
12163
|
p(ctx, dirty) {
|
12150
12164
|
if (default_slot) {
|
12151
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
12165
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
|
12152
12166
|
update_slot_base(
|
12153
12167
|
default_slot,
|
12154
12168
|
default_slot_template,
|
12155
12169
|
ctx,
|
12156
|
-
/*$$scope*/ ctx[
|
12170
|
+
/*$$scope*/ ctx[8],
|
12157
12171
|
!current
|
12158
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
12159
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
12172
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
|
12173
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
|
12160
12174
|
null
|
12161
12175
|
);
|
12162
12176
|
}
|
12163
12177
|
}
|
12164
12178
|
|
12179
|
+
if (!current || dirty & /*layerId*/ 4) {
|
12180
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
12181
|
+
}
|
12182
|
+
|
12183
|
+
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-1agjjit"))) {
|
12184
|
+
attr(div, "class", div_class_value);
|
12185
|
+
}
|
12186
|
+
|
12165
12187
|
if (!current || dirty & /*style*/ 2) {
|
12166
12188
|
attr(div, "style", /*style*/ ctx[1]);
|
12167
12189
|
}
|
@@ -12182,7 +12204,7 @@ function create_if_block_1$1(ctx) {
|
|
12182
12204
|
};
|
12183
12205
|
}
|
12184
12206
|
|
12185
|
-
// (
|
12207
|
+
// (20:0) {#if onClick.operation === 'linkTo'}
|
12186
12208
|
function create_if_block$6(ctx) {
|
12187
12209
|
let a;
|
12188
12210
|
let a_href_value;
|
@@ -12190,11 +12212,12 @@ function create_if_block$6(ctx) {
|
|
12190
12212
|
let current;
|
12191
12213
|
let mounted;
|
12192
12214
|
let dispose;
|
12193
|
-
const default_slot_template = /*#slots*/ ctx[
|
12194
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
12215
|
+
const default_slot_template = /*#slots*/ ctx[9].default;
|
12216
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
|
12195
12217
|
|
12196
12218
|
let a_levels = [
|
12197
|
-
{
|
12219
|
+
{ "data-layer-id": /*layerId*/ ctx[2] },
|
12220
|
+
{ class: /*fixedClass*/ ctx[3] },
|
12198
12221
|
{ style: /*style*/ ctx[1] },
|
12199
12222
|
{
|
12200
12223
|
href: a_href_value = /*onClick*/ ctx[0].args[2]
|
@@ -12221,6 +12244,7 @@ function create_if_block$6(ctx) {
|
|
12221
12244
|
},
|
12222
12245
|
l(nodes) {
|
12223
12246
|
a = claim_element(nodes, "A", {
|
12247
|
+
"data-layer-id": true,
|
12224
12248
|
class: true,
|
12225
12249
|
style: true,
|
12226
12250
|
href: true,
|
@@ -12234,7 +12258,7 @@ function create_if_block$6(ctx) {
|
|
12234
12258
|
},
|
12235
12259
|
h() {
|
12236
12260
|
set_attributes(a, a_data);
|
12237
|
-
toggle_class(a, "svelte-
|
12261
|
+
toggle_class(a, "svelte-1agjjit", true);
|
12238
12262
|
},
|
12239
12263
|
m(target, anchor) {
|
12240
12264
|
insert_hydration(target, a, anchor);
|
@@ -12246,28 +12270,29 @@ function create_if_block$6(ctx) {
|
|
12246
12270
|
current = true;
|
12247
12271
|
|
12248
12272
|
if (!mounted) {
|
12249
|
-
dispose = listen(a, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[
|
12273
|
+
dispose = listen(a, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[4])));
|
12250
12274
|
mounted = true;
|
12251
12275
|
}
|
12252
12276
|
},
|
12253
12277
|
p(ctx, dirty) {
|
12254
12278
|
if (default_slot) {
|
12255
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
12279
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
|
12256
12280
|
update_slot_base(
|
12257
12281
|
default_slot,
|
12258
12282
|
default_slot_template,
|
12259
12283
|
ctx,
|
12260
|
-
/*$$scope*/ ctx[
|
12284
|
+
/*$$scope*/ ctx[8],
|
12261
12285
|
!current
|
12262
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
12263
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
12286
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
|
12287
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
|
12264
12288
|
null
|
12265
12289
|
);
|
12266
12290
|
}
|
12267
12291
|
}
|
12268
12292
|
|
12269
12293
|
set_attributes(a, a_data = get_spread_update(a_levels, [
|
12270
|
-
{
|
12294
|
+
(!current || dirty & /*layerId*/ 4) && { "data-layer-id": /*layerId*/ ctx[2] },
|
12295
|
+
(!current || dirty & /*fixedClass*/ 8) && { class: /*fixedClass*/ ctx[3] },
|
12271
12296
|
(!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
|
12272
12297
|
(!current || dirty & /*onClick*/ 1 && a_href_value !== (a_href_value = /*onClick*/ ctx[0].args[2]
|
12273
12298
|
? decodeURI(/*onClick*/ ctx[0].args[0])
|
@@ -12276,7 +12301,7 @@ function create_if_block$6(ctx) {
|
|
12276
12301
|
dataAttrStopPropagation('click')
|
12277
12302
|
]));
|
12278
12303
|
|
12279
|
-
toggle_class(a, "svelte-
|
12304
|
+
toggle_class(a, "svelte-1agjjit", true);
|
12280
12305
|
},
|
12281
12306
|
i(local) {
|
12282
12307
|
if (current) return;
|
@@ -12296,7 +12321,7 @@ function create_if_block$6(ctx) {
|
|
12296
12321
|
};
|
12297
12322
|
}
|
12298
12323
|
|
12299
|
-
function create_fragment$
|
12324
|
+
function create_fragment$D(ctx) {
|
12300
12325
|
let current_block_type_index;
|
12301
12326
|
let if_block;
|
12302
12327
|
let if_block_anchor;
|
@@ -12372,12 +12397,15 @@ function create_fragment$C(ctx) {
|
|
12372
12397
|
|
12373
12398
|
const CLICKABLE_CLASS = 'clickable';
|
12374
12399
|
|
12375
|
-
function instance$
|
12400
|
+
function instance$D($$self, $$props, $$invalidate) {
|
12401
|
+
let fixedClass;
|
12376
12402
|
let { $$slots: slots = {}, $$scope } = $$props;
|
12377
12403
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
12378
12404
|
let { eventName = '' } = $$props;
|
12379
12405
|
let { eventValue = undefined } = $$props;
|
12380
12406
|
let { style = '' } = $$props;
|
12407
|
+
let { layerId = '' } = $$props;
|
12408
|
+
let { className = '' } = $$props;
|
12381
12409
|
|
12382
12410
|
function handleClick() {
|
12383
12411
|
if (eventName) {
|
@@ -12389,13 +12417,32 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
12389
12417
|
|
12390
12418
|
$$self.$$set = $$props => {
|
12391
12419
|
if ('onClick' in $$props) $$invalidate(0, onClick = $$props.onClick);
|
12392
|
-
if ('eventName' in $$props) $$invalidate(
|
12393
|
-
if ('eventValue' in $$props) $$invalidate(
|
12420
|
+
if ('eventName' in $$props) $$invalidate(5, eventName = $$props.eventName);
|
12421
|
+
if ('eventValue' in $$props) $$invalidate(6, eventValue = $$props.eventValue);
|
12394
12422
|
if ('style' in $$props) $$invalidate(1, style = $$props.style);
|
12395
|
-
if ('
|
12423
|
+
if ('layerId' in $$props) $$invalidate(2, layerId = $$props.layerId);
|
12424
|
+
if ('className' in $$props) $$invalidate(7, className = $$props.className);
|
12425
|
+
if ('$$scope' in $$props) $$invalidate(8, $$scope = $$props.$$scope);
|
12426
|
+
};
|
12427
|
+
|
12428
|
+
$$self.$$.update = () => {
|
12429
|
+
if ($$self.$$.dirty & /*className*/ 128) {
|
12430
|
+
$$invalidate(3, fixedClass = [CLICKABLE_CLASS, ...Array.isArray(className) ? className : [className]].join(' '));
|
12431
|
+
}
|
12396
12432
|
};
|
12397
12433
|
|
12398
|
-
return [
|
12434
|
+
return [
|
12435
|
+
onClick,
|
12436
|
+
style,
|
12437
|
+
layerId,
|
12438
|
+
fixedClass,
|
12439
|
+
handleClick,
|
12440
|
+
eventName,
|
12441
|
+
eventValue,
|
12442
|
+
className,
|
12443
|
+
$$scope,
|
12444
|
+
slots
|
12445
|
+
];
|
12399
12446
|
}
|
12400
12447
|
|
12401
12448
|
class Clickable extends SvelteComponent {
|
@@ -12405,27 +12452,24 @@ class Clickable extends SvelteComponent {
|
|
12405
12452
|
init(
|
12406
12453
|
this,
|
12407
12454
|
options,
|
12408
|
-
instance$
|
12409
|
-
create_fragment$
|
12455
|
+
instance$D,
|
12456
|
+
create_fragment$D,
|
12410
12457
|
safe_not_equal,
|
12411
12458
|
{
|
12412
12459
|
onClick: 0,
|
12413
|
-
eventName:
|
12414
|
-
eventValue:
|
12415
|
-
style: 1
|
12460
|
+
eventName: 5,
|
12461
|
+
eventValue: 6,
|
12462
|
+
style: 1,
|
12463
|
+
layerId: 2,
|
12464
|
+
className: 7
|
12416
12465
|
},
|
12417
|
-
add_css$
|
12466
|
+
add_css$7
|
12418
12467
|
);
|
12419
12468
|
}
|
12420
12469
|
}
|
12421
12470
|
|
12422
12471
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
12423
12472
|
|
12424
|
-
function add_css$9(target) {
|
12425
|
-
append_styles(target, "svelte-jnsixl", ".avatar.svelte-jnsixl{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
|
12426
|
-
}
|
12427
|
-
|
12428
|
-
// (34:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
12429
12473
|
function create_default_slot$4(ctx) {
|
12430
12474
|
let img;
|
12431
12475
|
let img_src_value;
|
@@ -12467,13 +12511,14 @@ function create_default_slot$4(ctx) {
|
|
12467
12511
|
};
|
12468
12512
|
}
|
12469
12513
|
|
12470
|
-
function create_fragment$
|
12471
|
-
let div;
|
12514
|
+
function create_fragment$C(ctx) {
|
12472
12515
|
let clickable;
|
12473
12516
|
let current;
|
12474
12517
|
|
12475
12518
|
clickable = new Clickable({
|
12476
12519
|
props: {
|
12520
|
+
layerId: /*layerId*/ ctx[1],
|
12521
|
+
style: /*style*/ ctx[3],
|
12477
12522
|
onClick: /*props*/ ctx[0].onClick,
|
12478
12523
|
eventName: /*props*/ ctx[0].eventName,
|
12479
12524
|
eventValue: /*props*/ ctx[0].eventValue,
|
@@ -12484,34 +12529,19 @@ function create_fragment$B(ctx) {
|
|
12484
12529
|
|
12485
12530
|
return {
|
12486
12531
|
c() {
|
12487
|
-
div = element("div");
|
12488
12532
|
create_component(clickable.$$.fragment);
|
12489
|
-
this.h();
|
12490
12533
|
},
|
12491
12534
|
l(nodes) {
|
12492
|
-
|
12493
|
-
class: true,
|
12494
|
-
"data-layer-id": true,
|
12495
|
-
style: true
|
12496
|
-
});
|
12497
|
-
|
12498
|
-
var div_nodes = children(div);
|
12499
|
-
claim_component(clickable.$$.fragment, div_nodes);
|
12500
|
-
div_nodes.forEach(detach);
|
12501
|
-
this.h();
|
12502
|
-
},
|
12503
|
-
h() {
|
12504
|
-
attr(div, "class", "avatar svelte-jnsixl");
|
12505
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
12506
|
-
attr(div, "style", /*style*/ ctx[3]);
|
12535
|
+
claim_component(clickable.$$.fragment, nodes);
|
12507
12536
|
},
|
12508
12537
|
m(target, anchor) {
|
12509
|
-
|
12510
|
-
mount_component(clickable, div, null);
|
12538
|
+
mount_component(clickable, target, anchor);
|
12511
12539
|
current = true;
|
12512
12540
|
},
|
12513
12541
|
p(ctx, [dirty]) {
|
12514
12542
|
const clickable_changes = {};
|
12543
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
12544
|
+
if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
|
12515
12545
|
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
12516
12546
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
12517
12547
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
@@ -12521,14 +12551,6 @@ function create_fragment$B(ctx) {
|
|
12521
12551
|
}
|
12522
12552
|
|
12523
12553
|
clickable.$set(clickable_changes);
|
12524
|
-
|
12525
|
-
if (!current || dirty & /*layerId*/ 2) {
|
12526
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
12527
|
-
}
|
12528
|
-
|
12529
|
-
if (!current || dirty & /*style*/ 8) {
|
12530
|
-
attr(div, "style", /*style*/ ctx[3]);
|
12531
|
-
}
|
12532
12554
|
},
|
12533
12555
|
i(local) {
|
12534
12556
|
if (current) return;
|
@@ -12540,13 +12562,12 @@ function create_fragment$B(ctx) {
|
|
12540
12562
|
current = false;
|
12541
12563
|
},
|
12542
12564
|
d(detaching) {
|
12543
|
-
|
12544
|
-
destroy_component(clickable);
|
12565
|
+
destroy_component(clickable, detaching);
|
12545
12566
|
}
|
12546
12567
|
};
|
12547
12568
|
}
|
12548
12569
|
|
12549
|
-
function instance$
|
12570
|
+
function instance$C($$self, $$props, $$invalidate) {
|
12550
12571
|
let style;
|
12551
12572
|
let imgStyle;
|
12552
12573
|
let { props = {} } = $$props;
|
@@ -12569,6 +12590,11 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
12569
12590
|
$$self.$$.update = () => {
|
12570
12591
|
if ($$self.$$.dirty & /*props*/ 1) {
|
12571
12592
|
$$invalidate(3, style = objToStyle({
|
12593
|
+
display: 'flex',
|
12594
|
+
alignItems: 'center',
|
12595
|
+
justifyContent: 'center',
|
12596
|
+
overflow: 'hidden',
|
12597
|
+
flexShrink: 0,
|
12572
12598
|
width: `${size}px`,
|
12573
12599
|
height: `${size}px`,
|
12574
12600
|
...VARIANTS.shape[props.shape ?? 'square'],
|
@@ -12590,7 +12616,7 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
12590
12616
|
class Avatar extends SvelteComponent {
|
12591
12617
|
constructor(options) {
|
12592
12618
|
super();
|
12593
|
-
init(this, options, instance$
|
12619
|
+
init(this, options, instance$C, create_fragment$C, safe_not_equal, { props: 0, layerId: 1 });
|
12594
12620
|
}
|
12595
12621
|
}
|
12596
12622
|
|
@@ -12643,7 +12669,7 @@ const buttonPropsDefault = {
|
|
12643
12669
|
|
12644
12670
|
/* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
12645
12671
|
|
12646
|
-
function create_fragment$
|
12672
|
+
function create_fragment$B(ctx) {
|
12647
12673
|
let svg;
|
12648
12674
|
let path;
|
12649
12675
|
|
@@ -12686,7 +12712,7 @@ function create_fragment$A(ctx) {
|
|
12686
12712
|
};
|
12687
12713
|
}
|
12688
12714
|
|
12689
|
-
function instance$
|
12715
|
+
function instance$B($$self, $$props, $$invalidate) {
|
12690
12716
|
let { color } = $$props;
|
12691
12717
|
|
12692
12718
|
$$self.$$set = $$props => {
|
@@ -12699,13 +12725,13 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
12699
12725
|
class IconArrowDown extends SvelteComponent {
|
12700
12726
|
constructor(options) {
|
12701
12727
|
super();
|
12702
|
-
init(this, options, instance$
|
12728
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
|
12703
12729
|
}
|
12704
12730
|
}
|
12705
12731
|
|
12706
12732
|
/* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
12707
12733
|
|
12708
|
-
function create_fragment$
|
12734
|
+
function create_fragment$A(ctx) {
|
12709
12735
|
let svg;
|
12710
12736
|
let path;
|
12711
12737
|
|
@@ -12748,7 +12774,7 @@ function create_fragment$z(ctx) {
|
|
12748
12774
|
};
|
12749
12775
|
}
|
12750
12776
|
|
12751
|
-
function instance$
|
12777
|
+
function instance$A($$self, $$props, $$invalidate) {
|
12752
12778
|
let { color } = $$props;
|
12753
12779
|
|
12754
12780
|
$$self.$$set = $$props => {
|
@@ -12761,13 +12787,13 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
12761
12787
|
class IconArrowUp extends SvelteComponent {
|
12762
12788
|
constructor(options) {
|
12763
12789
|
super();
|
12764
|
-
init(this, options, instance$
|
12790
|
+
init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
|
12765
12791
|
}
|
12766
12792
|
}
|
12767
12793
|
|
12768
12794
|
/* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
12769
12795
|
|
12770
|
-
function create_fragment$
|
12796
|
+
function create_fragment$z(ctx) {
|
12771
12797
|
let svg;
|
12772
12798
|
let path;
|
12773
12799
|
|
@@ -12810,7 +12836,7 @@ function create_fragment$y(ctx) {
|
|
12810
12836
|
};
|
12811
12837
|
}
|
12812
12838
|
|
12813
|
-
function instance$
|
12839
|
+
function instance$z($$self, $$props, $$invalidate) {
|
12814
12840
|
let { color } = $$props;
|
12815
12841
|
|
12816
12842
|
$$self.$$set = $$props => {
|
@@ -12823,13 +12849,13 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
12823
12849
|
class IconUsers extends SvelteComponent {
|
12824
12850
|
constructor(options) {
|
12825
12851
|
super();
|
12826
|
-
init(this, options, instance$
|
12852
|
+
init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
|
12827
12853
|
}
|
12828
12854
|
}
|
12829
12855
|
|
12830
12856
|
/* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
12831
12857
|
|
12832
|
-
function create_fragment$
|
12858
|
+
function create_fragment$y(ctx) {
|
12833
12859
|
let svg;
|
12834
12860
|
let path;
|
12835
12861
|
|
@@ -12872,7 +12898,7 @@ function create_fragment$x(ctx) {
|
|
12872
12898
|
};
|
12873
12899
|
}
|
12874
12900
|
|
12875
|
-
function instance$
|
12901
|
+
function instance$y($$self, $$props, $$invalidate) {
|
12876
12902
|
let { color } = $$props;
|
12877
12903
|
|
12878
12904
|
$$self.$$set = $$props => {
|
@@ -12885,13 +12911,13 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
12885
12911
|
class IconArrowLeft extends SvelteComponent {
|
12886
12912
|
constructor(options) {
|
12887
12913
|
super();
|
12888
|
-
init(this, options, instance$
|
12914
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
|
12889
12915
|
}
|
12890
12916
|
}
|
12891
12917
|
|
12892
12918
|
/* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
12893
12919
|
|
12894
|
-
function create_fragment$
|
12920
|
+
function create_fragment$x(ctx) {
|
12895
12921
|
let svg;
|
12896
12922
|
let path;
|
12897
12923
|
|
@@ -12934,7 +12960,7 @@ function create_fragment$w(ctx) {
|
|
12934
12960
|
};
|
12935
12961
|
}
|
12936
12962
|
|
12937
|
-
function instance$
|
12963
|
+
function instance$x($$self, $$props, $$invalidate) {
|
12938
12964
|
let { color } = $$props;
|
12939
12965
|
|
12940
12966
|
$$self.$$set = $$props => {
|
@@ -12947,13 +12973,13 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
12947
12973
|
class IconArrowRight extends SvelteComponent {
|
12948
12974
|
constructor(options) {
|
12949
12975
|
super();
|
12950
|
-
init(this, options, instance$
|
12976
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
|
12951
12977
|
}
|
12952
12978
|
}
|
12953
12979
|
|
12954
12980
|
/* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
12955
12981
|
|
12956
|
-
function create_fragment$
|
12982
|
+
function create_fragment$w(ctx) {
|
12957
12983
|
let svg;
|
12958
12984
|
let path;
|
12959
12985
|
|
@@ -12996,7 +13022,7 @@ function create_fragment$v(ctx) {
|
|
12996
13022
|
};
|
12997
13023
|
}
|
12998
13024
|
|
12999
|
-
function instance$
|
13025
|
+
function instance$w($$self, $$props, $$invalidate) {
|
13000
13026
|
let { color } = $$props;
|
13001
13027
|
|
13002
13028
|
$$self.$$set = $$props => {
|
@@ -13009,13 +13035,13 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
13009
13035
|
class IconBell extends SvelteComponent {
|
13010
13036
|
constructor(options) {
|
13011
13037
|
super();
|
13012
|
-
init(this, options, instance$
|
13038
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
|
13013
13039
|
}
|
13014
13040
|
}
|
13015
13041
|
|
13016
13042
|
/* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
13017
13043
|
|
13018
|
-
function create_fragment$
|
13044
|
+
function create_fragment$v(ctx) {
|
13019
13045
|
let svg;
|
13020
13046
|
let path;
|
13021
13047
|
|
@@ -13058,7 +13084,7 @@ function create_fragment$u(ctx) {
|
|
13058
13084
|
};
|
13059
13085
|
}
|
13060
13086
|
|
13061
|
-
function instance$
|
13087
|
+
function instance$v($$self, $$props, $$invalidate) {
|
13062
13088
|
let { color } = $$props;
|
13063
13089
|
|
13064
13090
|
$$self.$$set = $$props => {
|
@@ -13071,13 +13097,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
13071
13097
|
class IconArrowUpFromSquare extends SvelteComponent {
|
13072
13098
|
constructor(options) {
|
13073
13099
|
super();
|
13074
|
-
init(this, options, instance$
|
13100
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
13075
13101
|
}
|
13076
13102
|
}
|
13077
13103
|
|
13078
13104
|
/* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
13079
13105
|
|
13080
|
-
function create_fragment$
|
13106
|
+
function create_fragment$u(ctx) {
|
13081
13107
|
let svg;
|
13082
13108
|
let path;
|
13083
13109
|
|
@@ -13120,7 +13146,7 @@ function create_fragment$t(ctx) {
|
|
13120
13146
|
};
|
13121
13147
|
}
|
13122
13148
|
|
13123
|
-
function instance$
|
13149
|
+
function instance$u($$self, $$props, $$invalidate) {
|
13124
13150
|
let { color } = $$props;
|
13125
13151
|
|
13126
13152
|
$$self.$$set = $$props => {
|
@@ -13133,13 +13159,13 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
13133
13159
|
class IconTicket extends SvelteComponent {
|
13134
13160
|
constructor(options) {
|
13135
13161
|
super();
|
13136
|
-
init(this, options, instance$
|
13162
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
13137
13163
|
}
|
13138
13164
|
}
|
13139
13165
|
|
13140
13166
|
/* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
13141
13167
|
|
13142
|
-
function create_fragment$
|
13168
|
+
function create_fragment$t(ctx) {
|
13143
13169
|
let svg;
|
13144
13170
|
let path;
|
13145
13171
|
|
@@ -13182,7 +13208,7 @@ function create_fragment$s(ctx) {
|
|
13182
13208
|
};
|
13183
13209
|
}
|
13184
13210
|
|
13185
|
-
function instance$
|
13211
|
+
function instance$t($$self, $$props, $$invalidate) {
|
13186
13212
|
let { color } = $$props;
|
13187
13213
|
|
13188
13214
|
$$self.$$set = $$props => {
|
@@ -13195,13 +13221,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
13195
13221
|
class IconTrack extends SvelteComponent {
|
13196
13222
|
constructor(options) {
|
13197
13223
|
super();
|
13198
|
-
init(this, options, instance$
|
13224
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
13199
13225
|
}
|
13200
13226
|
}
|
13201
13227
|
|
13202
13228
|
/* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
13203
13229
|
|
13204
|
-
function create_fragment$
|
13230
|
+
function create_fragment$s(ctx) {
|
13205
13231
|
let svg;
|
13206
13232
|
let path;
|
13207
13233
|
|
@@ -13244,7 +13270,7 @@ function create_fragment$r(ctx) {
|
|
13244
13270
|
};
|
13245
13271
|
}
|
13246
13272
|
|
13247
|
-
function instance$
|
13273
|
+
function instance$s($$self, $$props, $$invalidate) {
|
13248
13274
|
let { color } = $$props;
|
13249
13275
|
|
13250
13276
|
$$self.$$set = $$props => {
|
@@ -13257,13 +13283,13 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
13257
13283
|
class IconCartShopping extends SvelteComponent {
|
13258
13284
|
constructor(options) {
|
13259
13285
|
super();
|
13260
|
-
init(this, options, instance$
|
13286
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
13261
13287
|
}
|
13262
13288
|
}
|
13263
13289
|
|
13264
13290
|
/* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
13265
13291
|
|
13266
|
-
function create_fragment$
|
13292
|
+
function create_fragment$r(ctx) {
|
13267
13293
|
let svg;
|
13268
13294
|
let path;
|
13269
13295
|
|
@@ -13306,7 +13332,7 @@ function create_fragment$q(ctx) {
|
|
13306
13332
|
};
|
13307
13333
|
}
|
13308
13334
|
|
13309
|
-
function instance$
|
13335
|
+
function instance$r($$self, $$props, $$invalidate) {
|
13310
13336
|
let { color } = $$props;
|
13311
13337
|
|
13312
13338
|
$$self.$$set = $$props => {
|
@@ -13319,13 +13345,13 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
13319
13345
|
class IconCircle extends SvelteComponent {
|
13320
13346
|
constructor(options) {
|
13321
13347
|
super();
|
13322
|
-
init(this, options, instance$
|
13348
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
13323
13349
|
}
|
13324
13350
|
}
|
13325
13351
|
|
13326
13352
|
/* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
13327
13353
|
|
13328
|
-
function create_fragment$
|
13354
|
+
function create_fragment$q(ctx) {
|
13329
13355
|
let svg;
|
13330
13356
|
let path;
|
13331
13357
|
|
@@ -13368,7 +13394,7 @@ function create_fragment$p(ctx) {
|
|
13368
13394
|
};
|
13369
13395
|
}
|
13370
13396
|
|
13371
|
-
function instance$
|
13397
|
+
function instance$q($$self, $$props, $$invalidate) {
|
13372
13398
|
let { color } = $$props;
|
13373
13399
|
|
13374
13400
|
$$self.$$set = $$props => {
|
@@ -13381,13 +13407,13 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
13381
13407
|
class IconCircleQuestion extends SvelteComponent {
|
13382
13408
|
constructor(options) {
|
13383
13409
|
super();
|
13384
|
-
init(this, options, instance$
|
13410
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
13385
13411
|
}
|
13386
13412
|
}
|
13387
13413
|
|
13388
13414
|
/* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
13389
13415
|
|
13390
|
-
function create_fragment$
|
13416
|
+
function create_fragment$p(ctx) {
|
13391
13417
|
let svg;
|
13392
13418
|
let path;
|
13393
13419
|
|
@@ -13430,7 +13456,7 @@ function create_fragment$o(ctx) {
|
|
13430
13456
|
};
|
13431
13457
|
}
|
13432
13458
|
|
13433
|
-
function instance$
|
13459
|
+
function instance$p($$self, $$props, $$invalidate) {
|
13434
13460
|
let { color } = $$props;
|
13435
13461
|
|
13436
13462
|
$$self.$$set = $$props => {
|
@@ -13443,13 +13469,13 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
13443
13469
|
class IconCheck extends SvelteComponent {
|
13444
13470
|
constructor(options) {
|
13445
13471
|
super();
|
13446
|
-
init(this, options, instance$
|
13472
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
13447
13473
|
}
|
13448
13474
|
}
|
13449
13475
|
|
13450
13476
|
/* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
13451
13477
|
|
13452
|
-
function create_fragment$
|
13478
|
+
function create_fragment$o(ctx) {
|
13453
13479
|
let svg;
|
13454
13480
|
let path;
|
13455
13481
|
|
@@ -13492,7 +13518,7 @@ function create_fragment$n(ctx) {
|
|
13492
13518
|
};
|
13493
13519
|
}
|
13494
13520
|
|
13495
|
-
function instance$
|
13521
|
+
function instance$o($$self, $$props, $$invalidate) {
|
13496
13522
|
let { color } = $$props;
|
13497
13523
|
|
13498
13524
|
$$self.$$set = $$props => {
|
@@ -13505,13 +13531,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
13505
13531
|
class IconXMark extends SvelteComponent {
|
13506
13532
|
constructor(options) {
|
13507
13533
|
super();
|
13508
|
-
init(this, options, instance$
|
13534
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
13509
13535
|
}
|
13510
13536
|
}
|
13511
13537
|
|
13512
13538
|
/* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
13513
13539
|
|
13514
|
-
function create_fragment$
|
13540
|
+
function create_fragment$n(ctx) {
|
13515
13541
|
let svg;
|
13516
13542
|
let path;
|
13517
13543
|
|
@@ -13554,7 +13580,7 @@ function create_fragment$m(ctx) {
|
|
13554
13580
|
};
|
13555
13581
|
}
|
13556
13582
|
|
13557
|
-
function instance$
|
13583
|
+
function instance$n($$self, $$props, $$invalidate) {
|
13558
13584
|
let { color } = $$props;
|
13559
13585
|
|
13560
13586
|
$$self.$$set = $$props => {
|
@@ -13567,13 +13593,13 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
13567
13593
|
class IconPaperPlane extends SvelteComponent {
|
13568
13594
|
constructor(options) {
|
13569
13595
|
super();
|
13570
|
-
init(this, options, instance$
|
13596
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
13571
13597
|
}
|
13572
13598
|
}
|
13573
13599
|
|
13574
13600
|
/* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
13575
13601
|
|
13576
|
-
function create_fragment$
|
13602
|
+
function create_fragment$m(ctx) {
|
13577
13603
|
let svg;
|
13578
13604
|
let path;
|
13579
13605
|
|
@@ -13616,7 +13642,7 @@ function create_fragment$l(ctx) {
|
|
13616
13642
|
};
|
13617
13643
|
}
|
13618
13644
|
|
13619
|
-
function instance$
|
13645
|
+
function instance$m($$self, $$props, $$invalidate) {
|
13620
13646
|
let { color } = $$props;
|
13621
13647
|
|
13622
13648
|
$$self.$$set = $$props => {
|
@@ -13629,13 +13655,13 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
13629
13655
|
class IconCopy extends SvelteComponent {
|
13630
13656
|
constructor(options) {
|
13631
13657
|
super();
|
13632
|
-
init(this, options, instance$
|
13658
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
13633
13659
|
}
|
13634
13660
|
}
|
13635
13661
|
|
13636
13662
|
/* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
13637
13663
|
|
13638
|
-
function create_fragment$
|
13664
|
+
function create_fragment$l(ctx) {
|
13639
13665
|
let svg;
|
13640
13666
|
let path;
|
13641
13667
|
|
@@ -13678,7 +13704,7 @@ function create_fragment$k(ctx) {
|
|
13678
13704
|
};
|
13679
13705
|
}
|
13680
13706
|
|
13681
|
-
function instance$
|
13707
|
+
function instance$l($$self, $$props, $$invalidate) {
|
13682
13708
|
let { color } = $$props;
|
13683
13709
|
|
13684
13710
|
$$self.$$set = $$props => {
|
@@ -13691,13 +13717,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
13691
13717
|
class IconCircleXMark extends SvelteComponent {
|
13692
13718
|
constructor(options) {
|
13693
13719
|
super();
|
13694
|
-
init(this, options, instance$
|
13720
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
13695
13721
|
}
|
13696
13722
|
}
|
13697
13723
|
|
13698
13724
|
/* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
13699
13725
|
|
13700
|
-
function create_fragment$
|
13726
|
+
function create_fragment$k(ctx) {
|
13701
13727
|
let svg;
|
13702
13728
|
let path;
|
13703
13729
|
|
@@ -13740,7 +13766,7 @@ function create_fragment$j(ctx) {
|
|
13740
13766
|
};
|
13741
13767
|
}
|
13742
13768
|
|
13743
|
-
function instance$
|
13769
|
+
function instance$k($$self, $$props, $$invalidate) {
|
13744
13770
|
let { color } = $$props;
|
13745
13771
|
|
13746
13772
|
$$self.$$set = $$props => {
|
@@ -13753,13 +13779,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
13753
13779
|
class IconHeart extends SvelteComponent {
|
13754
13780
|
constructor(options) {
|
13755
13781
|
super();
|
13756
|
-
init(this, options, instance$
|
13782
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
13757
13783
|
}
|
13758
13784
|
}
|
13759
13785
|
|
13760
13786
|
/* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
13761
13787
|
|
13762
|
-
function create_fragment$
|
13788
|
+
function create_fragment$j(ctx) {
|
13763
13789
|
let svg;
|
13764
13790
|
let path;
|
13765
13791
|
|
@@ -13802,7 +13828,7 @@ function create_fragment$i(ctx) {
|
|
13802
13828
|
};
|
13803
13829
|
}
|
13804
13830
|
|
13805
|
-
function instance$
|
13831
|
+
function instance$j($$self, $$props, $$invalidate) {
|
13806
13832
|
let { color } = $$props;
|
13807
13833
|
|
13808
13834
|
$$self.$$set = $$props => {
|
@@ -13815,13 +13841,13 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
13815
13841
|
class IconMagnifyingGrass extends SvelteComponent {
|
13816
13842
|
constructor(options) {
|
13817
13843
|
super();
|
13818
|
-
init(this, options, instance$
|
13844
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
13819
13845
|
}
|
13820
13846
|
}
|
13821
13847
|
|
13822
13848
|
/* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
13823
13849
|
|
13824
|
-
function create_fragment$
|
13850
|
+
function create_fragment$i(ctx) {
|
13825
13851
|
let svg;
|
13826
13852
|
let path;
|
13827
13853
|
|
@@ -13864,7 +13890,7 @@ function create_fragment$h(ctx) {
|
|
13864
13890
|
};
|
13865
13891
|
}
|
13866
13892
|
|
13867
|
-
function instance$
|
13893
|
+
function instance$i($$self, $$props, $$invalidate) {
|
13868
13894
|
let { color } = $$props;
|
13869
13895
|
|
13870
13896
|
$$self.$$set = $$props => {
|
@@ -13877,13 +13903,13 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
13877
13903
|
class IconStar extends SvelteComponent {
|
13878
13904
|
constructor(options) {
|
13879
13905
|
super();
|
13880
|
-
init(this, options, instance$
|
13906
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
13881
13907
|
}
|
13882
13908
|
}
|
13883
13909
|
|
13884
13910
|
/* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
13885
13911
|
|
13886
|
-
function create_fragment$
|
13912
|
+
function create_fragment$h(ctx) {
|
13887
13913
|
let svg;
|
13888
13914
|
let path;
|
13889
13915
|
|
@@ -13926,7 +13952,7 @@ function create_fragment$g(ctx) {
|
|
13926
13952
|
};
|
13927
13953
|
}
|
13928
13954
|
|
13929
|
-
function instance$
|
13955
|
+
function instance$h($$self, $$props, $$invalidate) {
|
13930
13956
|
let { color } = $$props;
|
13931
13957
|
|
13932
13958
|
$$self.$$set = $$props => {
|
@@ -13939,13 +13965,13 @@ function instance$g($$self, $$props, $$invalidate) {
|
|
13939
13965
|
class IconCircleInfo extends SvelteComponent {
|
13940
13966
|
constructor(options) {
|
13941
13967
|
super();
|
13942
|
-
init(this, options, instance$
|
13968
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
13943
13969
|
}
|
13944
13970
|
}
|
13945
13971
|
|
13946
13972
|
/* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
13947
13973
|
|
13948
|
-
function create_fragment$
|
13974
|
+
function create_fragment$g(ctx) {
|
13949
13975
|
let svg;
|
13950
13976
|
let path;
|
13951
13977
|
|
@@ -13988,7 +14014,7 @@ function create_fragment$f(ctx) {
|
|
13988
14014
|
};
|
13989
14015
|
}
|
13990
14016
|
|
13991
|
-
function instance$
|
14017
|
+
function instance$g($$self, $$props, $$invalidate) {
|
13992
14018
|
let { color } = $$props;
|
13993
14019
|
|
13994
14020
|
$$self.$$set = $$props => {
|
@@ -14001,13 +14027,13 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
14001
14027
|
class IconEnvelope extends SvelteComponent {
|
14002
14028
|
constructor(options) {
|
14003
14029
|
super();
|
14004
|
-
init(this, options, instance$
|
14030
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
14005
14031
|
}
|
14006
14032
|
}
|
14007
14033
|
|
14008
14034
|
/* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
14009
14035
|
|
14010
|
-
function create_fragment$
|
14036
|
+
function create_fragment$f(ctx) {
|
14011
14037
|
let svg;
|
14012
14038
|
let path;
|
14013
14039
|
|
@@ -14050,7 +14076,7 @@ function create_fragment$e(ctx) {
|
|
14050
14076
|
};
|
14051
14077
|
}
|
14052
14078
|
|
14053
|
-
function instance$
|
14079
|
+
function instance$f($$self, $$props, $$invalidate) {
|
14054
14080
|
let { color } = $$props;
|
14055
14081
|
|
14056
14082
|
$$self.$$set = $$props => {
|
@@ -14063,13 +14089,13 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
14063
14089
|
class IconGift extends SvelteComponent {
|
14064
14090
|
constructor(options) {
|
14065
14091
|
super();
|
14066
|
-
init(this, options, instance$
|
14092
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
14067
14093
|
}
|
14068
14094
|
}
|
14069
14095
|
|
14070
14096
|
/* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
14071
14097
|
|
14072
|
-
function create_fragment$
|
14098
|
+
function create_fragment$e(ctx) {
|
14073
14099
|
let svg;
|
14074
14100
|
let path;
|
14075
14101
|
|
@@ -14118,7 +14144,7 @@ function create_fragment$d(ctx) {
|
|
14118
14144
|
};
|
14119
14145
|
}
|
14120
14146
|
|
14121
|
-
function instance$
|
14147
|
+
function instance$e($$self, $$props, $$invalidate) {
|
14122
14148
|
let { color } = $$props;
|
14123
14149
|
|
14124
14150
|
$$self.$$set = $$props => {
|
@@ -14131,13 +14157,13 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
14131
14157
|
class IconPaperclip extends SvelteComponent {
|
14132
14158
|
constructor(options) {
|
14133
14159
|
super();
|
14134
|
-
init(this, options, instance$
|
14160
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
14135
14161
|
}
|
14136
14162
|
}
|
14137
14163
|
|
14138
14164
|
/* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
14139
14165
|
|
14140
|
-
function create_fragment$
|
14166
|
+
function create_fragment$d(ctx) {
|
14141
14167
|
let svg;
|
14142
14168
|
let path;
|
14143
14169
|
|
@@ -14186,7 +14212,7 @@ function create_fragment$c(ctx) {
|
|
14186
14212
|
};
|
14187
14213
|
}
|
14188
14214
|
|
14189
|
-
function instance$
|
14215
|
+
function instance$d($$self, $$props, $$invalidate) {
|
14190
14216
|
let { color } = $$props;
|
14191
14217
|
|
14192
14218
|
$$self.$$set = $$props => {
|
@@ -14199,13 +14225,13 @@ function instance$c($$self, $$props, $$invalidate) {
|
|
14199
14225
|
class IconFire extends SvelteComponent {
|
14200
14226
|
constructor(options) {
|
14201
14227
|
super();
|
14202
|
-
init(this, options, instance$
|
14228
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
14203
14229
|
}
|
14204
14230
|
}
|
14205
14231
|
|
14206
14232
|
/* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
14207
14233
|
|
14208
|
-
function create_fragment$
|
14234
|
+
function create_fragment$c(ctx) {
|
14209
14235
|
let svg;
|
14210
14236
|
let path;
|
14211
14237
|
|
@@ -14254,7 +14280,7 @@ function create_fragment$b(ctx) {
|
|
14254
14280
|
};
|
14255
14281
|
}
|
14256
14282
|
|
14257
|
-
function instance$
|
14283
|
+
function instance$c($$self, $$props, $$invalidate) {
|
14258
14284
|
let { color } = $$props;
|
14259
14285
|
|
14260
14286
|
$$self.$$set = $$props => {
|
@@ -14267,13 +14293,13 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
14267
14293
|
class IconLink extends SvelteComponent {
|
14268
14294
|
constructor(options) {
|
14269
14295
|
super();
|
14270
|
-
init(this, options, instance$
|
14296
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
|
14271
14297
|
}
|
14272
14298
|
}
|
14273
14299
|
|
14274
14300
|
/* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
|
14275
14301
|
|
14276
|
-
function create_fragment$
|
14302
|
+
function create_fragment$b(ctx) {
|
14277
14303
|
let svg;
|
14278
14304
|
let path;
|
14279
14305
|
|
@@ -14316,7 +14342,7 @@ function create_fragment$a(ctx) {
|
|
14316
14342
|
};
|
14317
14343
|
}
|
14318
14344
|
|
14319
|
-
function instance$
|
14345
|
+
function instance$b($$self, $$props, $$invalidate) {
|
14320
14346
|
let { color } = $$props;
|
14321
14347
|
|
14322
14348
|
$$self.$$set = $$props => {
|
@@ -14329,13 +14355,13 @@ function instance$a($$self, $$props, $$invalidate) {
|
|
14329
14355
|
class IconBuildings extends SvelteComponent {
|
14330
14356
|
constructor(options) {
|
14331
14357
|
super();
|
14332
|
-
init(this, options, instance$
|
14358
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, { color: 0 });
|
14333
14359
|
}
|
14334
14360
|
}
|
14335
14361
|
|
14336
14362
|
/* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
|
14337
14363
|
|
14338
|
-
function create_fragment$
|
14364
|
+
function create_fragment$a(ctx) {
|
14339
14365
|
let svg;
|
14340
14366
|
let path;
|
14341
14367
|
|
@@ -14378,7 +14404,7 @@ function create_fragment$9(ctx) {
|
|
14378
14404
|
};
|
14379
14405
|
}
|
14380
14406
|
|
14381
|
-
function instance$
|
14407
|
+
function instance$a($$self, $$props, $$invalidate) {
|
14382
14408
|
let { color } = $$props;
|
14383
14409
|
|
14384
14410
|
$$self.$$set = $$props => {
|
@@ -14391,7 +14417,7 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
14391
14417
|
class IconChevronsRight extends SvelteComponent {
|
14392
14418
|
constructor(options) {
|
14393
14419
|
super();
|
14394
|
-
init(this, options, instance$
|
14420
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, { color: 0 });
|
14395
14421
|
}
|
14396
14422
|
}
|
14397
14423
|
|
@@ -14459,18 +14485,14 @@ const ICON_VARIANTS = {
|
|
14459
14485
|
|
14460
14486
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
14461
14487
|
|
14462
|
-
function add_css$8(target) {
|
14463
|
-
append_styles(target, "svelte-mtghsf", ".icon.svelte-mtghsf{display:flex;align-items:center;overflow:hidden;width:auto}");
|
14464
|
-
}
|
14465
|
-
|
14466
|
-
// (21:0) {#if (IconComponent)}
|
14467
14488
|
function create_if_block$5(ctx) {
|
14468
|
-
let div;
|
14469
14489
|
let clickable;
|
14470
14490
|
let current;
|
14471
14491
|
|
14472
14492
|
clickable = new Clickable({
|
14473
14493
|
props: {
|
14494
|
+
layerId: /*layerId*/ ctx[1],
|
14495
|
+
style: /*style*/ ctx[3],
|
14474
14496
|
onClick: /*props*/ ctx[0].onClick,
|
14475
14497
|
eventName: /*props*/ ctx[0].eventName,
|
14476
14498
|
eventValue: /*props*/ ctx[0].eventValue,
|
@@ -14481,34 +14503,19 @@ function create_if_block$5(ctx) {
|
|
14481
14503
|
|
14482
14504
|
return {
|
14483
14505
|
c() {
|
14484
|
-
div = element("div");
|
14485
14506
|
create_component(clickable.$$.fragment);
|
14486
|
-
this.h();
|
14487
14507
|
},
|
14488
14508
|
l(nodes) {
|
14489
|
-
|
14490
|
-
"data-layer-id": true,
|
14491
|
-
class: true,
|
14492
|
-
style: true
|
14493
|
-
});
|
14494
|
-
|
14495
|
-
var div_nodes = children(div);
|
14496
|
-
claim_component(clickable.$$.fragment, div_nodes);
|
14497
|
-
div_nodes.forEach(detach);
|
14498
|
-
this.h();
|
14499
|
-
},
|
14500
|
-
h() {
|
14501
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14502
|
-
attr(div, "class", "icon svelte-mtghsf");
|
14503
|
-
attr(div, "style", /*style*/ ctx[3]);
|
14509
|
+
claim_component(clickable.$$.fragment, nodes);
|
14504
14510
|
},
|
14505
14511
|
m(target, anchor) {
|
14506
|
-
|
14507
|
-
mount_component(clickable, div, null);
|
14512
|
+
mount_component(clickable, target, anchor);
|
14508
14513
|
current = true;
|
14509
14514
|
},
|
14510
14515
|
p(ctx, dirty) {
|
14511
14516
|
const clickable_changes = {};
|
14517
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
14518
|
+
if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
|
14512
14519
|
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
14513
14520
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
14514
14521
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
@@ -14518,14 +14525,6 @@ function create_if_block$5(ctx) {
|
|
14518
14525
|
}
|
14519
14526
|
|
14520
14527
|
clickable.$set(clickable_changes);
|
14521
|
-
|
14522
|
-
if (!current || dirty & /*layerId*/ 2) {
|
14523
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14524
|
-
}
|
14525
|
-
|
14526
|
-
if (!current || dirty & /*style*/ 8) {
|
14527
|
-
attr(div, "style", /*style*/ ctx[3]);
|
14528
|
-
}
|
14529
14528
|
},
|
14530
14529
|
i(local) {
|
14531
14530
|
if (current) return;
|
@@ -14537,13 +14536,12 @@ function create_if_block$5(ctx) {
|
|
14537
14536
|
current = false;
|
14538
14537
|
},
|
14539
14538
|
d(detaching) {
|
14540
|
-
|
14541
|
-
destroy_component(clickable);
|
14539
|
+
destroy_component(clickable, detaching);
|
14542
14540
|
}
|
14543
14541
|
};
|
14544
14542
|
}
|
14545
14543
|
|
14546
|
-
// (
|
14544
|
+
// (26:2) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14547
14545
|
function create_default_slot$3(ctx) {
|
14548
14546
|
let switch_instance;
|
14549
14547
|
let switch_instance_anchor;
|
@@ -14620,7 +14618,7 @@ function create_default_slot$3(ctx) {
|
|
14620
14618
|
};
|
14621
14619
|
}
|
14622
14620
|
|
14623
|
-
function create_fragment$
|
14621
|
+
function create_fragment$9(ctx) {
|
14624
14622
|
let if_block_anchor;
|
14625
14623
|
let current;
|
14626
14624
|
let if_block = /*IconComponent*/ ctx[2] && create_if_block$5(ctx);
|
@@ -14679,7 +14677,7 @@ function create_fragment$8(ctx) {
|
|
14679
14677
|
};
|
14680
14678
|
}
|
14681
14679
|
|
14682
|
-
function instance$
|
14680
|
+
function instance$9($$self, $$props, $$invalidate) {
|
14683
14681
|
let style;
|
14684
14682
|
let IconComponent;
|
14685
14683
|
let { props = {} } = $$props;
|
@@ -14706,7 +14704,14 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
14706
14704
|
|
14707
14705
|
$$self.$$.update = () => {
|
14708
14706
|
if ($$self.$$.dirty & /*props*/ 1) {
|
14709
|
-
$$invalidate(3, style = objToStyle({
|
14707
|
+
$$invalidate(3, style = objToStyle({
|
14708
|
+
display: 'flex',
|
14709
|
+
alignItems: 'center',
|
14710
|
+
overflow: 'hidden',
|
14711
|
+
width: 'auto',
|
14712
|
+
...getSizeCss(),
|
14713
|
+
...toCssCommon(props)
|
14714
|
+
}));
|
14710
14715
|
}
|
14711
14716
|
|
14712
14717
|
if ($$self.$$.dirty & /*props*/ 1) {
|
@@ -14720,7 +14725,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
14720
14725
|
class Icon extends SvelteComponent {
|
14721
14726
|
constructor(options) {
|
14722
14727
|
super();
|
14723
|
-
init(this, options, instance$
|
14728
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 });
|
14724
14729
|
}
|
14725
14730
|
}
|
14726
14731
|
|
@@ -14894,11 +14899,11 @@ const BUTTON_VARIANTS = {
|
|
14894
14899
|
|
14895
14900
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
14896
14901
|
|
14897
|
-
function add_css$
|
14898
|
-
append_styles(target, "svelte-
|
14902
|
+
function add_css$6(target) {
|
14903
|
+
append_styles(target, "svelte-cmn44g", ".button-icon.svelte-cmn44g{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
14899
14904
|
}
|
14900
14905
|
|
14901
|
-
// (
|
14906
|
+
// (36:2) {#if props.isIcon && props.iconVariant}
|
14902
14907
|
function create_if_block$4(ctx) {
|
14903
14908
|
let div;
|
14904
14909
|
let icon;
|
@@ -14929,7 +14934,7 @@ function create_if_block$4(ctx) {
|
|
14929
14934
|
this.h();
|
14930
14935
|
},
|
14931
14936
|
h() {
|
14932
|
-
attr(div, "class", "button-icon svelte-
|
14937
|
+
attr(div, "class", "button-icon svelte-cmn44g");
|
14933
14938
|
},
|
14934
14939
|
m(target, anchor) {
|
14935
14940
|
insert_hydration(target, div, anchor);
|
@@ -14964,7 +14969,7 @@ function create_if_block$4(ctx) {
|
|
14964
14969
|
};
|
14965
14970
|
}
|
14966
14971
|
|
14967
|
-
// (
|
14972
|
+
// (35:0) <Clickable className="button" layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14968
14973
|
function create_default_slot$2(ctx) {
|
14969
14974
|
let t0;
|
14970
14975
|
let span;
|
@@ -15038,13 +15043,15 @@ function create_default_slot$2(ctx) {
|
|
15038
15043
|
};
|
15039
15044
|
}
|
15040
15045
|
|
15041
|
-
function create_fragment$
|
15042
|
-
let div;
|
15046
|
+
function create_fragment$8(ctx) {
|
15043
15047
|
let clickable;
|
15044
15048
|
let current;
|
15045
15049
|
|
15046
15050
|
clickable = new Clickable({
|
15047
15051
|
props: {
|
15052
|
+
className: "button",
|
15053
|
+
layerId: /*layerId*/ ctx[1],
|
15054
|
+
style: /*style*/ ctx[2],
|
15048
15055
|
onClick: /*props*/ ctx[0].onClick,
|
15049
15056
|
eventName: /*props*/ ctx[0].eventName,
|
15050
15057
|
eventValue: /*props*/ ctx[0].eventValue,
|
@@ -15055,34 +15062,19 @@ function create_fragment$7(ctx) {
|
|
15055
15062
|
|
15056
15063
|
return {
|
15057
15064
|
c() {
|
15058
|
-
div = element("div");
|
15059
15065
|
create_component(clickable.$$.fragment);
|
15060
|
-
this.h();
|
15061
15066
|
},
|
15062
15067
|
l(nodes) {
|
15063
|
-
|
15064
|
-
class: true,
|
15065
|
-
"data-layer-id": true,
|
15066
|
-
style: true
|
15067
|
-
});
|
15068
|
-
|
15069
|
-
var div_nodes = children(div);
|
15070
|
-
claim_component(clickable.$$.fragment, div_nodes);
|
15071
|
-
div_nodes.forEach(detach);
|
15072
|
-
this.h();
|
15073
|
-
},
|
15074
|
-
h() {
|
15075
|
-
attr(div, "class", "button svelte-bing7g");
|
15076
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
15077
|
-
attr(div, "style", /*style*/ ctx[2]);
|
15068
|
+
claim_component(clickable.$$.fragment, nodes);
|
15078
15069
|
},
|
15079
15070
|
m(target, anchor) {
|
15080
|
-
|
15081
|
-
mount_component(clickable, div, null);
|
15071
|
+
mount_component(clickable, target, anchor);
|
15082
15072
|
current = true;
|
15083
15073
|
},
|
15084
15074
|
p(ctx, [dirty]) {
|
15085
15075
|
const clickable_changes = {};
|
15076
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
15077
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
15086
15078
|
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
15087
15079
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
15088
15080
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
@@ -15092,14 +15084,6 @@ function create_fragment$7(ctx) {
|
|
15092
15084
|
}
|
15093
15085
|
|
15094
15086
|
clickable.$set(clickable_changes);
|
15095
|
-
|
15096
|
-
if (!current || dirty & /*layerId*/ 2) {
|
15097
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
15098
|
-
}
|
15099
|
-
|
15100
|
-
if (!current || dirty & /*style*/ 4) {
|
15101
|
-
attr(div, "style", /*style*/ ctx[2]);
|
15102
|
-
}
|
15103
15087
|
},
|
15104
15088
|
i(local) {
|
15105
15089
|
if (current) return;
|
@@ -15111,13 +15095,12 @@ function create_fragment$7(ctx) {
|
|
15111
15095
|
current = false;
|
15112
15096
|
},
|
15113
15097
|
d(detaching) {
|
15114
|
-
|
15115
|
-
destroy_component(clickable);
|
15098
|
+
destroy_component(clickable, detaching);
|
15116
15099
|
}
|
15117
15100
|
};
|
15118
15101
|
}
|
15119
15102
|
|
15120
|
-
function instance$
|
15103
|
+
function instance$8($$self, $$props, $$invalidate) {
|
15121
15104
|
let style;
|
15122
15105
|
let { props = {} } = $$props;
|
15123
15106
|
let { layerId = '' } = $$props;
|
@@ -15160,14 +15143,14 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
15160
15143
|
class Button extends SvelteComponent {
|
15161
15144
|
constructor(options) {
|
15162
15145
|
super();
|
15163
|
-
init(this, options, instance$
|
15146
|
+
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$6);
|
15164
15147
|
}
|
15165
15148
|
}
|
15166
15149
|
|
15167
15150
|
/* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
|
15168
15151
|
|
15169
|
-
function add_css$
|
15170
|
-
append_styles(target, "svelte-
|
15152
|
+
function add_css$5(target) {
|
15153
|
+
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}");
|
15171
15154
|
}
|
15172
15155
|
|
15173
15156
|
// (103:4) {#if props.isIcon && props.iconVariant}
|
@@ -15199,7 +15182,7 @@ function create_if_block$3(ctx) {
|
|
15199
15182
|
this.h();
|
15200
15183
|
},
|
15201
15184
|
h() {
|
15202
|
-
attr(div, "class", "flex-text-button-icon svelte-
|
15185
|
+
attr(div, "class", "flex-text-button-icon svelte-2imv7z");
|
15203
15186
|
},
|
15204
15187
|
m(target, anchor) {
|
15205
15188
|
insert_hydration(target, div, anchor);
|
@@ -15232,7 +15215,7 @@ function create_if_block$3(ctx) {
|
|
15232
15215
|
};
|
15233
15216
|
}
|
15234
15217
|
|
15235
|
-
function create_fragment$
|
15218
|
+
function create_fragment$7(ctx) {
|
15236
15219
|
let button;
|
15237
15220
|
let t0;
|
15238
15221
|
let span;
|
@@ -15272,7 +15255,7 @@ function create_fragment$6(ctx) {
|
|
15272
15255
|
h() {
|
15273
15256
|
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
15274
15257
|
attr(button, "style", /*style*/ ctx[2]);
|
15275
|
-
attr(button, "class", "flex-text-button svelte-
|
15258
|
+
attr(button, "class", "flex-text-button svelte-2imv7z");
|
15276
15259
|
},
|
15277
15260
|
m(target, anchor) {
|
15278
15261
|
insert_hydration(target, button, anchor);
|
@@ -15339,7 +15322,7 @@ function create_fragment$6(ctx) {
|
|
15339
15322
|
};
|
15340
15323
|
}
|
15341
15324
|
|
15342
|
-
function instance$
|
15325
|
+
function instance$7($$self, $$props, $$invalidate) {
|
15343
15326
|
let style;
|
15344
15327
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
15345
15328
|
let { eventName = '' } = $$props;
|
@@ -15449,8 +15432,8 @@ class TextButton extends SvelteComponent {
|
|
15449
15432
|
init(
|
15450
15433
|
this,
|
15451
15434
|
options,
|
15452
|
-
instance$
|
15453
|
-
create_fragment$
|
15435
|
+
instance$7,
|
15436
|
+
create_fragment$7,
|
15454
15437
|
safe_not_equal,
|
15455
15438
|
{
|
15456
15439
|
onClick: 5,
|
@@ -15459,7 +15442,7 @@ class TextButton extends SvelteComponent {
|
|
15459
15442
|
props: 0,
|
15460
15443
|
layerId: 1
|
15461
15444
|
},
|
15462
|
-
add_css$
|
15445
|
+
add_css$5
|
15463
15446
|
);
|
15464
15447
|
}
|
15465
15448
|
}
|
@@ -15508,11 +15491,11 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
15508
15491
|
|
15509
15492
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
15510
15493
|
|
15511
|
-
function add_css$
|
15512
|
-
append_styles(target, "svelte-
|
15494
|
+
function add_css$4(target) {
|
15495
|
+
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}");
|
15513
15496
|
}
|
15514
15497
|
|
15515
|
-
// (
|
15498
|
+
// (93:2) {#if hasLabel}
|
15516
15499
|
function create_if_block$2(ctx) {
|
15517
15500
|
let span;
|
15518
15501
|
let t;
|
@@ -15531,19 +15514,19 @@ function create_if_block$2(ctx) {
|
|
15531
15514
|
this.h();
|
15532
15515
|
},
|
15533
15516
|
h() {
|
15534
|
-
attr(span, "style", /*
|
15517
|
+
attr(span, "style", /*labelStyle*/ ctx[2]);
|
15535
15518
|
|
15536
15519
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
15537
15520
|
? 'close-button-order-one'
|
15538
|
-
: '') + " svelte-
|
15521
|
+
: '') + " svelte-12v1h9t");
|
15539
15522
|
},
|
15540
15523
|
m(target, anchor) {
|
15541
15524
|
insert_hydration(target, span, anchor);
|
15542
15525
|
append_hydration(span, t);
|
15543
15526
|
},
|
15544
15527
|
p(ctx, dirty) {
|
15545
|
-
if (dirty & /*
|
15546
|
-
attr(span, "style", /*
|
15528
|
+
if (dirty & /*labelStyle*/ 4) {
|
15529
|
+
attr(span, "style", /*labelStyle*/ ctx[2]);
|
15547
15530
|
}
|
15548
15531
|
},
|
15549
15532
|
d(detaching) {
|
@@ -15552,16 +15535,16 @@ function create_if_block$2(ctx) {
|
|
15552
15535
|
};
|
15553
15536
|
}
|
15554
15537
|
|
15555
|
-
function create_fragment$
|
15556
|
-
let div1;
|
15557
|
-
let div0;
|
15538
|
+
function create_fragment$6(ctx) {
|
15558
15539
|
let button;
|
15540
|
+
let span;
|
15559
15541
|
let svg;
|
15560
15542
|
let path;
|
15561
|
-
let button_class_value;
|
15562
15543
|
let t;
|
15544
|
+
let button_class_value;
|
15563
15545
|
let mounted;
|
15564
15546
|
let dispose;
|
15547
|
+
let if_block = /*hasLabel*/ ctx[4] && create_if_block$2(ctx);
|
15565
15548
|
|
15566
15549
|
let button_levels = [
|
15567
15550
|
{ "data-layer-id": /*layerId*/ ctx[0] },
|
@@ -15570,7 +15553,7 @@ function create_fragment$5(ctx) {
|
|
15570
15553
|
? 'close-button-order-two'
|
15571
15554
|
: '')
|
15572
15555
|
},
|
15573
|
-
{ style: /*style*/ ctx[
|
15556
|
+
{ style: /*style*/ ctx[3] },
|
15574
15557
|
dataAttrStopPropagation('click')
|
15575
15558
|
];
|
15576
15559
|
|
@@ -15580,13 +15563,10 @@ function create_fragment$5(ctx) {
|
|
15580
15563
|
button_data = assign(button_data, button_levels[i]);
|
15581
15564
|
}
|
15582
15565
|
|
15583
|
-
let if_block = /*hasLabel*/ ctx[4] && create_if_block$2(ctx);
|
15584
|
-
|
15585
15566
|
return {
|
15586
15567
|
c() {
|
15587
|
-
div1 = element("div");
|
15588
|
-
div0 = element("div");
|
15589
15568
|
button = element("button");
|
15569
|
+
span = element("span");
|
15590
15570
|
svg = svg_element("svg");
|
15591
15571
|
path = svg_element("path");
|
15592
15572
|
t = space();
|
@@ -15594,23 +15574,20 @@ function create_fragment$5(ctx) {
|
|
15594
15574
|
this.h();
|
15595
15575
|
},
|
15596
15576
|
l(nodes) {
|
15597
|
-
|
15598
|
-
var div1_nodes = children(div1);
|
15599
|
-
div0 = claim_element(div1_nodes, "DIV", { class: true });
|
15600
|
-
var div0_nodes = children(div0);
|
15601
|
-
|
15602
|
-
button = claim_element(div0_nodes, "BUTTON", {
|
15577
|
+
button = claim_element(nodes, "BUTTON", {
|
15603
15578
|
"data-layer-id": true,
|
15604
15579
|
class: true,
|
15605
15580
|
style: true
|
15606
15581
|
});
|
15607
15582
|
|
15608
15583
|
var button_nodes = children(button);
|
15584
|
+
span = claim_element(button_nodes, "SPAN", { style: true });
|
15585
|
+
var span_nodes = children(span);
|
15609
15586
|
|
15610
|
-
svg = claim_svg_element(
|
15587
|
+
svg = claim_svg_element(span_nodes, "svg", {
|
15611
15588
|
xmlns: true,
|
15612
|
-
style: true,
|
15613
15589
|
viewBox: true,
|
15590
|
+
style: true,
|
15614
15591
|
fill: true
|
15615
15592
|
});
|
15616
15593
|
|
@@ -15618,35 +15595,31 @@ function create_fragment$5(ctx) {
|
|
15618
15595
|
path = claim_svg_element(svg_nodes, "path", { d: true });
|
15619
15596
|
children(path).forEach(detach);
|
15620
15597
|
svg_nodes.forEach(detach);
|
15598
|
+
span_nodes.forEach(detach);
|
15599
|
+
t = claim_space(button_nodes);
|
15600
|
+
if (if_block) if_block.l(button_nodes);
|
15621
15601
|
button_nodes.forEach(detach);
|
15622
|
-
t = claim_space(div0_nodes);
|
15623
|
-
if (if_block) if_block.l(div0_nodes);
|
15624
|
-
div0_nodes.forEach(detach);
|
15625
|
-
div1_nodes.forEach(detach);
|
15626
15602
|
this.h();
|
15627
15603
|
},
|
15628
15604
|
h() {
|
15629
15605
|
attr(path, "d", "M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z");
|
15630
15606
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
15631
|
-
set_style(svg, "width", "75%");
|
15632
|
-
set_style(svg, "height", "75%");
|
15633
15607
|
attr(svg, "viewBox", "0 0 384 512");
|
15608
|
+
set_style(svg, "width", "100%");
|
15609
|
+
set_style(svg, "height", "100%");
|
15634
15610
|
attr(svg, "fill", /*color*/ ctx[6]);
|
15611
|
+
attr(span, "style", /*iconStyle*/ ctx[1]);
|
15635
15612
|
set_attributes(button, button_data);
|
15636
|
-
toggle_class(button, "svelte-
|
15637
|
-
attr(div0, "class", "close-button-row svelte-liyx15");
|
15638
|
-
attr(div1, "class", "close svelte-liyx15");
|
15639
|
-
attr(div1, "style", /*rootStyle*/ ctx[3]);
|
15613
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
15640
15614
|
},
|
15641
15615
|
m(target, anchor) {
|
15642
|
-
insert_hydration(target,
|
15643
|
-
append_hydration(
|
15644
|
-
append_hydration(
|
15645
|
-
append_hydration(button, svg);
|
15616
|
+
insert_hydration(target, button, anchor);
|
15617
|
+
append_hydration(button, span);
|
15618
|
+
append_hydration(span, svg);
|
15646
15619
|
append_hydration(svg, path);
|
15620
|
+
append_hydration(button, t);
|
15621
|
+
if (if_block) if_block.m(button, null);
|
15647
15622
|
if (button.autofocus) button.focus();
|
15648
|
-
append_hydration(div0, t);
|
15649
|
-
if (if_block) if_block.m(div0, null);
|
15650
15623
|
|
15651
15624
|
if (!mounted) {
|
15652
15625
|
dispose = listen(button, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[5])));
|
@@ -15654,14 +15627,9 @@ function create_fragment$5(ctx) {
|
|
15654
15627
|
}
|
15655
15628
|
},
|
15656
15629
|
p(ctx, [dirty]) {
|
15657
|
-
|
15658
|
-
|
15659
|
-
|
15660
|
-
dirty & /*style*/ 2 && { style: /*style*/ ctx[1] },
|
15661
|
-
dataAttrStopPropagation('click')
|
15662
|
-
]));
|
15663
|
-
|
15664
|
-
toggle_class(button, "svelte-liyx15", true);
|
15630
|
+
if (dirty & /*iconStyle*/ 2) {
|
15631
|
+
attr(span, "style", /*iconStyle*/ ctx[1]);
|
15632
|
+
}
|
15665
15633
|
|
15666
15634
|
if (/*hasLabel*/ ctx[4]) {
|
15667
15635
|
if (if_block) {
|
@@ -15669,21 +15637,26 @@ function create_fragment$5(ctx) {
|
|
15669
15637
|
} else {
|
15670
15638
|
if_block = create_if_block$2(ctx);
|
15671
15639
|
if_block.c();
|
15672
|
-
if_block.m(
|
15640
|
+
if_block.m(button, null);
|
15673
15641
|
}
|
15674
15642
|
} else if (if_block) {
|
15675
15643
|
if_block.d(1);
|
15676
15644
|
if_block = null;
|
15677
15645
|
}
|
15678
15646
|
|
15679
|
-
|
15680
|
-
|
15681
|
-
|
15647
|
+
set_attributes(button, button_data = get_spread_update(button_levels, [
|
15648
|
+
dirty & /*layerId*/ 1 && { "data-layer-id": /*layerId*/ ctx[0] },
|
15649
|
+
{ class: button_class_value },
|
15650
|
+
dirty & /*style*/ 8 && { style: /*style*/ ctx[3] },
|
15651
|
+
dataAttrStopPropagation('click')
|
15652
|
+
]));
|
15653
|
+
|
15654
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
15682
15655
|
},
|
15683
15656
|
i: noop,
|
15684
15657
|
o: noop,
|
15685
15658
|
d(detaching) {
|
15686
|
-
if (detaching) detach(
|
15659
|
+
if (detaching) detach(button);
|
15687
15660
|
if (if_block) if_block.d();
|
15688
15661
|
mounted = false;
|
15689
15662
|
dispose();
|
@@ -15691,13 +15664,11 @@ function create_fragment$5(ctx) {
|
|
15691
15664
|
};
|
15692
15665
|
}
|
15693
15666
|
|
15694
|
-
function instance$
|
15667
|
+
function instance$6($$self, $$props, $$invalidate) {
|
15695
15668
|
let hasLabel;
|
15696
|
-
let rootStyle;
|
15697
|
-
let labelCssVariable;
|
15698
15669
|
let style;
|
15699
|
-
let
|
15700
|
-
|
15670
|
+
let labelStyle;
|
15671
|
+
let iconStyle;
|
15701
15672
|
let { props = {} } = $$props;
|
15702
15673
|
let { layerId = '' } = $$props;
|
15703
15674
|
let { eventName = '' } = $$props;
|
@@ -15732,15 +15703,6 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
15732
15703
|
const label = props.label;
|
15733
15704
|
const isLeftLabelPlacement = props.labelPlacement === 'left';
|
15734
15705
|
|
15735
|
-
const getCssPlacement = () => {
|
15736
|
-
return {
|
15737
|
-
top: props.top ?? VARIANTS.placement[props.placement ?? 'topRight'].top,
|
15738
|
-
right: props.right ?? VARIANTS.placement[props.placement ?? 'topRight'].right,
|
15739
|
-
left: props.left ?? VARIANTS.placement[props.placement ?? 'topRight'].left,
|
15740
|
-
bottom: props.bottom ?? VARIANTS.placement[props.placement ?? 'topRight'].bottom
|
15741
|
-
};
|
15742
|
-
};
|
15743
|
-
|
15744
15706
|
$$self.$$set = $$props => {
|
15745
15707
|
if ('props' in $$props) $$invalidate(9, props = $$props.props);
|
15746
15708
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
@@ -15749,37 +15711,39 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
15749
15711
|
};
|
15750
15712
|
|
15751
15713
|
$$self.$$.update = () => {
|
15752
|
-
if ($$self.$$.dirty & /*$maximumZindex*/ 4096) {
|
15753
|
-
$$invalidate(3, rootStyle = objToStyle({
|
15754
|
-
...getCssPlacement(),
|
15755
|
-
zIndex: $maximumZindex + 1
|
15756
|
-
}));
|
15757
|
-
}
|
15758
|
-
|
15759
15714
|
if ($$self.$$.dirty & /*props*/ 512) {
|
15760
|
-
$$invalidate(
|
15761
|
-
}
|
15762
|
-
|
15763
|
-
if ($$self.$$.dirty & /*props*/ 512) {
|
15764
|
-
$$invalidate(1, style = objToStyle({
|
15765
|
-
width: `${size}px`,
|
15766
|
-
height: `${size}px`,
|
15715
|
+
$$invalidate(3, style = objToStyle({
|
15767
15716
|
...props.bordered && { border: '1px solid #666' },
|
15717
|
+
height: `${size}px`,
|
15718
|
+
boxSizing: 'border-box',
|
15719
|
+
padding: '6px',
|
15768
15720
|
backgroundColor: props.backgroundColor ?? 'transparent',
|
15769
15721
|
...VARIANTS.round[props.round ?? 'default'],
|
15770
15722
|
...toCssCommon(props),
|
15771
15723
|
...toCssBorder(props)
|
15772
15724
|
}));
|
15773
15725
|
}
|
15726
|
+
|
15727
|
+
if ($$self.$$.dirty & /*props*/ 512) {
|
15728
|
+
$$invalidate(2, labelStyle = objToStyle({
|
15729
|
+
color: props.labelColor ?? color,
|
15730
|
+
fontSize: `${size / 2.1}px`
|
15731
|
+
}));
|
15732
|
+
}
|
15774
15733
|
};
|
15775
15734
|
|
15776
15735
|
$$invalidate(4, hasLabel = label !== undefined && label !== '');
|
15777
15736
|
|
15737
|
+
$$invalidate(1, iconStyle = objToStyle({
|
15738
|
+
width: `${size - 12}px`,
|
15739
|
+
height: `${size - 12}px`
|
15740
|
+
}));
|
15741
|
+
|
15778
15742
|
return [
|
15779
15743
|
layerId,
|
15744
|
+
iconStyle,
|
15745
|
+
labelStyle,
|
15780
15746
|
style,
|
15781
|
-
labelCssVariable,
|
15782
|
-
rootStyle,
|
15783
15747
|
hasLabel,
|
15784
15748
|
handleClick,
|
15785
15749
|
color,
|
@@ -15787,8 +15751,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
15787
15751
|
isLeftLabelPlacement,
|
15788
15752
|
props,
|
15789
15753
|
eventName,
|
15790
|
-
eventValue
|
15791
|
-
$maximumZindex
|
15754
|
+
eventValue
|
15792
15755
|
];
|
15793
15756
|
}
|
15794
15757
|
|
@@ -15799,8 +15762,8 @@ class CloseButton extends SvelteComponent {
|
|
15799
15762
|
init(
|
15800
15763
|
this,
|
15801
15764
|
options,
|
15802
|
-
instance$
|
15803
|
-
create_fragment$
|
15765
|
+
instance$6,
|
15766
|
+
create_fragment$6,
|
15804
15767
|
safe_not_equal,
|
15805
15768
|
{
|
15806
15769
|
props: 9,
|
@@ -15808,15 +15771,15 @@ class CloseButton extends SvelteComponent {
|
|
15808
15771
|
eventName: 10,
|
15809
15772
|
eventValue: 11
|
15810
15773
|
},
|
15811
|
-
add_css$
|
15774
|
+
add_css$4
|
15812
15775
|
);
|
15813
15776
|
}
|
15814
15777
|
}
|
15815
15778
|
|
15816
15779
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
15817
15780
|
|
15818
|
-
function add_css$
|
15819
|
-
append_styles(target, "svelte-
|
15781
|
+
function add_css$3(target) {
|
15782
|
+
append_styles(target, "svelte-180u8ho", ".image.svelte-180u8ho{max-width:100%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.image-object.svelte-180u8ho{width:100%;overflow:hidden}.image-img.svelte-180u8ho{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none}");
|
15820
15783
|
}
|
15821
15784
|
|
15822
15785
|
// (16:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
@@ -15842,9 +15805,9 @@ function create_default_slot$1(ctx) {
|
|
15842
15805
|
h() {
|
15843
15806
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
15844
15807
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
15845
|
-
attr(img, "class", "image-img svelte-
|
15808
|
+
attr(img, "class", "image-img svelte-180u8ho");
|
15846
15809
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
15847
|
-
attr(object, "class", "image-object svelte-
|
15810
|
+
attr(object, "class", "image-object svelte-180u8ho");
|
15848
15811
|
},
|
15849
15812
|
m(target, anchor) {
|
15850
15813
|
insert_hydration(target, object, anchor);
|
@@ -15869,7 +15832,7 @@ function create_default_slot$1(ctx) {
|
|
15869
15832
|
};
|
15870
15833
|
}
|
15871
15834
|
|
15872
|
-
function create_fragment$
|
15835
|
+
function create_fragment$5(ctx) {
|
15873
15836
|
let div;
|
15874
15837
|
let clickable;
|
15875
15838
|
let current;
|
@@ -15904,7 +15867,7 @@ function create_fragment$4(ctx) {
|
|
15904
15867
|
},
|
15905
15868
|
h() {
|
15906
15869
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
15907
|
-
attr(div, "class", "image svelte-
|
15870
|
+
attr(div, "class", "image svelte-180u8ho");
|
15908
15871
|
attr(div, "style", /*style*/ ctx[3]);
|
15909
15872
|
},
|
15910
15873
|
m(target, anchor) {
|
@@ -15948,7 +15911,7 @@ function create_fragment$4(ctx) {
|
|
15948
15911
|
};
|
15949
15912
|
}
|
15950
15913
|
|
15951
|
-
function instance$
|
15914
|
+
function instance$5($$self, $$props, $$invalidate) {
|
15952
15915
|
let style;
|
15953
15916
|
let objectStyle;
|
15954
15917
|
let { props = {} } = $$props;
|
@@ -15978,17 +15941,12 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
15978
15941
|
class Image extends SvelteComponent {
|
15979
15942
|
constructor(options) {
|
15980
15943
|
super();
|
15981
|
-
init(this, options, instance$
|
15944
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$3);
|
15982
15945
|
}
|
15983
15946
|
}
|
15984
15947
|
|
15985
15948
|
/* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
|
15986
15949
|
|
15987
|
-
function add_css$3(target) {
|
15988
|
-
append_styles(target, "svelte-19rjtwm", ".layout.svelte-19rjtwm{margin:0}");
|
15989
|
-
}
|
15990
|
-
|
15991
|
-
// (26:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
15992
15950
|
function create_default_slot(ctx) {
|
15993
15951
|
let current;
|
15994
15952
|
const default_slot_template = /*#slots*/ ctx[3].default;
|
@@ -16039,13 +15997,15 @@ function create_default_slot(ctx) {
|
|
16039
15997
|
};
|
16040
15998
|
}
|
16041
15999
|
|
16042
|
-
function create_fragment$
|
16043
|
-
let div;
|
16000
|
+
function create_fragment$4(ctx) {
|
16044
16001
|
let clickable;
|
16045
16002
|
let current;
|
16046
16003
|
|
16047
16004
|
clickable = new Clickable({
|
16048
16005
|
props: {
|
16006
|
+
layerId: /*layerId*/ ctx[1],
|
16007
|
+
className: "layout",
|
16008
|
+
style: /*style*/ ctx[2],
|
16049
16009
|
onClick: /*props*/ ctx[0].onClick,
|
16050
16010
|
eventName: /*props*/ ctx[0].eventName,
|
16051
16011
|
eventValue: /*props*/ ctx[0].eventValue,
|
@@ -16056,34 +16016,19 @@ function create_fragment$3(ctx) {
|
|
16056
16016
|
|
16057
16017
|
return {
|
16058
16018
|
c() {
|
16059
|
-
div = element("div");
|
16060
16019
|
create_component(clickable.$$.fragment);
|
16061
|
-
this.h();
|
16062
16020
|
},
|
16063
16021
|
l(nodes) {
|
16064
|
-
|
16065
|
-
"data-layer-id": true,
|
16066
|
-
class: true,
|
16067
|
-
style: true
|
16068
|
-
});
|
16069
|
-
|
16070
|
-
var div_nodes = children(div);
|
16071
|
-
claim_component(clickable.$$.fragment, div_nodes);
|
16072
|
-
div_nodes.forEach(detach);
|
16073
|
-
this.h();
|
16074
|
-
},
|
16075
|
-
h() {
|
16076
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
16077
|
-
attr(div, "class", "layout svelte-19rjtwm");
|
16078
|
-
attr(div, "style", /*style*/ ctx[2]);
|
16022
|
+
claim_component(clickable.$$.fragment, nodes);
|
16079
16023
|
},
|
16080
16024
|
m(target, anchor) {
|
16081
|
-
|
16082
|
-
mount_component(clickable, div, null);
|
16025
|
+
mount_component(clickable, target, anchor);
|
16083
16026
|
current = true;
|
16084
16027
|
},
|
16085
16028
|
p(ctx, [dirty]) {
|
16086
16029
|
const clickable_changes = {};
|
16030
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
16031
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
16087
16032
|
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
16088
16033
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
16089
16034
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
@@ -16093,14 +16038,6 @@ function create_fragment$3(ctx) {
|
|
16093
16038
|
}
|
16094
16039
|
|
16095
16040
|
clickable.$set(clickable_changes);
|
16096
|
-
|
16097
|
-
if (!current || dirty & /*layerId*/ 2) {
|
16098
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
16099
|
-
}
|
16100
|
-
|
16101
|
-
if (!current || dirty & /*style*/ 4) {
|
16102
|
-
attr(div, "style", /*style*/ ctx[2]);
|
16103
|
-
}
|
16104
16041
|
},
|
16105
16042
|
i(local) {
|
16106
16043
|
if (current) return;
|
@@ -16112,13 +16049,12 @@ function create_fragment$3(ctx) {
|
|
16112
16049
|
current = false;
|
16113
16050
|
},
|
16114
16051
|
d(detaching) {
|
16115
|
-
|
16116
|
-
destroy_component(clickable);
|
16052
|
+
destroy_component(clickable, detaching);
|
16117
16053
|
}
|
16118
16054
|
};
|
16119
16055
|
}
|
16120
16056
|
|
16121
|
-
function instance$
|
16057
|
+
function instance$4($$self, $$props, $$invalidate) {
|
16122
16058
|
let style;
|
16123
16059
|
let { $$slots: slots = {}, $$scope } = $$props;
|
16124
16060
|
let { props = {} } = $$props;
|
@@ -16158,7 +16094,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16158
16094
|
class Layout extends SvelteComponent {
|
16159
16095
|
constructor(options) {
|
16160
16096
|
super();
|
16161
|
-
init(this, options, instance$
|
16097
|
+
init(this, options, instance$4, create_fragment$4, safe_not_equal, { props: 0, layerId: 1 });
|
16162
16098
|
}
|
16163
16099
|
}
|
16164
16100
|
|
@@ -16167,6 +16103,368 @@ const LAYOUT_DIRECTION = ['column', 'column-reverse', 'row', 'row-reverse'];
|
|
16167
16103
|
const LAYOUT_ALIGN = ['flex-start', 'center', 'flex-end', 'stretch'];
|
16168
16104
|
const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
16169
16105
|
|
16106
|
+
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
16107
|
+
|
16108
|
+
function get_each_context(ctx, list, i) {
|
16109
|
+
const child_ctx = ctx.slice();
|
16110
|
+
child_ctx[19] = list[i];
|
16111
|
+
child_ctx[21] = i;
|
16112
|
+
return child_ctx;
|
16113
|
+
}
|
16114
|
+
|
16115
|
+
// (87:4) {#each indicators ?? [] as indicator, i}
|
16116
|
+
function create_each_block(ctx) {
|
16117
|
+
let button;
|
16118
|
+
let i_1;
|
16119
|
+
let i_1_style_value;
|
16120
|
+
let t;
|
16121
|
+
let mounted;
|
16122
|
+
let dispose;
|
16123
|
+
|
16124
|
+
function click_handler() {
|
16125
|
+
return /*click_handler*/ ctx[16](/*i*/ ctx[21]);
|
16126
|
+
}
|
16127
|
+
|
16128
|
+
return {
|
16129
|
+
c() {
|
16130
|
+
button = element("button");
|
16131
|
+
i_1 = element("i");
|
16132
|
+
t = space();
|
16133
|
+
this.h();
|
16134
|
+
},
|
16135
|
+
l(nodes) {
|
16136
|
+
button = claim_element(nodes, "BUTTON", { style: true });
|
16137
|
+
var button_nodes = children(button);
|
16138
|
+
i_1 = claim_element(button_nodes, "I", { style: true });
|
16139
|
+
children(i_1).forEach(detach);
|
16140
|
+
t = claim_space(button_nodes);
|
16141
|
+
button_nodes.forEach(detach);
|
16142
|
+
this.h();
|
16143
|
+
},
|
16144
|
+
h() {
|
16145
|
+
attr(i_1, "style", i_1_style_value = objToStyle({
|
16146
|
+
.../*indicatorItemStyle*/ ctx[3],
|
16147
|
+
...{
|
16148
|
+
background: /*indicator*/ ctx[19].isActive ? '#555555' : '#AAAAAA'
|
16149
|
+
}
|
16150
|
+
}));
|
16151
|
+
|
16152
|
+
attr(button, "style", objToStyle({ padding: '4px' }));
|
16153
|
+
},
|
16154
|
+
m(target, anchor) {
|
16155
|
+
insert_hydration(target, button, anchor);
|
16156
|
+
append_hydration(button, i_1);
|
16157
|
+
append_hydration(button, t);
|
16158
|
+
|
16159
|
+
if (!mounted) {
|
16160
|
+
dispose = listen(button, "click", click_handler);
|
16161
|
+
mounted = true;
|
16162
|
+
}
|
16163
|
+
},
|
16164
|
+
p(new_ctx, dirty) {
|
16165
|
+
ctx = new_ctx;
|
16166
|
+
|
16167
|
+
if (dirty & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
16168
|
+
.../*indicatorItemStyle*/ ctx[3],
|
16169
|
+
...{
|
16170
|
+
background: /*indicator*/ ctx[19].isActive ? '#555555' : '#AAAAAA'
|
16171
|
+
}
|
16172
|
+
}))) {
|
16173
|
+
attr(i_1, "style", i_1_style_value);
|
16174
|
+
}
|
16175
|
+
},
|
16176
|
+
d(detaching) {
|
16177
|
+
if (detaching) detach(button);
|
16178
|
+
mounted = false;
|
16179
|
+
dispose();
|
16180
|
+
}
|
16181
|
+
};
|
16182
|
+
}
|
16183
|
+
|
16184
|
+
function create_fragment$3(ctx) {
|
16185
|
+
let div2;
|
16186
|
+
let div0;
|
16187
|
+
let div0_style_value;
|
16188
|
+
let t;
|
16189
|
+
let div1;
|
16190
|
+
let current;
|
16191
|
+
const default_slot_template = /*#slots*/ ctx[14].default;
|
16192
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[13], null);
|
16193
|
+
let each_value = /*indicators*/ ctx[7] ?? [];
|
16194
|
+
let each_blocks = [];
|
16195
|
+
|
16196
|
+
for (let i = 0; i < each_value.length; i += 1) {
|
16197
|
+
each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
|
16198
|
+
}
|
16199
|
+
|
16200
|
+
return {
|
16201
|
+
c() {
|
16202
|
+
div2 = element("div");
|
16203
|
+
div0 = element("div");
|
16204
|
+
if (default_slot) default_slot.c();
|
16205
|
+
t = space();
|
16206
|
+
div1 = element("div");
|
16207
|
+
|
16208
|
+
for (let i = 0; i < each_blocks.length; i += 1) {
|
16209
|
+
each_blocks[i].c();
|
16210
|
+
}
|
16211
|
+
|
16212
|
+
this.h();
|
16213
|
+
},
|
16214
|
+
l(nodes) {
|
16215
|
+
div2 = claim_element(nodes, "DIV", { "data-layer-id": true, style: true });
|
16216
|
+
var div2_nodes = children(div2);
|
16217
|
+
div0 = claim_element(div2_nodes, "DIV", { style: true });
|
16218
|
+
var div0_nodes = children(div0);
|
16219
|
+
if (default_slot) default_slot.l(div0_nodes);
|
16220
|
+
div0_nodes.forEach(detach);
|
16221
|
+
t = claim_space(div2_nodes);
|
16222
|
+
div1 = claim_element(div2_nodes, "DIV", { style: true });
|
16223
|
+
var div1_nodes = children(div1);
|
16224
|
+
|
16225
|
+
for (let i = 0; i < each_blocks.length; i += 1) {
|
16226
|
+
each_blocks[i].l(div1_nodes);
|
16227
|
+
}
|
16228
|
+
|
16229
|
+
div1_nodes.forEach(detach);
|
16230
|
+
div2_nodes.forEach(detach);
|
16231
|
+
this.h();
|
16232
|
+
},
|
16233
|
+
h() {
|
16234
|
+
attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
16235
|
+
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
16236
|
+
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
16237
|
+
attr(div2, "style", /*style*/ ctx[6]);
|
16238
|
+
},
|
16239
|
+
m(target, anchor) {
|
16240
|
+
insert_hydration(target, div2, anchor);
|
16241
|
+
append_hydration(div2, div0);
|
16242
|
+
|
16243
|
+
if (default_slot) {
|
16244
|
+
default_slot.m(div0, null);
|
16245
|
+
}
|
16246
|
+
|
16247
|
+
/*div0_binding*/ ctx[15](div0);
|
16248
|
+
append_hydration(div2, t);
|
16249
|
+
append_hydration(div2, div1);
|
16250
|
+
|
16251
|
+
for (let i = 0; i < each_blocks.length; i += 1) {
|
16252
|
+
each_blocks[i].m(div1, null);
|
16253
|
+
}
|
16254
|
+
|
16255
|
+
current = true;
|
16256
|
+
},
|
16257
|
+
p(ctx, [dirty]) {
|
16258
|
+
if (default_slot) {
|
16259
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 8192)) {
|
16260
|
+
update_slot_base(
|
16261
|
+
default_slot,
|
16262
|
+
default_slot_template,
|
16263
|
+
ctx,
|
16264
|
+
/*$$scope*/ ctx[13],
|
16265
|
+
!current
|
16266
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[13])
|
16267
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[13], dirty, null),
|
16268
|
+
null
|
16269
|
+
);
|
16270
|
+
}
|
16271
|
+
}
|
16272
|
+
|
16273
|
+
if (!current || dirty & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
16274
|
+
attr(div0, "style", div0_style_value);
|
16275
|
+
}
|
16276
|
+
|
16277
|
+
if (dirty & /*objToStyle, handleClickIndicator, indicatorItemStyle, indicators*/ 392) {
|
16278
|
+
each_value = /*indicators*/ ctx[7] ?? [];
|
16279
|
+
let i;
|
16280
|
+
|
16281
|
+
for (i = 0; i < each_value.length; i += 1) {
|
16282
|
+
const child_ctx = get_each_context(ctx, each_value, i);
|
16283
|
+
|
16284
|
+
if (each_blocks[i]) {
|
16285
|
+
each_blocks[i].p(child_ctx, dirty);
|
16286
|
+
} else {
|
16287
|
+
each_blocks[i] = create_each_block(child_ctx);
|
16288
|
+
each_blocks[i].c();
|
16289
|
+
each_blocks[i].m(div1, null);
|
16290
|
+
}
|
16291
|
+
}
|
16292
|
+
|
16293
|
+
for (; i < each_blocks.length; i += 1) {
|
16294
|
+
each_blocks[i].d(1);
|
16295
|
+
}
|
16296
|
+
|
16297
|
+
each_blocks.length = each_value.length;
|
16298
|
+
}
|
16299
|
+
|
16300
|
+
if (!current || dirty & /*indicatorListStyle*/ 16) {
|
16301
|
+
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
16302
|
+
}
|
16303
|
+
|
16304
|
+
if (!current || dirty & /*layerId*/ 1) {
|
16305
|
+
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
16306
|
+
}
|
16307
|
+
|
16308
|
+
if (!current || dirty & /*style*/ 64) {
|
16309
|
+
attr(div2, "style", /*style*/ ctx[6]);
|
16310
|
+
}
|
16311
|
+
},
|
16312
|
+
i(local) {
|
16313
|
+
if (current) return;
|
16314
|
+
transition_in(default_slot, local);
|
16315
|
+
current = true;
|
16316
|
+
},
|
16317
|
+
o(local) {
|
16318
|
+
transition_out(default_slot, local);
|
16319
|
+
current = false;
|
16320
|
+
},
|
16321
|
+
d(detaching) {
|
16322
|
+
if (detaching) detach(div2);
|
16323
|
+
if (default_slot) default_slot.d(detaching);
|
16324
|
+
/*div0_binding*/ ctx[15](null);
|
16325
|
+
destroy_each(each_blocks, detaching);
|
16326
|
+
}
|
16327
|
+
};
|
16328
|
+
}
|
16329
|
+
|
16330
|
+
function instance$3($$self, $$props, $$invalidate) {
|
16331
|
+
let indicators;
|
16332
|
+
let itemWidthPercentage;
|
16333
|
+
let style;
|
16334
|
+
let containerStyle;
|
16335
|
+
let indicatorListStyle;
|
16336
|
+
let indicatorItemStyle;
|
16337
|
+
let { $$slots: slots = {}, $$scope } = $$props;
|
16338
|
+
let { layerId } = $$props;
|
16339
|
+
let { props } = $$props;
|
16340
|
+
let { overrideStyle } = $$props;
|
16341
|
+
let slotElement;
|
16342
|
+
let currentIndex = 0;
|
16343
|
+
let childCount = slotElement?.children?.length ?? 0;
|
16344
|
+
|
16345
|
+
const calcTransformX = (index, itemCount) => {
|
16346
|
+
if (index === 0) return undefined;
|
16347
|
+
|
16348
|
+
const movingX = (() => {
|
16349
|
+
let result = 0;
|
16350
|
+
const itemWidth = itemWidthPercentage;
|
16351
|
+
const itemMargin = (100 - itemWidthPercentage) / 2;
|
16352
|
+
|
16353
|
+
const movingMap = [...Array(currentIndex + 1)].map((_, index) => {
|
16354
|
+
if (index === 0) return 0;
|
16355
|
+
if (index === 1 || index === itemCount - 1) return itemWidth - itemMargin;
|
16356
|
+
return itemWidth;
|
16357
|
+
});
|
16358
|
+
|
16359
|
+
movingMap.forEach(value => result += value);
|
16360
|
+
return result;
|
16361
|
+
})();
|
16362
|
+
|
16363
|
+
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px))`;
|
16364
|
+
};
|
16365
|
+
|
16366
|
+
const handleClickIndicator = index => {
|
16367
|
+
$$invalidate(10, currentIndex = index);
|
16368
|
+
};
|
16369
|
+
|
16370
|
+
const setChildCount = () => {
|
16371
|
+
const count = slotElement?.children?.length ?? 0;
|
16372
|
+
|
16373
|
+
if (count !== childCount) {
|
16374
|
+
$$invalidate(11, childCount = slotElement?.children?.length ?? 0);
|
16375
|
+
}
|
16376
|
+
};
|
16377
|
+
|
16378
|
+
onMount$1(() => {
|
16379
|
+
setChildCount();
|
16380
|
+
setInterval(setChildCount, 300);
|
16381
|
+
});
|
16382
|
+
|
16383
|
+
function div0_binding($$value) {
|
16384
|
+
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
16385
|
+
slotElement = $$value;
|
16386
|
+
$$invalidate(2, slotElement);
|
16387
|
+
});
|
16388
|
+
}
|
16389
|
+
|
16390
|
+
const click_handler = i => handleClickIndicator(i);
|
16391
|
+
|
16392
|
+
$$self.$$set = $$props => {
|
16393
|
+
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
16394
|
+
if ('props' in $$props) $$invalidate(9, props = $$props.props);
|
16395
|
+
if ('overrideStyle' in $$props) $$invalidate(1, overrideStyle = $$props.overrideStyle);
|
16396
|
+
if ('$$scope' in $$props) $$invalidate(13, $$scope = $$props.$$scope);
|
16397
|
+
};
|
16398
|
+
|
16399
|
+
$$self.$$.update = () => {
|
16400
|
+
if ($$self.$$.dirty & /*childCount, currentIndex*/ 3072) {
|
16401
|
+
$$invalidate(7, indicators = [...Array(childCount)].map((_, i) => ({ index: i, isActive: i === currentIndex })));
|
16402
|
+
}
|
16403
|
+
|
16404
|
+
if ($$self.$$.dirty & /*props*/ 512) {
|
16405
|
+
$$invalidate(12, itemWidthPercentage = props.itemWidthPercentage ?? 100);
|
16406
|
+
}
|
16407
|
+
|
16408
|
+
if ($$self.$$.dirty & /*props, itemWidthPercentage, currentIndex, childCount*/ 7680) {
|
16409
|
+
$$invalidate(5, containerStyle = objToStyle({
|
16410
|
+
display: 'grid',
|
16411
|
+
// marginInline: `-${props.gap}px`,
|
16412
|
+
gap: `${props.gap}px`,
|
16413
|
+
gridTemplateColumns: `repeat(auto-fill, minmax(${itemWidthPercentage}%, 1fr))`,
|
16414
|
+
gridAutoFlow: 'column',
|
16415
|
+
gridAutoColumns: `minmax(${itemWidthPercentage}%, 1fr)`,
|
16416
|
+
flexShrink: 0,
|
16417
|
+
transition: 'transform 0.5s',
|
16418
|
+
transform: calcTransformX(currentIndex, childCount)
|
16419
|
+
}));
|
16420
|
+
}
|
16421
|
+
};
|
16422
|
+
|
16423
|
+
$$invalidate(6, style = objToStyle({ overflow: 'auto', width: '100%' }));
|
16424
|
+
|
16425
|
+
$$invalidate(4, indicatorListStyle = objToStyle({
|
16426
|
+
display: 'flex',
|
16427
|
+
justifyContent: 'center',
|
16428
|
+
gap: '4px',
|
16429
|
+
marginTop: '12px'
|
16430
|
+
}));
|
16431
|
+
|
16432
|
+
$$invalidate(3, indicatorItemStyle = {
|
16433
|
+
width: '8px',
|
16434
|
+
height: '8px',
|
16435
|
+
borderRadius: '100%',
|
16436
|
+
display: 'block',
|
16437
|
+
background: '#AAAAAA'
|
16438
|
+
});
|
16439
|
+
|
16440
|
+
return [
|
16441
|
+
layerId,
|
16442
|
+
overrideStyle,
|
16443
|
+
slotElement,
|
16444
|
+
indicatorItemStyle,
|
16445
|
+
indicatorListStyle,
|
16446
|
+
containerStyle,
|
16447
|
+
style,
|
16448
|
+
indicators,
|
16449
|
+
handleClickIndicator,
|
16450
|
+
props,
|
16451
|
+
currentIndex,
|
16452
|
+
childCount,
|
16453
|
+
itemWidthPercentage,
|
16454
|
+
$$scope,
|
16455
|
+
slots,
|
16456
|
+
div0_binding,
|
16457
|
+
click_handler
|
16458
|
+
];
|
16459
|
+
}
|
16460
|
+
|
16461
|
+
class Slider extends SvelteComponent {
|
16462
|
+
constructor(options) {
|
16463
|
+
super();
|
16464
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props: 9, overrideStyle: 1 });
|
16465
|
+
}
|
16466
|
+
}
|
16467
|
+
|
16170
16468
|
const TEXT_VARIANTS = {
|
16171
16469
|
size: {
|
16172
16470
|
extra_small: {
|
@@ -16225,7 +16523,7 @@ const TEXT_VARIANTS = {
|
|
16225
16523
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
16226
16524
|
|
16227
16525
|
function add_css$2(target) {
|
16228
|
-
append_styles(target, "svelte-
|
16526
|
+
append_styles(target, "svelte-1vl0c87", ".text.svelte-1vl0c87{margin:0;word-break:break-all}");
|
16229
16527
|
}
|
16230
16528
|
|
16231
16529
|
function create_fragment$2(ctx) {
|
@@ -16249,7 +16547,7 @@ function create_fragment$2(ctx) {
|
|
16249
16547
|
},
|
16250
16548
|
h() {
|
16251
16549
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
16252
|
-
attr(p, "class", "text svelte-
|
16550
|
+
attr(p, "class", "text svelte-1vl0c87");
|
16253
16551
|
attr(p, "style", /*style*/ ctx[1]);
|
16254
16552
|
},
|
16255
16553
|
m(target, anchor) {
|
@@ -16341,7 +16639,7 @@ const LAYER_TEXT_SIZE = {
|
|
16341
16639
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
16342
16640
|
|
16343
16641
|
function add_css$1(target) {
|
16344
|
-
append_styles(target, "svelte-
|
16642
|
+
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}");
|
16345
16643
|
}
|
16346
16644
|
|
16347
16645
|
// (14:0) {#if backgroundOverlay}
|
@@ -16362,7 +16660,7 @@ function create_if_block$1(ctx) {
|
|
16362
16660
|
this.h();
|
16363
16661
|
},
|
16364
16662
|
h() {
|
16365
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
16663
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"));
|
16366
16664
|
},
|
16367
16665
|
m(target, anchor) {
|
16368
16666
|
insert_hydration(target, div, anchor);
|
@@ -16373,7 +16671,7 @@ function create_if_block$1(ctx) {
|
|
16373
16671
|
}
|
16374
16672
|
},
|
16375
16673
|
p(ctx, dirty) {
|
16376
|
-
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-
|
16674
|
+
if (dirty & /*className*/ 2 && div_class_value !== (div_class_value = "" + (null_to_empty(['v2-background', /*className*/ ctx[1] || ''].join(' ')) + " svelte-18nkdjz"))) {
|
16377
16675
|
attr(div, "class", div_class_value);
|
16378
16676
|
}
|
16379
16677
|
},
|
@@ -16449,7 +16747,7 @@ class BackgroundOverlay extends SvelteComponent {
|
|
16449
16747
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
16450
16748
|
|
16451
16749
|
function add_css(target) {
|
16452
|
-
append_styles(target, "svelte-
|
16750
|
+
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}}");
|
16453
16751
|
}
|
16454
16752
|
|
16455
16753
|
// (253:0) {:else}
|
@@ -16615,7 +16913,7 @@ function create_if_block(ctx) {
|
|
16615
16913
|
this.h();
|
16616
16914
|
},
|
16617
16915
|
h() {
|
16618
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
16916
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"));
|
16619
16917
|
attr(div, "role", "dialog");
|
16620
16918
|
attr(div, "aria-modal", "true");
|
16621
16919
|
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
@@ -16648,7 +16946,7 @@ function create_if_block(ctx) {
|
|
16648
16946
|
}
|
16649
16947
|
}
|
16650
16948
|
|
16651
|
-
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
16949
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-45ue06"))) {
|
16652
16950
|
attr(div, "class", div_class_value);
|
16653
16951
|
}
|
16654
16952
|
},
|
@@ -17141,4 +17439,4 @@ const ROUND_STYLES = {
|
|
17141
17439
|
},
|
17142
17440
|
};
|
17143
17441
|
|
17144
|
-
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, BUTTON_VARIANTS, 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, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Text as FlexText, TextButton as FlexTextButton, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_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, 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 };
|
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, BUTTON_VARIANTS, 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, 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, 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 };
|