@plaidev/karte-action-sdk 1.1.242-28714750.c2012c9b → 1.1.242-28725563.d19f03e9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hydrate/index.es.d.ts +16 -1
- package/dist/hydrate/index.es.js +1137 -500
- package/dist/index.es.d.ts +16 -1
- package/dist/index.es.js +984 -411
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -335,7 +335,7 @@ const DefaultModalPlacement = {
|
|
335
335
|
top: '0px',
|
336
336
|
bottom: '0px',
|
337
337
|
},
|
338
|
-
backgroundOverlay:
|
338
|
+
backgroundOverlay: true,
|
339
339
|
backgroundClick: { operation: 'closeApp', args: ['overlay'] },
|
340
340
|
};
|
341
341
|
/** @internal */
|
@@ -2905,7 +2905,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
2905
2905
|
|
2906
2906
|
/* src/components/Header.svelte generated by Svelte v3.53.1 */
|
2907
2907
|
|
2908
|
-
function create_if_block$
|
2908
|
+
function create_if_block$g(ctx) {
|
2909
2909
|
let link;
|
2910
2910
|
|
2911
2911
|
return {
|
@@ -2929,9 +2929,9 @@ function create_if_block$f(ctx) {
|
|
2929
2929
|
};
|
2930
2930
|
}
|
2931
2931
|
|
2932
|
-
function create_fragment$
|
2932
|
+
function create_fragment$1b(ctx) {
|
2933
2933
|
let head;
|
2934
|
-
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$
|
2934
|
+
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$g(ctx);
|
2935
2935
|
|
2936
2936
|
return {
|
2937
2937
|
c() {
|
@@ -2947,7 +2947,7 @@ function create_fragment$1a(ctx) {
|
|
2947
2947
|
if (if_block) {
|
2948
2948
|
if_block.p(ctx, dirty);
|
2949
2949
|
} else {
|
2950
|
-
if_block = create_if_block$
|
2950
|
+
if_block = create_if_block$g(ctx);
|
2951
2951
|
if_block.c();
|
2952
2952
|
if_block.m(head, null);
|
2953
2953
|
}
|
@@ -2965,7 +2965,7 @@ function create_fragment$1a(ctx) {
|
|
2965
2965
|
};
|
2966
2966
|
}
|
2967
2967
|
|
2968
|
-
function instance$
|
2968
|
+
function instance$1b($$self, $$props, $$invalidate) {
|
2969
2969
|
let $fonts;
|
2970
2970
|
component_subscribe($$self, fonts, $$value => $$invalidate(1, $fonts = $$value));
|
2971
2971
|
let googleFontUrl = '';
|
@@ -2994,13 +2994,13 @@ function instance$1a($$self, $$props, $$invalidate) {
|
|
2994
2994
|
class Header extends SvelteComponent {
|
2995
2995
|
constructor(options) {
|
2996
2996
|
super();
|
2997
|
-
init(this, options, instance$
|
2997
|
+
init(this, options, instance$1b, create_fragment$1b, safe_not_equal, {});
|
2998
2998
|
}
|
2999
2999
|
}
|
3000
3000
|
|
3001
3001
|
/* src/components/State.svelte generated by Svelte v3.53.1 */
|
3002
3002
|
|
3003
|
-
function create_fragment$
|
3003
|
+
function create_fragment$1a(ctx) {
|
3004
3004
|
let header;
|
3005
3005
|
let t;
|
3006
3006
|
let current;
|
@@ -3059,7 +3059,7 @@ function create_fragment$19(ctx) {
|
|
3059
3059
|
};
|
3060
3060
|
}
|
3061
3061
|
|
3062
|
-
function instance$
|
3062
|
+
function instance$1a($$self, $$props, $$invalidate) {
|
3063
3063
|
let { $$slots: slots = {}, $$scope } = $$props;
|
3064
3064
|
|
3065
3065
|
$$self.$$set = $$props => {
|
@@ -3072,18 +3072,18 @@ function instance$19($$self, $$props, $$invalidate) {
|
|
3072
3072
|
class State extends SvelteComponent {
|
3073
3073
|
constructor(options) {
|
3074
3074
|
super();
|
3075
|
-
init(this, options, instance$
|
3075
|
+
init(this, options, instance$1a, create_fragment$1a, safe_not_equal, {});
|
3076
3076
|
}
|
3077
3077
|
}
|
3078
3078
|
|
3079
3079
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3080
3080
|
|
3081
|
-
function add_css$
|
3081
|
+
function add_css$G(target) {
|
3082
3082
|
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3083
3083
|
}
|
3084
3084
|
|
3085
3085
|
// (23:0) {#if $state === path}
|
3086
|
-
function create_if_block$
|
3086
|
+
function create_if_block$f(ctx) {
|
3087
3087
|
let div;
|
3088
3088
|
let t;
|
3089
3089
|
let current;
|
@@ -3145,10 +3145,10 @@ function create_if_block$e(ctx) {
|
|
3145
3145
|
};
|
3146
3146
|
}
|
3147
3147
|
|
3148
|
-
function create_fragment$
|
3148
|
+
function create_fragment$19(ctx) {
|
3149
3149
|
let if_block_anchor;
|
3150
3150
|
let current;
|
3151
|
-
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$
|
3151
|
+
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$f(ctx);
|
3152
3152
|
|
3153
3153
|
return {
|
3154
3154
|
c() {
|
@@ -3169,7 +3169,7 @@ function create_fragment$18(ctx) {
|
|
3169
3169
|
transition_in(if_block, 1);
|
3170
3170
|
}
|
3171
3171
|
} else {
|
3172
|
-
if_block = create_if_block$
|
3172
|
+
if_block = create_if_block$f(ctx);
|
3173
3173
|
if_block.c();
|
3174
3174
|
transition_in(if_block, 1);
|
3175
3175
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3206,7 +3206,7 @@ function getStateItemContext() {
|
|
3206
3206
|
return getContext(STATE_ITEM_CONTEXT_KEY);
|
3207
3207
|
}
|
3208
3208
|
|
3209
|
-
function instance$
|
3209
|
+
function instance$19($$self, $$props, $$invalidate) {
|
3210
3210
|
let $state;
|
3211
3211
|
component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
|
3212
3212
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3232,7 +3232,7 @@ function instance$18($$self, $$props, $$invalidate) {
|
|
3232
3232
|
class StateItem extends SvelteComponent {
|
3233
3233
|
constructor(options) {
|
3234
3234
|
super();
|
3235
|
-
init(this, options, instance$
|
3235
|
+
init(this, options, instance$19, create_fragment$19, safe_not_equal, { path: 0 }, add_css$G);
|
3236
3236
|
}
|
3237
3237
|
}
|
3238
3238
|
|
@@ -3417,12 +3417,12 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3417
3417
|
|
3418
3418
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3419
3419
|
|
3420
|
-
function add_css$
|
3420
|
+
function add_css$F(target) {
|
3421
3421
|
append_styles(target, "svelte-1d4fta", ".background.svelte-1d4fta{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
3422
3422
|
}
|
3423
3423
|
|
3424
3424
|
// (14:0) {#if backgroundOverlay}
|
3425
|
-
function create_if_block$
|
3425
|
+
function create_if_block$e(ctx) {
|
3426
3426
|
let div;
|
3427
3427
|
let div_class_value;
|
3428
3428
|
let mounted;
|
@@ -3454,9 +3454,9 @@ function create_if_block$d(ctx) {
|
|
3454
3454
|
};
|
3455
3455
|
}
|
3456
3456
|
|
3457
|
-
function create_fragment$
|
3457
|
+
function create_fragment$18(ctx) {
|
3458
3458
|
let if_block_anchor;
|
3459
|
-
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$
|
3459
|
+
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$e(ctx);
|
3460
3460
|
|
3461
3461
|
return {
|
3462
3462
|
c() {
|
@@ -3472,7 +3472,7 @@ function create_fragment$17(ctx) {
|
|
3472
3472
|
if (if_block) {
|
3473
3473
|
if_block.p(ctx, dirty);
|
3474
3474
|
} else {
|
3475
|
-
if_block = create_if_block$
|
3475
|
+
if_block = create_if_block$e(ctx);
|
3476
3476
|
if_block.c();
|
3477
3477
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3478
3478
|
}
|
@@ -3490,7 +3490,7 @@ function create_fragment$17(ctx) {
|
|
3490
3490
|
};
|
3491
3491
|
}
|
3492
3492
|
|
3493
|
-
function instance$
|
3493
|
+
function instance$18($$self, $$props, $$invalidate) {
|
3494
3494
|
let { backgroundOverlay = false } = $$props;
|
3495
3495
|
let { class: className = undefined } = $$props;
|
3496
3496
|
const dispatch = createEventDispatcher();
|
@@ -3507,7 +3507,7 @@ function instance$17($$self, $$props, $$invalidate) {
|
|
3507
3507
|
let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
|
3508
3508
|
constructor(options) {
|
3509
3509
|
super();
|
3510
|
-
init(this, options, instance$
|
3510
|
+
init(this, options, instance$18, create_fragment$18, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$F);
|
3511
3511
|
}
|
3512
3512
|
};
|
3513
3513
|
|
@@ -3547,12 +3547,12 @@ function checkStopPropagation(eventName, handler) {
|
|
3547
3547
|
|
3548
3548
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3549
3549
|
|
3550
|
-
function add_css$
|
3550
|
+
function add_css$E(target) {
|
3551
3551
|
append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
|
3552
3552
|
}
|
3553
3553
|
|
3554
3554
|
// (50:0) {:else}
|
3555
|
-
function create_else_block$
|
3555
|
+
function create_else_block$6(ctx) {
|
3556
3556
|
let button;
|
3557
3557
|
let current;
|
3558
3558
|
let mounted;
|
@@ -3696,7 +3696,7 @@ function create_if_block_2$2(ctx) {
|
|
3696
3696
|
}
|
3697
3697
|
|
3698
3698
|
// (35:41)
|
3699
|
-
function create_if_block_1$
|
3699
|
+
function create_if_block_1$4(ctx) {
|
3700
3700
|
let a;
|
3701
3701
|
let a_href_value;
|
3702
3702
|
let a_target_value;
|
@@ -3794,7 +3794,7 @@ function create_if_block_1$3(ctx) {
|
|
3794
3794
|
}
|
3795
3795
|
|
3796
3796
|
// (31:0) {#if disabled}
|
3797
|
-
function create_if_block$
|
3797
|
+
function create_if_block$d(ctx) {
|
3798
3798
|
let div;
|
3799
3799
|
let current;
|
3800
3800
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
@@ -3852,12 +3852,12 @@ function create_if_block$c(ctx) {
|
|
3852
3852
|
};
|
3853
3853
|
}
|
3854
3854
|
|
3855
|
-
function create_fragment$
|
3855
|
+
function create_fragment$17(ctx) {
|
3856
3856
|
let current_block_type_index;
|
3857
3857
|
let if_block;
|
3858
3858
|
let if_block_anchor;
|
3859
3859
|
let current;
|
3860
|
-
const if_block_creators = [create_if_block$
|
3860
|
+
const if_block_creators = [create_if_block$d, create_if_block_1$4, create_if_block_2$2, create_else_block$6];
|
3861
3861
|
const if_blocks = [];
|
3862
3862
|
|
3863
3863
|
function select_block_type(ctx, dirty) {
|
@@ -3925,7 +3925,7 @@ function create_fragment$16(ctx) {
|
|
3925
3925
|
|
3926
3926
|
const BUTTON_CLASS = 'button';
|
3927
3927
|
|
3928
|
-
function instance$
|
3928
|
+
function instance$17($$self, $$props, $$invalidate) {
|
3929
3929
|
let disabled;
|
3930
3930
|
let $valuesAreValid;
|
3931
3931
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3991,8 +3991,8 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3991
3991
|
init(
|
3992
3992
|
this,
|
3993
3993
|
options,
|
3994
|
-
instance$
|
3995
|
-
create_fragment$
|
3994
|
+
instance$17,
|
3995
|
+
create_fragment$17,
|
3996
3996
|
safe_not_equal,
|
3997
3997
|
{
|
3998
3998
|
onClick: 0,
|
@@ -4000,19 +4000,19 @@ let Button$1 = class Button extends SvelteComponent {
|
|
4000
4000
|
eventValue: 6,
|
4001
4001
|
style: 1
|
4002
4002
|
},
|
4003
|
-
add_css$
|
4003
|
+
add_css$E
|
4004
4004
|
);
|
4005
4005
|
}
|
4006
4006
|
};
|
4007
4007
|
|
4008
4008
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
4009
4009
|
|
4010
|
-
function add_css$
|
4010
|
+
function add_css$D(target) {
|
4011
4011
|
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
4012
4012
|
}
|
4013
4013
|
|
4014
4014
|
// (277:0) {:else}
|
4015
|
-
function create_else_block$
|
4015
|
+
function create_else_block$5(ctx) {
|
4016
4016
|
let backgroundoverlay;
|
4017
4017
|
let current;
|
4018
4018
|
|
@@ -4137,7 +4137,7 @@ function create_if_block_2$1(ctx) {
|
|
4137
4137
|
}
|
4138
4138
|
|
4139
4139
|
// (280:0) {#if visible}
|
4140
|
-
function create_if_block$
|
4140
|
+
function create_if_block$c(ctx) {
|
4141
4141
|
let div;
|
4142
4142
|
let button;
|
4143
4143
|
let div_class_value;
|
@@ -4149,7 +4149,7 @@ function create_if_block$b(ctx) {
|
|
4149
4149
|
onClick: /*onClick*/ ctx[0],
|
4150
4150
|
eventName: /*clickEventName*/ ctx[1],
|
4151
4151
|
eventValue: /*clickEventValue*/ ctx[2],
|
4152
|
-
$$slots: { default: [create_default_slot$
|
4152
|
+
$$slots: { default: [create_default_slot$b] },
|
4153
4153
|
$$scope: { ctx }
|
4154
4154
|
}
|
4155
4155
|
});
|
@@ -4216,7 +4216,7 @@ function create_if_block$b(ctx) {
|
|
4216
4216
|
}
|
4217
4217
|
|
4218
4218
|
// (293:6) {#if closable}
|
4219
|
-
function create_if_block_1$
|
4219
|
+
function create_if_block_1$3(ctx) {
|
4220
4220
|
let div;
|
4221
4221
|
let button;
|
4222
4222
|
let current;
|
@@ -4311,11 +4311,11 @@ function create_default_slot_1$1(ctx) {
|
|
4311
4311
|
}
|
4312
4312
|
|
4313
4313
|
// (292:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4314
|
-
function create_default_slot$
|
4314
|
+
function create_default_slot$b(ctx) {
|
4315
4315
|
let t;
|
4316
4316
|
let div;
|
4317
4317
|
let current;
|
4318
|
-
let if_block = /*closable*/ ctx[21] && create_if_block_1$
|
4318
|
+
let if_block = /*closable*/ ctx[21] && create_if_block_1$3(ctx);
|
4319
4319
|
const default_slot_template = /*#slots*/ ctx[31].default;
|
4320
4320
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[33], null);
|
4321
4321
|
|
@@ -4348,7 +4348,7 @@ function create_default_slot$6(ctx) {
|
|
4348
4348
|
transition_in(if_block, 1);
|
4349
4349
|
}
|
4350
4350
|
} else {
|
4351
|
-
if_block = create_if_block_1$
|
4351
|
+
if_block = create_if_block_1$3(ctx);
|
4352
4352
|
if_block.c();
|
4353
4353
|
transition_in(if_block, 1);
|
4354
4354
|
if_block.m(t.parentNode, t);
|
@@ -4402,7 +4402,7 @@ function create_default_slot$6(ctx) {
|
|
4402
4402
|
};
|
4403
4403
|
}
|
4404
4404
|
|
4405
|
-
function create_fragment$
|
4405
|
+
function create_fragment$16(ctx) {
|
4406
4406
|
let show_if;
|
4407
4407
|
let current_block_type_index;
|
4408
4408
|
let if_block0;
|
@@ -4411,7 +4411,7 @@ function create_fragment$15(ctx) {
|
|
4411
4411
|
let current;
|
4412
4412
|
let mounted;
|
4413
4413
|
let dispose;
|
4414
|
-
const if_block_creators = [create_if_block_2$1, create_if_block_3, create_else_block$
|
4414
|
+
const if_block_creators = [create_if_block_2$1, create_if_block_3, create_else_block$5];
|
4415
4415
|
const if_blocks = [];
|
4416
4416
|
|
4417
4417
|
function select_block_type(ctx, dirty) {
|
@@ -4423,7 +4423,7 @@ function create_fragment$15(ctx) {
|
|
4423
4423
|
|
4424
4424
|
current_block_type_index = select_block_type(ctx);
|
4425
4425
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4426
|
-
let if_block1 = /*visible*/ ctx[16] && create_if_block$
|
4426
|
+
let if_block1 = /*visible*/ ctx[16] && create_if_block$c(ctx);
|
4427
4427
|
|
4428
4428
|
return {
|
4429
4429
|
c() {
|
@@ -4483,7 +4483,7 @@ function create_fragment$15(ctx) {
|
|
4483
4483
|
transition_in(if_block1, 1);
|
4484
4484
|
}
|
4485
4485
|
} else {
|
4486
|
-
if_block1 = create_if_block$
|
4486
|
+
if_block1 = create_if_block$c(ctx);
|
4487
4487
|
if_block1.c();
|
4488
4488
|
transition_in(if_block1, 1);
|
4489
4489
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -4520,7 +4520,7 @@ function create_fragment$15(ctx) {
|
|
4520
4520
|
};
|
4521
4521
|
}
|
4522
4522
|
|
4523
|
-
function instance$
|
4523
|
+
function instance$16($$self, $$props, $$invalidate) {
|
4524
4524
|
let close;
|
4525
4525
|
let closable;
|
4526
4526
|
let backgroundClick;
|
@@ -4831,8 +4831,8 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4831
4831
|
init(
|
4832
4832
|
this,
|
4833
4833
|
options,
|
4834
|
-
instance$
|
4835
|
-
create_fragment$
|
4834
|
+
instance$16,
|
4835
|
+
create_fragment$16,
|
4836
4836
|
safe_not_equal,
|
4837
4837
|
{
|
4838
4838
|
onClick: 0,
|
@@ -4850,7 +4850,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4850
4850
|
closeButtonColor: 9,
|
4851
4851
|
_closeStyle: 10
|
4852
4852
|
},
|
4853
|
-
add_css$
|
4853
|
+
add_css$D,
|
4854
4854
|
[-1, -1]
|
4855
4855
|
);
|
4856
4856
|
}
|
@@ -4858,7 +4858,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4858
4858
|
|
4859
4859
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4860
4860
|
|
4861
|
-
function create_fragment$
|
4861
|
+
function create_fragment$15(ctx) {
|
4862
4862
|
let div;
|
4863
4863
|
let current;
|
4864
4864
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4916,7 +4916,7 @@ function create_fragment$14(ctx) {
|
|
4916
4916
|
};
|
4917
4917
|
}
|
4918
4918
|
|
4919
|
-
function instance$
|
4919
|
+
function instance$15($$self, $$props, $$invalidate) {
|
4920
4920
|
let _style;
|
4921
4921
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4922
4922
|
let { width = '512px' } = $$props;
|
@@ -4961,7 +4961,7 @@ class Grid extends SvelteComponent {
|
|
4961
4961
|
constructor(options) {
|
4962
4962
|
super();
|
4963
4963
|
|
4964
|
-
init(this, options, instance$
|
4964
|
+
init(this, options, instance$15, create_fragment$15, safe_not_equal, {
|
4965
4965
|
width: 1,
|
4966
4966
|
height: 2,
|
4967
4967
|
rows: 3,
|
@@ -4974,11 +4974,11 @@ class Grid extends SvelteComponent {
|
|
4974
4974
|
|
4975
4975
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4976
4976
|
|
4977
|
-
function add_css$
|
4977
|
+
function add_css$C(target) {
|
4978
4978
|
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4979
4979
|
}
|
4980
4980
|
|
4981
|
-
function create_fragment$
|
4981
|
+
function create_fragment$14(ctx) {
|
4982
4982
|
let div1;
|
4983
4983
|
let div0;
|
4984
4984
|
let current;
|
@@ -5052,7 +5052,7 @@ function create_fragment$13(ctx) {
|
|
5052
5052
|
|
5053
5053
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5054
5054
|
|
5055
|
-
function instance$
|
5055
|
+
function instance$14($$self, $$props, $$invalidate) {
|
5056
5056
|
let _style;
|
5057
5057
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5058
5058
|
let { x1 } = $$props;
|
@@ -5101,8 +5101,8 @@ class GridItem extends SvelteComponent {
|
|
5101
5101
|
init(
|
5102
5102
|
this,
|
5103
5103
|
options,
|
5104
|
-
instance$
|
5105
|
-
create_fragment$
|
5104
|
+
instance$14,
|
5105
|
+
create_fragment$14,
|
5106
5106
|
safe_not_equal,
|
5107
5107
|
{
|
5108
5108
|
x1: 2,
|
@@ -5113,7 +5113,7 @@ class GridItem extends SvelteComponent {
|
|
5113
5113
|
background: 7,
|
5114
5114
|
gridItemId: 0
|
5115
5115
|
},
|
5116
|
-
add_css$
|
5116
|
+
add_css$C
|
5117
5117
|
);
|
5118
5118
|
}
|
5119
5119
|
}
|
@@ -5127,7 +5127,7 @@ function get_each_context$6(ctx, list, i) {
|
|
5127
5127
|
}
|
5128
5128
|
|
5129
5129
|
// (13:2) {:else}
|
5130
|
-
function create_else_block$
|
5130
|
+
function create_else_block$4(ctx) {
|
5131
5131
|
let t_value = /*item*/ ctx[2] + "";
|
5132
5132
|
let t;
|
5133
5133
|
|
@@ -5148,7 +5148,7 @@ function create_else_block$3(ctx) {
|
|
5148
5148
|
}
|
5149
5149
|
|
5150
5150
|
// (11:2) {#if item.match(regexp)}
|
5151
|
-
function create_if_block$
|
5151
|
+
function create_if_block$b(ctx) {
|
5152
5152
|
let br;
|
5153
5153
|
|
5154
5154
|
return {
|
@@ -5173,8 +5173,8 @@ function create_each_block$6(ctx) {
|
|
5173
5173
|
function select_block_type(ctx, dirty) {
|
5174
5174
|
if (dirty & /*items*/ 1) show_if = null;
|
5175
5175
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5176
|
-
if (show_if) return create_if_block$
|
5177
|
-
return create_else_block$
|
5176
|
+
if (show_if) return create_if_block$b;
|
5177
|
+
return create_else_block$4;
|
5178
5178
|
}
|
5179
5179
|
|
5180
5180
|
let current_block_type = select_block_type(ctx, -1);
|
@@ -5209,7 +5209,7 @@ function create_each_block$6(ctx) {
|
|
5209
5209
|
};
|
5210
5210
|
}
|
5211
5211
|
|
5212
|
-
function create_fragment$
|
5212
|
+
function create_fragment$13(ctx) {
|
5213
5213
|
let each_1_anchor;
|
5214
5214
|
let each_value = /*items*/ ctx[0];
|
5215
5215
|
let each_blocks = [];
|
@@ -5268,7 +5268,7 @@ function create_fragment$12(ctx) {
|
|
5268
5268
|
|
5269
5269
|
const regexp = /(\r?\n)/;
|
5270
5270
|
|
5271
|
-
function instance$
|
5271
|
+
function instance$13($$self, $$props, $$invalidate) {
|
5272
5272
|
let items;
|
5273
5273
|
let { text = 'サンプルSample' } = $$props;
|
5274
5274
|
|
@@ -5289,18 +5289,18 @@ function instance$12($$self, $$props, $$invalidate) {
|
|
5289
5289
|
class RenderText extends SvelteComponent {
|
5290
5290
|
constructor(options) {
|
5291
5291
|
super();
|
5292
|
-
init(this, options, instance$
|
5292
|
+
init(this, options, instance$13, create_fragment$13, safe_not_equal, { text: 1 });
|
5293
5293
|
}
|
5294
5294
|
}
|
5295
5295
|
|
5296
5296
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5297
5297
|
|
5298
|
-
function add_css$
|
5298
|
+
function add_css$B(target) {
|
5299
5299
|
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
5300
5300
|
}
|
5301
5301
|
|
5302
5302
|
// (94:2) {:else}
|
5303
|
-
function create_else_block$
|
5303
|
+
function create_else_block$3(ctx) {
|
5304
5304
|
let div1;
|
5305
5305
|
let div0;
|
5306
5306
|
let rendertext;
|
@@ -5353,7 +5353,7 @@ function create_else_block$2(ctx) {
|
|
5353
5353
|
}
|
5354
5354
|
|
5355
5355
|
// (80:2) {#if enableCopy}
|
5356
|
-
function create_if_block$
|
5356
|
+
function create_if_block$a(ctx) {
|
5357
5357
|
let a;
|
5358
5358
|
let div0;
|
5359
5359
|
let rendertext;
|
@@ -5439,12 +5439,12 @@ function create_if_block$9(ctx) {
|
|
5439
5439
|
};
|
5440
5440
|
}
|
5441
5441
|
|
5442
|
-
function create_fragment$
|
5442
|
+
function create_fragment$12(ctx) {
|
5443
5443
|
let div;
|
5444
5444
|
let current_block_type_index;
|
5445
5445
|
let if_block;
|
5446
5446
|
let current;
|
5447
|
-
const if_block_creators = [create_if_block$
|
5447
|
+
const if_block_creators = [create_if_block$a, create_else_block$3];
|
5448
5448
|
const if_blocks = [];
|
5449
5449
|
|
5450
5450
|
function select_block_type(ctx, dirty) {
|
@@ -5509,7 +5509,7 @@ function create_fragment$11(ctx) {
|
|
5509
5509
|
};
|
5510
5510
|
}
|
5511
5511
|
|
5512
|
-
function instance$
|
5512
|
+
function instance$12($$self, $$props, $$invalidate) {
|
5513
5513
|
let style;
|
5514
5514
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5515
5515
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5605,8 +5605,8 @@ class TextElement extends SvelteComponent {
|
|
5605
5605
|
init(
|
5606
5606
|
this,
|
5607
5607
|
options,
|
5608
|
-
instance$
|
5609
|
-
create_fragment$
|
5608
|
+
instance$12,
|
5609
|
+
create_fragment$12,
|
5610
5610
|
safe_not_equal,
|
5611
5611
|
{
|
5612
5612
|
text: 0,
|
@@ -5617,19 +5617,19 @@ class TextElement extends SvelteComponent {
|
|
5617
5617
|
enableCopy: 2,
|
5618
5618
|
eventName: 10
|
5619
5619
|
},
|
5620
|
-
add_css$
|
5620
|
+
add_css$B
|
5621
5621
|
);
|
5622
5622
|
}
|
5623
5623
|
}
|
5624
5624
|
|
5625
5625
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5626
5626
|
|
5627
|
-
function add_css$
|
5627
|
+
function add_css$A(target) {
|
5628
5628
|
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5629
5629
|
}
|
5630
5630
|
|
5631
5631
|
// (48:2) <Button {onClick} {style} {eventName}>
|
5632
|
-
function create_default_slot$
|
5632
|
+
function create_default_slot$a(ctx) {
|
5633
5633
|
let rendertext;
|
5634
5634
|
let current;
|
5635
5635
|
rendertext = new RenderText({ props: { text: /*text*/ ctx[0] } });
|
@@ -5662,7 +5662,7 @@ function create_default_slot$5(ctx) {
|
|
5662
5662
|
};
|
5663
5663
|
}
|
5664
5664
|
|
5665
|
-
function create_fragment$
|
5665
|
+
function create_fragment$11(ctx) {
|
5666
5666
|
let div;
|
5667
5667
|
let button;
|
5668
5668
|
let current;
|
@@ -5672,7 +5672,7 @@ function create_fragment$10(ctx) {
|
|
5672
5672
|
onClick: /*onClick*/ ctx[1],
|
5673
5673
|
style: /*style*/ ctx[3],
|
5674
5674
|
eventName: /*eventName*/ ctx[2],
|
5675
|
-
$$slots: { default: [create_default_slot$
|
5675
|
+
$$slots: { default: [create_default_slot$a] },
|
5676
5676
|
$$scope: { ctx }
|
5677
5677
|
}
|
5678
5678
|
});
|
@@ -5716,7 +5716,7 @@ function create_fragment$10(ctx) {
|
|
5716
5716
|
};
|
5717
5717
|
}
|
5718
5718
|
|
5719
|
-
function instance$
|
5719
|
+
function instance$11($$self, $$props, $$invalidate) {
|
5720
5720
|
let style;
|
5721
5721
|
let { text = 'ボタンのラベル' } = $$props;
|
5722
5722
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5754,8 +5754,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5754
5754
|
init(
|
5755
5755
|
this,
|
5756
5756
|
options,
|
5757
|
-
instance$
|
5758
|
-
create_fragment$
|
5757
|
+
instance$11,
|
5758
|
+
create_fragment$11,
|
5759
5759
|
safe_not_equal,
|
5760
5760
|
{
|
5761
5761
|
text: 0,
|
@@ -5765,19 +5765,19 @@ class TextButtonElement extends SvelteComponent {
|
|
5765
5765
|
_buttonStyle: 5,
|
5766
5766
|
_style: 6
|
5767
5767
|
},
|
5768
|
-
add_css$
|
5768
|
+
add_css$A
|
5769
5769
|
);
|
5770
5770
|
}
|
5771
5771
|
}
|
5772
5772
|
|
5773
5773
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5774
5774
|
|
5775
|
-
function add_css$
|
5775
|
+
function add_css$z(target) {
|
5776
5776
|
append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-t6tu0e{width:100%;height:100%}");
|
5777
5777
|
}
|
5778
5778
|
|
5779
5779
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
5780
|
-
function create_default_slot$
|
5780
|
+
function create_default_slot$9(ctx) {
|
5781
5781
|
let img;
|
5782
5782
|
let img_style_value;
|
5783
5783
|
let img_src_value;
|
@@ -5827,7 +5827,7 @@ function create_default_slot$4(ctx) {
|
|
5827
5827
|
};
|
5828
5828
|
}
|
5829
5829
|
|
5830
|
-
function create_fragment
|
5830
|
+
function create_fragment$10(ctx) {
|
5831
5831
|
let div;
|
5832
5832
|
let button;
|
5833
5833
|
let div_class_value;
|
@@ -5838,7 +5838,7 @@ function create_fragment$$(ctx) {
|
|
5838
5838
|
onClick: /*onClick*/ ctx[4],
|
5839
5839
|
style: /*_style*/ ctx[7],
|
5840
5840
|
eventName: /*eventName*/ ctx[5],
|
5841
|
-
$$slots: { default: [create_default_slot$
|
5841
|
+
$$slots: { default: [create_default_slot$9] },
|
5842
5842
|
$$scope: { ctx }
|
5843
5843
|
}
|
5844
5844
|
});
|
@@ -5886,7 +5886,7 @@ function create_fragment$$(ctx) {
|
|
5886
5886
|
};
|
5887
5887
|
}
|
5888
5888
|
|
5889
|
-
function instance
|
5889
|
+
function instance$10($$self, $$props, $$invalidate) {
|
5890
5890
|
let { src = '' } = $$props;
|
5891
5891
|
let { alt = '画像の説明' } = $$props;
|
5892
5892
|
let { transport = false } = $$props;
|
@@ -5917,8 +5917,8 @@ class ImageElement extends SvelteComponent {
|
|
5917
5917
|
init(
|
5918
5918
|
this,
|
5919
5919
|
options,
|
5920
|
-
instance
|
5921
|
-
create_fragment
|
5920
|
+
instance$10,
|
5921
|
+
create_fragment$10,
|
5922
5922
|
safe_not_equal,
|
5923
5923
|
{
|
5924
5924
|
src: 0,
|
@@ -5930,18 +5930,18 @@ class ImageElement extends SvelteComponent {
|
|
5930
5930
|
_imageStyle: 6,
|
5931
5931
|
_style: 7
|
5932
5932
|
},
|
5933
|
-
add_css$
|
5933
|
+
add_css$z
|
5934
5934
|
);
|
5935
5935
|
}
|
5936
5936
|
}
|
5937
5937
|
|
5938
5938
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5939
5939
|
|
5940
|
-
function add_css$
|
5940
|
+
function add_css$y(target) {
|
5941
5941
|
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5942
5942
|
}
|
5943
5943
|
|
5944
|
-
function create_fragment
|
5944
|
+
function create_fragment$$(ctx) {
|
5945
5945
|
let div;
|
5946
5946
|
let current;
|
5947
5947
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -6001,7 +6001,7 @@ function create_fragment$_(ctx) {
|
|
6001
6001
|
|
6002
6002
|
const LIST_CONTEXT_KEY = Symbol();
|
6003
6003
|
|
6004
|
-
function instance
|
6004
|
+
function instance$$($$self, $$props, $$invalidate) {
|
6005
6005
|
let style;
|
6006
6006
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6007
6007
|
let { direction = 'vertical' } = $$props;
|
@@ -6068,8 +6068,8 @@ class List extends SvelteComponent {
|
|
6068
6068
|
init(
|
6069
6069
|
this,
|
6070
6070
|
options,
|
6071
|
-
instance
|
6072
|
-
create_fragment
|
6071
|
+
instance$$,
|
6072
|
+
create_fragment$$,
|
6073
6073
|
safe_not_equal,
|
6074
6074
|
{
|
6075
6075
|
direction: 1,
|
@@ -6077,19 +6077,19 @@ class List extends SvelteComponent {
|
|
6077
6077
|
background: 3,
|
6078
6078
|
_style: 4
|
6079
6079
|
},
|
6080
|
-
add_css$
|
6080
|
+
add_css$y
|
6081
6081
|
);
|
6082
6082
|
}
|
6083
6083
|
}
|
6084
6084
|
|
6085
6085
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6086
6086
|
|
6087
|
-
function add_css$
|
6087
|
+
function add_css$x(target) {
|
6088
6088
|
append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6089
6089
|
}
|
6090
6090
|
|
6091
6091
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
6092
|
-
function create_default_slot$
|
6092
|
+
function create_default_slot$8(ctx) {
|
6093
6093
|
let current;
|
6094
6094
|
const default_slot_template = /*#slots*/ ctx[5].default;
|
6095
6095
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[6], null);
|
@@ -6136,7 +6136,7 @@ function create_default_slot$3(ctx) {
|
|
6136
6136
|
};
|
6137
6137
|
}
|
6138
6138
|
|
6139
|
-
function create_fragment$
|
6139
|
+
function create_fragment$_(ctx) {
|
6140
6140
|
let div;
|
6141
6141
|
let button;
|
6142
6142
|
let current;
|
@@ -6146,7 +6146,7 @@ function create_fragment$Z(ctx) {
|
|
6146
6146
|
onClick: /*onClick*/ ctx[0],
|
6147
6147
|
style: /*_style*/ ctx[2],
|
6148
6148
|
eventName: /*clickEventName*/ ctx[1],
|
6149
|
-
$$slots: { default: [create_default_slot$
|
6149
|
+
$$slots: { default: [create_default_slot$8] },
|
6150
6150
|
$$scope: { ctx }
|
6151
6151
|
}
|
6152
6152
|
});
|
@@ -6195,7 +6195,7 @@ function create_fragment$Z(ctx) {
|
|
6195
6195
|
};
|
6196
6196
|
}
|
6197
6197
|
|
6198
|
-
function instance$
|
6198
|
+
function instance$_($$self, $$props, $$invalidate) {
|
6199
6199
|
let listItemStyle;
|
6200
6200
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6201
6201
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6274,17 +6274,17 @@ function instance$Z($$self, $$props, $$invalidate) {
|
|
6274
6274
|
class ListItem extends SvelteComponent {
|
6275
6275
|
constructor(options) {
|
6276
6276
|
super();
|
6277
|
-
init(this, options, instance$
|
6277
|
+
init(this, options, instance$_, create_fragment$_, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$x);
|
6278
6278
|
}
|
6279
6279
|
}
|
6280
6280
|
|
6281
6281
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6282
6282
|
|
6283
|
-
function add_css$
|
6283
|
+
function add_css$w(target) {
|
6284
6284
|
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6285
6285
|
}
|
6286
6286
|
|
6287
|
-
function create_fragment$
|
6287
|
+
function create_fragment$Z(ctx) {
|
6288
6288
|
let div;
|
6289
6289
|
|
6290
6290
|
return {
|
@@ -6311,7 +6311,7 @@ function create_fragment$Y(ctx) {
|
|
6311
6311
|
};
|
6312
6312
|
}
|
6313
6313
|
|
6314
|
-
function instance$
|
6314
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
6315
6315
|
let { code } = $$props;
|
6316
6316
|
let { _style = '' } = $$props;
|
6317
6317
|
|
@@ -6326,17 +6326,17 @@ function instance$Y($$self, $$props, $$invalidate) {
|
|
6326
6326
|
class EmbedElement extends SvelteComponent {
|
6327
6327
|
constructor(options) {
|
6328
6328
|
super();
|
6329
|
-
init(this, options, instance$
|
6329
|
+
init(this, options, instance$Z, create_fragment$Z, safe_not_equal, { code: 0, _style: 1 }, add_css$w);
|
6330
6330
|
}
|
6331
6331
|
}
|
6332
6332
|
|
6333
6333
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6334
6334
|
|
6335
|
-
function add_css$
|
6335
|
+
function add_css$v(target) {
|
6336
6336
|
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6337
6337
|
}
|
6338
6338
|
|
6339
|
-
function create_fragment$
|
6339
|
+
function create_fragment$Y(ctx) {
|
6340
6340
|
let div1;
|
6341
6341
|
let div0;
|
6342
6342
|
|
@@ -6377,7 +6377,7 @@ function _setValue(obj, key, value) {
|
|
6377
6377
|
}
|
6378
6378
|
}
|
6379
6379
|
|
6380
|
-
function instance$
|
6380
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
6381
6381
|
let $system;
|
6382
6382
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6383
6383
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6648,8 +6648,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6648
6648
|
init(
|
6649
6649
|
this,
|
6650
6650
|
options,
|
6651
|
-
instance$
|
6652
|
-
create_fragment$
|
6651
|
+
instance$Y,
|
6652
|
+
create_fragment$Y,
|
6653
6653
|
safe_not_equal,
|
6654
6654
|
{
|
6655
6655
|
videoId: 2,
|
@@ -6678,7 +6678,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6678
6678
|
mute: 25,
|
6679
6679
|
_style: 0
|
6680
6680
|
},
|
6681
|
-
add_css$
|
6681
|
+
add_css$v,
|
6682
6682
|
[-1, -1]
|
6683
6683
|
);
|
6684
6684
|
}
|
@@ -6686,11 +6686,11 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6686
6686
|
|
6687
6687
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6688
6688
|
|
6689
|
-
function add_css$
|
6689
|
+
function add_css$u(target) {
|
6690
6690
|
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6691
6691
|
}
|
6692
6692
|
|
6693
|
-
function create_fragment$
|
6693
|
+
function create_fragment$X(ctx) {
|
6694
6694
|
let div1;
|
6695
6695
|
let div0;
|
6696
6696
|
|
@@ -6721,7 +6721,7 @@ function create_fragment$W(ctx) {
|
|
6721
6721
|
};
|
6722
6722
|
}
|
6723
6723
|
|
6724
|
-
function instance$
|
6724
|
+
function instance$X($$self, $$props, $$invalidate) {
|
6725
6725
|
let $system;
|
6726
6726
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6727
6727
|
let { videoId = "201239468" } = $$props;
|
@@ -6864,8 +6864,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6864
6864
|
init(
|
6865
6865
|
this,
|
6866
6866
|
options,
|
6867
|
-
instance$
|
6868
|
-
create_fragment$
|
6867
|
+
instance$X,
|
6868
|
+
create_fragment$X,
|
6869
6869
|
safe_not_equal,
|
6870
6870
|
{
|
6871
6871
|
videoId: 2,
|
@@ -6875,18 +6875,18 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6875
6875
|
mute: 6,
|
6876
6876
|
_style: 0
|
6877
6877
|
},
|
6878
|
-
add_css$
|
6878
|
+
add_css$u
|
6879
6879
|
);
|
6880
6880
|
}
|
6881
6881
|
}
|
6882
6882
|
|
6883
6883
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6884
6884
|
|
6885
|
-
function add_css$
|
6885
|
+
function add_css$t(target) {
|
6886
6886
|
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
6887
6887
|
}
|
6888
6888
|
|
6889
|
-
function create_fragment$
|
6889
|
+
function create_fragment$W(ctx) {
|
6890
6890
|
let div;
|
6891
6891
|
let textarea;
|
6892
6892
|
let mounted;
|
@@ -6944,7 +6944,7 @@ function create_fragment$V(ctx) {
|
|
6944
6944
|
};
|
6945
6945
|
}
|
6946
6946
|
|
6947
|
-
function instance$
|
6947
|
+
function instance$W($$self, $$props, $$invalidate) {
|
6948
6948
|
let style;
|
6949
6949
|
let styleVariables;
|
6950
6950
|
let $value;
|
@@ -7032,8 +7032,8 @@ class FormTextarea extends SvelteComponent {
|
|
7032
7032
|
init(
|
7033
7033
|
this,
|
7034
7034
|
options,
|
7035
|
-
instance$
|
7036
|
-
create_fragment$
|
7035
|
+
instance$W,
|
7036
|
+
create_fragment$W,
|
7037
7037
|
safe_not_equal,
|
7038
7038
|
{
|
7039
7039
|
name: 7,
|
@@ -7045,14 +7045,14 @@ class FormTextarea extends SvelteComponent {
|
|
7045
7045
|
_textStyle: 11,
|
7046
7046
|
_placeholderStyle: 12
|
7047
7047
|
},
|
7048
|
-
add_css$
|
7048
|
+
add_css$t
|
7049
7049
|
);
|
7050
7050
|
}
|
7051
7051
|
}
|
7052
7052
|
|
7053
7053
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7054
7054
|
|
7055
|
-
function add_css$
|
7055
|
+
function add_css$s(target) {
|
7056
7056
|
append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-17s08g:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17s08g{margin-left:0.5em}");
|
7057
7057
|
}
|
7058
7058
|
|
@@ -7142,7 +7142,7 @@ function create_each_block$5(ctx) {
|
|
7142
7142
|
};
|
7143
7143
|
}
|
7144
7144
|
|
7145
|
-
function create_fragment$
|
7145
|
+
function create_fragment$V(ctx) {
|
7146
7146
|
let div;
|
7147
7147
|
let each_value = /*_options*/ ctx[4];
|
7148
7148
|
let each_blocks = [];
|
@@ -7206,7 +7206,7 @@ function create_fragment$U(ctx) {
|
|
7206
7206
|
};
|
7207
7207
|
}
|
7208
7208
|
|
7209
|
-
function instance$
|
7209
|
+
function instance$V($$self, $$props, $$invalidate) {
|
7210
7210
|
let _options;
|
7211
7211
|
let buttonStyle;
|
7212
7212
|
let _value;
|
@@ -7306,8 +7306,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7306
7306
|
init(
|
7307
7307
|
this,
|
7308
7308
|
options,
|
7309
|
-
instance$
|
7310
|
-
create_fragment$
|
7309
|
+
instance$V,
|
7310
|
+
create_fragment$V,
|
7311
7311
|
safe_not_equal,
|
7312
7312
|
{
|
7313
7313
|
name: 0,
|
@@ -7320,14 +7320,14 @@ class FormRadioButtons extends SvelteComponent {
|
|
7320
7320
|
buttonColor: 13,
|
7321
7321
|
buttonColorActive: 14
|
7322
7322
|
},
|
7323
|
-
add_css$
|
7323
|
+
add_css$s
|
7324
7324
|
);
|
7325
7325
|
}
|
7326
7326
|
}
|
7327
7327
|
|
7328
7328
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7329
7329
|
|
7330
|
-
function add_css$
|
7330
|
+
function add_css$r(target) {
|
7331
7331
|
append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-t9ynyj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-t9ynyj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
7332
7332
|
}
|
7333
7333
|
|
@@ -7339,7 +7339,7 @@ function get_each_context$4(ctx, list, i) {
|
|
7339
7339
|
}
|
7340
7340
|
|
7341
7341
|
// (107:10) {:else}
|
7342
|
-
function create_else_block$
|
7342
|
+
function create_else_block$2(ctx) {
|
7343
7343
|
let t;
|
7344
7344
|
|
7345
7345
|
return {
|
@@ -7359,7 +7359,7 @@ function create_else_block$1(ctx) {
|
|
7359
7359
|
}
|
7360
7360
|
|
7361
7361
|
// (105:10) {#if option}
|
7362
|
-
function create_if_block$
|
7362
|
+
function create_if_block$9(ctx) {
|
7363
7363
|
let t_value = /*option*/ ctx[19] + "";
|
7364
7364
|
let t;
|
7365
7365
|
|
@@ -7387,8 +7387,8 @@ function create_each_block$4(ctx) {
|
|
7387
7387
|
let option_selected_value;
|
7388
7388
|
|
7389
7389
|
function select_block_type(ctx, dirty) {
|
7390
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7391
|
-
return create_else_block$
|
7390
|
+
if (/*option*/ ctx[19]) return create_if_block$9;
|
7391
|
+
return create_else_block$2;
|
7392
7392
|
}
|
7393
7393
|
|
7394
7394
|
let current_block_type = select_block_type(ctx);
|
@@ -7437,7 +7437,7 @@ function create_each_block$4(ctx) {
|
|
7437
7437
|
};
|
7438
7438
|
}
|
7439
7439
|
|
7440
|
-
function create_fragment$
|
7440
|
+
function create_fragment$U(ctx) {
|
7441
7441
|
let div1;
|
7442
7442
|
let select;
|
7443
7443
|
let t;
|
@@ -7527,7 +7527,7 @@ function create_fragment$T(ctx) {
|
|
7527
7527
|
};
|
7528
7528
|
}
|
7529
7529
|
|
7530
|
-
function instance$
|
7530
|
+
function instance$U($$self, $$props, $$invalidate) {
|
7531
7531
|
let _options;
|
7532
7532
|
let style;
|
7533
7533
|
let styleVariables;
|
@@ -7643,8 +7643,8 @@ class FormSelect extends SvelteComponent {
|
|
7643
7643
|
init(
|
7644
7644
|
this,
|
7645
7645
|
options,
|
7646
|
-
instance$
|
7647
|
-
create_fragment$
|
7646
|
+
instance$U,
|
7647
|
+
create_fragment$U,
|
7648
7648
|
safe_not_equal,
|
7649
7649
|
{
|
7650
7650
|
name: 7,
|
@@ -7659,14 +7659,14 @@ class FormSelect extends SvelteComponent {
|
|
7659
7659
|
iconColor: 15,
|
7660
7660
|
iconSize: 16
|
7661
7661
|
},
|
7662
|
-
add_css$
|
7662
|
+
add_css$r
|
7663
7663
|
);
|
7664
7664
|
}
|
7665
7665
|
}
|
7666
7666
|
|
7667
7667
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7668
7668
|
|
7669
|
-
function add_css$
|
7669
|
+
function add_css$q(target) {
|
7670
7670
|
append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7671
7671
|
}
|
7672
7672
|
|
@@ -7772,7 +7772,7 @@ function create_each_block$3(ctx) {
|
|
7772
7772
|
};
|
7773
7773
|
}
|
7774
7774
|
|
7775
|
-
function create_fragment$
|
7775
|
+
function create_fragment$T(ctx) {
|
7776
7776
|
let div;
|
7777
7777
|
let each_value = /*_options*/ ctx[3];
|
7778
7778
|
let each_blocks = [];
|
@@ -7836,7 +7836,7 @@ function create_fragment$S(ctx) {
|
|
7836
7836
|
};
|
7837
7837
|
}
|
7838
7838
|
|
7839
|
-
function instance$
|
7839
|
+
function instance$T($$self, $$props, $$invalidate) {
|
7840
7840
|
let _options;
|
7841
7841
|
let styleVariables;
|
7842
7842
|
let isCheckedArray;
|
@@ -7942,8 +7942,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7942
7942
|
init(
|
7943
7943
|
this,
|
7944
7944
|
options,
|
7945
|
-
instance$
|
7946
|
-
create_fragment$
|
7945
|
+
instance$T,
|
7946
|
+
create_fragment$T,
|
7947
7947
|
safe_not_equal,
|
7948
7948
|
{
|
7949
7949
|
name: 0,
|
@@ -7956,14 +7956,14 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7956
7956
|
buttonColor: 13,
|
7957
7957
|
buttonColorActive: 14
|
7958
7958
|
},
|
7959
|
-
add_css$
|
7959
|
+
add_css$q
|
7960
7960
|
);
|
7961
7961
|
}
|
7962
7962
|
}
|
7963
7963
|
|
7964
7964
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7965
7965
|
|
7966
|
-
function add_css$
|
7966
|
+
function add_css$p(target) {
|
7967
7967
|
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
7968
7968
|
}
|
7969
7969
|
|
@@ -8020,7 +8020,7 @@ function create_each_block$2(ctx) {
|
|
8020
8020
|
};
|
8021
8021
|
}
|
8022
8022
|
|
8023
|
-
function create_fragment$
|
8023
|
+
function create_fragment$S(ctx) {
|
8024
8024
|
let div;
|
8025
8025
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
8026
8026
|
let each_blocks = [];
|
@@ -8079,7 +8079,7 @@ function create_fragment$R(ctx) {
|
|
8079
8079
|
};
|
8080
8080
|
}
|
8081
8081
|
|
8082
|
-
function instance$
|
8082
|
+
function instance$S($$self, $$props, $$invalidate) {
|
8083
8083
|
let _value;
|
8084
8084
|
let $value;
|
8085
8085
|
let { name = '' } = $$props;
|
@@ -8161,8 +8161,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8161
8161
|
init(
|
8162
8162
|
this,
|
8163
8163
|
options,
|
8164
|
-
instance$
|
8165
|
-
create_fragment$
|
8164
|
+
instance$S,
|
8165
|
+
create_fragment$S,
|
8166
8166
|
safe_not_equal,
|
8167
8167
|
{
|
8168
8168
|
name: 6,
|
@@ -8173,14 +8173,14 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8173
8173
|
buttonStyle: 9,
|
8174
8174
|
buttonActiveStyle: 10
|
8175
8175
|
},
|
8176
|
-
add_css$
|
8176
|
+
add_css$p
|
8177
8177
|
);
|
8178
8178
|
}
|
8179
8179
|
}
|
8180
8180
|
|
8181
8181
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8182
8182
|
|
8183
|
-
function add_css$
|
8183
|
+
function add_css$o(target) {
|
8184
8184
|
append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
|
8185
8185
|
}
|
8186
8186
|
|
@@ -8240,7 +8240,7 @@ function create_each_block$1(ctx) {
|
|
8240
8240
|
};
|
8241
8241
|
}
|
8242
8242
|
|
8243
|
-
function create_fragment$
|
8243
|
+
function create_fragment$R(ctx) {
|
8244
8244
|
let div;
|
8245
8245
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8246
8246
|
let each_blocks = [];
|
@@ -8302,7 +8302,7 @@ function create_fragment$Q(ctx) {
|
|
8302
8302
|
const count = 5;
|
8303
8303
|
const func = i => i + 1;
|
8304
8304
|
|
8305
|
-
function instance$
|
8305
|
+
function instance$R($$self, $$props, $$invalidate) {
|
8306
8306
|
let _value;
|
8307
8307
|
let buttonStyle;
|
8308
8308
|
let $value;
|
@@ -8358,17 +8358,17 @@ function instance$Q($$self, $$props, $$invalidate) {
|
|
8358
8358
|
class FormRatingButtonsFace extends SvelteComponent {
|
8359
8359
|
constructor(options) {
|
8360
8360
|
super();
|
8361
|
-
init(this, options, instance$
|
8361
|
+
init(this, options, instance$R, create_fragment$R, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$o);
|
8362
8362
|
}
|
8363
8363
|
}
|
8364
8364
|
|
8365
8365
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8366
8366
|
|
8367
|
-
function add_css$
|
8367
|
+
function add_css$n(target) {
|
8368
8368
|
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8369
8369
|
}
|
8370
8370
|
|
8371
|
-
function create_fragment$
|
8371
|
+
function create_fragment$Q(ctx) {
|
8372
8372
|
let div;
|
8373
8373
|
let input;
|
8374
8374
|
let input_class_value;
|
@@ -8432,7 +8432,7 @@ function create_fragment$P(ctx) {
|
|
8432
8432
|
};
|
8433
8433
|
}
|
8434
8434
|
|
8435
|
-
function instance$
|
8435
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
8436
8436
|
let style;
|
8437
8437
|
let styleVariables;
|
8438
8438
|
let isValidForUI;
|
@@ -8563,8 +8563,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8563
8563
|
init(
|
8564
8564
|
this,
|
8565
8565
|
options,
|
8566
|
-
instance$
|
8567
|
-
create_fragment$
|
8566
|
+
instance$Q,
|
8567
|
+
create_fragment$Q,
|
8568
8568
|
safe_not_equal,
|
8569
8569
|
{
|
8570
8570
|
field: 9,
|
@@ -8578,18 +8578,18 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8578
8578
|
_textStyle: 15,
|
8579
8579
|
_placeholderStyle: 16
|
8580
8580
|
},
|
8581
|
-
add_css$
|
8581
|
+
add_css$n
|
8582
8582
|
);
|
8583
8583
|
}
|
8584
8584
|
}
|
8585
8585
|
|
8586
8586
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8587
8587
|
|
8588
|
-
function add_css$
|
8588
|
+
function add_css$m(target) {
|
8589
8589
|
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
8590
8590
|
}
|
8591
8591
|
|
8592
|
-
function create_fragment$
|
8592
|
+
function create_fragment$P(ctx) {
|
8593
8593
|
let div;
|
8594
8594
|
let label0;
|
8595
8595
|
let input0;
|
@@ -8702,7 +8702,7 @@ function create_fragment$O(ctx) {
|
|
8702
8702
|
};
|
8703
8703
|
}
|
8704
8704
|
|
8705
|
-
function instance$
|
8705
|
+
function instance$P($$self, $$props, $$invalidate) {
|
8706
8706
|
let buttonStyle;
|
8707
8707
|
let $value;
|
8708
8708
|
let { field = 'subscription' } = $$props;
|
@@ -8784,8 +8784,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8784
8784
|
init(
|
8785
8785
|
this,
|
8786
8786
|
options,
|
8787
|
-
instance$
|
8788
|
-
create_fragment$
|
8787
|
+
instance$P,
|
8788
|
+
create_fragment$P,
|
8789
8789
|
safe_not_equal,
|
8790
8790
|
{
|
8791
8791
|
field: 6,
|
@@ -8797,14 +8797,14 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8797
8797
|
buttonColor: 10,
|
8798
8798
|
buttonColorActive: 11
|
8799
8799
|
},
|
8800
|
-
add_css$
|
8800
|
+
add_css$m
|
8801
8801
|
);
|
8802
8802
|
}
|
8803
8803
|
}
|
8804
8804
|
|
8805
8805
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8806
8806
|
|
8807
|
-
function add_css$
|
8807
|
+
function add_css$l(target) {
|
8808
8808
|
append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
|
8809
8809
|
}
|
8810
8810
|
|
@@ -8816,7 +8816,7 @@ function get_each_context(ctx, list, i) {
|
|
8816
8816
|
}
|
8817
8817
|
|
8818
8818
|
// (371:2) {#if isVisiblePrevButton}
|
8819
|
-
function create_if_block_1$
|
8819
|
+
function create_if_block_1$2(ctx) {
|
8820
8820
|
let div;
|
8821
8821
|
let button;
|
8822
8822
|
let svg;
|
@@ -8867,7 +8867,7 @@ function create_if_block_1$1(ctx) {
|
|
8867
8867
|
}
|
8868
8868
|
|
8869
8869
|
// (380:2) {#if isVisibleNextButton}
|
8870
|
-
function create_if_block$
|
8870
|
+
function create_if_block$8(ctx) {
|
8871
8871
|
let div;
|
8872
8872
|
let button;
|
8873
8873
|
let svg;
|
@@ -8969,7 +8969,7 @@ function create_each_block(ctx) {
|
|
8969
8969
|
};
|
8970
8970
|
}
|
8971
8971
|
|
8972
|
-
function create_fragment$
|
8972
|
+
function create_fragment$O(ctx) {
|
8973
8973
|
let div3;
|
8974
8974
|
let div1;
|
8975
8975
|
let div0;
|
@@ -8981,8 +8981,8 @@ function create_fragment$N(ctx) {
|
|
8981
8981
|
let current;
|
8982
8982
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
8983
8983
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
8984
|
-
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$
|
8985
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
8984
|
+
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$2(ctx);
|
8985
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$8(ctx);
|
8986
8986
|
let each_value = /*items*/ ctx[1];
|
8987
8987
|
let each_blocks = [];
|
8988
8988
|
|
@@ -9079,7 +9079,7 @@ function create_fragment$N(ctx) {
|
|
9079
9079
|
if (if_block0) {
|
9080
9080
|
if_block0.p(ctx, dirty);
|
9081
9081
|
} else {
|
9082
|
-
if_block0 = create_if_block_1$
|
9082
|
+
if_block0 = create_if_block_1$2(ctx);
|
9083
9083
|
if_block0.c();
|
9084
9084
|
if_block0.m(div3, t1);
|
9085
9085
|
}
|
@@ -9092,7 +9092,7 @@ function create_fragment$N(ctx) {
|
|
9092
9092
|
if (if_block1) {
|
9093
9093
|
if_block1.p(ctx, dirty);
|
9094
9094
|
} else {
|
9095
|
-
if_block1 = create_if_block$
|
9095
|
+
if_block1 = create_if_block$8(ctx);
|
9096
9096
|
if_block1.c();
|
9097
9097
|
if_block1.m(div3, t2);
|
9098
9098
|
}
|
@@ -9164,7 +9164,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9164
9164
|
}
|
9165
9165
|
}
|
9166
9166
|
|
9167
|
-
function instance$
|
9167
|
+
function instance$O($$self, $$props, $$invalidate) {
|
9168
9168
|
let slideStyle;
|
9169
9169
|
let slideClass;
|
9170
9170
|
let _loop;
|
@@ -9617,8 +9617,8 @@ class Slide extends SvelteComponent {
|
|
9617
9617
|
init(
|
9618
9618
|
this,
|
9619
9619
|
options,
|
9620
|
-
instance$
|
9621
|
-
create_fragment$
|
9620
|
+
instance$O,
|
9621
|
+
create_fragment$O,
|
9622
9622
|
safe_not_equal,
|
9623
9623
|
{
|
9624
9624
|
loop: 18,
|
@@ -9632,7 +9632,7 @@ class Slide extends SvelteComponent {
|
|
9632
9632
|
navigationButton: 25,
|
9633
9633
|
navigationEdgePosition: 26
|
9634
9634
|
},
|
9635
|
-
add_css$
|
9635
|
+
add_css$l,
|
9636
9636
|
[-1, -1, -1]
|
9637
9637
|
);
|
9638
9638
|
}
|
@@ -9640,11 +9640,11 @@ class Slide extends SvelteComponent {
|
|
9640
9640
|
|
9641
9641
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9642
9642
|
|
9643
|
-
function add_css$
|
9643
|
+
function add_css$k(target) {
|
9644
9644
|
append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
9645
9645
|
}
|
9646
9646
|
|
9647
|
-
function create_fragment$
|
9647
|
+
function create_fragment$N(ctx) {
|
9648
9648
|
let div1;
|
9649
9649
|
let div0;
|
9650
9650
|
let current;
|
@@ -9711,7 +9711,7 @@ function create_fragment$M(ctx) {
|
|
9711
9711
|
};
|
9712
9712
|
}
|
9713
9713
|
|
9714
|
-
function instance$
|
9714
|
+
function instance$N($$self, $$props, $$invalidate) {
|
9715
9715
|
let itemStyle;
|
9716
9716
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9717
9717
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -9777,20 +9777,20 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
9777
9777
|
class SlideItem extends SvelteComponent {
|
9778
9778
|
constructor(options) {
|
9779
9779
|
super();
|
9780
|
-
init(this, options, instance$
|
9780
|
+
init(this, options, instance$N, create_fragment$N, safe_not_equal, { _style: 0 }, add_css$k);
|
9781
9781
|
}
|
9782
9782
|
}
|
9783
9783
|
|
9784
9784
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9785
9785
|
|
9786
|
-
function add_css$
|
9786
|
+
function add_css$j(target) {
|
9787
9787
|
append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9788
9788
|
}
|
9789
9789
|
|
9790
9790
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
9791
9791
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
9792
9792
|
|
9793
|
-
function create_fragment$
|
9793
|
+
function create_fragment$M(ctx) {
|
9794
9794
|
let div1;
|
9795
9795
|
let div0;
|
9796
9796
|
let current;
|
@@ -9870,7 +9870,7 @@ function formatTimeDiff(ms) {
|
|
9870
9870
|
};
|
9871
9871
|
}
|
9872
9872
|
|
9873
|
-
function instance$
|
9873
|
+
function instance$M($$self, $$props, $$invalidate) {
|
9874
9874
|
let countdown;
|
9875
9875
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9876
9876
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -9931,18 +9931,18 @@ function instance$L($$self, $$props, $$invalidate) {
|
|
9931
9931
|
class Countdown extends SvelteComponent {
|
9932
9932
|
constructor(options) {
|
9933
9933
|
super();
|
9934
|
-
init(this, options, instance$
|
9934
|
+
init(this, options, instance$M, create_fragment$M, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$j);
|
9935
9935
|
}
|
9936
9936
|
}
|
9937
9937
|
|
9938
9938
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9939
9939
|
|
9940
|
-
function add_css$
|
9940
|
+
function add_css$i(target) {
|
9941
9941
|
append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9942
9942
|
}
|
9943
9943
|
|
9944
9944
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
9945
|
-
function create_default_slot$
|
9945
|
+
function create_default_slot$7(ctx) {
|
9946
9946
|
let current;
|
9947
9947
|
const default_slot_template = /*#slots*/ ctx[3].default;
|
9948
9948
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
@@ -9989,7 +9989,7 @@ function create_default_slot$2(ctx) {
|
|
9989
9989
|
};
|
9990
9990
|
}
|
9991
9991
|
|
9992
|
-
function create_fragment$
|
9992
|
+
function create_fragment$L(ctx) {
|
9993
9993
|
let div;
|
9994
9994
|
let button;
|
9995
9995
|
let current;
|
@@ -9999,7 +9999,7 @@ function create_fragment$K(ctx) {
|
|
9999
9999
|
onClick: /*onClick*/ ctx[0],
|
10000
10000
|
style: /*_style*/ ctx[2],
|
10001
10001
|
eventName: /*eventName*/ ctx[1],
|
10002
|
-
$$slots: { default: [create_default_slot$
|
10002
|
+
$$slots: { default: [create_default_slot$7] },
|
10003
10003
|
$$scope: { ctx }
|
10004
10004
|
}
|
10005
10005
|
});
|
@@ -10043,7 +10043,7 @@ function create_fragment$K(ctx) {
|
|
10043
10043
|
};
|
10044
10044
|
}
|
10045
10045
|
|
10046
|
-
function instance$
|
10046
|
+
function instance$L($$self, $$props, $$invalidate) {
|
10047
10047
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10048
10048
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10049
10049
|
let { eventName = '' } = $$props;
|
@@ -10062,18 +10062,18 @@ function instance$K($$self, $$props, $$invalidate) {
|
|
10062
10062
|
class Box extends SvelteComponent {
|
10063
10063
|
constructor(options) {
|
10064
10064
|
super();
|
10065
|
-
init(this, options, instance$
|
10065
|
+
init(this, options, instance$L, create_fragment$L, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$i);
|
10066
10066
|
}
|
10067
10067
|
}
|
10068
10068
|
|
10069
10069
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10070
10070
|
|
10071
|
-
function add_css$
|
10071
|
+
function add_css$h(target) {
|
10072
10072
|
append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10073
10073
|
}
|
10074
10074
|
|
10075
10075
|
// (56:4) {#if svg}
|
10076
|
-
function create_if_block$
|
10076
|
+
function create_if_block$7(ctx) {
|
10077
10077
|
let html_tag;
|
10078
10078
|
let html_anchor;
|
10079
10079
|
|
@@ -10098,9 +10098,9 @@ function create_if_block$6(ctx) {
|
|
10098
10098
|
}
|
10099
10099
|
|
10100
10100
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10101
|
-
function create_default_slot$
|
10101
|
+
function create_default_slot$6(ctx) {
|
10102
10102
|
let if_block_anchor;
|
10103
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10103
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$7(ctx);
|
10104
10104
|
|
10105
10105
|
return {
|
10106
10106
|
c() {
|
@@ -10116,7 +10116,7 @@ function create_default_slot$1(ctx) {
|
|
10116
10116
|
if (if_block) {
|
10117
10117
|
if_block.p(ctx, dirty);
|
10118
10118
|
} else {
|
10119
|
-
if_block = create_if_block$
|
10119
|
+
if_block = create_if_block$7(ctx);
|
10120
10120
|
if_block.c();
|
10121
10121
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10122
10122
|
}
|
@@ -10132,7 +10132,7 @@ function create_default_slot$1(ctx) {
|
|
10132
10132
|
};
|
10133
10133
|
}
|
10134
10134
|
|
10135
|
-
function create_fragment$
|
10135
|
+
function create_fragment$K(ctx) {
|
10136
10136
|
let div;
|
10137
10137
|
let button;
|
10138
10138
|
let current;
|
@@ -10142,7 +10142,7 @@ function create_fragment$J(ctx) {
|
|
10142
10142
|
onClick: /*onClick*/ ctx[0],
|
10143
10143
|
style: /*style*/ ctx[2],
|
10144
10144
|
eventName: /*eventName*/ ctx[1],
|
10145
|
-
$$slots: { default: [create_default_slot$
|
10145
|
+
$$slots: { default: [create_default_slot$6] },
|
10146
10146
|
$$scope: { ctx }
|
10147
10147
|
}
|
10148
10148
|
});
|
@@ -10193,7 +10193,7 @@ function parseData(dataUrl) {
|
|
10193
10193
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10194
10194
|
}
|
10195
10195
|
|
10196
|
-
function instance$
|
10196
|
+
function instance$K($$self, $$props, $$invalidate) {
|
10197
10197
|
let svg;
|
10198
10198
|
let styleVariables;
|
10199
10199
|
let style;
|
@@ -10241,8 +10241,8 @@ class IconElement extends SvelteComponent {
|
|
10241
10241
|
init(
|
10242
10242
|
this,
|
10243
10243
|
options,
|
10244
|
-
instance$
|
10245
|
-
create_fragment$
|
10244
|
+
instance$K,
|
10245
|
+
create_fragment$K,
|
10246
10246
|
safe_not_equal,
|
10247
10247
|
{
|
10248
10248
|
icon: 4,
|
@@ -10252,18 +10252,18 @@ class IconElement extends SvelteComponent {
|
|
10252
10252
|
color: 6,
|
10253
10253
|
_style: 7
|
10254
10254
|
},
|
10255
|
-
add_css$
|
10255
|
+
add_css$h
|
10256
10256
|
);
|
10257
10257
|
}
|
10258
10258
|
}
|
10259
10259
|
|
10260
10260
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10261
10261
|
|
10262
|
-
function add_css$
|
10262
|
+
function add_css$g(target) {
|
10263
10263
|
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10264
10264
|
}
|
10265
10265
|
|
10266
|
-
function create_fragment$
|
10266
|
+
function create_fragment$J(ctx) {
|
10267
10267
|
let div;
|
10268
10268
|
let switch_instance;
|
10269
10269
|
let current;
|
@@ -10343,7 +10343,7 @@ function create_fragment$I(ctx) {
|
|
10343
10343
|
};
|
10344
10344
|
}
|
10345
10345
|
|
10346
|
-
function instance$
|
10346
|
+
function instance$J($$self, $$props, $$invalidate) {
|
10347
10347
|
let $data,
|
10348
10348
|
$$unsubscribe_data = noop,
|
10349
10349
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10368,17 +10368,17 @@ function instance$I($$self, $$props, $$invalidate) {
|
|
10368
10368
|
class CodeElement extends SvelteComponent {
|
10369
10369
|
constructor(options) {
|
10370
10370
|
super();
|
10371
|
-
init(this, options, instance$
|
10371
|
+
init(this, options, instance$J, create_fragment$J, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$g);
|
10372
10372
|
}
|
10373
10373
|
}
|
10374
10374
|
|
10375
10375
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10376
10376
|
|
10377
|
-
function add_css$
|
10377
|
+
function add_css$f(target) {
|
10378
10378
|
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10379
10379
|
}
|
10380
10380
|
|
10381
|
-
function create_fragment$
|
10381
|
+
function create_fragment$I(ctx) {
|
10382
10382
|
let div;
|
10383
10383
|
let div_style_value;
|
10384
10384
|
let current;
|
@@ -10443,7 +10443,7 @@ function getFlexContext() {
|
|
10443
10443
|
return getContext(FlexContextKey);
|
10444
10444
|
}
|
10445
10445
|
|
10446
|
-
function instance$
|
10446
|
+
function instance$I($$self, $$props, $$invalidate) {
|
10447
10447
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10448
10448
|
let { direction = 'row' } = $$props;
|
10449
10449
|
let { width = '100%' } = $$props;
|
@@ -10469,8 +10469,8 @@ class Flex extends SvelteComponent {
|
|
10469
10469
|
init(
|
10470
10470
|
this,
|
10471
10471
|
options,
|
10472
|
-
instance$
|
10473
|
-
create_fragment$
|
10472
|
+
instance$I,
|
10473
|
+
create_fragment$I,
|
10474
10474
|
safe_not_equal,
|
10475
10475
|
{
|
10476
10476
|
direction: 0,
|
@@ -10478,18 +10478,18 @@ class Flex extends SvelteComponent {
|
|
10478
10478
|
height: 2,
|
10479
10479
|
_style: 3
|
10480
10480
|
},
|
10481
|
-
add_css$
|
10481
|
+
add_css$f
|
10482
10482
|
);
|
10483
10483
|
}
|
10484
10484
|
}
|
10485
10485
|
|
10486
10486
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10487
10487
|
|
10488
|
-
function add_css$
|
10488
|
+
function add_css$e(target) {
|
10489
10489
|
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10490
10490
|
}
|
10491
10491
|
|
10492
|
-
function create_fragment$
|
10492
|
+
function create_fragment$H(ctx) {
|
10493
10493
|
let div;
|
10494
10494
|
let current;
|
10495
10495
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -10547,7 +10547,7 @@ function create_fragment$G(ctx) {
|
|
10547
10547
|
};
|
10548
10548
|
}
|
10549
10549
|
|
10550
|
-
function instance$
|
10550
|
+
function instance$H($$self, $$props, $$invalidate) {
|
10551
10551
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10552
10552
|
let { length } = $$props;
|
10553
10553
|
let { _style = '' } = $$props;
|
@@ -10590,7 +10590,7 @@ function instance$G($$self, $$props, $$invalidate) {
|
|
10590
10590
|
class FlexItem extends SvelteComponent {
|
10591
10591
|
constructor(options) {
|
10592
10592
|
super();
|
10593
|
-
init(this, options, instance$
|
10593
|
+
init(this, options, instance$H, create_fragment$H, safe_not_equal, { length: 1, _style: 2 }, add_css$e);
|
10594
10594
|
}
|
10595
10595
|
}
|
10596
10596
|
|
@@ -10700,7 +10700,7 @@ function create_default_slot_1(ctx) {
|
|
10700
10700
|
}
|
10701
10701
|
|
10702
10702
|
// (106:0) <StateItem {path}>
|
10703
|
-
function create_default_slot(ctx) {
|
10703
|
+
function create_default_slot$5(ctx) {
|
10704
10704
|
let modal;
|
10705
10705
|
let current;
|
10706
10706
|
|
@@ -10765,14 +10765,14 @@ function create_default_slot(ctx) {
|
|
10765
10765
|
};
|
10766
10766
|
}
|
10767
10767
|
|
10768
|
-
function create_fragment$
|
10768
|
+
function create_fragment$G(ctx) {
|
10769
10769
|
let stateitem;
|
10770
10770
|
let current;
|
10771
10771
|
|
10772
10772
|
stateitem = new StateItem({
|
10773
10773
|
props: {
|
10774
10774
|
path: /*path*/ ctx[0],
|
10775
|
-
$$slots: { default: [create_default_slot] },
|
10775
|
+
$$slots: { default: [create_default_slot$5] },
|
10776
10776
|
$$scope: { ctx }
|
10777
10777
|
}
|
10778
10778
|
});
|
@@ -10810,7 +10810,7 @@ function create_fragment$F(ctx) {
|
|
10810
10810
|
};
|
10811
10811
|
}
|
10812
10812
|
|
10813
|
-
function instance$
|
10813
|
+
function instance$G($$self, $$props, $$invalidate) {
|
10814
10814
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10815
10815
|
let { path } = $$props;
|
10816
10816
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -10881,7 +10881,7 @@ class GridModalState extends SvelteComponent {
|
|
10881
10881
|
constructor(options) {
|
10882
10882
|
super();
|
10883
10883
|
|
10884
|
-
init(this, options, instance$
|
10884
|
+
init(this, options, instance$G, create_fragment$G, safe_not_equal, {
|
10885
10885
|
path: 0,
|
10886
10886
|
onClick: 1,
|
10887
10887
|
clickEventName: 2,
|
@@ -10906,11 +10906,11 @@ class GridModalState extends SvelteComponent {
|
|
10906
10906
|
|
10907
10907
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10908
10908
|
|
10909
|
-
function add_css$
|
10909
|
+
function add_css$d(target) {
|
10910
10910
|
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
10911
10911
|
}
|
10912
10912
|
|
10913
|
-
function create_fragment$
|
10913
|
+
function create_fragment$F(ctx) {
|
10914
10914
|
let div1;
|
10915
10915
|
let div0;
|
10916
10916
|
let rendertext;
|
@@ -10962,7 +10962,7 @@ function create_fragment$E(ctx) {
|
|
10962
10962
|
};
|
10963
10963
|
}
|
10964
10964
|
|
10965
|
-
function instance$
|
10965
|
+
function instance$F($$self, $$props, $$invalidate) {
|
10966
10966
|
let style;
|
10967
10967
|
let { text = 'サンプルSample' } = $$props;
|
10968
10968
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -10998,8 +10998,8 @@ class TextBlock extends SvelteComponent {
|
|
10998
10998
|
init(
|
10999
10999
|
this,
|
11000
11000
|
options,
|
11001
|
-
instance$
|
11002
|
-
create_fragment$
|
11001
|
+
instance$F,
|
11002
|
+
create_fragment$F,
|
11003
11003
|
safe_not_equal,
|
11004
11004
|
{
|
11005
11005
|
text: 0,
|
@@ -11008,18 +11008,18 @@ class TextBlock extends SvelteComponent {
|
|
11008
11008
|
textDirection: 1,
|
11009
11009
|
_style: 5
|
11010
11010
|
},
|
11011
|
-
add_css$
|
11011
|
+
add_css$d
|
11012
11012
|
);
|
11013
11013
|
}
|
11014
11014
|
}
|
11015
11015
|
|
11016
11016
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11017
11017
|
|
11018
|
-
function add_css$
|
11018
|
+
function add_css$c(target) {
|
11019
11019
|
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
11020
11020
|
}
|
11021
11021
|
|
11022
|
-
function create_fragment$
|
11022
|
+
function create_fragment$E(ctx) {
|
11023
11023
|
let div;
|
11024
11024
|
let button;
|
11025
11025
|
let rendertext;
|
@@ -11080,7 +11080,7 @@ function create_fragment$D(ctx) {
|
|
11080
11080
|
};
|
11081
11081
|
}
|
11082
11082
|
|
11083
|
-
function instance$
|
11083
|
+
function instance$E($$self, $$props, $$invalidate) {
|
11084
11084
|
let { text = 'ボタンラベル' } = $$props;
|
11085
11085
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11086
11086
|
|
@@ -11122,8 +11122,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11122
11122
|
init(
|
11123
11123
|
this,
|
11124
11124
|
options,
|
11125
|
-
instance$
|
11126
|
-
create_fragment$
|
11125
|
+
instance$E,
|
11126
|
+
create_fragment$E,
|
11127
11127
|
safe_not_equal,
|
11128
11128
|
{
|
11129
11129
|
text: 0,
|
@@ -11133,18 +11133,18 @@ class TextButtonBlock extends SvelteComponent {
|
|
11133
11133
|
_buttonStyle: 1,
|
11134
11134
|
_style: 2
|
11135
11135
|
},
|
11136
|
-
add_css$
|
11136
|
+
add_css$c
|
11137
11137
|
);
|
11138
11138
|
}
|
11139
11139
|
}
|
11140
11140
|
|
11141
11141
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11142
11142
|
|
11143
|
-
function add_css$
|
11143
|
+
function add_css$b(target) {
|
11144
11144
|
append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11145
11145
|
}
|
11146
11146
|
|
11147
|
-
function create_fragment$
|
11147
|
+
function create_fragment$D(ctx) {
|
11148
11148
|
let div;
|
11149
11149
|
let img;
|
11150
11150
|
let img_style_value;
|
@@ -11207,7 +11207,7 @@ function create_fragment$C(ctx) {
|
|
11207
11207
|
};
|
11208
11208
|
}
|
11209
11209
|
|
11210
|
-
function instance$
|
11210
|
+
function instance$D($$self, $$props, $$invalidate) {
|
11211
11211
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11212
11212
|
let { alt = 'No Image' } = $$props;
|
11213
11213
|
let { transport = false } = $$props;
|
@@ -11247,8 +11247,8 @@ class ImageBlock extends SvelteComponent {
|
|
11247
11247
|
init(
|
11248
11248
|
this,
|
11249
11249
|
options,
|
11250
|
-
instance$
|
11251
|
-
create_fragment$
|
11250
|
+
instance$D,
|
11251
|
+
create_fragment$D,
|
11252
11252
|
safe_not_equal,
|
11253
11253
|
{
|
11254
11254
|
src: 0,
|
@@ -11260,7 +11260,7 @@ class ImageBlock extends SvelteComponent {
|
|
11260
11260
|
_imageStyle: 4,
|
11261
11261
|
_style: 5
|
11262
11262
|
},
|
11263
|
-
add_css$
|
11263
|
+
add_css$b
|
11264
11264
|
);
|
11265
11265
|
}
|
11266
11266
|
}
|
@@ -11358,70 +11358,486 @@ const toCssShadow = (p) => {
|
|
11358
11358
|
};
|
11359
11359
|
};
|
11360
11360
|
|
11361
|
-
/* src/components-flex/
|
11361
|
+
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
11362
11362
|
|
11363
|
-
function add_css$
|
11364
|
-
append_styles(target, "svelte-
|
11363
|
+
function add_css$a(target) {
|
11364
|
+
append_styles(target, "svelte-uxu0y3", ".clickable.svelte-uxu0y3{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.clickable.svelte-uxu0y3:link,.clickable.svelte-uxu0y3:visited,.clickable.svelte-uxu0y3:active,.clickable.svelte-uxu0y3:hover{color:inherit}");
|
11365
11365
|
}
|
11366
11366
|
|
11367
|
-
|
11368
|
-
|
11369
|
-
let
|
11370
|
-
let
|
11371
|
-
let
|
11367
|
+
// (35:0) {:else}
|
11368
|
+
function create_else_block$1(ctx) {
|
11369
|
+
let button;
|
11370
|
+
let current;
|
11371
|
+
let mounted;
|
11372
|
+
let dispose;
|
11373
|
+
const default_slot_template = /*#slots*/ ctx[6].default;
|
11374
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[5], null);
|
11375
|
+
|
11376
|
+
let button_levels = [
|
11377
|
+
{ class: CLICKABLE_CLASS },
|
11378
|
+
{ style: /*style*/ ctx[1] },
|
11379
|
+
dataAttrStopPropagation('click')
|
11380
|
+
];
|
11381
|
+
|
11382
|
+
let button_data = {};
|
11383
|
+
|
11384
|
+
for (let i = 0; i < button_levels.length; i += 1) {
|
11385
|
+
button_data = assign(button_data, button_levels[i]);
|
11386
|
+
}
|
11372
11387
|
|
11373
11388
|
return {
|
11374
11389
|
c() {
|
11375
|
-
|
11376
|
-
|
11377
|
-
|
11378
|
-
|
11379
|
-
attr(img, "style", /*imgStyle*/ ctx[2]);
|
11380
|
-
attr(div, "class", "avatar svelte-17xar9h");
|
11381
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
11382
|
-
attr(div, "style", /*style*/ ctx[3]);
|
11390
|
+
button = element("button");
|
11391
|
+
if (default_slot) default_slot.c();
|
11392
|
+
set_attributes(button, button_data);
|
11393
|
+
toggle_class(button, "svelte-uxu0y3", true);
|
11383
11394
|
},
|
11384
11395
|
m(target, anchor) {
|
11385
|
-
insert(target,
|
11386
|
-
|
11387
|
-
|
11388
|
-
|
11389
|
-
if (dirty & /*props*/ 1 && !src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) {
|
11390
|
-
attr(img, "src", img_src_value);
|
11396
|
+
insert(target, button, anchor);
|
11397
|
+
|
11398
|
+
if (default_slot) {
|
11399
|
+
default_slot.m(button, null);
|
11391
11400
|
}
|
11392
11401
|
|
11393
|
-
if (
|
11394
|
-
|
11402
|
+
if (button.autofocus) button.focus();
|
11403
|
+
current = true;
|
11404
|
+
|
11405
|
+
if (!mounted) {
|
11406
|
+
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[2]));
|
11407
|
+
mounted = true;
|
11408
|
+
}
|
11409
|
+
},
|
11410
|
+
p(ctx, dirty) {
|
11411
|
+
if (default_slot) {
|
11412
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 32)) {
|
11413
|
+
update_slot_base(
|
11414
|
+
default_slot,
|
11415
|
+
default_slot_template,
|
11416
|
+
ctx,
|
11417
|
+
/*$$scope*/ ctx[5],
|
11418
|
+
!current
|
11419
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[5])
|
11420
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[5], dirty, null),
|
11421
|
+
null
|
11422
|
+
);
|
11423
|
+
}
|
11395
11424
|
}
|
11396
11425
|
|
11397
|
-
|
11398
|
-
|
11426
|
+
set_attributes(button, button_data = get_spread_update(button_levels, [
|
11427
|
+
{ class: CLICKABLE_CLASS },
|
11428
|
+
(!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
|
11429
|
+
dataAttrStopPropagation('click')
|
11430
|
+
]));
|
11431
|
+
|
11432
|
+
toggle_class(button, "svelte-uxu0y3", true);
|
11433
|
+
},
|
11434
|
+
i(local) {
|
11435
|
+
if (current) return;
|
11436
|
+
transition_in(default_slot, local);
|
11437
|
+
current = true;
|
11438
|
+
},
|
11439
|
+
o(local) {
|
11440
|
+
transition_out(default_slot, local);
|
11441
|
+
current = false;
|
11442
|
+
},
|
11443
|
+
d(detaching) {
|
11444
|
+
if (detaching) detach(button);
|
11445
|
+
if (default_slot) default_slot.d(detaching);
|
11446
|
+
mounted = false;
|
11447
|
+
dispose();
|
11448
|
+
}
|
11449
|
+
};
|
11450
|
+
}
|
11451
|
+
|
11452
|
+
// (28:39)
|
11453
|
+
function create_if_block_1$1(ctx) {
|
11454
|
+
let div;
|
11455
|
+
let current;
|
11456
|
+
const default_slot_template = /*#slots*/ ctx[6].default;
|
11457
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[5], null);
|
11458
|
+
|
11459
|
+
return {
|
11460
|
+
c() {
|
11461
|
+
div = element("div");
|
11462
|
+
if (default_slot) default_slot.c();
|
11463
|
+
attr(div, "class", "" + (null_to_empty(CLICKABLE_CLASS) + " svelte-uxu0y3"));
|
11464
|
+
attr(div, "style", /*style*/ ctx[1]);
|
11465
|
+
},
|
11466
|
+
m(target, anchor) {
|
11467
|
+
insert(target, div, anchor);
|
11468
|
+
|
11469
|
+
if (default_slot) {
|
11470
|
+
default_slot.m(div, null);
|
11399
11471
|
}
|
11400
11472
|
|
11401
|
-
|
11402
|
-
|
11473
|
+
current = true;
|
11474
|
+
},
|
11475
|
+
p(ctx, dirty) {
|
11476
|
+
if (default_slot) {
|
11477
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 32)) {
|
11478
|
+
update_slot_base(
|
11479
|
+
default_slot,
|
11480
|
+
default_slot_template,
|
11481
|
+
ctx,
|
11482
|
+
/*$$scope*/ ctx[5],
|
11483
|
+
!current
|
11484
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[5])
|
11485
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[5], dirty, null),
|
11486
|
+
null
|
11487
|
+
);
|
11488
|
+
}
|
11403
11489
|
}
|
11404
11490
|
|
11405
|
-
if (dirty & /*style*/
|
11406
|
-
attr(div, "style", /*style*/ ctx[
|
11491
|
+
if (!current || dirty & /*style*/ 2) {
|
11492
|
+
attr(div, "style", /*style*/ ctx[1]);
|
11407
11493
|
}
|
11408
11494
|
},
|
11409
|
-
i
|
11410
|
-
|
11495
|
+
i(local) {
|
11496
|
+
if (current) return;
|
11497
|
+
transition_in(default_slot, local);
|
11498
|
+
current = true;
|
11499
|
+
},
|
11500
|
+
o(local) {
|
11501
|
+
transition_out(default_slot, local);
|
11502
|
+
current = false;
|
11503
|
+
},
|
11411
11504
|
d(detaching) {
|
11412
11505
|
if (detaching) detach(div);
|
11506
|
+
if (default_slot) default_slot.d(detaching);
|
11413
11507
|
}
|
11414
11508
|
};
|
11415
11509
|
}
|
11416
11510
|
|
11417
|
-
|
11418
|
-
|
11419
|
-
let
|
11420
|
-
let
|
11421
|
-
let
|
11511
|
+
// (17:0) {#if onClick.operation === 'linkTo'}
|
11512
|
+
function create_if_block$6(ctx) {
|
11513
|
+
let a;
|
11514
|
+
let a_href_value;
|
11515
|
+
let a_target_value;
|
11516
|
+
let current;
|
11517
|
+
let mounted;
|
11518
|
+
let dispose;
|
11519
|
+
const default_slot_template = /*#slots*/ ctx[6].default;
|
11520
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[5], null);
|
11422
11521
|
|
11423
|
-
|
11424
|
-
|
11522
|
+
let a_levels = [
|
11523
|
+
{ class: CLICKABLE_CLASS },
|
11524
|
+
{ style: /*style*/ ctx[1] },
|
11525
|
+
{
|
11526
|
+
href: a_href_value = /*onClick*/ ctx[0].args[2]
|
11527
|
+
? decodeURI(/*onClick*/ ctx[0].args[0])
|
11528
|
+
: /*onClick*/ ctx[0].args[0]
|
11529
|
+
},
|
11530
|
+
{
|
11531
|
+
target: a_target_value = /*onClick*/ ctx[0].args[1] === true ? '_blank' : null
|
11532
|
+
},
|
11533
|
+
dataAttrStopPropagation('click')
|
11534
|
+
];
|
11535
|
+
|
11536
|
+
let a_data = {};
|
11537
|
+
|
11538
|
+
for (let i = 0; i < a_levels.length; i += 1) {
|
11539
|
+
a_data = assign(a_data, a_levels[i]);
|
11540
|
+
}
|
11541
|
+
|
11542
|
+
return {
|
11543
|
+
c() {
|
11544
|
+
a = element("a");
|
11545
|
+
if (default_slot) default_slot.c();
|
11546
|
+
set_attributes(a, a_data);
|
11547
|
+
toggle_class(a, "svelte-uxu0y3", true);
|
11548
|
+
},
|
11549
|
+
m(target, anchor) {
|
11550
|
+
insert(target, a, anchor);
|
11551
|
+
|
11552
|
+
if (default_slot) {
|
11553
|
+
default_slot.m(a, null);
|
11554
|
+
}
|
11555
|
+
|
11556
|
+
current = true;
|
11557
|
+
|
11558
|
+
if (!mounted) {
|
11559
|
+
dispose = listen(a, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[2])));
|
11560
|
+
mounted = true;
|
11561
|
+
}
|
11562
|
+
},
|
11563
|
+
p(ctx, dirty) {
|
11564
|
+
if (default_slot) {
|
11565
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 32)) {
|
11566
|
+
update_slot_base(
|
11567
|
+
default_slot,
|
11568
|
+
default_slot_template,
|
11569
|
+
ctx,
|
11570
|
+
/*$$scope*/ ctx[5],
|
11571
|
+
!current
|
11572
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[5])
|
11573
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[5], dirty, null),
|
11574
|
+
null
|
11575
|
+
);
|
11576
|
+
}
|
11577
|
+
}
|
11578
|
+
|
11579
|
+
set_attributes(a, a_data = get_spread_update(a_levels, [
|
11580
|
+
{ class: CLICKABLE_CLASS },
|
11581
|
+
(!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
|
11582
|
+
(!current || dirty & /*onClick*/ 1 && a_href_value !== (a_href_value = /*onClick*/ ctx[0].args[2]
|
11583
|
+
? decodeURI(/*onClick*/ ctx[0].args[0])
|
11584
|
+
: /*onClick*/ ctx[0].args[0])) && { href: a_href_value },
|
11585
|
+
(!current || dirty & /*onClick*/ 1 && a_target_value !== (a_target_value = /*onClick*/ ctx[0].args[1] === true ? '_blank' : null)) && { target: a_target_value },
|
11586
|
+
dataAttrStopPropagation('click')
|
11587
|
+
]));
|
11588
|
+
|
11589
|
+
toggle_class(a, "svelte-uxu0y3", true);
|
11590
|
+
},
|
11591
|
+
i(local) {
|
11592
|
+
if (current) return;
|
11593
|
+
transition_in(default_slot, local);
|
11594
|
+
current = true;
|
11595
|
+
},
|
11596
|
+
o(local) {
|
11597
|
+
transition_out(default_slot, local);
|
11598
|
+
current = false;
|
11599
|
+
},
|
11600
|
+
d(detaching) {
|
11601
|
+
if (detaching) detach(a);
|
11602
|
+
if (default_slot) default_slot.d(detaching);
|
11603
|
+
mounted = false;
|
11604
|
+
dispose();
|
11605
|
+
}
|
11606
|
+
};
|
11607
|
+
}
|
11608
|
+
|
11609
|
+
function create_fragment$C(ctx) {
|
11610
|
+
let current_block_type_index;
|
11611
|
+
let if_block;
|
11612
|
+
let if_block_anchor;
|
11613
|
+
let current;
|
11614
|
+
const if_block_creators = [create_if_block$6, create_if_block_1$1, create_else_block$1];
|
11615
|
+
const if_blocks = [];
|
11616
|
+
|
11617
|
+
function select_block_type(ctx, dirty) {
|
11618
|
+
if (/*onClick*/ ctx[0].operation === 'linkTo') return 0;
|
11619
|
+
if (/*onClick*/ ctx[0].operation === 'none') return 1;
|
11620
|
+
return 2;
|
11621
|
+
}
|
11622
|
+
|
11623
|
+
current_block_type_index = select_block_type(ctx);
|
11624
|
+
if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
11625
|
+
|
11626
|
+
return {
|
11627
|
+
c() {
|
11628
|
+
if_block.c();
|
11629
|
+
if_block_anchor = empty();
|
11630
|
+
},
|
11631
|
+
m(target, anchor) {
|
11632
|
+
if_blocks[current_block_type_index].m(target, anchor);
|
11633
|
+
insert(target, if_block_anchor, anchor);
|
11634
|
+
current = true;
|
11635
|
+
},
|
11636
|
+
p(ctx, [dirty]) {
|
11637
|
+
let previous_block_index = current_block_type_index;
|
11638
|
+
current_block_type_index = select_block_type(ctx);
|
11639
|
+
|
11640
|
+
if (current_block_type_index === previous_block_index) {
|
11641
|
+
if_blocks[current_block_type_index].p(ctx, dirty);
|
11642
|
+
} else {
|
11643
|
+
group_outros();
|
11644
|
+
|
11645
|
+
transition_out(if_blocks[previous_block_index], 1, 1, () => {
|
11646
|
+
if_blocks[previous_block_index] = null;
|
11647
|
+
});
|
11648
|
+
|
11649
|
+
check_outros();
|
11650
|
+
if_block = if_blocks[current_block_type_index];
|
11651
|
+
|
11652
|
+
if (!if_block) {
|
11653
|
+
if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
11654
|
+
if_block.c();
|
11655
|
+
} else {
|
11656
|
+
if_block.p(ctx, dirty);
|
11657
|
+
}
|
11658
|
+
|
11659
|
+
transition_in(if_block, 1);
|
11660
|
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
11661
|
+
}
|
11662
|
+
},
|
11663
|
+
i(local) {
|
11664
|
+
if (current) return;
|
11665
|
+
transition_in(if_block);
|
11666
|
+
current = true;
|
11667
|
+
},
|
11668
|
+
o(local) {
|
11669
|
+
transition_out(if_block);
|
11670
|
+
current = false;
|
11671
|
+
},
|
11672
|
+
d(detaching) {
|
11673
|
+
if_blocks[current_block_type_index].d(detaching);
|
11674
|
+
if (detaching) detach(if_block_anchor);
|
11675
|
+
}
|
11676
|
+
};
|
11677
|
+
}
|
11678
|
+
|
11679
|
+
const CLICKABLE_CLASS = 'clickable';
|
11680
|
+
|
11681
|
+
function instance$C($$self, $$props, $$invalidate) {
|
11682
|
+
let { $$slots: slots = {}, $$scope } = $$props;
|
11683
|
+
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11684
|
+
let { eventName = '' } = $$props;
|
11685
|
+
let { eventValue = undefined } = $$props;
|
11686
|
+
let { style = '' } = $$props;
|
11687
|
+
|
11688
|
+
function handleClick() {
|
11689
|
+
if (eventName) {
|
11690
|
+
send_event(eventName, eventValue);
|
11691
|
+
}
|
11692
|
+
|
11693
|
+
execOnClickOperation(onClick);
|
11694
|
+
}
|
11695
|
+
|
11696
|
+
$$self.$$set = $$props => {
|
11697
|
+
if ('onClick' in $$props) $$invalidate(0, onClick = $$props.onClick);
|
11698
|
+
if ('eventName' in $$props) $$invalidate(3, eventName = $$props.eventName);
|
11699
|
+
if ('eventValue' in $$props) $$invalidate(4, eventValue = $$props.eventValue);
|
11700
|
+
if ('style' in $$props) $$invalidate(1, style = $$props.style);
|
11701
|
+
if ('$$scope' in $$props) $$invalidate(5, $$scope = $$props.$$scope);
|
11702
|
+
};
|
11703
|
+
|
11704
|
+
return [onClick, style, handleClick, eventName, eventValue, $$scope, slots];
|
11705
|
+
}
|
11706
|
+
|
11707
|
+
class Clickable extends SvelteComponent {
|
11708
|
+
constructor(options) {
|
11709
|
+
super();
|
11710
|
+
|
11711
|
+
init(
|
11712
|
+
this,
|
11713
|
+
options,
|
11714
|
+
instance$C,
|
11715
|
+
create_fragment$C,
|
11716
|
+
safe_not_equal,
|
11717
|
+
{
|
11718
|
+
onClick: 0,
|
11719
|
+
eventName: 3,
|
11720
|
+
eventValue: 4,
|
11721
|
+
style: 1
|
11722
|
+
},
|
11723
|
+
add_css$a
|
11724
|
+
);
|
11725
|
+
}
|
11726
|
+
}
|
11727
|
+
|
11728
|
+
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11729
|
+
|
11730
|
+
function add_css$9(target) {
|
11731
|
+
append_styles(target, "svelte-17xar9h", ".avatar.svelte-17xar9h{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
|
11732
|
+
}
|
11733
|
+
|
11734
|
+
// (34:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
11735
|
+
function create_default_slot$4(ctx) {
|
11736
|
+
let img;
|
11737
|
+
let img_src_value;
|
11738
|
+
let img_alt_value;
|
11739
|
+
|
11740
|
+
return {
|
11741
|
+
c() {
|
11742
|
+
img = element("img");
|
11743
|
+
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
11744
|
+
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
11745
|
+
attr(img, "style", /*imgStyle*/ ctx[2]);
|
11746
|
+
},
|
11747
|
+
m(target, anchor) {
|
11748
|
+
insert(target, img, anchor);
|
11749
|
+
},
|
11750
|
+
p(ctx, dirty) {
|
11751
|
+
if (dirty & /*props*/ 1 && !src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) {
|
11752
|
+
attr(img, "src", img_src_value);
|
11753
|
+
}
|
11754
|
+
|
11755
|
+
if (dirty & /*props*/ 1 && img_alt_value !== (img_alt_value = /*props*/ ctx[0].alt)) {
|
11756
|
+
attr(img, "alt", img_alt_value);
|
11757
|
+
}
|
11758
|
+
|
11759
|
+
if (dirty & /*imgStyle*/ 4) {
|
11760
|
+
attr(img, "style", /*imgStyle*/ ctx[2]);
|
11761
|
+
}
|
11762
|
+
},
|
11763
|
+
d(detaching) {
|
11764
|
+
if (detaching) detach(img);
|
11765
|
+
}
|
11766
|
+
};
|
11767
|
+
}
|
11768
|
+
|
11769
|
+
function create_fragment$B(ctx) {
|
11770
|
+
let div;
|
11771
|
+
let clickable;
|
11772
|
+
let current;
|
11773
|
+
|
11774
|
+
clickable = new Clickable({
|
11775
|
+
props: {
|
11776
|
+
onClick: /*props*/ ctx[0].onClick,
|
11777
|
+
eventName: /*props*/ ctx[0].eventName,
|
11778
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
11779
|
+
$$slots: { default: [create_default_slot$4] },
|
11780
|
+
$$scope: { ctx }
|
11781
|
+
}
|
11782
|
+
});
|
11783
|
+
|
11784
|
+
return {
|
11785
|
+
c() {
|
11786
|
+
div = element("div");
|
11787
|
+
create_component(clickable.$$.fragment);
|
11788
|
+
attr(div, "class", "avatar svelte-17xar9h");
|
11789
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
11790
|
+
attr(div, "style", /*style*/ ctx[3]);
|
11791
|
+
},
|
11792
|
+
m(target, anchor) {
|
11793
|
+
insert(target, div, anchor);
|
11794
|
+
mount_component(clickable, div, null);
|
11795
|
+
current = true;
|
11796
|
+
},
|
11797
|
+
p(ctx, [dirty]) {
|
11798
|
+
const clickable_changes = {};
|
11799
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
11800
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
11801
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
11802
|
+
|
11803
|
+
if (dirty & /*$$scope, props, imgStyle*/ 69) {
|
11804
|
+
clickable_changes.$$scope = { dirty, ctx };
|
11805
|
+
}
|
11806
|
+
|
11807
|
+
clickable.$set(clickable_changes);
|
11808
|
+
|
11809
|
+
if (!current || dirty & /*layerId*/ 2) {
|
11810
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
11811
|
+
}
|
11812
|
+
|
11813
|
+
if (!current || dirty & /*style*/ 8) {
|
11814
|
+
attr(div, "style", /*style*/ ctx[3]);
|
11815
|
+
}
|
11816
|
+
},
|
11817
|
+
i(local) {
|
11818
|
+
if (current) return;
|
11819
|
+
transition_in(clickable.$$.fragment, local);
|
11820
|
+
current = true;
|
11821
|
+
},
|
11822
|
+
o(local) {
|
11823
|
+
transition_out(clickable.$$.fragment, local);
|
11824
|
+
current = false;
|
11825
|
+
},
|
11826
|
+
d(detaching) {
|
11827
|
+
if (detaching) detach(div);
|
11828
|
+
destroy_component(clickable);
|
11829
|
+
}
|
11830
|
+
};
|
11831
|
+
}
|
11832
|
+
|
11833
|
+
function instance$B($$self, $$props, $$invalidate) {
|
11834
|
+
let style;
|
11835
|
+
let imgStyle;
|
11836
|
+
let { props = {} } = $$props;
|
11837
|
+
let { layerId = '' } = $$props;
|
11838
|
+
|
11839
|
+
const VARIANTS = {
|
11840
|
+
shape: {
|
11425
11841
|
circle: { borderRadius: '100%' },
|
11426
11842
|
square: { borderRadius: '4px' }
|
11427
11843
|
}
|
@@ -13005,10 +13421,75 @@ function add_css$8(target) {
|
|
13005
13421
|
append_styles(target, "svelte-1ou0ruz", ".icon.svelte-1ou0ruz{display:flex;align-items:center;overflow:hidden;width:auto}");
|
13006
13422
|
}
|
13007
13423
|
|
13008
|
-
// (
|
13424
|
+
// (21:0) {#if (IconComponent)}
|
13009
13425
|
function create_if_block$5(ctx) {
|
13010
13426
|
let div;
|
13427
|
+
let clickable;
|
13428
|
+
let current;
|
13429
|
+
|
13430
|
+
clickable = new Clickable({
|
13431
|
+
props: {
|
13432
|
+
onClick: /*props*/ ctx[0].onClick,
|
13433
|
+
eventName: /*props*/ ctx[0].eventName,
|
13434
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
13435
|
+
$$slots: { default: [create_default_slot$3] },
|
13436
|
+
$$scope: { ctx }
|
13437
|
+
}
|
13438
|
+
});
|
13439
|
+
|
13440
|
+
return {
|
13441
|
+
c() {
|
13442
|
+
div = element("div");
|
13443
|
+
create_component(clickable.$$.fragment);
|
13444
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13445
|
+
attr(div, "class", "icon svelte-1ou0ruz");
|
13446
|
+
attr(div, "style", /*style*/ ctx[3]);
|
13447
|
+
},
|
13448
|
+
m(target, anchor) {
|
13449
|
+
insert(target, div, anchor);
|
13450
|
+
mount_component(clickable, div, null);
|
13451
|
+
current = true;
|
13452
|
+
},
|
13453
|
+
p(ctx, dirty) {
|
13454
|
+
const clickable_changes = {};
|
13455
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
13456
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
13457
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
13458
|
+
|
13459
|
+
if (dirty & /*$$scope, IconComponent, props*/ 37) {
|
13460
|
+
clickable_changes.$$scope = { dirty, ctx };
|
13461
|
+
}
|
13462
|
+
|
13463
|
+
clickable.$set(clickable_changes);
|
13464
|
+
|
13465
|
+
if (!current || dirty & /*layerId*/ 2) {
|
13466
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13467
|
+
}
|
13468
|
+
|
13469
|
+
if (!current || dirty & /*style*/ 8) {
|
13470
|
+
attr(div, "style", /*style*/ ctx[3]);
|
13471
|
+
}
|
13472
|
+
},
|
13473
|
+
i(local) {
|
13474
|
+
if (current) return;
|
13475
|
+
transition_in(clickable.$$.fragment, local);
|
13476
|
+
current = true;
|
13477
|
+
},
|
13478
|
+
o(local) {
|
13479
|
+
transition_out(clickable.$$.fragment, local);
|
13480
|
+
current = false;
|
13481
|
+
},
|
13482
|
+
d(detaching) {
|
13483
|
+
if (detaching) detach(div);
|
13484
|
+
destroy_component(clickable);
|
13485
|
+
}
|
13486
|
+
};
|
13487
|
+
}
|
13488
|
+
|
13489
|
+
// (23:4) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
13490
|
+
function create_default_slot$3(ctx) {
|
13011
13491
|
let switch_instance;
|
13492
|
+
let switch_instance_anchor;
|
13012
13493
|
let current;
|
13013
13494
|
var switch_value = /*IconComponent*/ ctx[2];
|
13014
13495
|
|
@@ -13026,15 +13507,12 @@ function create_if_block$5(ctx) {
|
|
13026
13507
|
|
13027
13508
|
return {
|
13028
13509
|
c() {
|
13029
|
-
div = element("div");
|
13030
13510
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
13031
|
-
|
13032
|
-
attr(div, "class", "icon svelte-1ou0ruz");
|
13033
|
-
attr(div, "style", /*style*/ ctx[3]);
|
13511
|
+
switch_instance_anchor = empty();
|
13034
13512
|
},
|
13035
13513
|
m(target, anchor) {
|
13036
|
-
|
13037
|
-
|
13514
|
+
if (switch_instance) mount_component(switch_instance, target, anchor);
|
13515
|
+
insert(target, switch_instance_anchor, anchor);
|
13038
13516
|
current = true;
|
13039
13517
|
},
|
13040
13518
|
p(ctx, dirty) {
|
@@ -13057,21 +13535,13 @@ function create_if_block$5(ctx) {
|
|
13057
13535
|
switch_instance = construct_svelte_component(switch_value, switch_props(ctx));
|
13058
13536
|
create_component(switch_instance.$$.fragment);
|
13059
13537
|
transition_in(switch_instance.$$.fragment, 1);
|
13060
|
-
mount_component(switch_instance,
|
13538
|
+
mount_component(switch_instance, switch_instance_anchor.parentNode, switch_instance_anchor);
|
13061
13539
|
} else {
|
13062
13540
|
switch_instance = null;
|
13063
13541
|
}
|
13064
13542
|
} else if (switch_value) {
|
13065
13543
|
switch_instance.$set(switch_instance_changes);
|
13066
13544
|
}
|
13067
|
-
|
13068
|
-
if (!current || dirty & /*layerId*/ 2) {
|
13069
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13070
|
-
}
|
13071
|
-
|
13072
|
-
if (!current || dirty & /*style*/ 8) {
|
13073
|
-
attr(div, "style", /*style*/ ctx[3]);
|
13074
|
-
}
|
13075
13545
|
},
|
13076
13546
|
i(local) {
|
13077
13547
|
if (current) return;
|
@@ -13083,8 +13553,8 @@ function create_if_block$5(ctx) {
|
|
13083
13553
|
current = false;
|
13084
13554
|
},
|
13085
13555
|
d(detaching) {
|
13086
|
-
if (detaching) detach(
|
13087
|
-
if (switch_instance) destroy_component(switch_instance);
|
13556
|
+
if (detaching) detach(switch_instance_anchor);
|
13557
|
+
if (switch_instance) destroy_component(switch_instance, detaching);
|
13088
13558
|
}
|
13089
13559
|
};
|
13090
13560
|
}
|
@@ -13363,7 +13833,7 @@ function add_css$7(target) {
|
|
13363
13833
|
append_styles(target, "svelte-cmn44g", ".button.svelte-cmn44g{display:inline-flex;align-content:center;justify-content:center;gap:0.8em;cursor:pointer;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.button-icon.svelte-cmn44g{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
13364
13834
|
}
|
13365
13835
|
|
13366
|
-
// (
|
13836
|
+
// (37:4) {#if props.isIcon && props.iconVariant}
|
13367
13837
|
function create_if_block$4(ctx) {
|
13368
13838
|
let div;
|
13369
13839
|
let icon;
|
@@ -13419,42 +13889,30 @@ function create_if_block$4(ctx) {
|
|
13419
13889
|
};
|
13420
13890
|
}
|
13421
13891
|
|
13422
|
-
|
13423
|
-
|
13892
|
+
// (36:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
13893
|
+
function create_default_slot$2(ctx) {
|
13424
13894
|
let t0;
|
13425
13895
|
let span;
|
13426
13896
|
let t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "";
|
13427
13897
|
let t1;
|
13428
13898
|
let current;
|
13429
|
-
let mounted;
|
13430
|
-
let dispose;
|
13431
13899
|
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$4(ctx);
|
13432
13900
|
|
13433
13901
|
return {
|
13434
13902
|
c() {
|
13435
|
-
button = element("button");
|
13436
13903
|
if (if_block) if_block.c();
|
13437
13904
|
t0 = space();
|
13438
13905
|
span = element("span");
|
13439
13906
|
t1 = text(t1_value);
|
13440
|
-
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
13441
|
-
attr(button, "style", /*style*/ ctx[2]);
|
13442
|
-
attr(button, "class", "button svelte-cmn44g");
|
13443
13907
|
},
|
13444
13908
|
m(target, anchor) {
|
13445
|
-
|
13446
|
-
|
13447
|
-
|
13448
|
-
append(button, span);
|
13909
|
+
if (if_block) if_block.m(target, anchor);
|
13910
|
+
insert(target, t0, anchor);
|
13911
|
+
insert(target, span, anchor);
|
13449
13912
|
append(span, t1);
|
13450
13913
|
current = true;
|
13451
|
-
|
13452
|
-
if (!mounted) {
|
13453
|
-
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[4]));
|
13454
|
-
mounted = true;
|
13455
|
-
}
|
13456
13914
|
},
|
13457
|
-
p(ctx,
|
13915
|
+
p(ctx, dirty) {
|
13458
13916
|
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
13459
13917
|
if (if_block) {
|
13460
13918
|
if_block.p(ctx, dirty);
|
@@ -13466,7 +13924,7 @@ function create_fragment$7(ctx) {
|
|
13466
13924
|
if_block = create_if_block$4(ctx);
|
13467
13925
|
if_block.c();
|
13468
13926
|
transition_in(if_block, 1);
|
13469
|
-
if_block.m(
|
13927
|
+
if_block.m(t0.parentNode, t0);
|
13470
13928
|
}
|
13471
13929
|
} else if (if_block) {
|
13472
13930
|
group_outros();
|
@@ -13479,54 +13937,95 @@ function create_fragment$7(ctx) {
|
|
13479
13937
|
}
|
13480
13938
|
|
13481
13939
|
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "")) set_data(t1, t1_value);
|
13940
|
+
},
|
13941
|
+
i(local) {
|
13942
|
+
if (current) return;
|
13943
|
+
transition_in(if_block);
|
13944
|
+
current = true;
|
13945
|
+
},
|
13946
|
+
o(local) {
|
13947
|
+
transition_out(if_block);
|
13948
|
+
current = false;
|
13949
|
+
},
|
13950
|
+
d(detaching) {
|
13951
|
+
if (if_block) if_block.d(detaching);
|
13952
|
+
if (detaching) detach(t0);
|
13953
|
+
if (detaching) detach(span);
|
13954
|
+
}
|
13955
|
+
};
|
13956
|
+
}
|
13957
|
+
|
13958
|
+
function create_fragment$7(ctx) {
|
13959
|
+
let div;
|
13960
|
+
let clickable;
|
13961
|
+
let current;
|
13962
|
+
|
13963
|
+
clickable = new Clickable({
|
13964
|
+
props: {
|
13965
|
+
onClick: /*props*/ ctx[0].onClick,
|
13966
|
+
eventName: /*props*/ ctx[0].eventName,
|
13967
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
13968
|
+
$$slots: { default: [create_default_slot$2] },
|
13969
|
+
$$scope: { ctx }
|
13970
|
+
}
|
13971
|
+
});
|
13972
|
+
|
13973
|
+
return {
|
13974
|
+
c() {
|
13975
|
+
div = element("div");
|
13976
|
+
create_component(clickable.$$.fragment);
|
13977
|
+
attr(div, "class", "button svelte-cmn44g");
|
13978
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13979
|
+
attr(div, "style", /*style*/ ctx[2]);
|
13980
|
+
},
|
13981
|
+
m(target, anchor) {
|
13982
|
+
insert(target, div, anchor);
|
13983
|
+
mount_component(clickable, div, null);
|
13984
|
+
current = true;
|
13985
|
+
},
|
13986
|
+
p(ctx, [dirty]) {
|
13987
|
+
const clickable_changes = {};
|
13988
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
13989
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
13990
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
13991
|
+
|
13992
|
+
if (dirty & /*$$scope, props*/ 17) {
|
13993
|
+
clickable_changes.$$scope = { dirty, ctx };
|
13994
|
+
}
|
13995
|
+
|
13996
|
+
clickable.$set(clickable_changes);
|
13482
13997
|
|
13483
13998
|
if (!current || dirty & /*layerId*/ 2) {
|
13484
|
-
attr(
|
13999
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13485
14000
|
}
|
13486
14001
|
|
13487
14002
|
if (!current || dirty & /*style*/ 4) {
|
13488
|
-
attr(
|
14003
|
+
attr(div, "style", /*style*/ ctx[2]);
|
13489
14004
|
}
|
13490
14005
|
},
|
13491
14006
|
i(local) {
|
13492
14007
|
if (current) return;
|
13493
|
-
transition_in(
|
14008
|
+
transition_in(clickable.$$.fragment, local);
|
13494
14009
|
current = true;
|
13495
14010
|
},
|
13496
14011
|
o(local) {
|
13497
|
-
transition_out(
|
14012
|
+
transition_out(clickable.$$.fragment, local);
|
13498
14013
|
current = false;
|
13499
14014
|
},
|
13500
14015
|
d(detaching) {
|
13501
|
-
if (detaching) detach(
|
13502
|
-
|
13503
|
-
mounted = false;
|
13504
|
-
dispose();
|
14016
|
+
if (detaching) detach(div);
|
14017
|
+
destroy_component(clickable);
|
13505
14018
|
}
|
13506
14019
|
};
|
13507
14020
|
}
|
13508
14021
|
|
13509
14022
|
function instance$7($$self, $$props, $$invalidate) {
|
13510
14023
|
let style;
|
13511
|
-
let { onClick = { operation: 'none', args: [] } } = $$props;
|
13512
|
-
let { eventName = '' } = $$props;
|
13513
|
-
let { eventValue = undefined } = $$props;
|
13514
14024
|
let { props = {} } = $$props;
|
13515
14025
|
let { layerId = '' } = $$props;
|
13516
14026
|
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonPropsDefault.theme];
|
13517
14027
|
|
13518
|
-
function handleClick() {
|
13519
|
-
if (eventName) {
|
13520
|
-
send_event(eventName, eventValue);
|
13521
|
-
}
|
13522
|
-
|
13523
|
-
execOnClickOperation(onClick);
|
13524
|
-
}
|
13525
|
-
|
13526
14028
|
$$self.$$set = $$props => {
|
13527
|
-
if ('onClick' in $$props) $$invalidate(5, onClick = $$props.onClick);
|
13528
|
-
if ('eventName' in $$props) $$invalidate(6, eventName = $$props.eventName);
|
13529
|
-
if ('eventValue' in $$props) $$invalidate(7, eventValue = $$props.eventValue);
|
13530
14029
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
13531
14030
|
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
13532
14031
|
};
|
@@ -13557,37 +14056,13 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
13557
14056
|
}
|
13558
14057
|
};
|
13559
14058
|
|
13560
|
-
return [
|
13561
|
-
props,
|
13562
|
-
layerId,
|
13563
|
-
style,
|
13564
|
-
buttonThemeStyle,
|
13565
|
-
handleClick,
|
13566
|
-
onClick,
|
13567
|
-
eventName,
|
13568
|
-
eventValue
|
13569
|
-
];
|
14059
|
+
return [props, layerId, style, buttonThemeStyle];
|
13570
14060
|
}
|
13571
14061
|
|
13572
14062
|
class Button extends SvelteComponent {
|
13573
14063
|
constructor(options) {
|
13574
14064
|
super();
|
13575
|
-
|
13576
|
-
init(
|
13577
|
-
this,
|
13578
|
-
options,
|
13579
|
-
instance$7,
|
13580
|
-
create_fragment$7,
|
13581
|
-
safe_not_equal,
|
13582
|
-
{
|
13583
|
-
onClick: 5,
|
13584
|
-
eventName: 6,
|
13585
|
-
eventValue: 7,
|
13586
|
-
props: 0,
|
13587
|
-
layerId: 1
|
13588
|
-
},
|
13589
|
-
add_css$7
|
13590
|
-
);
|
14065
|
+
init(this, options, instance$7, create_fragment$7, safe_not_equal, { props: 0, layerId: 1 }, add_css$7);
|
13591
14066
|
}
|
13592
14067
|
}
|
13593
14068
|
|
@@ -14171,8 +14646,8 @@ function add_css$4(target) {
|
|
14171
14646
|
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}");
|
14172
14647
|
}
|
14173
14648
|
|
14174
|
-
|
14175
|
-
|
14649
|
+
// (16:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14650
|
+
function create_default_slot$1(ctx) {
|
14176
14651
|
let object;
|
14177
14652
|
let img;
|
14178
14653
|
let img_src_value;
|
@@ -14180,7 +14655,6 @@ function create_fragment$4(ctx) {
|
|
14180
14655
|
|
14181
14656
|
return {
|
14182
14657
|
c() {
|
14183
|
-
div = element("div");
|
14184
14658
|
object = element("object");
|
14185
14659
|
img = element("img");
|
14186
14660
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
@@ -14188,16 +14662,12 @@ function create_fragment$4(ctx) {
|
|
14188
14662
|
attr(img, "class", "image-img svelte-180u8ho");
|
14189
14663
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
14190
14664
|
attr(object, "class", "image-object svelte-180u8ho");
|
14191
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14192
|
-
attr(div, "class", "image svelte-180u8ho");
|
14193
|
-
attr(div, "style", /*style*/ ctx[3]);
|
14194
14665
|
},
|
14195
14666
|
m(target, anchor) {
|
14196
|
-
insert(target,
|
14197
|
-
append(div, object);
|
14667
|
+
insert(target, object, anchor);
|
14198
14668
|
append(object, img);
|
14199
14669
|
},
|
14200
|
-
p(ctx,
|
14670
|
+
p(ctx, dirty) {
|
14201
14671
|
if (dirty & /*props*/ 1 && !src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) {
|
14202
14672
|
attr(img, "src", img_src_value);
|
14203
14673
|
}
|
@@ -14209,19 +14679,73 @@ function create_fragment$4(ctx) {
|
|
14209
14679
|
if (dirty & /*objectStyle*/ 4) {
|
14210
14680
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
14211
14681
|
}
|
14682
|
+
},
|
14683
|
+
d(detaching) {
|
14684
|
+
if (detaching) detach(object);
|
14685
|
+
}
|
14686
|
+
};
|
14687
|
+
}
|
14688
|
+
|
14689
|
+
function create_fragment$4(ctx) {
|
14690
|
+
let div;
|
14691
|
+
let clickable;
|
14692
|
+
let current;
|
14693
|
+
|
14694
|
+
clickable = new Clickable({
|
14695
|
+
props: {
|
14696
|
+
onClick: /*props*/ ctx[0].onClick,
|
14697
|
+
eventName: /*props*/ ctx[0].eventName,
|
14698
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
14699
|
+
$$slots: { default: [create_default_slot$1] },
|
14700
|
+
$$scope: { ctx }
|
14701
|
+
}
|
14702
|
+
});
|
14703
|
+
|
14704
|
+
return {
|
14705
|
+
c() {
|
14706
|
+
div = element("div");
|
14707
|
+
create_component(clickable.$$.fragment);
|
14708
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14709
|
+
attr(div, "class", "image svelte-180u8ho");
|
14710
|
+
attr(div, "style", /*style*/ ctx[3]);
|
14711
|
+
},
|
14712
|
+
m(target, anchor) {
|
14713
|
+
insert(target, div, anchor);
|
14714
|
+
mount_component(clickable, div, null);
|
14715
|
+
current = true;
|
14716
|
+
},
|
14717
|
+
p(ctx, [dirty]) {
|
14718
|
+
const clickable_changes = {};
|
14719
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
14720
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
14721
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
14722
|
+
|
14723
|
+
if (dirty & /*$$scope, objectStyle, props*/ 21) {
|
14724
|
+
clickable_changes.$$scope = { dirty, ctx };
|
14725
|
+
}
|
14212
14726
|
|
14213
|
-
|
14727
|
+
clickable.$set(clickable_changes);
|
14728
|
+
|
14729
|
+
if (!current || dirty & /*layerId*/ 2) {
|
14214
14730
|
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14215
14731
|
}
|
14216
14732
|
|
14217
|
-
if (dirty & /*style*/ 8) {
|
14733
|
+
if (!current || dirty & /*style*/ 8) {
|
14218
14734
|
attr(div, "style", /*style*/ ctx[3]);
|
14219
14735
|
}
|
14220
14736
|
},
|
14221
|
-
i
|
14222
|
-
|
14737
|
+
i(local) {
|
14738
|
+
if (current) return;
|
14739
|
+
transition_in(clickable.$$.fragment, local);
|
14740
|
+
current = true;
|
14741
|
+
},
|
14742
|
+
o(local) {
|
14743
|
+
transition_out(clickable.$$.fragment, local);
|
14744
|
+
current = false;
|
14745
|
+
},
|
14223
14746
|
d(detaching) {
|
14224
14747
|
if (detaching) detach(div);
|
14748
|
+
destroy_component(clickable);
|
14225
14749
|
}
|
14226
14750
|
};
|
14227
14751
|
}
|
@@ -14266,65 +14790,114 @@ function add_css$3(target) {
|
|
14266
14790
|
append_styles(target, "svelte-1g6q4hu", ".layout.svelte-1g6q4hu{margin:0}");
|
14267
14791
|
}
|
14268
14792
|
|
14269
|
-
|
14270
|
-
|
14793
|
+
// (25:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14794
|
+
function create_default_slot(ctx) {
|
14271
14795
|
let current;
|
14272
|
-
const default_slot_template = /*#slots*/ ctx[
|
14273
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
14796
|
+
const default_slot_template = /*#slots*/ ctx[3].default;
|
14797
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
14274
14798
|
|
14275
14799
|
return {
|
14276
14800
|
c() {
|
14277
|
-
div = element("div");
|
14278
14801
|
if (default_slot) default_slot.c();
|
14279
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
14280
|
-
attr(div, "class", "layout svelte-1g6q4hu");
|
14281
|
-
attr(div, "style", /*style*/ ctx[1]);
|
14282
14802
|
},
|
14283
14803
|
m(target, anchor) {
|
14284
|
-
insert(target, div, anchor);
|
14285
|
-
|
14286
14804
|
if (default_slot) {
|
14287
|
-
default_slot.m(
|
14805
|
+
default_slot.m(target, anchor);
|
14288
14806
|
}
|
14289
14807
|
|
14290
14808
|
current = true;
|
14291
14809
|
},
|
14292
|
-
p(ctx,
|
14810
|
+
p(ctx, dirty) {
|
14293
14811
|
if (default_slot) {
|
14294
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
14812
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 16)) {
|
14295
14813
|
update_slot_base(
|
14296
14814
|
default_slot,
|
14297
14815
|
default_slot_template,
|
14298
14816
|
ctx,
|
14299
|
-
/*$$scope*/ ctx[
|
14817
|
+
/*$$scope*/ ctx[4],
|
14300
14818
|
!current
|
14301
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
14302
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
14819
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[4])
|
14820
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[4], dirty, null),
|
14303
14821
|
null
|
14304
14822
|
);
|
14305
14823
|
}
|
14306
14824
|
}
|
14825
|
+
},
|
14826
|
+
i(local) {
|
14827
|
+
if (current) return;
|
14828
|
+
transition_in(default_slot, local);
|
14829
|
+
current = true;
|
14830
|
+
},
|
14831
|
+
o(local) {
|
14832
|
+
transition_out(default_slot, local);
|
14833
|
+
current = false;
|
14834
|
+
},
|
14835
|
+
d(detaching) {
|
14836
|
+
if (default_slot) default_slot.d(detaching);
|
14837
|
+
}
|
14838
|
+
};
|
14839
|
+
}
|
14840
|
+
|
14841
|
+
function create_fragment$3(ctx) {
|
14842
|
+
let div;
|
14843
|
+
let clickable;
|
14844
|
+
let current;
|
14307
14845
|
|
14308
|
-
|
14309
|
-
|
14846
|
+
clickable = new Clickable({
|
14847
|
+
props: {
|
14848
|
+
onClick: /*props*/ ctx[0].onClick,
|
14849
|
+
eventName: /*props*/ ctx[0].eventName,
|
14850
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
14851
|
+
$$slots: { default: [create_default_slot] },
|
14852
|
+
$$scope: { ctx }
|
14310
14853
|
}
|
14854
|
+
});
|
14311
14855
|
|
14312
|
-
|
14313
|
-
|
14856
|
+
return {
|
14857
|
+
c() {
|
14858
|
+
div = element("div");
|
14859
|
+
create_component(clickable.$$.fragment);
|
14860
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14861
|
+
attr(div, "class", "layout svelte-1g6q4hu");
|
14862
|
+
attr(div, "style", /*style*/ ctx[2]);
|
14863
|
+
},
|
14864
|
+
m(target, anchor) {
|
14865
|
+
insert(target, div, anchor);
|
14866
|
+
mount_component(clickable, div, null);
|
14867
|
+
current = true;
|
14868
|
+
},
|
14869
|
+
p(ctx, [dirty]) {
|
14870
|
+
const clickable_changes = {};
|
14871
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
14872
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
14873
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
14874
|
+
|
14875
|
+
if (dirty & /*$$scope*/ 16) {
|
14876
|
+
clickable_changes.$$scope = { dirty, ctx };
|
14877
|
+
}
|
14878
|
+
|
14879
|
+
clickable.$set(clickable_changes);
|
14880
|
+
|
14881
|
+
if (!current || dirty & /*layerId*/ 2) {
|
14882
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14883
|
+
}
|
14884
|
+
|
14885
|
+
if (!current || dirty & /*style*/ 4) {
|
14886
|
+
attr(div, "style", /*style*/ ctx[2]);
|
14314
14887
|
}
|
14315
14888
|
},
|
14316
14889
|
i(local) {
|
14317
14890
|
if (current) return;
|
14318
|
-
transition_in(
|
14891
|
+
transition_in(clickable.$$.fragment, local);
|
14319
14892
|
current = true;
|
14320
14893
|
},
|
14321
14894
|
o(local) {
|
14322
|
-
transition_out(
|
14895
|
+
transition_out(clickable.$$.fragment, local);
|
14323
14896
|
current = false;
|
14324
14897
|
},
|
14325
14898
|
d(detaching) {
|
14326
14899
|
if (detaching) detach(div);
|
14327
|
-
|
14900
|
+
destroy_component(clickable);
|
14328
14901
|
}
|
14329
14902
|
};
|
14330
14903
|
}
|
@@ -14336,14 +14909,14 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
14336
14909
|
let { layerId = '' } = $$props;
|
14337
14910
|
|
14338
14911
|
$$self.$$set = $$props => {
|
14339
|
-
if ('props' in $$props) $$invalidate(
|
14340
|
-
if ('layerId' in $$props) $$invalidate(
|
14341
|
-
if ('$$scope' in $$props) $$invalidate(
|
14912
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
14913
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
14914
|
+
if ('$$scope' in $$props) $$invalidate(4, $$scope = $$props.$$scope);
|
14342
14915
|
};
|
14343
14916
|
|
14344
14917
|
$$self.$$.update = () => {
|
14345
|
-
if ($$self.$$.dirty & /*props*/
|
14346
|
-
$$invalidate(
|
14918
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
14919
|
+
$$invalidate(2, style = objToStyle({
|
14347
14920
|
display: props.display ?? 'flex',
|
14348
14921
|
flexDirection: props.direction,
|
14349
14922
|
alignItems: props.align,
|
@@ -14362,13 +14935,13 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
14362
14935
|
}
|
14363
14936
|
};
|
14364
14937
|
|
14365
|
-
return [layerId, style,
|
14938
|
+
return [props, layerId, style, slots, $$scope];
|
14366
14939
|
}
|
14367
14940
|
|
14368
14941
|
class Layout extends SvelteComponent {
|
14369
14942
|
constructor(options) {
|
14370
14943
|
super();
|
14371
|
-
init(this, options, instance$3, create_fragment$3, safe_not_equal, { props:
|
14944
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { props: 0, layerId: 1 }, add_css$3);
|
14372
14945
|
}
|
14373
14946
|
}
|
14374
14947
|
|