@plaidev/karte-action-sdk 1.1.250-28786077.a0d6c5ff → 1.1.250-28786567.83d7df8b
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +110 -76
- package/dist/hydrate/index.es.js +1078 -552
- package/dist/index.es.d.ts +110 -76
- package/dist/index.es.js +1039 -531
- package/dist/templates.cjs.js +1 -0
- package/dist/templates.js +1 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { writable, get } from 'svelte/store';
|
2
2
|
import { onMount as onMount$1, onDestroy as onDestroy$1, beforeUpdate as beforeUpdate$1, afterUpdate as afterUpdate$1, tick as tick$1, setContext, getContext, createEventDispatcher } from 'svelte';
|
3
|
-
import { SvelteComponent, init, safe_not_equal, element, insert, noop, detach, component_subscribe, attr, create_slot, create_component, space, mount_component, update_slot_base, get_all_dirty_from_scope, get_slot_changes, transition_in, transition_out, destroy_component, append_styles, empty, group_outros, check_outros, null_to_empty, listen, assign, set_attributes, toggle_class, get_spread_update, prevent_default, is_function, add_render_callback, create_in_transition, binding_callbacks, set_style, svg_element, append, destroy_each, text, set_data, src_url_equal, set_store_value, run_all, HtmlTag, construct_svelte_component, subscribe } from 'svelte/internal';
|
3
|
+
import { SvelteComponent, init, safe_not_equal, element, insert, noop, detach, component_subscribe, attr, create_slot, create_component, space, mount_component, update_slot_base, get_all_dirty_from_scope, get_slot_changes, transition_in, transition_out, destroy_component, append_styles, empty, group_outros, check_outros, null_to_empty, listen, assign, set_attributes, toggle_class, get_spread_update, prevent_default, is_function, add_render_callback, create_in_transition, binding_callbacks, set_style, svg_element, append, destroy_each, text, set_data, src_url_equal, set_store_value, run_all, HtmlTag, construct_svelte_component, subscribe, set_custom_element_data_map } from 'svelte/internal';
|
4
4
|
import { linear, elasticOut, cubicOut } from 'svelte/easing';
|
5
5
|
|
6
6
|
/** @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$j(ctx) {
|
2909
2909
|
let link;
|
2910
2910
|
|
2911
2911
|
return {
|
@@ -2929,9 +2929,9 @@ function create_if_block$h(ctx) {
|
|
2929
2929
|
};
|
2930
2930
|
}
|
2931
2931
|
|
2932
|
-
function create_fragment$
|
2932
|
+
function create_fragment$1h(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$j(ctx);
|
2935
2935
|
|
2936
2936
|
return {
|
2937
2937
|
c() {
|
@@ -2947,7 +2947,7 @@ function create_fragment$1g(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$j(ctx);
|
2951
2951
|
if_block.c();
|
2952
2952
|
if_block.m(head, null);
|
2953
2953
|
}
|
@@ -2965,7 +2965,7 @@ function create_fragment$1g(ctx) {
|
|
2965
2965
|
};
|
2966
2966
|
}
|
2967
2967
|
|
2968
|
-
function instance$
|
2968
|
+
function instance$1h($$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$1g($$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$1h, create_fragment$1h, 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$1g(ctx) {
|
3004
3004
|
let header;
|
3005
3005
|
let t;
|
3006
3006
|
let current;
|
@@ -3059,7 +3059,7 @@ function create_fragment$1f(ctx) {
|
|
3059
3059
|
};
|
3060
3060
|
}
|
3061
3061
|
|
3062
|
-
function instance$
|
3062
|
+
function instance$1g($$self, $$props, $$invalidate) {
|
3063
3063
|
let { $$slots: slots = {}, $$scope } = $$props;
|
3064
3064
|
|
3065
3065
|
$$self.$$set = $$props => {
|
@@ -3072,18 +3072,18 @@ function instance$1f($$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$1g, create_fragment$1g, 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$i(ctx) {
|
3087
3087
|
let div;
|
3088
3088
|
let t;
|
3089
3089
|
let current;
|
@@ -3145,10 +3145,10 @@ function create_if_block$g(ctx) {
|
|
3145
3145
|
};
|
3146
3146
|
}
|
3147
3147
|
|
3148
|
-
function create_fragment$
|
3148
|
+
function create_fragment$1f(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$i(ctx);
|
3152
3152
|
|
3153
3153
|
return {
|
3154
3154
|
c() {
|
@@ -3169,7 +3169,7 @@ function create_fragment$1e(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$i(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$1f($$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$1e($$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$1f, create_fragment$1f, 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$h(ctx) {
|
3426
3426
|
let div;
|
3427
3427
|
let div_class_value;
|
3428
3428
|
let mounted;
|
@@ -3454,9 +3454,9 @@ function create_if_block$f(ctx) {
|
|
3454
3454
|
};
|
3455
3455
|
}
|
3456
3456
|
|
3457
|
-
function create_fragment$
|
3457
|
+
function create_fragment$1e(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$h(ctx);
|
3460
3460
|
|
3461
3461
|
return {
|
3462
3462
|
c() {
|
@@ -3472,7 +3472,7 @@ function create_fragment$1d(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$h(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$1d(ctx) {
|
|
3490
3490
|
};
|
3491
3491
|
}
|
3492
3492
|
|
3493
|
-
function instance$
|
3493
|
+
function instance$1e($$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$1d($$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$1e, create_fragment$1e, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$F);
|
3511
3511
|
}
|
3512
3512
|
};
|
3513
3513
|
|
@@ -3547,7 +3547,7 @@ 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
|
|
@@ -3794,7 +3794,7 @@ function create_if_block_1$4(ctx) {
|
|
3794
3794
|
}
|
3795
3795
|
|
3796
3796
|
// (31:0) {#if disabled}
|
3797
|
-
function create_if_block$
|
3797
|
+
function create_if_block$g(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$e(ctx) {
|
|
3852
3852
|
};
|
3853
3853
|
}
|
3854
3854
|
|
3855
|
-
function create_fragment$
|
3855
|
+
function create_fragment$1d(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$g, 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$1c(ctx) {
|
|
3925
3925
|
|
3926
3926
|
const BUTTON_CLASS = 'button';
|
3927
3927
|
|
3928
|
-
function instance$
|
3928
|
+
function instance$1d($$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$1d,
|
3995
|
+
create_fragment$1d,
|
3996
3996
|
safe_not_equal,
|
3997
3997
|
{
|
3998
3998
|
onClick: 0,
|
@@ -4000,14 +4000,14 @@ 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
|
|
@@ -4137,7 +4137,7 @@ function create_if_block_2$1(ctx) {
|
|
4137
4137
|
}
|
4138
4138
|
|
4139
4139
|
// (281:0) {#if visible}
|
4140
|
-
function create_if_block$
|
4140
|
+
function create_if_block$f(ctx) {
|
4141
4141
|
let div;
|
4142
4142
|
let button;
|
4143
4143
|
let div_class_value;
|
@@ -4149,7 +4149,7 @@ function create_if_block$d(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$f] },
|
4153
4153
|
$$scope: { ctx }
|
4154
4154
|
}
|
4155
4155
|
});
|
@@ -4311,7 +4311,7 @@ function create_default_slot_1$1(ctx) {
|
|
4311
4311
|
}
|
4312
4312
|
|
4313
4313
|
// (293:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4314
|
-
function create_default_slot$
|
4314
|
+
function create_default_slot$f(ctx) {
|
4315
4315
|
let t;
|
4316
4316
|
let div;
|
4317
4317
|
let current;
|
@@ -4402,7 +4402,7 @@ function create_default_slot$d(ctx) {
|
|
4402
4402
|
};
|
4403
4403
|
}
|
4404
4404
|
|
4405
|
-
function create_fragment$
|
4405
|
+
function create_fragment$1c(ctx) {
|
4406
4406
|
let show_if;
|
4407
4407
|
let current_block_type_index;
|
4408
4408
|
let if_block0;
|
@@ -4423,7 +4423,7 @@ function create_fragment$1b(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$f(ctx);
|
4427
4427
|
|
4428
4428
|
return {
|
4429
4429
|
c() {
|
@@ -4483,7 +4483,7 @@ function create_fragment$1b(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$f(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$1b(ctx) {
|
|
4520
4520
|
};
|
4521
4521
|
}
|
4522
4522
|
|
4523
|
-
function instance$
|
4523
|
+
function instance$1c($$self, $$props, $$invalidate) {
|
4524
4524
|
let close;
|
4525
4525
|
let closable;
|
4526
4526
|
let backgroundClick;
|
@@ -4832,8 +4832,8 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4832
4832
|
init(
|
4833
4833
|
this,
|
4834
4834
|
options,
|
4835
|
-
instance$
|
4836
|
-
create_fragment$
|
4835
|
+
instance$1c,
|
4836
|
+
create_fragment$1c,
|
4837
4837
|
safe_not_equal,
|
4838
4838
|
{
|
4839
4839
|
onClick: 0,
|
@@ -4851,7 +4851,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4851
4851
|
closeButtonColor: 9,
|
4852
4852
|
_closeStyle: 10
|
4853
4853
|
},
|
4854
|
-
add_css$
|
4854
|
+
add_css$D,
|
4855
4855
|
[-1, -1]
|
4856
4856
|
);
|
4857
4857
|
}
|
@@ -4859,7 +4859,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4859
4859
|
|
4860
4860
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4861
4861
|
|
4862
|
-
function create_fragment$
|
4862
|
+
function create_fragment$1b(ctx) {
|
4863
4863
|
let div;
|
4864
4864
|
let current;
|
4865
4865
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4917,7 +4917,7 @@ function create_fragment$1a(ctx) {
|
|
4917
4917
|
};
|
4918
4918
|
}
|
4919
4919
|
|
4920
|
-
function instance$
|
4920
|
+
function instance$1b($$self, $$props, $$invalidate) {
|
4921
4921
|
let _style;
|
4922
4922
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4923
4923
|
let { width = '512px' } = $$props;
|
@@ -4962,7 +4962,7 @@ class Grid extends SvelteComponent {
|
|
4962
4962
|
constructor(options) {
|
4963
4963
|
super();
|
4964
4964
|
|
4965
|
-
init(this, options, instance$
|
4965
|
+
init(this, options, instance$1b, create_fragment$1b, safe_not_equal, {
|
4966
4966
|
width: 1,
|
4967
4967
|
height: 2,
|
4968
4968
|
rows: 3,
|
@@ -4975,11 +4975,11 @@ class Grid extends SvelteComponent {
|
|
4975
4975
|
|
4976
4976
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4977
4977
|
|
4978
|
-
function add_css$
|
4978
|
+
function add_css$C(target) {
|
4979
4979
|
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4980
4980
|
}
|
4981
4981
|
|
4982
|
-
function create_fragment$
|
4982
|
+
function create_fragment$1a(ctx) {
|
4983
4983
|
let div1;
|
4984
4984
|
let div0;
|
4985
4985
|
let current;
|
@@ -5053,7 +5053,7 @@ function create_fragment$19(ctx) {
|
|
5053
5053
|
|
5054
5054
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5055
5055
|
|
5056
|
-
function instance$
|
5056
|
+
function instance$1a($$self, $$props, $$invalidate) {
|
5057
5057
|
let _style;
|
5058
5058
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5059
5059
|
let { x1 } = $$props;
|
@@ -5102,8 +5102,8 @@ class GridItem extends SvelteComponent {
|
|
5102
5102
|
init(
|
5103
5103
|
this,
|
5104
5104
|
options,
|
5105
|
-
instance$
|
5106
|
-
create_fragment$
|
5105
|
+
instance$1a,
|
5106
|
+
create_fragment$1a,
|
5107
5107
|
safe_not_equal,
|
5108
5108
|
{
|
5109
5109
|
x1: 2,
|
@@ -5114,7 +5114,7 @@ class GridItem extends SvelteComponent {
|
|
5114
5114
|
background: 7,
|
5115
5115
|
gridItemId: 0
|
5116
5116
|
},
|
5117
|
-
add_css$
|
5117
|
+
add_css$C
|
5118
5118
|
);
|
5119
5119
|
}
|
5120
5120
|
}
|
@@ -5149,7 +5149,7 @@ function create_else_block$4(ctx) {
|
|
5149
5149
|
}
|
5150
5150
|
|
5151
5151
|
// (11:2) {#if item.match(regexp)}
|
5152
|
-
function create_if_block$
|
5152
|
+
function create_if_block$e(ctx) {
|
5153
5153
|
let br;
|
5154
5154
|
|
5155
5155
|
return {
|
@@ -5174,7 +5174,7 @@ function create_each_block$7(ctx) {
|
|
5174
5174
|
function select_block_type(ctx, dirty) {
|
5175
5175
|
if (dirty & /*items*/ 1) show_if = null;
|
5176
5176
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5177
|
-
if (show_if) return create_if_block$
|
5177
|
+
if (show_if) return create_if_block$e;
|
5178
5178
|
return create_else_block$4;
|
5179
5179
|
}
|
5180
5180
|
|
@@ -5210,7 +5210,7 @@ function create_each_block$7(ctx) {
|
|
5210
5210
|
};
|
5211
5211
|
}
|
5212
5212
|
|
5213
|
-
function create_fragment$
|
5213
|
+
function create_fragment$19(ctx) {
|
5214
5214
|
let each_1_anchor;
|
5215
5215
|
let each_value = /*items*/ ctx[0];
|
5216
5216
|
let each_blocks = [];
|
@@ -5269,7 +5269,7 @@ function create_fragment$18(ctx) {
|
|
5269
5269
|
|
5270
5270
|
const regexp = /(\r?\n)/;
|
5271
5271
|
|
5272
|
-
function instance$
|
5272
|
+
function instance$19($$self, $$props, $$invalidate) {
|
5273
5273
|
let items;
|
5274
5274
|
let { text = 'サンプルSample' } = $$props;
|
5275
5275
|
|
@@ -5290,13 +5290,13 @@ function instance$18($$self, $$props, $$invalidate) {
|
|
5290
5290
|
class RenderText extends SvelteComponent {
|
5291
5291
|
constructor(options) {
|
5292
5292
|
super();
|
5293
|
-
init(this, options, instance$
|
5293
|
+
init(this, options, instance$19, create_fragment$19, safe_not_equal, { text: 1 });
|
5294
5294
|
}
|
5295
5295
|
}
|
5296
5296
|
|
5297
5297
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5298
5298
|
|
5299
|
-
function add_css$
|
5299
|
+
function add_css$B(target) {
|
5300
5300
|
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
5301
5301
|
}
|
5302
5302
|
|
@@ -5354,7 +5354,7 @@ function create_else_block$3(ctx) {
|
|
5354
5354
|
}
|
5355
5355
|
|
5356
5356
|
// (80:2) {#if enableCopy}
|
5357
|
-
function create_if_block$
|
5357
|
+
function create_if_block$d(ctx) {
|
5358
5358
|
let a;
|
5359
5359
|
let div0;
|
5360
5360
|
let rendertext;
|
@@ -5440,12 +5440,12 @@ function create_if_block$b(ctx) {
|
|
5440
5440
|
};
|
5441
5441
|
}
|
5442
5442
|
|
5443
|
-
function create_fragment$
|
5443
|
+
function create_fragment$18(ctx) {
|
5444
5444
|
let div;
|
5445
5445
|
let current_block_type_index;
|
5446
5446
|
let if_block;
|
5447
5447
|
let current;
|
5448
|
-
const if_block_creators = [create_if_block$
|
5448
|
+
const if_block_creators = [create_if_block$d, create_else_block$3];
|
5449
5449
|
const if_blocks = [];
|
5450
5450
|
|
5451
5451
|
function select_block_type(ctx, dirty) {
|
@@ -5510,7 +5510,7 @@ function create_fragment$17(ctx) {
|
|
5510
5510
|
};
|
5511
5511
|
}
|
5512
5512
|
|
5513
|
-
function instance$
|
5513
|
+
function instance$18($$self, $$props, $$invalidate) {
|
5514
5514
|
let style;
|
5515
5515
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5516
5516
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5606,8 +5606,8 @@ class TextElement extends SvelteComponent {
|
|
5606
5606
|
init(
|
5607
5607
|
this,
|
5608
5608
|
options,
|
5609
|
-
instance$
|
5610
|
-
create_fragment$
|
5609
|
+
instance$18,
|
5610
|
+
create_fragment$18,
|
5611
5611
|
safe_not_equal,
|
5612
5612
|
{
|
5613
5613
|
text: 0,
|
@@ -5618,19 +5618,19 @@ class TextElement extends SvelteComponent {
|
|
5618
5618
|
enableCopy: 2,
|
5619
5619
|
eventName: 10
|
5620
5620
|
},
|
5621
|
-
add_css$
|
5621
|
+
add_css$B
|
5622
5622
|
);
|
5623
5623
|
}
|
5624
5624
|
}
|
5625
5625
|
|
5626
5626
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5627
5627
|
|
5628
|
-
function add_css$
|
5628
|
+
function add_css$A(target) {
|
5629
5629
|
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5630
5630
|
}
|
5631
5631
|
|
5632
5632
|
// (48:2) <Button {onClick} {style} {eventName}>
|
5633
|
-
function create_default_slot$
|
5633
|
+
function create_default_slot$e(ctx) {
|
5634
5634
|
let rendertext;
|
5635
5635
|
let current;
|
5636
5636
|
rendertext = new RenderText({ props: { text: /*text*/ ctx[0] } });
|
@@ -5663,7 +5663,7 @@ function create_default_slot$c(ctx) {
|
|
5663
5663
|
};
|
5664
5664
|
}
|
5665
5665
|
|
5666
|
-
function create_fragment$
|
5666
|
+
function create_fragment$17(ctx) {
|
5667
5667
|
let div;
|
5668
5668
|
let button;
|
5669
5669
|
let current;
|
@@ -5673,7 +5673,7 @@ function create_fragment$16(ctx) {
|
|
5673
5673
|
onClick: /*onClick*/ ctx[1],
|
5674
5674
|
style: /*style*/ ctx[3],
|
5675
5675
|
eventName: /*eventName*/ ctx[2],
|
5676
|
-
$$slots: { default: [create_default_slot$
|
5676
|
+
$$slots: { default: [create_default_slot$e] },
|
5677
5677
|
$$scope: { ctx }
|
5678
5678
|
}
|
5679
5679
|
});
|
@@ -5717,7 +5717,7 @@ function create_fragment$16(ctx) {
|
|
5717
5717
|
};
|
5718
5718
|
}
|
5719
5719
|
|
5720
|
-
function instance$
|
5720
|
+
function instance$17($$self, $$props, $$invalidate) {
|
5721
5721
|
let style;
|
5722
5722
|
let { text = 'ボタンのラベル' } = $$props;
|
5723
5723
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5755,8 +5755,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5755
5755
|
init(
|
5756
5756
|
this,
|
5757
5757
|
options,
|
5758
|
-
instance$
|
5759
|
-
create_fragment$
|
5758
|
+
instance$17,
|
5759
|
+
create_fragment$17,
|
5760
5760
|
safe_not_equal,
|
5761
5761
|
{
|
5762
5762
|
text: 0,
|
@@ -5766,19 +5766,19 @@ class TextButtonElement extends SvelteComponent {
|
|
5766
5766
|
_buttonStyle: 5,
|
5767
5767
|
_style: 6
|
5768
5768
|
},
|
5769
|
-
add_css$
|
5769
|
+
add_css$A
|
5770
5770
|
);
|
5771
5771
|
}
|
5772
5772
|
}
|
5773
5773
|
|
5774
5774
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5775
5775
|
|
5776
|
-
function add_css$
|
5776
|
+
function add_css$z(target) {
|
5777
5777
|
append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-t6tu0e{width:100%;height:100%}");
|
5778
5778
|
}
|
5779
5779
|
|
5780
5780
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
5781
|
-
function create_default_slot$
|
5781
|
+
function create_default_slot$d(ctx) {
|
5782
5782
|
let img;
|
5783
5783
|
let img_style_value;
|
5784
5784
|
let img_src_value;
|
@@ -5828,7 +5828,7 @@ function create_default_slot$b(ctx) {
|
|
5828
5828
|
};
|
5829
5829
|
}
|
5830
5830
|
|
5831
|
-
function create_fragment$
|
5831
|
+
function create_fragment$16(ctx) {
|
5832
5832
|
let div;
|
5833
5833
|
let button;
|
5834
5834
|
let div_class_value;
|
@@ -5839,7 +5839,7 @@ function create_fragment$15(ctx) {
|
|
5839
5839
|
onClick: /*onClick*/ ctx[4],
|
5840
5840
|
style: /*_style*/ ctx[7],
|
5841
5841
|
eventName: /*eventName*/ ctx[5],
|
5842
|
-
$$slots: { default: [create_default_slot$
|
5842
|
+
$$slots: { default: [create_default_slot$d] },
|
5843
5843
|
$$scope: { ctx }
|
5844
5844
|
}
|
5845
5845
|
});
|
@@ -5887,7 +5887,7 @@ function create_fragment$15(ctx) {
|
|
5887
5887
|
};
|
5888
5888
|
}
|
5889
5889
|
|
5890
|
-
function instance$
|
5890
|
+
function instance$16($$self, $$props, $$invalidate) {
|
5891
5891
|
let { src = '' } = $$props;
|
5892
5892
|
let { alt = '画像の説明' } = $$props;
|
5893
5893
|
let { transport = false } = $$props;
|
@@ -5918,8 +5918,8 @@ class ImageElement extends SvelteComponent {
|
|
5918
5918
|
init(
|
5919
5919
|
this,
|
5920
5920
|
options,
|
5921
|
-
instance$
|
5922
|
-
create_fragment$
|
5921
|
+
instance$16,
|
5922
|
+
create_fragment$16,
|
5923
5923
|
safe_not_equal,
|
5924
5924
|
{
|
5925
5925
|
src: 0,
|
@@ -5931,18 +5931,18 @@ class ImageElement extends SvelteComponent {
|
|
5931
5931
|
_imageStyle: 6,
|
5932
5932
|
_style: 7
|
5933
5933
|
},
|
5934
|
-
add_css$
|
5934
|
+
add_css$z
|
5935
5935
|
);
|
5936
5936
|
}
|
5937
5937
|
}
|
5938
5938
|
|
5939
5939
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5940
5940
|
|
5941
|
-
function add_css$
|
5941
|
+
function add_css$y(target) {
|
5942
5942
|
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5943
5943
|
}
|
5944
5944
|
|
5945
|
-
function create_fragment$
|
5945
|
+
function create_fragment$15(ctx) {
|
5946
5946
|
let div;
|
5947
5947
|
let current;
|
5948
5948
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -6002,7 +6002,7 @@ function create_fragment$14(ctx) {
|
|
6002
6002
|
|
6003
6003
|
const LIST_CONTEXT_KEY = Symbol();
|
6004
6004
|
|
6005
|
-
function instance$
|
6005
|
+
function instance$15($$self, $$props, $$invalidate) {
|
6006
6006
|
let style;
|
6007
6007
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6008
6008
|
let { direction = 'vertical' } = $$props;
|
@@ -6069,8 +6069,8 @@ class List extends SvelteComponent {
|
|
6069
6069
|
init(
|
6070
6070
|
this,
|
6071
6071
|
options,
|
6072
|
-
instance$
|
6073
|
-
create_fragment$
|
6072
|
+
instance$15,
|
6073
|
+
create_fragment$15,
|
6074
6074
|
safe_not_equal,
|
6075
6075
|
{
|
6076
6076
|
direction: 1,
|
@@ -6078,19 +6078,19 @@ class List extends SvelteComponent {
|
|
6078
6078
|
background: 3,
|
6079
6079
|
_style: 4
|
6080
6080
|
},
|
6081
|
-
add_css$
|
6081
|
+
add_css$y
|
6082
6082
|
);
|
6083
6083
|
}
|
6084
6084
|
}
|
6085
6085
|
|
6086
6086
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6087
6087
|
|
6088
|
-
function add_css$
|
6088
|
+
function add_css$x(target) {
|
6089
6089
|
append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6090
6090
|
}
|
6091
6091
|
|
6092
6092
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
6093
|
-
function create_default_slot$
|
6093
|
+
function create_default_slot$c(ctx) {
|
6094
6094
|
let current;
|
6095
6095
|
const default_slot_template = /*#slots*/ ctx[5].default;
|
6096
6096
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[6], null);
|
@@ -6137,7 +6137,7 @@ function create_default_slot$a(ctx) {
|
|
6137
6137
|
};
|
6138
6138
|
}
|
6139
6139
|
|
6140
|
-
function create_fragment$
|
6140
|
+
function create_fragment$14(ctx) {
|
6141
6141
|
let div;
|
6142
6142
|
let button;
|
6143
6143
|
let current;
|
@@ -6147,7 +6147,7 @@ function create_fragment$13(ctx) {
|
|
6147
6147
|
onClick: /*onClick*/ ctx[0],
|
6148
6148
|
style: /*_style*/ ctx[2],
|
6149
6149
|
eventName: /*clickEventName*/ ctx[1],
|
6150
|
-
$$slots: { default: [create_default_slot$
|
6150
|
+
$$slots: { default: [create_default_slot$c] },
|
6151
6151
|
$$scope: { ctx }
|
6152
6152
|
}
|
6153
6153
|
});
|
@@ -6196,7 +6196,7 @@ function create_fragment$13(ctx) {
|
|
6196
6196
|
};
|
6197
6197
|
}
|
6198
6198
|
|
6199
|
-
function instance$
|
6199
|
+
function instance$14($$self, $$props, $$invalidate) {
|
6200
6200
|
let listItemStyle;
|
6201
6201
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6202
6202
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6275,17 +6275,17 @@ function instance$13($$self, $$props, $$invalidate) {
|
|
6275
6275
|
class ListItem extends SvelteComponent {
|
6276
6276
|
constructor(options) {
|
6277
6277
|
super();
|
6278
|
-
init(this, options, instance$
|
6278
|
+
init(this, options, instance$14, create_fragment$14, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$x);
|
6279
6279
|
}
|
6280
6280
|
}
|
6281
6281
|
|
6282
6282
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6283
6283
|
|
6284
|
-
function add_css$
|
6284
|
+
function add_css$w(target) {
|
6285
6285
|
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6286
6286
|
}
|
6287
6287
|
|
6288
|
-
function create_fragment$
|
6288
|
+
function create_fragment$13(ctx) {
|
6289
6289
|
let div;
|
6290
6290
|
|
6291
6291
|
return {
|
@@ -6312,7 +6312,7 @@ function create_fragment$12(ctx) {
|
|
6312
6312
|
};
|
6313
6313
|
}
|
6314
6314
|
|
6315
|
-
function instance$
|
6315
|
+
function instance$13($$self, $$props, $$invalidate) {
|
6316
6316
|
let { code } = $$props;
|
6317
6317
|
let { _style = '' } = $$props;
|
6318
6318
|
|
@@ -6327,17 +6327,17 @@ function instance$12($$self, $$props, $$invalidate) {
|
|
6327
6327
|
class EmbedElement extends SvelteComponent {
|
6328
6328
|
constructor(options) {
|
6329
6329
|
super();
|
6330
|
-
init(this, options, instance$
|
6330
|
+
init(this, options, instance$13, create_fragment$13, safe_not_equal, { code: 0, _style: 1 }, add_css$w);
|
6331
6331
|
}
|
6332
6332
|
}
|
6333
6333
|
|
6334
6334
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6335
6335
|
|
6336
|
-
function add_css$
|
6336
|
+
function add_css$v(target) {
|
6337
6337
|
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6338
6338
|
}
|
6339
6339
|
|
6340
|
-
function create_fragment$
|
6340
|
+
function create_fragment$12(ctx) {
|
6341
6341
|
let div1;
|
6342
6342
|
let div0;
|
6343
6343
|
|
@@ -6378,7 +6378,7 @@ function _setValue(obj, key, value) {
|
|
6378
6378
|
}
|
6379
6379
|
}
|
6380
6380
|
|
6381
|
-
function instance$
|
6381
|
+
function instance$12($$self, $$props, $$invalidate) {
|
6382
6382
|
let $system;
|
6383
6383
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6384
6384
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6649,8 +6649,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6649
6649
|
init(
|
6650
6650
|
this,
|
6651
6651
|
options,
|
6652
|
-
instance$
|
6653
|
-
create_fragment$
|
6652
|
+
instance$12,
|
6653
|
+
create_fragment$12,
|
6654
6654
|
safe_not_equal,
|
6655
6655
|
{
|
6656
6656
|
videoId: 2,
|
@@ -6679,7 +6679,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6679
6679
|
mute: 25,
|
6680
6680
|
_style: 0
|
6681
6681
|
},
|
6682
|
-
add_css$
|
6682
|
+
add_css$v,
|
6683
6683
|
[-1, -1]
|
6684
6684
|
);
|
6685
6685
|
}
|
@@ -6687,11 +6687,11 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6687
6687
|
|
6688
6688
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6689
6689
|
|
6690
|
-
function add_css$
|
6690
|
+
function add_css$u(target) {
|
6691
6691
|
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6692
6692
|
}
|
6693
6693
|
|
6694
|
-
function create_fragment$
|
6694
|
+
function create_fragment$11(ctx) {
|
6695
6695
|
let div1;
|
6696
6696
|
let div0;
|
6697
6697
|
|
@@ -6722,7 +6722,7 @@ function create_fragment$10(ctx) {
|
|
6722
6722
|
};
|
6723
6723
|
}
|
6724
6724
|
|
6725
|
-
function instance$
|
6725
|
+
function instance$11($$self, $$props, $$invalidate) {
|
6726
6726
|
let $system;
|
6727
6727
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6728
6728
|
let { videoId = "201239468" } = $$props;
|
@@ -6865,8 +6865,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6865
6865
|
init(
|
6866
6866
|
this,
|
6867
6867
|
options,
|
6868
|
-
instance$
|
6869
|
-
create_fragment$
|
6868
|
+
instance$11,
|
6869
|
+
create_fragment$11,
|
6870
6870
|
safe_not_equal,
|
6871
6871
|
{
|
6872
6872
|
videoId: 2,
|
@@ -6876,18 +6876,18 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6876
6876
|
mute: 6,
|
6877
6877
|
_style: 0
|
6878
6878
|
},
|
6879
|
-
add_css$
|
6879
|
+
add_css$u
|
6880
6880
|
);
|
6881
6881
|
}
|
6882
6882
|
}
|
6883
6883
|
|
6884
6884
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6885
6885
|
|
6886
|
-
function add_css$
|
6886
|
+
function add_css$t(target) {
|
6887
6887
|
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
6888
6888
|
}
|
6889
6889
|
|
6890
|
-
function create_fragment
|
6890
|
+
function create_fragment$10(ctx) {
|
6891
6891
|
let div;
|
6892
6892
|
let textarea;
|
6893
6893
|
let mounted;
|
@@ -6945,7 +6945,7 @@ function create_fragment$$(ctx) {
|
|
6945
6945
|
};
|
6946
6946
|
}
|
6947
6947
|
|
6948
|
-
function instance
|
6948
|
+
function instance$10($$self, $$props, $$invalidate) {
|
6949
6949
|
let style;
|
6950
6950
|
let styleVariables;
|
6951
6951
|
let $value;
|
@@ -7033,8 +7033,8 @@ class FormTextarea extends SvelteComponent {
|
|
7033
7033
|
init(
|
7034
7034
|
this,
|
7035
7035
|
options,
|
7036
|
-
instance
|
7037
|
-
create_fragment
|
7036
|
+
instance$10,
|
7037
|
+
create_fragment$10,
|
7038
7038
|
safe_not_equal,
|
7039
7039
|
{
|
7040
7040
|
name: 7,
|
@@ -7046,14 +7046,14 @@ class FormTextarea extends SvelteComponent {
|
|
7046
7046
|
_textStyle: 11,
|
7047
7047
|
_placeholderStyle: 12
|
7048
7048
|
},
|
7049
|
-
add_css$
|
7049
|
+
add_css$t
|
7050
7050
|
);
|
7051
7051
|
}
|
7052
7052
|
}
|
7053
7053
|
|
7054
7054
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7055
7055
|
|
7056
|
-
function add_css$
|
7056
|
+
function add_css$s(target) {
|
7057
7057
|
append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-17s08g:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17s08g{margin-left:0.5em}");
|
7058
7058
|
}
|
7059
7059
|
|
@@ -7143,7 +7143,7 @@ function create_each_block$6(ctx) {
|
|
7143
7143
|
};
|
7144
7144
|
}
|
7145
7145
|
|
7146
|
-
function create_fragment
|
7146
|
+
function create_fragment$$(ctx) {
|
7147
7147
|
let div;
|
7148
7148
|
let each_value = /*_options*/ ctx[4];
|
7149
7149
|
let each_blocks = [];
|
@@ -7207,7 +7207,7 @@ function create_fragment$_(ctx) {
|
|
7207
7207
|
};
|
7208
7208
|
}
|
7209
7209
|
|
7210
|
-
function instance
|
7210
|
+
function instance$$($$self, $$props, $$invalidate) {
|
7211
7211
|
let _options;
|
7212
7212
|
let buttonStyle;
|
7213
7213
|
let _value;
|
@@ -7307,8 +7307,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7307
7307
|
init(
|
7308
7308
|
this,
|
7309
7309
|
options,
|
7310
|
-
instance
|
7311
|
-
create_fragment
|
7310
|
+
instance$$,
|
7311
|
+
create_fragment$$,
|
7312
7312
|
safe_not_equal,
|
7313
7313
|
{
|
7314
7314
|
name: 0,
|
@@ -7321,14 +7321,14 @@ class FormRadioButtons extends SvelteComponent {
|
|
7321
7321
|
buttonColor: 13,
|
7322
7322
|
buttonColorActive: 14
|
7323
7323
|
},
|
7324
|
-
add_css$
|
7324
|
+
add_css$s
|
7325
7325
|
);
|
7326
7326
|
}
|
7327
7327
|
}
|
7328
7328
|
|
7329
7329
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7330
7330
|
|
7331
|
-
function add_css$
|
7331
|
+
function add_css$r(target) {
|
7332
7332
|
append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-t9ynyj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-t9ynyj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
7333
7333
|
}
|
7334
7334
|
|
@@ -7360,7 +7360,7 @@ function create_else_block$2(ctx) {
|
|
7360
7360
|
}
|
7361
7361
|
|
7362
7362
|
// (105:10) {#if option}
|
7363
|
-
function create_if_block$
|
7363
|
+
function create_if_block$c(ctx) {
|
7364
7364
|
let t_value = /*option*/ ctx[19] + "";
|
7365
7365
|
let t;
|
7366
7366
|
|
@@ -7388,7 +7388,7 @@ function create_each_block$5(ctx) {
|
|
7388
7388
|
let option_selected_value;
|
7389
7389
|
|
7390
7390
|
function select_block_type(ctx, dirty) {
|
7391
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7391
|
+
if (/*option*/ ctx[19]) return create_if_block$c;
|
7392
7392
|
return create_else_block$2;
|
7393
7393
|
}
|
7394
7394
|
|
@@ -7438,7 +7438,7 @@ function create_each_block$5(ctx) {
|
|
7438
7438
|
};
|
7439
7439
|
}
|
7440
7440
|
|
7441
|
-
function create_fragment$
|
7441
|
+
function create_fragment$_(ctx) {
|
7442
7442
|
let div1;
|
7443
7443
|
let select;
|
7444
7444
|
let t;
|
@@ -7528,7 +7528,7 @@ function create_fragment$Z(ctx) {
|
|
7528
7528
|
};
|
7529
7529
|
}
|
7530
7530
|
|
7531
|
-
function instance$
|
7531
|
+
function instance$_($$self, $$props, $$invalidate) {
|
7532
7532
|
let _options;
|
7533
7533
|
let style;
|
7534
7534
|
let styleVariables;
|
@@ -7644,8 +7644,8 @@ class FormSelect extends SvelteComponent {
|
|
7644
7644
|
init(
|
7645
7645
|
this,
|
7646
7646
|
options,
|
7647
|
-
instance$
|
7648
|
-
create_fragment$
|
7647
|
+
instance$_,
|
7648
|
+
create_fragment$_,
|
7649
7649
|
safe_not_equal,
|
7650
7650
|
{
|
7651
7651
|
name: 7,
|
@@ -7660,14 +7660,14 @@ class FormSelect extends SvelteComponent {
|
|
7660
7660
|
iconColor: 15,
|
7661
7661
|
iconSize: 16
|
7662
7662
|
},
|
7663
|
-
add_css$
|
7663
|
+
add_css$r
|
7664
7664
|
);
|
7665
7665
|
}
|
7666
7666
|
}
|
7667
7667
|
|
7668
7668
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7669
7669
|
|
7670
|
-
function add_css$
|
7670
|
+
function add_css$q(target) {
|
7671
7671
|
append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7672
7672
|
}
|
7673
7673
|
|
@@ -7773,7 +7773,7 @@ function create_each_block$4(ctx) {
|
|
7773
7773
|
};
|
7774
7774
|
}
|
7775
7775
|
|
7776
|
-
function create_fragment$
|
7776
|
+
function create_fragment$Z(ctx) {
|
7777
7777
|
let div;
|
7778
7778
|
let each_value = /*_options*/ ctx[3];
|
7779
7779
|
let each_blocks = [];
|
@@ -7837,7 +7837,7 @@ function create_fragment$Y(ctx) {
|
|
7837
7837
|
};
|
7838
7838
|
}
|
7839
7839
|
|
7840
|
-
function instance$
|
7840
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
7841
7841
|
let _options;
|
7842
7842
|
let styleVariables;
|
7843
7843
|
let isCheckedArray;
|
@@ -7943,8 +7943,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7943
7943
|
init(
|
7944
7944
|
this,
|
7945
7945
|
options,
|
7946
|
-
instance$
|
7947
|
-
create_fragment$
|
7946
|
+
instance$Z,
|
7947
|
+
create_fragment$Z,
|
7948
7948
|
safe_not_equal,
|
7949
7949
|
{
|
7950
7950
|
name: 0,
|
@@ -7957,14 +7957,14 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7957
7957
|
buttonColor: 13,
|
7958
7958
|
buttonColorActive: 14
|
7959
7959
|
},
|
7960
|
-
add_css$
|
7960
|
+
add_css$q
|
7961
7961
|
);
|
7962
7962
|
}
|
7963
7963
|
}
|
7964
7964
|
|
7965
7965
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7966
7966
|
|
7967
|
-
function add_css$
|
7967
|
+
function add_css$p(target) {
|
7968
7968
|
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
7969
7969
|
}
|
7970
7970
|
|
@@ -8021,7 +8021,7 @@ function create_each_block$3(ctx) {
|
|
8021
8021
|
};
|
8022
8022
|
}
|
8023
8023
|
|
8024
|
-
function create_fragment$
|
8024
|
+
function create_fragment$Y(ctx) {
|
8025
8025
|
let div;
|
8026
8026
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
8027
8027
|
let each_blocks = [];
|
@@ -8080,7 +8080,7 @@ function create_fragment$X(ctx) {
|
|
8080
8080
|
};
|
8081
8081
|
}
|
8082
8082
|
|
8083
|
-
function instance$
|
8083
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
8084
8084
|
let _value;
|
8085
8085
|
let $value;
|
8086
8086
|
let { name = '' } = $$props;
|
@@ -8162,8 +8162,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8162
8162
|
init(
|
8163
8163
|
this,
|
8164
8164
|
options,
|
8165
|
-
instance$
|
8166
|
-
create_fragment$
|
8165
|
+
instance$Y,
|
8166
|
+
create_fragment$Y,
|
8167
8167
|
safe_not_equal,
|
8168
8168
|
{
|
8169
8169
|
name: 6,
|
@@ -8174,14 +8174,14 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8174
8174
|
buttonStyle: 9,
|
8175
8175
|
buttonActiveStyle: 10
|
8176
8176
|
},
|
8177
|
-
add_css$
|
8177
|
+
add_css$p
|
8178
8178
|
);
|
8179
8179
|
}
|
8180
8180
|
}
|
8181
8181
|
|
8182
8182
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8183
8183
|
|
8184
|
-
function add_css$
|
8184
|
+
function add_css$o(target) {
|
8185
8185
|
append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
|
8186
8186
|
}
|
8187
8187
|
|
@@ -8241,7 +8241,7 @@ function create_each_block$2(ctx) {
|
|
8241
8241
|
};
|
8242
8242
|
}
|
8243
8243
|
|
8244
|
-
function create_fragment$
|
8244
|
+
function create_fragment$X(ctx) {
|
8245
8245
|
let div;
|
8246
8246
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8247
8247
|
let each_blocks = [];
|
@@ -8303,7 +8303,7 @@ function create_fragment$W(ctx) {
|
|
8303
8303
|
const count = 5;
|
8304
8304
|
const func = i => i + 1;
|
8305
8305
|
|
8306
|
-
function instance$
|
8306
|
+
function instance$X($$self, $$props, $$invalidate) {
|
8307
8307
|
let _value;
|
8308
8308
|
let buttonStyle;
|
8309
8309
|
let $value;
|
@@ -8359,17 +8359,17 @@ function instance$W($$self, $$props, $$invalidate) {
|
|
8359
8359
|
class FormRatingButtonsFace extends SvelteComponent {
|
8360
8360
|
constructor(options) {
|
8361
8361
|
super();
|
8362
|
-
init(this, options, instance$
|
8362
|
+
init(this, options, instance$X, create_fragment$X, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$o);
|
8363
8363
|
}
|
8364
8364
|
}
|
8365
8365
|
|
8366
8366
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8367
8367
|
|
8368
|
-
function add_css$
|
8368
|
+
function add_css$n(target) {
|
8369
8369
|
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8370
8370
|
}
|
8371
8371
|
|
8372
|
-
function create_fragment$
|
8372
|
+
function create_fragment$W(ctx) {
|
8373
8373
|
let div;
|
8374
8374
|
let input;
|
8375
8375
|
let input_class_value;
|
@@ -8433,7 +8433,7 @@ function create_fragment$V(ctx) {
|
|
8433
8433
|
};
|
8434
8434
|
}
|
8435
8435
|
|
8436
|
-
function instance$
|
8436
|
+
function instance$W($$self, $$props, $$invalidate) {
|
8437
8437
|
let style;
|
8438
8438
|
let styleVariables;
|
8439
8439
|
let isValidForUI;
|
@@ -8564,8 +8564,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8564
8564
|
init(
|
8565
8565
|
this,
|
8566
8566
|
options,
|
8567
|
-
instance$
|
8568
|
-
create_fragment$
|
8567
|
+
instance$W,
|
8568
|
+
create_fragment$W,
|
8569
8569
|
safe_not_equal,
|
8570
8570
|
{
|
8571
8571
|
field: 9,
|
@@ -8579,18 +8579,18 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8579
8579
|
_textStyle: 15,
|
8580
8580
|
_placeholderStyle: 16
|
8581
8581
|
},
|
8582
|
-
add_css$
|
8582
|
+
add_css$n
|
8583
8583
|
);
|
8584
8584
|
}
|
8585
8585
|
}
|
8586
8586
|
|
8587
8587
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8588
8588
|
|
8589
|
-
function add_css$
|
8589
|
+
function add_css$m(target) {
|
8590
8590
|
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
8591
8591
|
}
|
8592
8592
|
|
8593
|
-
function create_fragment$
|
8593
|
+
function create_fragment$V(ctx) {
|
8594
8594
|
let div;
|
8595
8595
|
let label0;
|
8596
8596
|
let input0;
|
@@ -8703,7 +8703,7 @@ function create_fragment$U(ctx) {
|
|
8703
8703
|
};
|
8704
8704
|
}
|
8705
8705
|
|
8706
|
-
function instance$
|
8706
|
+
function instance$V($$self, $$props, $$invalidate) {
|
8707
8707
|
let buttonStyle;
|
8708
8708
|
let $value;
|
8709
8709
|
let { field = 'subscription' } = $$props;
|
@@ -8785,8 +8785,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8785
8785
|
init(
|
8786
8786
|
this,
|
8787
8787
|
options,
|
8788
|
-
instance$
|
8789
|
-
create_fragment$
|
8788
|
+
instance$V,
|
8789
|
+
create_fragment$V,
|
8790
8790
|
safe_not_equal,
|
8791
8791
|
{
|
8792
8792
|
field: 6,
|
@@ -8798,14 +8798,14 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8798
8798
|
buttonColor: 10,
|
8799
8799
|
buttonColorActive: 11
|
8800
8800
|
},
|
8801
|
-
add_css$
|
8801
|
+
add_css$m
|
8802
8802
|
);
|
8803
8803
|
}
|
8804
8804
|
}
|
8805
8805
|
|
8806
8806
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8807
8807
|
|
8808
|
-
function add_css$
|
8808
|
+
function add_css$l(target) {
|
8809
8809
|
append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
|
8810
8810
|
}
|
8811
8811
|
|
@@ -8868,7 +8868,7 @@ function create_if_block_1$2(ctx) {
|
|
8868
8868
|
}
|
8869
8869
|
|
8870
8870
|
// (380:2) {#if isVisibleNextButton}
|
8871
|
-
function create_if_block$
|
8871
|
+
function create_if_block$b(ctx) {
|
8872
8872
|
let div;
|
8873
8873
|
let button;
|
8874
8874
|
let svg;
|
@@ -8970,7 +8970,7 @@ function create_each_block$1(ctx) {
|
|
8970
8970
|
};
|
8971
8971
|
}
|
8972
8972
|
|
8973
|
-
function create_fragment$
|
8973
|
+
function create_fragment$U(ctx) {
|
8974
8974
|
let div3;
|
8975
8975
|
let div1;
|
8976
8976
|
let div0;
|
@@ -8983,7 +8983,7 @@ function create_fragment$T(ctx) {
|
|
8983
8983
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
8984
8984
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
8985
8985
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$2(ctx);
|
8986
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
8986
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$b(ctx);
|
8987
8987
|
let each_value = /*items*/ ctx[1];
|
8988
8988
|
let each_blocks = [];
|
8989
8989
|
|
@@ -9093,7 +9093,7 @@ function create_fragment$T(ctx) {
|
|
9093
9093
|
if (if_block1) {
|
9094
9094
|
if_block1.p(ctx, dirty);
|
9095
9095
|
} else {
|
9096
|
-
if_block1 = create_if_block$
|
9096
|
+
if_block1 = create_if_block$b(ctx);
|
9097
9097
|
if_block1.c();
|
9098
9098
|
if_block1.m(div3, t2);
|
9099
9099
|
}
|
@@ -9165,7 +9165,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9165
9165
|
}
|
9166
9166
|
}
|
9167
9167
|
|
9168
|
-
function instance$
|
9168
|
+
function instance$U($$self, $$props, $$invalidate) {
|
9169
9169
|
let slideStyle;
|
9170
9170
|
let slideClass;
|
9171
9171
|
let _loop;
|
@@ -9618,8 +9618,8 @@ class Slide extends SvelteComponent {
|
|
9618
9618
|
init(
|
9619
9619
|
this,
|
9620
9620
|
options,
|
9621
|
-
instance$
|
9622
|
-
create_fragment$
|
9621
|
+
instance$U,
|
9622
|
+
create_fragment$U,
|
9623
9623
|
safe_not_equal,
|
9624
9624
|
{
|
9625
9625
|
loop: 18,
|
@@ -9633,7 +9633,7 @@ class Slide extends SvelteComponent {
|
|
9633
9633
|
navigationButton: 25,
|
9634
9634
|
navigationEdgePosition: 26
|
9635
9635
|
},
|
9636
|
-
add_css$
|
9636
|
+
add_css$l,
|
9637
9637
|
[-1, -1, -1]
|
9638
9638
|
);
|
9639
9639
|
}
|
@@ -9641,11 +9641,11 @@ class Slide extends SvelteComponent {
|
|
9641
9641
|
|
9642
9642
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9643
9643
|
|
9644
|
-
function add_css$
|
9644
|
+
function add_css$k(target) {
|
9645
9645
|
append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
9646
9646
|
}
|
9647
9647
|
|
9648
|
-
function create_fragment$
|
9648
|
+
function create_fragment$T(ctx) {
|
9649
9649
|
let div1;
|
9650
9650
|
let div0;
|
9651
9651
|
let current;
|
@@ -9712,7 +9712,7 @@ function create_fragment$S(ctx) {
|
|
9712
9712
|
};
|
9713
9713
|
}
|
9714
9714
|
|
9715
|
-
function instance$
|
9715
|
+
function instance$T($$self, $$props, $$invalidate) {
|
9716
9716
|
let itemStyle;
|
9717
9717
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9718
9718
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -9778,20 +9778,20 @@ function instance$S($$self, $$props, $$invalidate) {
|
|
9778
9778
|
class SlideItem extends SvelteComponent {
|
9779
9779
|
constructor(options) {
|
9780
9780
|
super();
|
9781
|
-
init(this, options, instance$
|
9781
|
+
init(this, options, instance$T, create_fragment$T, safe_not_equal, { _style: 0 }, add_css$k);
|
9782
9782
|
}
|
9783
9783
|
}
|
9784
9784
|
|
9785
9785
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9786
9786
|
|
9787
|
-
function add_css$
|
9787
|
+
function add_css$j(target) {
|
9788
9788
|
append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9789
9789
|
}
|
9790
9790
|
|
9791
9791
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
9792
9792
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
9793
9793
|
|
9794
|
-
function create_fragment$
|
9794
|
+
function create_fragment$S(ctx) {
|
9795
9795
|
let div1;
|
9796
9796
|
let div0;
|
9797
9797
|
let current;
|
@@ -9871,7 +9871,7 @@ function formatTimeDiff(ms) {
|
|
9871
9871
|
};
|
9872
9872
|
}
|
9873
9873
|
|
9874
|
-
function instance$
|
9874
|
+
function instance$S($$self, $$props, $$invalidate) {
|
9875
9875
|
let countdown;
|
9876
9876
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9877
9877
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -9932,18 +9932,18 @@ function instance$R($$self, $$props, $$invalidate) {
|
|
9932
9932
|
class Countdown extends SvelteComponent {
|
9933
9933
|
constructor(options) {
|
9934
9934
|
super();
|
9935
|
-
init(this, options, instance$
|
9935
|
+
init(this, options, instance$S, create_fragment$S, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$j);
|
9936
9936
|
}
|
9937
9937
|
}
|
9938
9938
|
|
9939
9939
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9940
9940
|
|
9941
|
-
function add_css$
|
9941
|
+
function add_css$i(target) {
|
9942
9942
|
append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9943
9943
|
}
|
9944
9944
|
|
9945
9945
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
9946
|
-
function create_default_slot$
|
9946
|
+
function create_default_slot$b(ctx) {
|
9947
9947
|
let current;
|
9948
9948
|
const default_slot_template = /*#slots*/ ctx[3].default;
|
9949
9949
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
@@ -9990,7 +9990,7 @@ function create_default_slot$9(ctx) {
|
|
9990
9990
|
};
|
9991
9991
|
}
|
9992
9992
|
|
9993
|
-
function create_fragment$
|
9993
|
+
function create_fragment$R(ctx) {
|
9994
9994
|
let div;
|
9995
9995
|
let button;
|
9996
9996
|
let current;
|
@@ -10000,7 +10000,7 @@ function create_fragment$Q(ctx) {
|
|
10000
10000
|
onClick: /*onClick*/ ctx[0],
|
10001
10001
|
style: /*_style*/ ctx[2],
|
10002
10002
|
eventName: /*eventName*/ ctx[1],
|
10003
|
-
$$slots: { default: [create_default_slot$
|
10003
|
+
$$slots: { default: [create_default_slot$b] },
|
10004
10004
|
$$scope: { ctx }
|
10005
10005
|
}
|
10006
10006
|
});
|
@@ -10044,7 +10044,7 @@ function create_fragment$Q(ctx) {
|
|
10044
10044
|
};
|
10045
10045
|
}
|
10046
10046
|
|
10047
|
-
function instance$
|
10047
|
+
function instance$R($$self, $$props, $$invalidate) {
|
10048
10048
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10049
10049
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10050
10050
|
let { eventName = '' } = $$props;
|
@@ -10063,18 +10063,18 @@ function instance$Q($$self, $$props, $$invalidate) {
|
|
10063
10063
|
class Box extends SvelteComponent {
|
10064
10064
|
constructor(options) {
|
10065
10065
|
super();
|
10066
|
-
init(this, options, instance$
|
10066
|
+
init(this, options, instance$R, create_fragment$R, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$i);
|
10067
10067
|
}
|
10068
10068
|
}
|
10069
10069
|
|
10070
10070
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10071
10071
|
|
10072
|
-
function add_css$
|
10072
|
+
function add_css$h(target) {
|
10073
10073
|
append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10074
10074
|
}
|
10075
10075
|
|
10076
10076
|
// (56:4) {#if svg}
|
10077
|
-
function create_if_block$
|
10077
|
+
function create_if_block$a(ctx) {
|
10078
10078
|
let html_tag;
|
10079
10079
|
let html_anchor;
|
10080
10080
|
|
@@ -10099,9 +10099,9 @@ function create_if_block$8(ctx) {
|
|
10099
10099
|
}
|
10100
10100
|
|
10101
10101
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10102
|
-
function create_default_slot$
|
10102
|
+
function create_default_slot$a(ctx) {
|
10103
10103
|
let if_block_anchor;
|
10104
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10104
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$a(ctx);
|
10105
10105
|
|
10106
10106
|
return {
|
10107
10107
|
c() {
|
@@ -10117,7 +10117,7 @@ function create_default_slot$8(ctx) {
|
|
10117
10117
|
if (if_block) {
|
10118
10118
|
if_block.p(ctx, dirty);
|
10119
10119
|
} else {
|
10120
|
-
if_block = create_if_block$
|
10120
|
+
if_block = create_if_block$a(ctx);
|
10121
10121
|
if_block.c();
|
10122
10122
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10123
10123
|
}
|
@@ -10133,7 +10133,7 @@ function create_default_slot$8(ctx) {
|
|
10133
10133
|
};
|
10134
10134
|
}
|
10135
10135
|
|
10136
|
-
function create_fragment$
|
10136
|
+
function create_fragment$Q(ctx) {
|
10137
10137
|
let div;
|
10138
10138
|
let button;
|
10139
10139
|
let current;
|
@@ -10143,7 +10143,7 @@ function create_fragment$P(ctx) {
|
|
10143
10143
|
onClick: /*onClick*/ ctx[0],
|
10144
10144
|
style: /*style*/ ctx[2],
|
10145
10145
|
eventName: /*eventName*/ ctx[1],
|
10146
|
-
$$slots: { default: [create_default_slot$
|
10146
|
+
$$slots: { default: [create_default_slot$a] },
|
10147
10147
|
$$scope: { ctx }
|
10148
10148
|
}
|
10149
10149
|
});
|
@@ -10194,7 +10194,7 @@ function parseData(dataUrl) {
|
|
10194
10194
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10195
10195
|
}
|
10196
10196
|
|
10197
|
-
function instance$
|
10197
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
10198
10198
|
let svg;
|
10199
10199
|
let styleVariables;
|
10200
10200
|
let style;
|
@@ -10242,8 +10242,8 @@ class IconElement extends SvelteComponent {
|
|
10242
10242
|
init(
|
10243
10243
|
this,
|
10244
10244
|
options,
|
10245
|
-
instance$
|
10246
|
-
create_fragment$
|
10245
|
+
instance$Q,
|
10246
|
+
create_fragment$Q,
|
10247
10247
|
safe_not_equal,
|
10248
10248
|
{
|
10249
10249
|
icon: 4,
|
@@ -10253,18 +10253,18 @@ class IconElement extends SvelteComponent {
|
|
10253
10253
|
color: 6,
|
10254
10254
|
_style: 7
|
10255
10255
|
},
|
10256
|
-
add_css$
|
10256
|
+
add_css$h
|
10257
10257
|
);
|
10258
10258
|
}
|
10259
10259
|
}
|
10260
10260
|
|
10261
10261
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10262
10262
|
|
10263
|
-
function add_css$
|
10263
|
+
function add_css$g(target) {
|
10264
10264
|
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10265
10265
|
}
|
10266
10266
|
|
10267
|
-
function create_fragment$
|
10267
|
+
function create_fragment$P(ctx) {
|
10268
10268
|
let div;
|
10269
10269
|
let switch_instance;
|
10270
10270
|
let current;
|
@@ -10344,7 +10344,7 @@ function create_fragment$O(ctx) {
|
|
10344
10344
|
};
|
10345
10345
|
}
|
10346
10346
|
|
10347
|
-
function instance$
|
10347
|
+
function instance$P($$self, $$props, $$invalidate) {
|
10348
10348
|
let $data,
|
10349
10349
|
$$unsubscribe_data = noop,
|
10350
10350
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10369,17 +10369,17 @@ function instance$O($$self, $$props, $$invalidate) {
|
|
10369
10369
|
class CodeElement extends SvelteComponent {
|
10370
10370
|
constructor(options) {
|
10371
10371
|
super();
|
10372
|
-
init(this, options, instance$
|
10372
|
+
init(this, options, instance$P, create_fragment$P, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$g);
|
10373
10373
|
}
|
10374
10374
|
}
|
10375
10375
|
|
10376
10376
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10377
10377
|
|
10378
|
-
function add_css$
|
10378
|
+
function add_css$f(target) {
|
10379
10379
|
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10380
10380
|
}
|
10381
10381
|
|
10382
|
-
function create_fragment$
|
10382
|
+
function create_fragment$O(ctx) {
|
10383
10383
|
let div;
|
10384
10384
|
let div_style_value;
|
10385
10385
|
let current;
|
@@ -10444,7 +10444,7 @@ function getFlexContext() {
|
|
10444
10444
|
return getContext(FlexContextKey);
|
10445
10445
|
}
|
10446
10446
|
|
10447
|
-
function instance$
|
10447
|
+
function instance$O($$self, $$props, $$invalidate) {
|
10448
10448
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10449
10449
|
let { direction = 'row' } = $$props;
|
10450
10450
|
let { width = '100%' } = $$props;
|
@@ -10470,8 +10470,8 @@ class Flex extends SvelteComponent {
|
|
10470
10470
|
init(
|
10471
10471
|
this,
|
10472
10472
|
options,
|
10473
|
-
instance$
|
10474
|
-
create_fragment$
|
10473
|
+
instance$O,
|
10474
|
+
create_fragment$O,
|
10475
10475
|
safe_not_equal,
|
10476
10476
|
{
|
10477
10477
|
direction: 0,
|
@@ -10479,18 +10479,18 @@ class Flex extends SvelteComponent {
|
|
10479
10479
|
height: 2,
|
10480
10480
|
_style: 3
|
10481
10481
|
},
|
10482
|
-
add_css$
|
10482
|
+
add_css$f
|
10483
10483
|
);
|
10484
10484
|
}
|
10485
10485
|
}
|
10486
10486
|
|
10487
10487
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10488
10488
|
|
10489
|
-
function add_css$
|
10489
|
+
function add_css$e(target) {
|
10490
10490
|
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10491
10491
|
}
|
10492
10492
|
|
10493
|
-
function create_fragment$
|
10493
|
+
function create_fragment$N(ctx) {
|
10494
10494
|
let div;
|
10495
10495
|
let current;
|
10496
10496
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -10548,7 +10548,7 @@ function create_fragment$M(ctx) {
|
|
10548
10548
|
};
|
10549
10549
|
}
|
10550
10550
|
|
10551
|
-
function instance$
|
10551
|
+
function instance$N($$self, $$props, $$invalidate) {
|
10552
10552
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10553
10553
|
let { length } = $$props;
|
10554
10554
|
let { _style = '' } = $$props;
|
@@ -10591,7 +10591,7 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
10591
10591
|
class FlexItem extends SvelteComponent {
|
10592
10592
|
constructor(options) {
|
10593
10593
|
super();
|
10594
|
-
init(this, options, instance$
|
10594
|
+
init(this, options, instance$N, create_fragment$N, safe_not_equal, { length: 1, _style: 2 }, add_css$e);
|
10595
10595
|
}
|
10596
10596
|
}
|
10597
10597
|
|
@@ -10701,7 +10701,7 @@ function create_default_slot_1(ctx) {
|
|
10701
10701
|
}
|
10702
10702
|
|
10703
10703
|
// (106:0) <StateItem {path}>
|
10704
|
-
function create_default_slot$
|
10704
|
+
function create_default_slot$9(ctx) {
|
10705
10705
|
let modal;
|
10706
10706
|
let current;
|
10707
10707
|
|
@@ -10766,14 +10766,14 @@ function create_default_slot$7(ctx) {
|
|
10766
10766
|
};
|
10767
10767
|
}
|
10768
10768
|
|
10769
|
-
function create_fragment$
|
10769
|
+
function create_fragment$M(ctx) {
|
10770
10770
|
let stateitem;
|
10771
10771
|
let current;
|
10772
10772
|
|
10773
10773
|
stateitem = new StateItem({
|
10774
10774
|
props: {
|
10775
10775
|
path: /*path*/ ctx[0],
|
10776
|
-
$$slots: { default: [create_default_slot$
|
10776
|
+
$$slots: { default: [create_default_slot$9] },
|
10777
10777
|
$$scope: { ctx }
|
10778
10778
|
}
|
10779
10779
|
});
|
@@ -10811,7 +10811,7 @@ function create_fragment$L(ctx) {
|
|
10811
10811
|
};
|
10812
10812
|
}
|
10813
10813
|
|
10814
|
-
function instance$
|
10814
|
+
function instance$M($$self, $$props, $$invalidate) {
|
10815
10815
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10816
10816
|
let { path } = $$props;
|
10817
10817
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -10882,7 +10882,7 @@ class GridModalState extends SvelteComponent {
|
|
10882
10882
|
constructor(options) {
|
10883
10883
|
super();
|
10884
10884
|
|
10885
|
-
init(this, options, instance$
|
10885
|
+
init(this, options, instance$M, create_fragment$M, safe_not_equal, {
|
10886
10886
|
path: 0,
|
10887
10887
|
onClick: 1,
|
10888
10888
|
clickEventName: 2,
|
@@ -10907,11 +10907,11 @@ class GridModalState extends SvelteComponent {
|
|
10907
10907
|
|
10908
10908
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10909
10909
|
|
10910
|
-
function add_css$
|
10910
|
+
function add_css$d(target) {
|
10911
10911
|
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
10912
10912
|
}
|
10913
10913
|
|
10914
|
-
function create_fragment$
|
10914
|
+
function create_fragment$L(ctx) {
|
10915
10915
|
let div1;
|
10916
10916
|
let div0;
|
10917
10917
|
let rendertext;
|
@@ -10963,7 +10963,7 @@ function create_fragment$K(ctx) {
|
|
10963
10963
|
};
|
10964
10964
|
}
|
10965
10965
|
|
10966
|
-
function instance$
|
10966
|
+
function instance$L($$self, $$props, $$invalidate) {
|
10967
10967
|
let style;
|
10968
10968
|
let { text = 'サンプルSample' } = $$props;
|
10969
10969
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -10999,8 +10999,8 @@ class TextBlock extends SvelteComponent {
|
|
10999
10999
|
init(
|
11000
11000
|
this,
|
11001
11001
|
options,
|
11002
|
-
instance$
|
11003
|
-
create_fragment$
|
11002
|
+
instance$L,
|
11003
|
+
create_fragment$L,
|
11004
11004
|
safe_not_equal,
|
11005
11005
|
{
|
11006
11006
|
text: 0,
|
@@ -11009,18 +11009,18 @@ class TextBlock extends SvelteComponent {
|
|
11009
11009
|
textDirection: 1,
|
11010
11010
|
_style: 5
|
11011
11011
|
},
|
11012
|
-
add_css$
|
11012
|
+
add_css$d
|
11013
11013
|
);
|
11014
11014
|
}
|
11015
11015
|
}
|
11016
11016
|
|
11017
11017
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11018
11018
|
|
11019
|
-
function add_css$
|
11019
|
+
function add_css$c(target) {
|
11020
11020
|
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
11021
11021
|
}
|
11022
11022
|
|
11023
|
-
function create_fragment$
|
11023
|
+
function create_fragment$K(ctx) {
|
11024
11024
|
let div;
|
11025
11025
|
let button;
|
11026
11026
|
let rendertext;
|
@@ -11081,7 +11081,7 @@ function create_fragment$J(ctx) {
|
|
11081
11081
|
};
|
11082
11082
|
}
|
11083
11083
|
|
11084
|
-
function instance$
|
11084
|
+
function instance$K($$self, $$props, $$invalidate) {
|
11085
11085
|
let { text = 'ボタンラベル' } = $$props;
|
11086
11086
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11087
11087
|
|
@@ -11123,8 +11123,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11123
11123
|
init(
|
11124
11124
|
this,
|
11125
11125
|
options,
|
11126
|
-
instance$
|
11127
|
-
create_fragment$
|
11126
|
+
instance$K,
|
11127
|
+
create_fragment$K,
|
11128
11128
|
safe_not_equal,
|
11129
11129
|
{
|
11130
11130
|
text: 0,
|
@@ -11134,18 +11134,18 @@ class TextButtonBlock extends SvelteComponent {
|
|
11134
11134
|
_buttonStyle: 1,
|
11135
11135
|
_style: 2
|
11136
11136
|
},
|
11137
|
-
add_css$
|
11137
|
+
add_css$c
|
11138
11138
|
);
|
11139
11139
|
}
|
11140
11140
|
}
|
11141
11141
|
|
11142
11142
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11143
11143
|
|
11144
|
-
function add_css$
|
11144
|
+
function add_css$b(target) {
|
11145
11145
|
append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11146
11146
|
}
|
11147
11147
|
|
11148
|
-
function create_fragment$
|
11148
|
+
function create_fragment$J(ctx) {
|
11149
11149
|
let div;
|
11150
11150
|
let img;
|
11151
11151
|
let img_style_value;
|
@@ -11208,7 +11208,7 @@ function create_fragment$I(ctx) {
|
|
11208
11208
|
};
|
11209
11209
|
}
|
11210
11210
|
|
11211
|
-
function instance$
|
11211
|
+
function instance$J($$self, $$props, $$invalidate) {
|
11212
11212
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11213
11213
|
let { alt = 'No Image' } = $$props;
|
11214
11214
|
let { transport = false } = $$props;
|
@@ -11248,8 +11248,8 @@ class ImageBlock extends SvelteComponent {
|
|
11248
11248
|
init(
|
11249
11249
|
this,
|
11250
11250
|
options,
|
11251
|
-
instance$
|
11252
|
-
create_fragment$
|
11251
|
+
instance$J,
|
11252
|
+
create_fragment$J,
|
11253
11253
|
safe_not_equal,
|
11254
11254
|
{
|
11255
11255
|
src: 0,
|
@@ -11261,7 +11261,7 @@ class ImageBlock extends SvelteComponent {
|
|
11261
11261
|
_imageStyle: 4,
|
11262
11262
|
_style: 5
|
11263
11263
|
},
|
11264
|
-
add_css$
|
11264
|
+
add_css$b
|
11265
11265
|
);
|
11266
11266
|
}
|
11267
11267
|
}
|
@@ -11366,22 +11366,22 @@ const toCssOverflow = (p) => {
|
|
11366
11366
|
|
11367
11367
|
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
11368
11368
|
|
11369
|
-
function add_css$
|
11370
|
-
append_styles(target, "svelte-
|
11369
|
+
function add_css$a(target) {
|
11370
|
+
append_styles(target, "svelte-11ggi5s", ".clickable.svelte-11ggi5s:visited{color:inherit}.clickable.svelte-11ggi5s:enabled{cursor:pointer}.clickable.svelte-11ggi5s{text-decoration:none}");
|
11371
11371
|
}
|
11372
11372
|
|
11373
|
-
// (
|
11373
|
+
// (42:0) {:else}
|
11374
11374
|
function create_else_block$1(ctx) {
|
11375
11375
|
let button;
|
11376
11376
|
let current;
|
11377
11377
|
let mounted;
|
11378
11378
|
let dispose;
|
11379
|
-
const default_slot_template = /*#slots*/ ctx[
|
11380
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
11379
|
+
const default_slot_template = /*#slots*/ ctx[10].default;
|
11380
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
|
11381
11381
|
|
11382
11382
|
let button_levels = [
|
11383
11383
|
{ "data-layer-id": /*layerId*/ ctx[2] },
|
11384
|
-
{ class: /*fixedClass*/ ctx[
|
11384
|
+
{ class: /*fixedClass*/ ctx[4] },
|
11385
11385
|
{ style: /*style*/ ctx[1] },
|
11386
11386
|
dataAttrStopPropagation('click')
|
11387
11387
|
];
|
@@ -11397,7 +11397,7 @@ function create_else_block$1(ctx) {
|
|
11397
11397
|
button = element("button");
|
11398
11398
|
if (default_slot) default_slot.c();
|
11399
11399
|
set_attributes(button, button_data);
|
11400
|
-
toggle_class(button, "svelte-
|
11400
|
+
toggle_class(button, "svelte-11ggi5s", true);
|
11401
11401
|
},
|
11402
11402
|
m(target, anchor) {
|
11403
11403
|
insert(target, button, anchor);
|
@@ -11410,21 +11410,21 @@ function create_else_block$1(ctx) {
|
|
11410
11410
|
current = true;
|
11411
11411
|
|
11412
11412
|
if (!mounted) {
|
11413
|
-
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[
|
11413
|
+
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[5]));
|
11414
11414
|
mounted = true;
|
11415
11415
|
}
|
11416
11416
|
},
|
11417
11417
|
p(ctx, dirty) {
|
11418
11418
|
if (default_slot) {
|
11419
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
11419
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
|
11420
11420
|
update_slot_base(
|
11421
11421
|
default_slot,
|
11422
11422
|
default_slot_template,
|
11423
11423
|
ctx,
|
11424
|
-
/*$$scope*/ ctx[
|
11424
|
+
/*$$scope*/ ctx[9],
|
11425
11425
|
!current
|
11426
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
11427
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
11426
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
|
11427
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
|
11428
11428
|
null
|
11429
11429
|
);
|
11430
11430
|
}
|
@@ -11432,12 +11432,12 @@ function create_else_block$1(ctx) {
|
|
11432
11432
|
|
11433
11433
|
set_attributes(button, button_data = get_spread_update(button_levels, [
|
11434
11434
|
(!current || dirty & /*layerId*/ 4) && { "data-layer-id": /*layerId*/ ctx[2] },
|
11435
|
-
(!current || dirty & /*fixedClass*/
|
11435
|
+
(!current || dirty & /*fixedClass*/ 16) && { class: /*fixedClass*/ ctx[4] },
|
11436
11436
|
(!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
|
11437
11437
|
dataAttrStopPropagation('click')
|
11438
11438
|
]));
|
11439
11439
|
|
11440
|
-
toggle_class(button, "svelte-
|
11440
|
+
toggle_class(button, "svelte-11ggi5s", true);
|
11441
11441
|
},
|
11442
11442
|
i(local) {
|
11443
11443
|
if (current) return;
|
@@ -11457,89 +11457,74 @@ function create_else_block$1(ctx) {
|
|
11457
11457
|
};
|
11458
11458
|
}
|
11459
11459
|
|
11460
|
-
// (
|
11460
|
+
// (33:39)
|
11461
11461
|
function create_if_block_1$1(ctx) {
|
11462
|
-
let
|
11463
|
-
let
|
11462
|
+
let previous_tag = /*element*/ ctx[3];
|
11463
|
+
let svelte_element_anchor;
|
11464
11464
|
let current;
|
11465
|
-
|
11466
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
|
11465
|
+
let svelte_element = /*element*/ ctx[3] && create_dynamic_element(ctx);
|
11467
11466
|
|
11468
11467
|
return {
|
11469
11468
|
c() {
|
11470
|
-
|
11471
|
-
|
11472
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
11473
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"));
|
11474
|
-
attr(div, "style", /*style*/ ctx[1]);
|
11469
|
+
if (svelte_element) svelte_element.c();
|
11470
|
+
svelte_element_anchor = empty();
|
11475
11471
|
},
|
11476
11472
|
m(target, anchor) {
|
11477
|
-
|
11478
|
-
|
11479
|
-
if (default_slot) {
|
11480
|
-
default_slot.m(div, null);
|
11481
|
-
}
|
11482
|
-
|
11473
|
+
if (svelte_element) svelte_element.m(target, anchor);
|
11474
|
+
insert(target, svelte_element_anchor, anchor);
|
11483
11475
|
current = true;
|
11484
11476
|
},
|
11485
11477
|
p(ctx, dirty) {
|
11486
|
-
if (
|
11487
|
-
if (
|
11488
|
-
|
11489
|
-
|
11490
|
-
|
11491
|
-
|
11492
|
-
|
11493
|
-
|
11494
|
-
|
11495
|
-
|
11496
|
-
|
11497
|
-
);
|
11478
|
+
if (/*element*/ ctx[3]) {
|
11479
|
+
if (!previous_tag) {
|
11480
|
+
svelte_element = create_dynamic_element(ctx);
|
11481
|
+
svelte_element.c();
|
11482
|
+
svelte_element.m(svelte_element_anchor.parentNode, svelte_element_anchor);
|
11483
|
+
} else if (safe_not_equal(previous_tag, /*element*/ ctx[3])) {
|
11484
|
+
svelte_element.d(1);
|
11485
|
+
svelte_element = create_dynamic_element(ctx);
|
11486
|
+
svelte_element.c();
|
11487
|
+
svelte_element.m(svelte_element_anchor.parentNode, svelte_element_anchor);
|
11488
|
+
} else {
|
11489
|
+
svelte_element.p(ctx, dirty);
|
11498
11490
|
}
|
11491
|
+
} else if (previous_tag) {
|
11492
|
+
svelte_element.d(1);
|
11493
|
+
svelte_element = null;
|
11499
11494
|
}
|
11500
11495
|
|
11501
|
-
|
11502
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
11503
|
-
}
|
11504
|
-
|
11505
|
-
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"))) {
|
11506
|
-
attr(div, "class", div_class_value);
|
11507
|
-
}
|
11508
|
-
|
11509
|
-
if (!current || dirty & /*style*/ 2) {
|
11510
|
-
attr(div, "style", /*style*/ ctx[1]);
|
11511
|
-
}
|
11496
|
+
previous_tag = /*element*/ ctx[3];
|
11512
11497
|
},
|
11513
11498
|
i(local) {
|
11514
11499
|
if (current) return;
|
11515
|
-
transition_in(
|
11500
|
+
transition_in(svelte_element);
|
11516
11501
|
current = true;
|
11517
11502
|
},
|
11518
11503
|
o(local) {
|
11519
|
-
transition_out(
|
11504
|
+
transition_out(svelte_element);
|
11520
11505
|
current = false;
|
11521
11506
|
},
|
11522
11507
|
d(detaching) {
|
11523
|
-
if (detaching) detach(
|
11524
|
-
if (
|
11508
|
+
if (detaching) detach(svelte_element_anchor);
|
11509
|
+
if (svelte_element) svelte_element.d(detaching);
|
11525
11510
|
}
|
11526
11511
|
};
|
11527
11512
|
}
|
11528
11513
|
|
11529
|
-
// (
|
11530
|
-
function create_if_block$
|
11514
|
+
// (21:0) {#if onClick.operation === 'linkTo'}
|
11515
|
+
function create_if_block$9(ctx) {
|
11531
11516
|
let a;
|
11532
11517
|
let a_href_value;
|
11533
11518
|
let a_target_value;
|
11534
11519
|
let current;
|
11535
11520
|
let mounted;
|
11536
11521
|
let dispose;
|
11537
|
-
const default_slot_template = /*#slots*/ ctx[
|
11538
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
11522
|
+
const default_slot_template = /*#slots*/ ctx[10].default;
|
11523
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
|
11539
11524
|
|
11540
11525
|
let a_levels = [
|
11541
11526
|
{ "data-layer-id": /*layerId*/ ctx[2] },
|
11542
|
-
{ class: /*fixedClass*/ ctx[
|
11527
|
+
{ class: /*fixedClass*/ ctx[4] },
|
11543
11528
|
{ style: /*style*/ ctx[1] },
|
11544
11529
|
{
|
11545
11530
|
href: a_href_value = /*onClick*/ ctx[0].args[2]
|
@@ -11563,7 +11548,7 @@ function create_if_block$7(ctx) {
|
|
11563
11548
|
a = element("a");
|
11564
11549
|
if (default_slot) default_slot.c();
|
11565
11550
|
set_attributes(a, a_data);
|
11566
|
-
toggle_class(a, "svelte-
|
11551
|
+
toggle_class(a, "svelte-11ggi5s", true);
|
11567
11552
|
},
|
11568
11553
|
m(target, anchor) {
|
11569
11554
|
insert(target, a, anchor);
|
@@ -11575,21 +11560,21 @@ function create_if_block$7(ctx) {
|
|
11575
11560
|
current = true;
|
11576
11561
|
|
11577
11562
|
if (!mounted) {
|
11578
|
-
dispose = listen(a, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[
|
11563
|
+
dispose = listen(a, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[5])));
|
11579
11564
|
mounted = true;
|
11580
11565
|
}
|
11581
11566
|
},
|
11582
11567
|
p(ctx, dirty) {
|
11583
11568
|
if (default_slot) {
|
11584
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
11569
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
|
11585
11570
|
update_slot_base(
|
11586
11571
|
default_slot,
|
11587
11572
|
default_slot_template,
|
11588
11573
|
ctx,
|
11589
|
-
/*$$scope*/ ctx[
|
11574
|
+
/*$$scope*/ ctx[9],
|
11590
11575
|
!current
|
11591
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
11592
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
11576
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
|
11577
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
|
11593
11578
|
null
|
11594
11579
|
);
|
11595
11580
|
}
|
@@ -11597,7 +11582,7 @@ function create_if_block$7(ctx) {
|
|
11597
11582
|
|
11598
11583
|
set_attributes(a, a_data = get_spread_update(a_levels, [
|
11599
11584
|
(!current || dirty & /*layerId*/ 4) && { "data-layer-id": /*layerId*/ ctx[2] },
|
11600
|
-
(!current || dirty & /*fixedClass*/
|
11585
|
+
(!current || dirty & /*fixedClass*/ 16) && { class: /*fixedClass*/ ctx[4] },
|
11601
11586
|
(!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
|
11602
11587
|
(!current || dirty & /*onClick*/ 1 && a_href_value !== (a_href_value = /*onClick*/ ctx[0].args[2]
|
11603
11588
|
? decodeURI(/*onClick*/ ctx[0].args[0])
|
@@ -11606,7 +11591,7 @@ function create_if_block$7(ctx) {
|
|
11606
11591
|
dataAttrStopPropagation('click')
|
11607
11592
|
]));
|
11608
11593
|
|
11609
|
-
toggle_class(a, "svelte-
|
11594
|
+
toggle_class(a, "svelte-11ggi5s", true);
|
11610
11595
|
},
|
11611
11596
|
i(local) {
|
11612
11597
|
if (current) return;
|
@@ -11626,12 +11611,98 @@ function create_if_block$7(ctx) {
|
|
11626
11611
|
};
|
11627
11612
|
}
|
11628
11613
|
|
11629
|
-
|
11614
|
+
// (34:2) <svelte:element this={element} data-layer-id={layerId} class={fixedClass} {style} >
|
11615
|
+
function create_dynamic_element(ctx) {
|
11616
|
+
let svelte_element;
|
11617
|
+
let svelte_element_class_value;
|
11618
|
+
let current;
|
11619
|
+
const default_slot_template = /*#slots*/ ctx[10].default;
|
11620
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
|
11621
|
+
|
11622
|
+
let svelte_element_levels = [
|
11623
|
+
{ "data-layer-id": /*layerId*/ ctx[2] },
|
11624
|
+
{
|
11625
|
+
class: svelte_element_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[4]) + " svelte-11ggi5s")
|
11626
|
+
},
|
11627
|
+
{ style: /*style*/ ctx[1] }
|
11628
|
+
];
|
11629
|
+
|
11630
|
+
let svelte_element_data = {};
|
11631
|
+
|
11632
|
+
for (let i = 0; i < svelte_element_levels.length; i += 1) {
|
11633
|
+
svelte_element_data = assign(svelte_element_data, svelte_element_levels[i]);
|
11634
|
+
}
|
11635
|
+
|
11636
|
+
return {
|
11637
|
+
c() {
|
11638
|
+
svelte_element = element(/*element*/ ctx[3]);
|
11639
|
+
if (default_slot) default_slot.c();
|
11640
|
+
|
11641
|
+
if ((/-/).test(/*element*/ ctx[3])) {
|
11642
|
+
set_custom_element_data_map(svelte_element, svelte_element_data);
|
11643
|
+
} else {
|
11644
|
+
set_attributes(svelte_element, svelte_element_data);
|
11645
|
+
}
|
11646
|
+
},
|
11647
|
+
m(target, anchor) {
|
11648
|
+
insert(target, svelte_element, anchor);
|
11649
|
+
|
11650
|
+
if (default_slot) {
|
11651
|
+
default_slot.m(svelte_element, null);
|
11652
|
+
}
|
11653
|
+
|
11654
|
+
current = true;
|
11655
|
+
},
|
11656
|
+
p(ctx, dirty) {
|
11657
|
+
if (default_slot) {
|
11658
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
|
11659
|
+
update_slot_base(
|
11660
|
+
default_slot,
|
11661
|
+
default_slot_template,
|
11662
|
+
ctx,
|
11663
|
+
/*$$scope*/ ctx[9],
|
11664
|
+
!current
|
11665
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
|
11666
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
|
11667
|
+
null
|
11668
|
+
);
|
11669
|
+
}
|
11670
|
+
}
|
11671
|
+
|
11672
|
+
svelte_element_data = get_spread_update(svelte_element_levels, [
|
11673
|
+
(!current || dirty & /*layerId*/ 4) && { "data-layer-id": /*layerId*/ ctx[2] },
|
11674
|
+
(!current || dirty & /*fixedClass*/ 16 && svelte_element_class_value !== (svelte_element_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[4]) + " svelte-11ggi5s"))) && { class: svelte_element_class_value },
|
11675
|
+
(!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] }
|
11676
|
+
]);
|
11677
|
+
|
11678
|
+
if ((/-/).test(/*element*/ ctx[3])) {
|
11679
|
+
set_custom_element_data_map(svelte_element, svelte_element_data);
|
11680
|
+
} else {
|
11681
|
+
set_attributes(svelte_element, svelte_element_data);
|
11682
|
+
}
|
11683
|
+
},
|
11684
|
+
i(local) {
|
11685
|
+
if (current) return;
|
11686
|
+
transition_in(default_slot, local);
|
11687
|
+
current = true;
|
11688
|
+
},
|
11689
|
+
o(local) {
|
11690
|
+
transition_out(default_slot, local);
|
11691
|
+
current = false;
|
11692
|
+
},
|
11693
|
+
d(detaching) {
|
11694
|
+
if (detaching) detach(svelte_element);
|
11695
|
+
if (default_slot) default_slot.d(detaching);
|
11696
|
+
}
|
11697
|
+
};
|
11698
|
+
}
|
11699
|
+
|
11700
|
+
function create_fragment$I(ctx) {
|
11630
11701
|
let current_block_type_index;
|
11631
11702
|
let if_block;
|
11632
11703
|
let if_block_anchor;
|
11633
11704
|
let current;
|
11634
|
-
const if_block_creators = [create_if_block$
|
11705
|
+
const if_block_creators = [create_if_block$9, create_if_block_1$1, create_else_block$1];
|
11635
11706
|
const if_blocks = [];
|
11636
11707
|
|
11637
11708
|
function select_block_type(ctx, dirty) {
|
@@ -11698,7 +11769,7 @@ function create_fragment$H(ctx) {
|
|
11698
11769
|
|
11699
11770
|
const CLICKABLE_CLASS = 'clickable';
|
11700
11771
|
|
11701
|
-
function instance$
|
11772
|
+
function instance$I($$self, $$props, $$invalidate) {
|
11702
11773
|
let fixedClass;
|
11703
11774
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11704
11775
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -11707,6 +11778,7 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
11707
11778
|
let { style = '' } = $$props;
|
11708
11779
|
let { layerId = '' } = $$props;
|
11709
11780
|
let { className = '' } = $$props;
|
11781
|
+
let { element = 'div' } = $$props;
|
11710
11782
|
|
11711
11783
|
function handleClick() {
|
11712
11784
|
if (eventName) {
|
@@ -11718,17 +11790,18 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
11718
11790
|
|
11719
11791
|
$$self.$$set = $$props => {
|
11720
11792
|
if ('onClick' in $$props) $$invalidate(0, onClick = $$props.onClick);
|
11721
|
-
if ('eventName' in $$props) $$invalidate(
|
11722
|
-
if ('eventValue' in $$props) $$invalidate(
|
11793
|
+
if ('eventName' in $$props) $$invalidate(6, eventName = $$props.eventName);
|
11794
|
+
if ('eventValue' in $$props) $$invalidate(7, eventValue = $$props.eventValue);
|
11723
11795
|
if ('style' in $$props) $$invalidate(1, style = $$props.style);
|
11724
11796
|
if ('layerId' in $$props) $$invalidate(2, layerId = $$props.layerId);
|
11725
|
-
if ('className' in $$props) $$invalidate(
|
11726
|
-
if ('
|
11797
|
+
if ('className' in $$props) $$invalidate(8, className = $$props.className);
|
11798
|
+
if ('element' in $$props) $$invalidate(3, element = $$props.element);
|
11799
|
+
if ('$$scope' in $$props) $$invalidate(9, $$scope = $$props.$$scope);
|
11727
11800
|
};
|
11728
11801
|
|
11729
11802
|
$$self.$$.update = () => {
|
11730
|
-
if ($$self.$$.dirty & /*className*/
|
11731
|
-
$$invalidate(
|
11803
|
+
if ($$self.$$.dirty & /*className*/ 256) {
|
11804
|
+
$$invalidate(4, fixedClass = [CLICKABLE_CLASS, ...Array.isArray(className) ? className : [className]].join(' '));
|
11732
11805
|
}
|
11733
11806
|
};
|
11734
11807
|
|
@@ -11736,6 +11809,7 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
11736
11809
|
onClick,
|
11737
11810
|
style,
|
11738
11811
|
layerId,
|
11812
|
+
element,
|
11739
11813
|
fixedClass,
|
11740
11814
|
handleClick,
|
11741
11815
|
eventName,
|
@@ -11753,25 +11827,26 @@ class Clickable extends SvelteComponent {
|
|
11753
11827
|
init(
|
11754
11828
|
this,
|
11755
11829
|
options,
|
11756
|
-
instance$
|
11757
|
-
create_fragment$
|
11830
|
+
instance$I,
|
11831
|
+
create_fragment$I,
|
11758
11832
|
safe_not_equal,
|
11759
11833
|
{
|
11760
11834
|
onClick: 0,
|
11761
|
-
eventName:
|
11762
|
-
eventValue:
|
11835
|
+
eventName: 6,
|
11836
|
+
eventValue: 7,
|
11763
11837
|
style: 1,
|
11764
11838
|
layerId: 2,
|
11765
|
-
className:
|
11839
|
+
className: 8,
|
11840
|
+
element: 3
|
11766
11841
|
},
|
11767
|
-
add_css$
|
11842
|
+
add_css$a
|
11768
11843
|
);
|
11769
11844
|
}
|
11770
11845
|
}
|
11771
11846
|
|
11772
11847
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11773
11848
|
|
11774
|
-
function create_default_slot$
|
11849
|
+
function create_default_slot$8(ctx) {
|
11775
11850
|
let img;
|
11776
11851
|
let img_src_value;
|
11777
11852
|
let img_alt_value;
|
@@ -11805,7 +11880,7 @@ function create_default_slot$6(ctx) {
|
|
11805
11880
|
};
|
11806
11881
|
}
|
11807
11882
|
|
11808
|
-
function create_fragment$
|
11883
|
+
function create_fragment$H(ctx) {
|
11809
11884
|
let clickable;
|
11810
11885
|
let current;
|
11811
11886
|
|
@@ -11816,7 +11891,7 @@ function create_fragment$G(ctx) {
|
|
11816
11891
|
onClick: /*props*/ ctx[0].onClick,
|
11817
11892
|
eventName: /*props*/ ctx[0].eventName,
|
11818
11893
|
eventValue: /*props*/ ctx[0].eventValue,
|
11819
|
-
$$slots: { default: [create_default_slot$
|
11894
|
+
$$slots: { default: [create_default_slot$8] },
|
11820
11895
|
$$scope: { ctx }
|
11821
11896
|
}
|
11822
11897
|
});
|
@@ -11858,7 +11933,7 @@ function create_fragment$G(ctx) {
|
|
11858
11933
|
};
|
11859
11934
|
}
|
11860
11935
|
|
11861
|
-
function instance$
|
11936
|
+
function instance$H($$self, $$props, $$invalidate) {
|
11862
11937
|
let style;
|
11863
11938
|
let imgStyle;
|
11864
11939
|
let { props = {} } = $$props;
|
@@ -11907,7 +11982,7 @@ function instance$G($$self, $$props, $$invalidate) {
|
|
11907
11982
|
class Avatar extends SvelteComponent {
|
11908
11983
|
constructor(options) {
|
11909
11984
|
super();
|
11910
|
-
init(this, options, instance$
|
11985
|
+
init(this, options, instance$H, create_fragment$H, safe_not_equal, { props: 0, layerId: 1 });
|
11911
11986
|
}
|
11912
11987
|
}
|
11913
11988
|
|
@@ -11932,14 +12007,13 @@ const BUTTON_SIZE = {
|
|
11932
12007
|
};
|
11933
12008
|
const BUTTON_THEME = {
|
11934
12009
|
default: 'デフォルト',
|
11935
|
-
|
11936
|
-
|
11937
|
-
|
11938
|
-
|
11939
|
-
|
11940
|
-
|
11941
|
-
|
11942
|
-
transparent: '背景なし',
|
12010
|
+
brand: 'Brand',
|
12011
|
+
success: 'Success',
|
12012
|
+
warning: 'Warning',
|
12013
|
+
alert: 'Dander',
|
12014
|
+
info: 'Info',
|
12015
|
+
gray: 'Gray',
|
12016
|
+
white: 'White',
|
11943
12017
|
};
|
11944
12018
|
const BUTTON_ROUND = {
|
11945
12019
|
default: 'デフォルト',
|
@@ -11965,7 +12039,7 @@ const buttonPropsDefault = {
|
|
11965
12039
|
|
11966
12040
|
/* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
11967
12041
|
|
11968
|
-
function create_fragment$
|
12042
|
+
function create_fragment$G(ctx) {
|
11969
12043
|
let svg;
|
11970
12044
|
let path;
|
11971
12045
|
|
@@ -11997,7 +12071,7 @@ function create_fragment$F(ctx) {
|
|
11997
12071
|
};
|
11998
12072
|
}
|
11999
12073
|
|
12000
|
-
function instance$
|
12074
|
+
function instance$G($$self, $$props, $$invalidate) {
|
12001
12075
|
let { color } = $$props;
|
12002
12076
|
|
12003
12077
|
$$self.$$set = $$props => {
|
@@ -12010,13 +12084,13 @@ function instance$F($$self, $$props, $$invalidate) {
|
|
12010
12084
|
class IconArrowDown extends SvelteComponent {
|
12011
12085
|
constructor(options) {
|
12012
12086
|
super();
|
12013
|
-
init(this, options, instance$
|
12087
|
+
init(this, options, instance$G, create_fragment$G, safe_not_equal, { color: 0 });
|
12014
12088
|
}
|
12015
12089
|
}
|
12016
12090
|
|
12017
12091
|
/* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
12018
12092
|
|
12019
|
-
function create_fragment$
|
12093
|
+
function create_fragment$F(ctx) {
|
12020
12094
|
let svg;
|
12021
12095
|
let path;
|
12022
12096
|
|
@@ -12048,7 +12122,7 @@ function create_fragment$E(ctx) {
|
|
12048
12122
|
};
|
12049
12123
|
}
|
12050
12124
|
|
12051
|
-
function instance$
|
12125
|
+
function instance$F($$self, $$props, $$invalidate) {
|
12052
12126
|
let { color } = $$props;
|
12053
12127
|
|
12054
12128
|
$$self.$$set = $$props => {
|
@@ -12061,13 +12135,13 @@ function instance$E($$self, $$props, $$invalidate) {
|
|
12061
12135
|
class IconArrowUp extends SvelteComponent {
|
12062
12136
|
constructor(options) {
|
12063
12137
|
super();
|
12064
|
-
init(this, options, instance$
|
12138
|
+
init(this, options, instance$F, create_fragment$F, safe_not_equal, { color: 0 });
|
12065
12139
|
}
|
12066
12140
|
}
|
12067
12141
|
|
12068
12142
|
/* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
12069
12143
|
|
12070
|
-
function create_fragment$
|
12144
|
+
function create_fragment$E(ctx) {
|
12071
12145
|
let svg;
|
12072
12146
|
let path;
|
12073
12147
|
|
@@ -12099,7 +12173,7 @@ function create_fragment$D(ctx) {
|
|
12099
12173
|
};
|
12100
12174
|
}
|
12101
12175
|
|
12102
|
-
function instance$
|
12176
|
+
function instance$E($$self, $$props, $$invalidate) {
|
12103
12177
|
let { color } = $$props;
|
12104
12178
|
|
12105
12179
|
$$self.$$set = $$props => {
|
@@ -12112,13 +12186,13 @@ function instance$D($$self, $$props, $$invalidate) {
|
|
12112
12186
|
class IconUsers extends SvelteComponent {
|
12113
12187
|
constructor(options) {
|
12114
12188
|
super();
|
12115
|
-
init(this, options, instance$
|
12189
|
+
init(this, options, instance$E, create_fragment$E, safe_not_equal, { color: 0 });
|
12116
12190
|
}
|
12117
12191
|
}
|
12118
12192
|
|
12119
12193
|
/* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
12120
12194
|
|
12121
|
-
function create_fragment$
|
12195
|
+
function create_fragment$D(ctx) {
|
12122
12196
|
let svg;
|
12123
12197
|
let path;
|
12124
12198
|
|
@@ -12150,7 +12224,7 @@ function create_fragment$C(ctx) {
|
|
12150
12224
|
};
|
12151
12225
|
}
|
12152
12226
|
|
12153
|
-
function instance$
|
12227
|
+
function instance$D($$self, $$props, $$invalidate) {
|
12154
12228
|
let { color } = $$props;
|
12155
12229
|
|
12156
12230
|
$$self.$$set = $$props => {
|
@@ -12163,13 +12237,13 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
12163
12237
|
class IconArrowLeft extends SvelteComponent {
|
12164
12238
|
constructor(options) {
|
12165
12239
|
super();
|
12166
|
-
init(this, options, instance$
|
12240
|
+
init(this, options, instance$D, create_fragment$D, safe_not_equal, { color: 0 });
|
12167
12241
|
}
|
12168
12242
|
}
|
12169
12243
|
|
12170
12244
|
/* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
12171
12245
|
|
12172
|
-
function create_fragment$
|
12246
|
+
function create_fragment$C(ctx) {
|
12173
12247
|
let svg;
|
12174
12248
|
let path;
|
12175
12249
|
|
@@ -12201,7 +12275,7 @@ function create_fragment$B(ctx) {
|
|
12201
12275
|
};
|
12202
12276
|
}
|
12203
12277
|
|
12204
|
-
function instance$
|
12278
|
+
function instance$C($$self, $$props, $$invalidate) {
|
12205
12279
|
let { color } = $$props;
|
12206
12280
|
|
12207
12281
|
$$self.$$set = $$props => {
|
@@ -12214,13 +12288,13 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
12214
12288
|
class IconArrowRight extends SvelteComponent {
|
12215
12289
|
constructor(options) {
|
12216
12290
|
super();
|
12217
|
-
init(this, options, instance$
|
12291
|
+
init(this, options, instance$C, create_fragment$C, safe_not_equal, { color: 0 });
|
12218
12292
|
}
|
12219
12293
|
}
|
12220
12294
|
|
12221
12295
|
/* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
12222
12296
|
|
12223
|
-
function create_fragment$
|
12297
|
+
function create_fragment$B(ctx) {
|
12224
12298
|
let svg;
|
12225
12299
|
let path;
|
12226
12300
|
|
@@ -12252,7 +12326,7 @@ function create_fragment$A(ctx) {
|
|
12252
12326
|
};
|
12253
12327
|
}
|
12254
12328
|
|
12255
|
-
function instance$
|
12329
|
+
function instance$B($$self, $$props, $$invalidate) {
|
12256
12330
|
let { color } = $$props;
|
12257
12331
|
|
12258
12332
|
$$self.$$set = $$props => {
|
@@ -12265,13 +12339,13 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
12265
12339
|
class IconBell extends SvelteComponent {
|
12266
12340
|
constructor(options) {
|
12267
12341
|
super();
|
12268
|
-
init(this, options, instance$
|
12342
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
|
12269
12343
|
}
|
12270
12344
|
}
|
12271
12345
|
|
12272
12346
|
/* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
12273
12347
|
|
12274
|
-
function create_fragment$
|
12348
|
+
function create_fragment$A(ctx) {
|
12275
12349
|
let svg;
|
12276
12350
|
let path;
|
12277
12351
|
|
@@ -12303,7 +12377,7 @@ function create_fragment$z(ctx) {
|
|
12303
12377
|
};
|
12304
12378
|
}
|
12305
12379
|
|
12306
|
-
function instance$
|
12380
|
+
function instance$A($$self, $$props, $$invalidate) {
|
12307
12381
|
let { color } = $$props;
|
12308
12382
|
|
12309
12383
|
$$self.$$set = $$props => {
|
@@ -12316,13 +12390,13 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
12316
12390
|
class IconArrowUpFromSquare extends SvelteComponent {
|
12317
12391
|
constructor(options) {
|
12318
12392
|
super();
|
12319
|
-
init(this, options, instance$
|
12393
|
+
init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
|
12320
12394
|
}
|
12321
12395
|
}
|
12322
12396
|
|
12323
12397
|
/* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
12324
12398
|
|
12325
|
-
function create_fragment$
|
12399
|
+
function create_fragment$z(ctx) {
|
12326
12400
|
let svg;
|
12327
12401
|
let path;
|
12328
12402
|
|
@@ -12354,7 +12428,7 @@ function create_fragment$y(ctx) {
|
|
12354
12428
|
};
|
12355
12429
|
}
|
12356
12430
|
|
12357
|
-
function instance$
|
12431
|
+
function instance$z($$self, $$props, $$invalidate) {
|
12358
12432
|
let { color } = $$props;
|
12359
12433
|
|
12360
12434
|
$$self.$$set = $$props => {
|
@@ -12367,13 +12441,13 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
12367
12441
|
class IconTicket extends SvelteComponent {
|
12368
12442
|
constructor(options) {
|
12369
12443
|
super();
|
12370
|
-
init(this, options, instance$
|
12444
|
+
init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
|
12371
12445
|
}
|
12372
12446
|
}
|
12373
12447
|
|
12374
12448
|
/* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
12375
12449
|
|
12376
|
-
function create_fragment$
|
12450
|
+
function create_fragment$y(ctx) {
|
12377
12451
|
let svg;
|
12378
12452
|
let path;
|
12379
12453
|
|
@@ -12405,7 +12479,7 @@ function create_fragment$x(ctx) {
|
|
12405
12479
|
};
|
12406
12480
|
}
|
12407
12481
|
|
12408
|
-
function instance$
|
12482
|
+
function instance$y($$self, $$props, $$invalidate) {
|
12409
12483
|
let { color } = $$props;
|
12410
12484
|
|
12411
12485
|
$$self.$$set = $$props => {
|
@@ -12418,13 +12492,13 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
12418
12492
|
class IconTrack extends SvelteComponent {
|
12419
12493
|
constructor(options) {
|
12420
12494
|
super();
|
12421
|
-
init(this, options, instance$
|
12495
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
|
12422
12496
|
}
|
12423
12497
|
}
|
12424
12498
|
|
12425
12499
|
/* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
12426
12500
|
|
12427
|
-
function create_fragment$
|
12501
|
+
function create_fragment$x(ctx) {
|
12428
12502
|
let svg;
|
12429
12503
|
let path;
|
12430
12504
|
|
@@ -12456,7 +12530,7 @@ function create_fragment$w(ctx) {
|
|
12456
12530
|
};
|
12457
12531
|
}
|
12458
12532
|
|
12459
|
-
function instance$
|
12533
|
+
function instance$x($$self, $$props, $$invalidate) {
|
12460
12534
|
let { color } = $$props;
|
12461
12535
|
|
12462
12536
|
$$self.$$set = $$props => {
|
@@ -12469,13 +12543,13 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
12469
12543
|
class IconCartShopping extends SvelteComponent {
|
12470
12544
|
constructor(options) {
|
12471
12545
|
super();
|
12472
|
-
init(this, options, instance$
|
12546
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
|
12473
12547
|
}
|
12474
12548
|
}
|
12475
12549
|
|
12476
12550
|
/* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
12477
12551
|
|
12478
|
-
function create_fragment$
|
12552
|
+
function create_fragment$w(ctx) {
|
12479
12553
|
let svg;
|
12480
12554
|
let path;
|
12481
12555
|
|
@@ -12507,7 +12581,7 @@ function create_fragment$v(ctx) {
|
|
12507
12581
|
};
|
12508
12582
|
}
|
12509
12583
|
|
12510
|
-
function instance$
|
12584
|
+
function instance$w($$self, $$props, $$invalidate) {
|
12511
12585
|
let { color } = $$props;
|
12512
12586
|
|
12513
12587
|
$$self.$$set = $$props => {
|
@@ -12520,13 +12594,13 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
12520
12594
|
class IconCircle extends SvelteComponent {
|
12521
12595
|
constructor(options) {
|
12522
12596
|
super();
|
12523
|
-
init(this, options, instance$
|
12597
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
|
12524
12598
|
}
|
12525
12599
|
}
|
12526
12600
|
|
12527
12601
|
/* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
12528
12602
|
|
12529
|
-
function create_fragment$
|
12603
|
+
function create_fragment$v(ctx) {
|
12530
12604
|
let svg;
|
12531
12605
|
let path;
|
12532
12606
|
|
@@ -12558,7 +12632,7 @@ function create_fragment$u(ctx) {
|
|
12558
12632
|
};
|
12559
12633
|
}
|
12560
12634
|
|
12561
|
-
function instance$
|
12635
|
+
function instance$v($$self, $$props, $$invalidate) {
|
12562
12636
|
let { color } = $$props;
|
12563
12637
|
|
12564
12638
|
$$self.$$set = $$props => {
|
@@ -12571,13 +12645,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
12571
12645
|
class IconCircleQuestion extends SvelteComponent {
|
12572
12646
|
constructor(options) {
|
12573
12647
|
super();
|
12574
|
-
init(this, options, instance$
|
12648
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
12575
12649
|
}
|
12576
12650
|
}
|
12577
12651
|
|
12578
12652
|
/* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
12579
12653
|
|
12580
|
-
function create_fragment$
|
12654
|
+
function create_fragment$u(ctx) {
|
12581
12655
|
let svg;
|
12582
12656
|
let path;
|
12583
12657
|
|
@@ -12609,7 +12683,7 @@ function create_fragment$t(ctx) {
|
|
12609
12683
|
};
|
12610
12684
|
}
|
12611
12685
|
|
12612
|
-
function instance$
|
12686
|
+
function instance$u($$self, $$props, $$invalidate) {
|
12613
12687
|
let { color } = $$props;
|
12614
12688
|
|
12615
12689
|
$$self.$$set = $$props => {
|
@@ -12622,13 +12696,13 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
12622
12696
|
class IconCheck extends SvelteComponent {
|
12623
12697
|
constructor(options) {
|
12624
12698
|
super();
|
12625
|
-
init(this, options, instance$
|
12699
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
12626
12700
|
}
|
12627
12701
|
}
|
12628
12702
|
|
12629
12703
|
/* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
12630
12704
|
|
12631
|
-
function create_fragment$
|
12705
|
+
function create_fragment$t(ctx) {
|
12632
12706
|
let svg;
|
12633
12707
|
let path;
|
12634
12708
|
|
@@ -12660,7 +12734,7 @@ function create_fragment$s(ctx) {
|
|
12660
12734
|
};
|
12661
12735
|
}
|
12662
12736
|
|
12663
|
-
function instance$
|
12737
|
+
function instance$t($$self, $$props, $$invalidate) {
|
12664
12738
|
let { color } = $$props;
|
12665
12739
|
|
12666
12740
|
$$self.$$set = $$props => {
|
@@ -12673,13 +12747,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
12673
12747
|
class IconXMark extends SvelteComponent {
|
12674
12748
|
constructor(options) {
|
12675
12749
|
super();
|
12676
|
-
init(this, options, instance$
|
12750
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
12677
12751
|
}
|
12678
12752
|
}
|
12679
12753
|
|
12680
12754
|
/* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
12681
12755
|
|
12682
|
-
function create_fragment$
|
12756
|
+
function create_fragment$s(ctx) {
|
12683
12757
|
let svg;
|
12684
12758
|
let path;
|
12685
12759
|
|
@@ -12711,7 +12785,7 @@ function create_fragment$r(ctx) {
|
|
12711
12785
|
};
|
12712
12786
|
}
|
12713
12787
|
|
12714
|
-
function instance$
|
12788
|
+
function instance$s($$self, $$props, $$invalidate) {
|
12715
12789
|
let { color } = $$props;
|
12716
12790
|
|
12717
12791
|
$$self.$$set = $$props => {
|
@@ -12724,13 +12798,13 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
12724
12798
|
class IconPaperPlane extends SvelteComponent {
|
12725
12799
|
constructor(options) {
|
12726
12800
|
super();
|
12727
|
-
init(this, options, instance$
|
12801
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
12728
12802
|
}
|
12729
12803
|
}
|
12730
12804
|
|
12731
12805
|
/* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
12732
12806
|
|
12733
|
-
function create_fragment$
|
12807
|
+
function create_fragment$r(ctx) {
|
12734
12808
|
let svg;
|
12735
12809
|
let path;
|
12736
12810
|
|
@@ -12762,7 +12836,7 @@ function create_fragment$q(ctx) {
|
|
12762
12836
|
};
|
12763
12837
|
}
|
12764
12838
|
|
12765
|
-
function instance$
|
12839
|
+
function instance$r($$self, $$props, $$invalidate) {
|
12766
12840
|
let { color } = $$props;
|
12767
12841
|
|
12768
12842
|
$$self.$$set = $$props => {
|
@@ -12775,13 +12849,13 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
12775
12849
|
class IconCopy extends SvelteComponent {
|
12776
12850
|
constructor(options) {
|
12777
12851
|
super();
|
12778
|
-
init(this, options, instance$
|
12852
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
12779
12853
|
}
|
12780
12854
|
}
|
12781
12855
|
|
12782
12856
|
/* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
12783
12857
|
|
12784
|
-
function create_fragment$
|
12858
|
+
function create_fragment$q(ctx) {
|
12785
12859
|
let svg;
|
12786
12860
|
let path;
|
12787
12861
|
|
@@ -12813,7 +12887,7 @@ function create_fragment$p(ctx) {
|
|
12813
12887
|
};
|
12814
12888
|
}
|
12815
12889
|
|
12816
|
-
function instance$
|
12890
|
+
function instance$q($$self, $$props, $$invalidate) {
|
12817
12891
|
let { color } = $$props;
|
12818
12892
|
|
12819
12893
|
$$self.$$set = $$props => {
|
@@ -12826,13 +12900,13 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
12826
12900
|
class IconCircleXMark extends SvelteComponent {
|
12827
12901
|
constructor(options) {
|
12828
12902
|
super();
|
12829
|
-
init(this, options, instance$
|
12903
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
12830
12904
|
}
|
12831
12905
|
}
|
12832
12906
|
|
12833
12907
|
/* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
12834
12908
|
|
12835
|
-
function create_fragment$
|
12909
|
+
function create_fragment$p(ctx) {
|
12836
12910
|
let svg;
|
12837
12911
|
let path;
|
12838
12912
|
|
@@ -12864,7 +12938,7 @@ function create_fragment$o(ctx) {
|
|
12864
12938
|
};
|
12865
12939
|
}
|
12866
12940
|
|
12867
|
-
function instance$
|
12941
|
+
function instance$p($$self, $$props, $$invalidate) {
|
12868
12942
|
let { color } = $$props;
|
12869
12943
|
|
12870
12944
|
$$self.$$set = $$props => {
|
@@ -12877,13 +12951,13 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
12877
12951
|
class IconHeart extends SvelteComponent {
|
12878
12952
|
constructor(options) {
|
12879
12953
|
super();
|
12880
|
-
init(this, options, instance$
|
12954
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
12881
12955
|
}
|
12882
12956
|
}
|
12883
12957
|
|
12884
12958
|
/* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
12885
12959
|
|
12886
|
-
function create_fragment$
|
12960
|
+
function create_fragment$o(ctx) {
|
12887
12961
|
let svg;
|
12888
12962
|
let path;
|
12889
12963
|
|
@@ -12915,7 +12989,7 @@ function create_fragment$n(ctx) {
|
|
12915
12989
|
};
|
12916
12990
|
}
|
12917
12991
|
|
12918
|
-
function instance$
|
12992
|
+
function instance$o($$self, $$props, $$invalidate) {
|
12919
12993
|
let { color } = $$props;
|
12920
12994
|
|
12921
12995
|
$$self.$$set = $$props => {
|
@@ -12928,13 +13002,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
12928
13002
|
class IconMagnifyingGrass extends SvelteComponent {
|
12929
13003
|
constructor(options) {
|
12930
13004
|
super();
|
12931
|
-
init(this, options, instance$
|
13005
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
12932
13006
|
}
|
12933
13007
|
}
|
12934
13008
|
|
12935
13009
|
/* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
12936
13010
|
|
12937
|
-
function create_fragment$
|
13011
|
+
function create_fragment$n(ctx) {
|
12938
13012
|
let svg;
|
12939
13013
|
let path;
|
12940
13014
|
|
@@ -12966,7 +13040,7 @@ function create_fragment$m(ctx) {
|
|
12966
13040
|
};
|
12967
13041
|
}
|
12968
13042
|
|
12969
|
-
function instance$
|
13043
|
+
function instance$n($$self, $$props, $$invalidate) {
|
12970
13044
|
let { color } = $$props;
|
12971
13045
|
|
12972
13046
|
$$self.$$set = $$props => {
|
@@ -12979,13 +13053,13 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
12979
13053
|
class IconStar extends SvelteComponent {
|
12980
13054
|
constructor(options) {
|
12981
13055
|
super();
|
12982
|
-
init(this, options, instance$
|
13056
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
12983
13057
|
}
|
12984
13058
|
}
|
12985
13059
|
|
12986
13060
|
/* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
12987
13061
|
|
12988
|
-
function create_fragment$
|
13062
|
+
function create_fragment$m(ctx) {
|
12989
13063
|
let svg;
|
12990
13064
|
let path;
|
12991
13065
|
|
@@ -13017,7 +13091,7 @@ function create_fragment$l(ctx) {
|
|
13017
13091
|
};
|
13018
13092
|
}
|
13019
13093
|
|
13020
|
-
function instance$
|
13094
|
+
function instance$m($$self, $$props, $$invalidate) {
|
13021
13095
|
let { color } = $$props;
|
13022
13096
|
|
13023
13097
|
$$self.$$set = $$props => {
|
@@ -13030,13 +13104,13 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
13030
13104
|
class IconCircleInfo extends SvelteComponent {
|
13031
13105
|
constructor(options) {
|
13032
13106
|
super();
|
13033
|
-
init(this, options, instance$
|
13107
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
13034
13108
|
}
|
13035
13109
|
}
|
13036
13110
|
|
13037
13111
|
/* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
13038
13112
|
|
13039
|
-
function create_fragment$
|
13113
|
+
function create_fragment$l(ctx) {
|
13040
13114
|
let svg;
|
13041
13115
|
let path;
|
13042
13116
|
|
@@ -13068,7 +13142,7 @@ function create_fragment$k(ctx) {
|
|
13068
13142
|
};
|
13069
13143
|
}
|
13070
13144
|
|
13071
|
-
function instance$
|
13145
|
+
function instance$l($$self, $$props, $$invalidate) {
|
13072
13146
|
let { color } = $$props;
|
13073
13147
|
|
13074
13148
|
$$self.$$set = $$props => {
|
@@ -13081,13 +13155,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
13081
13155
|
class IconEnvelope extends SvelteComponent {
|
13082
13156
|
constructor(options) {
|
13083
13157
|
super();
|
13084
|
-
init(this, options, instance$
|
13158
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
13085
13159
|
}
|
13086
13160
|
}
|
13087
13161
|
|
13088
13162
|
/* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
13089
13163
|
|
13090
|
-
function create_fragment$
|
13164
|
+
function create_fragment$k(ctx) {
|
13091
13165
|
let svg;
|
13092
13166
|
let path;
|
13093
13167
|
|
@@ -13119,7 +13193,7 @@ function create_fragment$j(ctx) {
|
|
13119
13193
|
};
|
13120
13194
|
}
|
13121
13195
|
|
13122
|
-
function instance$
|
13196
|
+
function instance$k($$self, $$props, $$invalidate) {
|
13123
13197
|
let { color } = $$props;
|
13124
13198
|
|
13125
13199
|
$$self.$$set = $$props => {
|
@@ -13132,13 +13206,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
13132
13206
|
class IconGift extends SvelteComponent {
|
13133
13207
|
constructor(options) {
|
13134
13208
|
super();
|
13135
|
-
init(this, options, instance$
|
13209
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
13136
13210
|
}
|
13137
13211
|
}
|
13138
13212
|
|
13139
13213
|
/* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
13140
13214
|
|
13141
|
-
function create_fragment$
|
13215
|
+
function create_fragment$j(ctx) {
|
13142
13216
|
let svg;
|
13143
13217
|
let path;
|
13144
13218
|
|
@@ -13170,7 +13244,7 @@ function create_fragment$i(ctx) {
|
|
13170
13244
|
};
|
13171
13245
|
}
|
13172
13246
|
|
13173
|
-
function instance$
|
13247
|
+
function instance$j($$self, $$props, $$invalidate) {
|
13174
13248
|
let { color } = $$props;
|
13175
13249
|
|
13176
13250
|
$$self.$$set = $$props => {
|
@@ -13183,13 +13257,13 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
13183
13257
|
class IconPaperclip extends SvelteComponent {
|
13184
13258
|
constructor(options) {
|
13185
13259
|
super();
|
13186
|
-
init(this, options, instance$
|
13260
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
13187
13261
|
}
|
13188
13262
|
}
|
13189
13263
|
|
13190
13264
|
/* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
13191
13265
|
|
13192
|
-
function create_fragment$
|
13266
|
+
function create_fragment$i(ctx) {
|
13193
13267
|
let svg;
|
13194
13268
|
let path;
|
13195
13269
|
|
@@ -13221,7 +13295,7 @@ function create_fragment$h(ctx) {
|
|
13221
13295
|
};
|
13222
13296
|
}
|
13223
13297
|
|
13224
|
-
function instance$
|
13298
|
+
function instance$i($$self, $$props, $$invalidate) {
|
13225
13299
|
let { color } = $$props;
|
13226
13300
|
|
13227
13301
|
$$self.$$set = $$props => {
|
@@ -13234,13 +13308,13 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
13234
13308
|
class IconFire extends SvelteComponent {
|
13235
13309
|
constructor(options) {
|
13236
13310
|
super();
|
13237
|
-
init(this, options, instance$
|
13311
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
13238
13312
|
}
|
13239
13313
|
}
|
13240
13314
|
|
13241
13315
|
/* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
13242
13316
|
|
13243
|
-
function create_fragment$
|
13317
|
+
function create_fragment$h(ctx) {
|
13244
13318
|
let svg;
|
13245
13319
|
let path;
|
13246
13320
|
|
@@ -13272,7 +13346,7 @@ function create_fragment$g(ctx) {
|
|
13272
13346
|
};
|
13273
13347
|
}
|
13274
13348
|
|
13275
|
-
function instance$
|
13349
|
+
function instance$h($$self, $$props, $$invalidate) {
|
13276
13350
|
let { color } = $$props;
|
13277
13351
|
|
13278
13352
|
$$self.$$set = $$props => {
|
@@ -13285,13 +13359,13 @@ function instance$g($$self, $$props, $$invalidate) {
|
|
13285
13359
|
class IconLink extends SvelteComponent {
|
13286
13360
|
constructor(options) {
|
13287
13361
|
super();
|
13288
|
-
init(this, options, instance$
|
13362
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
13289
13363
|
}
|
13290
13364
|
}
|
13291
13365
|
|
13292
13366
|
/* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
|
13293
13367
|
|
13294
|
-
function create_fragment$
|
13368
|
+
function create_fragment$g(ctx) {
|
13295
13369
|
let svg;
|
13296
13370
|
let path;
|
13297
13371
|
|
@@ -13323,7 +13397,7 @@ function create_fragment$f(ctx) {
|
|
13323
13397
|
};
|
13324
13398
|
}
|
13325
13399
|
|
13326
|
-
function instance$
|
13400
|
+
function instance$g($$self, $$props, $$invalidate) {
|
13327
13401
|
let { color } = $$props;
|
13328
13402
|
|
13329
13403
|
$$self.$$set = $$props => {
|
@@ -13336,13 +13410,13 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
13336
13410
|
class IconBuildings extends SvelteComponent {
|
13337
13411
|
constructor(options) {
|
13338
13412
|
super();
|
13339
|
-
init(this, options, instance$
|
13413
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
13340
13414
|
}
|
13341
13415
|
}
|
13342
13416
|
|
13343
13417
|
/* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
|
13344
13418
|
|
13345
|
-
function create_fragment$
|
13419
|
+
function create_fragment$f(ctx) {
|
13346
13420
|
let svg;
|
13347
13421
|
let path;
|
13348
13422
|
|
@@ -13374,7 +13448,7 @@ function create_fragment$e(ctx) {
|
|
13374
13448
|
};
|
13375
13449
|
}
|
13376
13450
|
|
13377
|
-
function instance$
|
13451
|
+
function instance$f($$self, $$props, $$invalidate) {
|
13378
13452
|
let { color } = $$props;
|
13379
13453
|
|
13380
13454
|
$$self.$$set = $$props => {
|
@@ -13387,13 +13461,13 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
13387
13461
|
class IconChevronsRight extends SvelteComponent {
|
13388
13462
|
constructor(options) {
|
13389
13463
|
super();
|
13390
|
-
init(this, options, instance$
|
13464
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
13391
13465
|
}
|
13392
13466
|
}
|
13393
13467
|
|
13394
13468
|
/* src/components-flex/icon/variants/IconChevronRight.svelte generated by Svelte v3.53.1 */
|
13395
13469
|
|
13396
|
-
function create_fragment$
|
13470
|
+
function create_fragment$e(ctx) {
|
13397
13471
|
let svg;
|
13398
13472
|
let path;
|
13399
13473
|
|
@@ -13425,7 +13499,7 @@ function create_fragment$d(ctx) {
|
|
13425
13499
|
};
|
13426
13500
|
}
|
13427
13501
|
|
13428
|
-
function instance$
|
13502
|
+
function instance$e($$self, $$props, $$invalidate) {
|
13429
13503
|
let { color } = $$props;
|
13430
13504
|
|
13431
13505
|
$$self.$$set = $$props => {
|
@@ -13438,13 +13512,13 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
13438
13512
|
class IconChevronRight extends SvelteComponent {
|
13439
13513
|
constructor(options) {
|
13440
13514
|
super();
|
13441
|
-
init(this, options, instance$
|
13515
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
13442
13516
|
}
|
13443
13517
|
}
|
13444
13518
|
|
13445
13519
|
/* src/components-flex/icon/variants/IconPhone.svelte generated by Svelte v3.53.1 */
|
13446
13520
|
|
13447
|
-
function create_fragment$
|
13521
|
+
function create_fragment$d(ctx) {
|
13448
13522
|
let svg;
|
13449
13523
|
let path;
|
13450
13524
|
|
@@ -13476,7 +13550,7 @@ function create_fragment$c(ctx) {
|
|
13476
13550
|
};
|
13477
13551
|
}
|
13478
13552
|
|
13479
|
-
function instance$
|
13553
|
+
function instance$d($$self, $$props, $$invalidate) {
|
13480
13554
|
let { color } = $$props;
|
13481
13555
|
|
13482
13556
|
$$self.$$set = $$props => {
|
@@ -13489,13 +13563,13 @@ function instance$c($$self, $$props, $$invalidate) {
|
|
13489
13563
|
class IconPhone extends SvelteComponent {
|
13490
13564
|
constructor(options) {
|
13491
13565
|
super();
|
13492
|
-
init(this, options, instance$
|
13566
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
13493
13567
|
}
|
13494
13568
|
}
|
13495
13569
|
|
13496
13570
|
/* src/components-flex/icon/variants/IconLocationDot.svelte generated by Svelte v3.53.1 */
|
13497
13571
|
|
13498
|
-
function create_fragment$
|
13572
|
+
function create_fragment$c(ctx) {
|
13499
13573
|
let svg;
|
13500
13574
|
let path;
|
13501
13575
|
|
@@ -13527,7 +13601,7 @@ function create_fragment$b(ctx) {
|
|
13527
13601
|
};
|
13528
13602
|
}
|
13529
13603
|
|
13530
|
-
function instance$
|
13604
|
+
function instance$c($$self, $$props, $$invalidate) {
|
13531
13605
|
let { color } = $$props;
|
13532
13606
|
|
13533
13607
|
$$self.$$set = $$props => {
|
@@ -13540,7 +13614,7 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
13540
13614
|
class IconLocationDot extends SvelteComponent {
|
13541
13615
|
constructor(options) {
|
13542
13616
|
super();
|
13543
|
-
init(this, options, instance$
|
13617
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
|
13544
13618
|
}
|
13545
13619
|
}
|
13546
13620
|
|
@@ -13611,7 +13685,7 @@ const ICON_VARIANTS = {
|
|
13611
13685
|
|
13612
13686
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
13613
13687
|
|
13614
|
-
function create_if_block$
|
13688
|
+
function create_if_block$8(ctx) {
|
13615
13689
|
let clickable;
|
13616
13690
|
let current;
|
13617
13691
|
|
@@ -13622,7 +13696,7 @@ function create_if_block$6(ctx) {
|
|
13622
13696
|
onClick: /*props*/ ctx[0].onClick,
|
13623
13697
|
eventName: /*props*/ ctx[0].eventName,
|
13624
13698
|
eventValue: /*props*/ ctx[0].eventValue,
|
13625
|
-
$$slots: { default: [create_default_slot$
|
13699
|
+
$$slots: { default: [create_default_slot$7] },
|
13626
13700
|
$$scope: { ctx }
|
13627
13701
|
}
|
13628
13702
|
});
|
@@ -13665,7 +13739,7 @@ function create_if_block$6(ctx) {
|
|
13665
13739
|
}
|
13666
13740
|
|
13667
13741
|
// (26:2) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
13668
|
-
function create_default_slot$
|
13742
|
+
function create_default_slot$7(ctx) {
|
13669
13743
|
let switch_instance;
|
13670
13744
|
let switch_instance_anchor;
|
13671
13745
|
let current;
|
@@ -13737,10 +13811,10 @@ function create_default_slot$5(ctx) {
|
|
13737
13811
|
};
|
13738
13812
|
}
|
13739
13813
|
|
13740
|
-
function create_fragment$
|
13814
|
+
function create_fragment$b(ctx) {
|
13741
13815
|
let if_block_anchor;
|
13742
13816
|
let current;
|
13743
|
-
let if_block = /*IconComponent*/ ctx[2] && create_if_block$
|
13817
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$8(ctx);
|
13744
13818
|
|
13745
13819
|
return {
|
13746
13820
|
c() {
|
@@ -13761,7 +13835,7 @@ function create_fragment$a(ctx) {
|
|
13761
13835
|
transition_in(if_block, 1);
|
13762
13836
|
}
|
13763
13837
|
} else {
|
13764
|
-
if_block = create_if_block$
|
13838
|
+
if_block = create_if_block$8(ctx);
|
13765
13839
|
if_block.c();
|
13766
13840
|
transition_in(if_block, 1);
|
13767
13841
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -13792,7 +13866,7 @@ function create_fragment$a(ctx) {
|
|
13792
13866
|
};
|
13793
13867
|
}
|
13794
13868
|
|
13795
|
-
function instance$
|
13869
|
+
function instance$b($$self, $$props, $$invalidate) {
|
13796
13870
|
let style;
|
13797
13871
|
let IconComponent;
|
13798
13872
|
let { props = {} } = $$props;
|
@@ -13840,7 +13914,7 @@ function instance$a($$self, $$props, $$invalidate) {
|
|
13840
13914
|
class Icon extends SvelteComponent {
|
13841
13915
|
constructor(options) {
|
13842
13916
|
super();
|
13843
|
-
init(this, options, instance$
|
13917
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, { props: 0, layerId: 1 });
|
13844
13918
|
}
|
13845
13919
|
}
|
13846
13920
|
|
@@ -13882,16 +13956,11 @@ const BUTTON_THEME_STYLES = {
|
|
13882
13956
|
color: '#FFFFFF',
|
13883
13957
|
fontWeight: 'bold',
|
13884
13958
|
},
|
13885
|
-
|
13959
|
+
brand: {
|
13886
13960
|
backgroundColor: 'rgba(18,160,160,1)',
|
13887
13961
|
color: '#FFFFFF',
|
13888
13962
|
fontWeight: 'bold',
|
13889
13963
|
},
|
13890
|
-
secondary: {
|
13891
|
-
backgroundColor: '#f3f4f6',
|
13892
|
-
color: '#000000',
|
13893
|
-
fontWeight: 'bold',
|
13894
|
-
},
|
13895
13964
|
success: {
|
13896
13965
|
backgroundColor: '#10b981',
|
13897
13966
|
color: '#ffffff',
|
@@ -13912,13 +13981,13 @@ const BUTTON_THEME_STYLES = {
|
|
13912
13981
|
color: '#FFFFFF',
|
13913
13982
|
fontWeight: 'bold',
|
13914
13983
|
},
|
13915
|
-
|
13916
|
-
backgroundColor: '#
|
13917
|
-
color: '
|
13984
|
+
gray: {
|
13985
|
+
backgroundColor: '#ececec',
|
13986
|
+
color: 'rgba(0, 16, 14, 0.8)',
|
13918
13987
|
fontWeight: 'bold',
|
13919
13988
|
},
|
13920
|
-
|
13921
|
-
backgroundColor: '
|
13989
|
+
white: {
|
13990
|
+
backgroundColor: '#FFFFFF',
|
13922
13991
|
color: 'rgba(0, 16, 14, 1)',
|
13923
13992
|
fontWeight: 'bold',
|
13924
13993
|
},
|
@@ -13991,12 +14060,12 @@ function darkenColor(color, percent) {
|
|
13991
14060
|
|
13992
14061
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
13993
14062
|
|
13994
|
-
function add_css$
|
13995
|
-
append_styles(target, "svelte-
|
14063
|
+
function add_css$9(target) {
|
14064
|
+
append_styles(target, "svelte-1p29jml", ".clickable.button{background-color:var(--bg-color)}.clickable.button:hover{background-color:var(--hover-bg-color)}.button-icon.svelte-1p29jml{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
13996
14065
|
}
|
13997
14066
|
|
13998
14067
|
// (48:2) {#if props.isIcon && props.iconVariant}
|
13999
|
-
function create_if_block$
|
14068
|
+
function create_if_block$7(ctx) {
|
14000
14069
|
let div;
|
14001
14070
|
let icon;
|
14002
14071
|
let current;
|
@@ -14005,7 +14074,7 @@ function create_if_block$5(ctx) {
|
|
14005
14074
|
props: {
|
14006
14075
|
props: {
|
14007
14076
|
variant: /*props*/ ctx[0].iconVariant,
|
14008
|
-
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
14077
|
+
color: /*props*/ ctx[0].iconColor ?? /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
14009
14078
|
width: '1em',
|
14010
14079
|
height: '1em'
|
14011
14080
|
}
|
@@ -14016,7 +14085,7 @@ function create_if_block$5(ctx) {
|
|
14016
14085
|
c() {
|
14017
14086
|
div = element("div");
|
14018
14087
|
create_component(icon.$$.fragment);
|
14019
|
-
attr(div, "class", "button-icon svelte-
|
14088
|
+
attr(div, "class", "button-icon svelte-1p29jml");
|
14020
14089
|
},
|
14021
14090
|
m(target, anchor) {
|
14022
14091
|
insert(target, div, anchor);
|
@@ -14028,7 +14097,7 @@ function create_if_block$5(ctx) {
|
|
14028
14097
|
|
14029
14098
|
if (dirty & /*props*/ 1) icon_changes.props = {
|
14030
14099
|
variant: /*props*/ ctx[0].iconVariant,
|
14031
|
-
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
14100
|
+
color: /*props*/ ctx[0].iconColor ?? /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
14032
14101
|
width: '1em',
|
14033
14102
|
height: '1em'
|
14034
14103
|
};
|
@@ -14052,13 +14121,13 @@ function create_if_block$5(ctx) {
|
|
14052
14121
|
}
|
14053
14122
|
|
14054
14123
|
// (47:0) <Clickable className="button" layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14055
|
-
function create_default_slot$
|
14124
|
+
function create_default_slot$6(ctx) {
|
14056
14125
|
let t0;
|
14057
14126
|
let span;
|
14058
14127
|
let t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "";
|
14059
14128
|
let t1;
|
14060
14129
|
let current;
|
14061
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
14130
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$7(ctx);
|
14062
14131
|
|
14063
14132
|
return {
|
14064
14133
|
c() {
|
@@ -14083,7 +14152,7 @@ function create_default_slot$4(ctx) {
|
|
14083
14152
|
transition_in(if_block, 1);
|
14084
14153
|
}
|
14085
14154
|
} else {
|
14086
|
-
if_block = create_if_block$
|
14155
|
+
if_block = create_if_block$7(ctx);
|
14087
14156
|
if_block.c();
|
14088
14157
|
transition_in(if_block, 1);
|
14089
14158
|
if_block.m(t0.parentNode, t0);
|
@@ -14117,7 +14186,7 @@ function create_default_slot$4(ctx) {
|
|
14117
14186
|
};
|
14118
14187
|
}
|
14119
14188
|
|
14120
|
-
function create_fragment$
|
14189
|
+
function create_fragment$a(ctx) {
|
14121
14190
|
let clickable;
|
14122
14191
|
let current;
|
14123
14192
|
|
@@ -14129,7 +14198,7 @@ function create_fragment$9(ctx) {
|
|
14129
14198
|
onClick: /*props*/ ctx[0].onClick,
|
14130
14199
|
eventName: /*props*/ ctx[0].eventName,
|
14131
14200
|
eventValue: /*props*/ ctx[0].eventValue,
|
14132
|
-
$$slots: { default: [create_default_slot$
|
14201
|
+
$$slots: { default: [create_default_slot$6] },
|
14133
14202
|
$$scope: { ctx }
|
14134
14203
|
}
|
14135
14204
|
});
|
@@ -14171,7 +14240,7 @@ function create_fragment$9(ctx) {
|
|
14171
14240
|
};
|
14172
14241
|
}
|
14173
14242
|
|
14174
|
-
function instance$
|
14243
|
+
function instance$a($$self, $$props, $$invalidate) {
|
14175
14244
|
let variables;
|
14176
14245
|
let style;
|
14177
14246
|
let { props = {} } = $$props;
|
@@ -14229,7 +14298,7 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
14229
14298
|
class Button extends SvelteComponent {
|
14230
14299
|
constructor(options) {
|
14231
14300
|
super();
|
14232
|
-
init(this, options, instance$
|
14301
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, { props: 0, layerId: 1 }, add_css$9);
|
14233
14302
|
}
|
14234
14303
|
}
|
14235
14304
|
|
@@ -14304,12 +14373,12 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
|
|
14304
14373
|
|
14305
14374
|
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
14306
14375
|
|
14307
|
-
function add_css$
|
14308
|
-
append_styles(target, "svelte-
|
14376
|
+
function add_css$8(target) {
|
14377
|
+
append_styles(target, "svelte-zgyiz5", ".clickable.button-outlined{background-color:#ffffff}.clickable.button-outlined:hover{background-color:#f6f6f6}.button-outlined-icon.svelte-zgyiz5{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
14309
14378
|
}
|
14310
14379
|
|
14311
14380
|
// (46:2) {#if props.isIcon && props.iconVariant}
|
14312
|
-
function create_if_block$
|
14381
|
+
function create_if_block$6(ctx) {
|
14313
14382
|
let div;
|
14314
14383
|
let icon;
|
14315
14384
|
let current;
|
@@ -14318,7 +14387,7 @@ function create_if_block$4(ctx) {
|
|
14318
14387
|
props: {
|
14319
14388
|
props: {
|
14320
14389
|
variant: /*props*/ ctx[0].iconVariant,
|
14321
|
-
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].
|
14390
|
+
color: /*props*/ ctx[0].iconColor ?? /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].backgroundColor,
|
14322
14391
|
width: '1em',
|
14323
14392
|
height: '1em'
|
14324
14393
|
}
|
@@ -14329,7 +14398,7 @@ function create_if_block$4(ctx) {
|
|
14329
14398
|
c() {
|
14330
14399
|
div = element("div");
|
14331
14400
|
create_component(icon.$$.fragment);
|
14332
|
-
attr(div, "class", "button-outlined-icon svelte-
|
14401
|
+
attr(div, "class", "button-outlined-icon svelte-zgyiz5");
|
14333
14402
|
},
|
14334
14403
|
m(target, anchor) {
|
14335
14404
|
insert(target, div, anchor);
|
@@ -14341,7 +14410,7 @@ function create_if_block$4(ctx) {
|
|
14341
14410
|
|
14342
14411
|
if (dirty & /*props*/ 1) icon_changes.props = {
|
14343
14412
|
variant: /*props*/ ctx[0].iconVariant,
|
14344
|
-
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].
|
14413
|
+
color: /*props*/ ctx[0].iconColor ?? /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].backgroundColor,
|
14345
14414
|
width: '1em',
|
14346
14415
|
height: '1em'
|
14347
14416
|
};
|
@@ -14365,13 +14434,13 @@ function create_if_block$4(ctx) {
|
|
14365
14434
|
}
|
14366
14435
|
|
14367
14436
|
// (38:0) <Clickable className="button-outlined" {layerId} {style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
14368
|
-
function create_default_slot$
|
14437
|
+
function create_default_slot$5(ctx) {
|
14369
14438
|
let t0;
|
14370
14439
|
let span;
|
14371
14440
|
let t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "";
|
14372
14441
|
let t1;
|
14373
14442
|
let current;
|
14374
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
14443
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$6(ctx);
|
14375
14444
|
|
14376
14445
|
return {
|
14377
14446
|
c() {
|
@@ -14396,7 +14465,7 @@ function create_default_slot$3(ctx) {
|
|
14396
14465
|
transition_in(if_block, 1);
|
14397
14466
|
}
|
14398
14467
|
} else {
|
14399
|
-
if_block = create_if_block$
|
14468
|
+
if_block = create_if_block$6(ctx);
|
14400
14469
|
if_block.c();
|
14401
14470
|
transition_in(if_block, 1);
|
14402
14471
|
if_block.m(t0.parentNode, t0);
|
@@ -14430,7 +14499,7 @@ function create_default_slot$3(ctx) {
|
|
14430
14499
|
};
|
14431
14500
|
}
|
14432
14501
|
|
14433
|
-
function create_fragment$
|
14502
|
+
function create_fragment$9(ctx) {
|
14434
14503
|
let clickable;
|
14435
14504
|
let current;
|
14436
14505
|
|
@@ -14442,7 +14511,7 @@ function create_fragment$8(ctx) {
|
|
14442
14511
|
onClick: /*props*/ ctx[0].onClick,
|
14443
14512
|
eventName: /*props*/ ctx[0].eventName,
|
14444
14513
|
eventValue: /*props*/ ctx[0].eventValue,
|
14445
|
-
$$slots: { default: [create_default_slot$
|
14514
|
+
$$slots: { default: [create_default_slot$5] },
|
14446
14515
|
$$scope: { ctx }
|
14447
14516
|
}
|
14448
14517
|
});
|
@@ -14484,7 +14553,7 @@ function create_fragment$8(ctx) {
|
|
14484
14553
|
};
|
14485
14554
|
}
|
14486
14555
|
|
14487
|
-
function instance$
|
14556
|
+
function instance$9($$self, $$props, $$invalidate) {
|
14488
14557
|
let style;
|
14489
14558
|
let { props = {} } = $$props;
|
14490
14559
|
let { layerId = '' } = $$props;
|
@@ -14529,7 +14598,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
14529
14598
|
class ButtonOutlined extends SvelteComponent {
|
14530
14599
|
constructor(options) {
|
14531
14600
|
super();
|
14532
|
-
init(this, options, instance$
|
14601
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 }, add_css$8);
|
14533
14602
|
}
|
14534
14603
|
}
|
14535
14604
|
|
@@ -14583,7 +14652,7 @@ const BUTTON_TEXT_THEME_STYLES = {
|
|
14583
14652
|
color: '#0ea5e9',
|
14584
14653
|
},
|
14585
14654
|
gray: {
|
14586
|
-
backgroundColor: '
|
14655
|
+
backgroundColor: 'rgba(0,0,0,0.4)',
|
14587
14656
|
color: '#666666',
|
14588
14657
|
},
|
14589
14658
|
white: {
|
@@ -14594,12 +14663,12 @@ const BUTTON_TEXT_THEME_STYLES = {
|
|
14594
14663
|
|
14595
14664
|
/* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
|
14596
14665
|
|
14597
|
-
function add_css$
|
14598
|
-
append_styles(target, "svelte-
|
14666
|
+
function add_css$7(target) {
|
14667
|
+
append_styles(target, "svelte-yi5p5f", ".flex-button-text{background-color:rgba(255, 255, 255, 0)}.flex-button-text:hover{background-color:var(--hover-bg-color)}.flex-button-text-icon.svelte-yi5p5f{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
14599
14668
|
}
|
14600
14669
|
|
14601
14670
|
// (54:2) {#if props.isIcon && props.iconVariant}
|
14602
|
-
function create_if_block$
|
14671
|
+
function create_if_block$5(ctx) {
|
14603
14672
|
let div;
|
14604
14673
|
let icon;
|
14605
14674
|
let current;
|
@@ -14619,7 +14688,7 @@ function create_if_block$3(ctx) {
|
|
14619
14688
|
c() {
|
14620
14689
|
div = element("div");
|
14621
14690
|
create_component(icon.$$.fragment);
|
14622
|
-
attr(div, "class", "flex-button-text-icon svelte-
|
14691
|
+
attr(div, "class", "flex-button-text-icon svelte-yi5p5f");
|
14623
14692
|
},
|
14624
14693
|
m(target, anchor) {
|
14625
14694
|
insert(target, div, anchor);
|
@@ -14655,13 +14724,13 @@ function create_if_block$3(ctx) {
|
|
14655
14724
|
}
|
14656
14725
|
|
14657
14726
|
// (46:0) <Clickable className="flex-button-text" {layerId} {style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
14658
|
-
function create_default_slot$
|
14727
|
+
function create_default_slot$4(ctx) {
|
14659
14728
|
let t0;
|
14660
14729
|
let span;
|
14661
14730
|
let t1_value = /*props*/ ctx[0].label + "";
|
14662
14731
|
let t1;
|
14663
14732
|
let current;
|
14664
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
14733
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$5(ctx);
|
14665
14734
|
|
14666
14735
|
return {
|
14667
14736
|
c() {
|
@@ -14686,7 +14755,7 @@ function create_default_slot$2(ctx) {
|
|
14686
14755
|
transition_in(if_block, 1);
|
14687
14756
|
}
|
14688
14757
|
} else {
|
14689
|
-
if_block = create_if_block$
|
14758
|
+
if_block = create_if_block$5(ctx);
|
14690
14759
|
if_block.c();
|
14691
14760
|
transition_in(if_block, 1);
|
14692
14761
|
if_block.m(t0.parentNode, t0);
|
@@ -14720,7 +14789,7 @@ function create_default_slot$2(ctx) {
|
|
14720
14789
|
};
|
14721
14790
|
}
|
14722
14791
|
|
14723
|
-
function create_fragment$
|
14792
|
+
function create_fragment$8(ctx) {
|
14724
14793
|
let clickable;
|
14725
14794
|
let current;
|
14726
14795
|
|
@@ -14732,7 +14801,7 @@ function create_fragment$7(ctx) {
|
|
14732
14801
|
onClick: /*props*/ ctx[0].onClick,
|
14733
14802
|
eventName: /*props*/ ctx[0].eventName,
|
14734
14803
|
eventValue: /*props*/ ctx[0].eventValue,
|
14735
|
-
$$slots: { default: [create_default_slot$
|
14804
|
+
$$slots: { default: [create_default_slot$4] },
|
14736
14805
|
$$scope: { ctx }
|
14737
14806
|
}
|
14738
14807
|
});
|
@@ -14774,7 +14843,7 @@ function create_fragment$7(ctx) {
|
|
14774
14843
|
};
|
14775
14844
|
}
|
14776
14845
|
|
14777
|
-
function instance$
|
14846
|
+
function instance$8($$self, $$props, $$invalidate) {
|
14778
14847
|
let variables;
|
14779
14848
|
let style;
|
14780
14849
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -14847,8 +14916,8 @@ class ButtonText extends SvelteComponent {
|
|
14847
14916
|
init(
|
14848
14917
|
this,
|
14849
14918
|
options,
|
14850
|
-
instance$
|
14851
|
-
create_fragment$
|
14919
|
+
instance$8,
|
14920
|
+
create_fragment$8,
|
14852
14921
|
safe_not_equal,
|
14853
14922
|
{
|
14854
14923
|
onClick: 4,
|
@@ -14857,7 +14926,7 @@ class ButtonText extends SvelteComponent {
|
|
14857
14926
|
props: 0,
|
14858
14927
|
layerId: 1
|
14859
14928
|
},
|
14860
|
-
add_css$
|
14929
|
+
add_css$7
|
14861
14930
|
);
|
14862
14931
|
}
|
14863
14932
|
}
|
@@ -14897,12 +14966,12 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
14897
14966
|
|
14898
14967
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
14899
14968
|
|
14900
|
-
function add_css$
|
14969
|
+
function add_css$6(target) {
|
14901
14970
|
append_styles(target, "svelte-12v1h9t", ".close-button.svelte-12v1h9t{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:8px;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s, transform 0.12s}.close-button.svelte-12v1h9t:hover{transform:rotate(90deg)}.close-button-order-one.svelte-12v1h9t{order:1}.close-button-order-two.svelte-12v1h9t{order:2}");
|
14902
14971
|
}
|
14903
14972
|
|
14904
14973
|
// (93:2) {#if hasLabel}
|
14905
|
-
function create_if_block$
|
14974
|
+
function create_if_block$4(ctx) {
|
14906
14975
|
let span;
|
14907
14976
|
let t;
|
14908
14977
|
|
@@ -14931,7 +15000,7 @@ function create_if_block$2(ctx) {
|
|
14931
15000
|
};
|
14932
15001
|
}
|
14933
15002
|
|
14934
|
-
function create_fragment$
|
15003
|
+
function create_fragment$7(ctx) {
|
14935
15004
|
let button;
|
14936
15005
|
let span;
|
14937
15006
|
let svg;
|
@@ -14940,7 +15009,7 @@ function create_fragment$6(ctx) {
|
|
14940
15009
|
let button_class_value;
|
14941
15010
|
let mounted;
|
14942
15011
|
let dispose;
|
14943
|
-
let if_block = /*hasLabel*/ ctx[4] && create_if_block$
|
15012
|
+
let if_block = /*hasLabel*/ ctx[4] && create_if_block$4(ctx);
|
14944
15013
|
|
14945
15014
|
let button_levels = [
|
14946
15015
|
{ "data-layer-id": /*layerId*/ ctx[0] },
|
@@ -15000,7 +15069,7 @@ function create_fragment$6(ctx) {
|
|
15000
15069
|
if (if_block) {
|
15001
15070
|
if_block.p(ctx, dirty);
|
15002
15071
|
} else {
|
15003
|
-
if_block = create_if_block$
|
15072
|
+
if_block = create_if_block$4(ctx);
|
15004
15073
|
if_block.c();
|
15005
15074
|
if_block.m(button, null);
|
15006
15075
|
}
|
@@ -15029,7 +15098,7 @@ function create_fragment$6(ctx) {
|
|
15029
15098
|
};
|
15030
15099
|
}
|
15031
15100
|
|
15032
|
-
function instance$
|
15101
|
+
function instance$7($$self, $$props, $$invalidate) {
|
15033
15102
|
let hasLabel;
|
15034
15103
|
let style;
|
15035
15104
|
let labelStyle;
|
@@ -15127,8 +15196,8 @@ class CloseButton extends SvelteComponent {
|
|
15127
15196
|
init(
|
15128
15197
|
this,
|
15129
15198
|
options,
|
15130
|
-
instance$
|
15131
|
-
create_fragment$
|
15199
|
+
instance$7,
|
15200
|
+
create_fragment$7,
|
15132
15201
|
safe_not_equal,
|
15133
15202
|
{
|
15134
15203
|
props: 9,
|
@@ -15136,19 +15205,19 @@ class CloseButton extends SvelteComponent {
|
|
15136
15205
|
eventName: 10,
|
15137
15206
|
eventValue: 11
|
15138
15207
|
},
|
15139
|
-
add_css$
|
15208
|
+
add_css$6
|
15140
15209
|
);
|
15141
15210
|
}
|
15142
15211
|
}
|
15143
15212
|
|
15144
15213
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
15145
15214
|
|
15146
|
-
function add_css$
|
15215
|
+
function add_css$5(target) {
|
15147
15216
|
append_styles(target, "svelte-1nwdvab", ".image-object.svelte-1nwdvab{width:100%;overflow:hidden}.image-img.svelte-1nwdvab{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}");
|
15148
15217
|
}
|
15149
15218
|
|
15150
15219
|
// (21:0) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
15151
|
-
function create_default_slot$
|
15220
|
+
function create_default_slot$3(ctx) {
|
15152
15221
|
let object;
|
15153
15222
|
let img;
|
15154
15223
|
let img_src_value;
|
@@ -15187,7 +15256,7 @@ function create_default_slot$1(ctx) {
|
|
15187
15256
|
};
|
15188
15257
|
}
|
15189
15258
|
|
15190
|
-
function create_fragment$
|
15259
|
+
function create_fragment$6(ctx) {
|
15191
15260
|
let clickable;
|
15192
15261
|
let current;
|
15193
15262
|
|
@@ -15198,7 +15267,7 @@ function create_fragment$5(ctx) {
|
|
15198
15267
|
onClick: /*props*/ ctx[0].onClick,
|
15199
15268
|
eventName: /*props*/ ctx[0].eventName,
|
15200
15269
|
eventValue: /*props*/ ctx[0].eventValue,
|
15201
|
-
$$slots: { default: [create_default_slot$
|
15270
|
+
$$slots: { default: [create_default_slot$3] },
|
15202
15271
|
$$scope: { ctx }
|
15203
15272
|
}
|
15204
15273
|
});
|
@@ -15240,7 +15309,7 @@ function create_fragment$5(ctx) {
|
|
15240
15309
|
};
|
15241
15310
|
}
|
15242
15311
|
|
15243
|
-
function instance$
|
15312
|
+
function instance$6($$self, $$props, $$invalidate) {
|
15244
15313
|
let style;
|
15245
15314
|
let objectStyle;
|
15246
15315
|
let { props = {} } = $$props;
|
@@ -15276,13 +15345,13 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
15276
15345
|
class Image extends SvelteComponent {
|
15277
15346
|
constructor(options) {
|
15278
15347
|
super();
|
15279
|
-
init(this, options, instance$
|
15348
|
+
init(this, options, instance$6, create_fragment$6, safe_not_equal, { props: 0, layerId: 1 }, add_css$5);
|
15280
15349
|
}
|
15281
15350
|
}
|
15282
15351
|
|
15283
15352
|
/* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
|
15284
15353
|
|
15285
|
-
function create_default_slot(ctx) {
|
15354
|
+
function create_default_slot$2(ctx) {
|
15286
15355
|
let current;
|
15287
15356
|
const default_slot_template = /*#slots*/ ctx[3].default;
|
15288
15357
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
@@ -15329,7 +15398,7 @@ function create_default_slot(ctx) {
|
|
15329
15398
|
};
|
15330
15399
|
}
|
15331
15400
|
|
15332
|
-
function create_fragment$
|
15401
|
+
function create_fragment$5(ctx) {
|
15333
15402
|
let clickable;
|
15334
15403
|
let current;
|
15335
15404
|
|
@@ -15341,7 +15410,7 @@ function create_fragment$4(ctx) {
|
|
15341
15410
|
onClick: /*props*/ ctx[0].onClick,
|
15342
15411
|
eventName: /*props*/ ctx[0].eventName,
|
15343
15412
|
eventValue: /*props*/ ctx[0].eventValue,
|
15344
|
-
$$slots: { default: [create_default_slot] },
|
15413
|
+
$$slots: { default: [create_default_slot$2] },
|
15345
15414
|
$$scope: { ctx }
|
15346
15415
|
}
|
15347
15416
|
});
|
@@ -15383,7 +15452,7 @@ function create_fragment$4(ctx) {
|
|
15383
15452
|
};
|
15384
15453
|
}
|
15385
15454
|
|
15386
|
-
function instance$
|
15455
|
+
function instance$5($$self, $$props, $$invalidate) {
|
15387
15456
|
let style;
|
15388
15457
|
let { $$slots: slots = {}, $$scope } = $$props;
|
15389
15458
|
let { props = {} } = $$props;
|
@@ -15423,7 +15492,7 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
15423
15492
|
class Layout extends SvelteComponent {
|
15424
15493
|
constructor(options) {
|
15425
15494
|
super();
|
15426
|
-
init(this, options, instance$
|
15495
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 });
|
15427
15496
|
}
|
15428
15497
|
}
|
15429
15498
|
|
@@ -15434,7 +15503,7 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
15434
15503
|
|
15435
15504
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
15436
15505
|
|
15437
|
-
function add_css$
|
15506
|
+
function add_css$4(target) {
|
15438
15507
|
append_styles(target, "svelte-17ij7ip", ".container.svelte-17ij7ip{-webkit-user-drag:none}");
|
15439
15508
|
}
|
15440
15509
|
|
@@ -15507,7 +15576,7 @@ function create_each_block(ctx) {
|
|
15507
15576
|
};
|
15508
15577
|
}
|
15509
15578
|
|
15510
|
-
function create_fragment$
|
15579
|
+
function create_fragment$4(ctx) {
|
15511
15580
|
let div2;
|
15512
15581
|
let div0;
|
15513
15582
|
let div0_style_value;
|
@@ -15645,7 +15714,7 @@ function create_fragment$3(ctx) {
|
|
15645
15714
|
};
|
15646
15715
|
}
|
15647
15716
|
|
15648
|
-
function instance$
|
15717
|
+
function instance$4($$self, $$props, $$invalidate) {
|
15649
15718
|
let indicators;
|
15650
15719
|
let itemWidthPercentage;
|
15651
15720
|
let style;
|
@@ -15854,7 +15923,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15854
15923
|
class Slider extends SvelteComponent {
|
15855
15924
|
constructor(options) {
|
15856
15925
|
super();
|
15857
|
-
init(this, options, instance$
|
15926
|
+
init(this, options, instance$4, create_fragment$4, safe_not_equal, { layerId: 0, props: 11, overrideStyle: 1 }, add_css$4, [-1, -1]);
|
15858
15927
|
}
|
15859
15928
|
}
|
15860
15929
|
|
@@ -15915,43 +15984,184 @@ const TEXT_VARIANTS = {
|
|
15915
15984
|
|
15916
15985
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
15917
15986
|
|
15918
|
-
function add_css$
|
15919
|
-
append_styles(target, "svelte-
|
15987
|
+
function add_css$3(target) {
|
15988
|
+
append_styles(target, "svelte-6vy9zz", ".text{margin:0;word-break:break-all}");
|
15920
15989
|
}
|
15921
15990
|
|
15922
|
-
|
15923
|
-
|
15991
|
+
// (48:2) {#if props.isIcon && props.iconVariant}
|
15992
|
+
function create_if_block$3(ctx) {
|
15993
|
+
let icon;
|
15994
|
+
let current;
|
15995
|
+
|
15996
|
+
icon = new Icon({
|
15997
|
+
props: {
|
15998
|
+
props: {
|
15999
|
+
variant: /*props*/ ctx[0].iconVariant,
|
16000
|
+
color: /*props*/ ctx[0].color,
|
16001
|
+
width: '1em',
|
16002
|
+
height: '1em'
|
16003
|
+
}
|
16004
|
+
}
|
16005
|
+
});
|
15924
16006
|
|
15925
16007
|
return {
|
15926
16008
|
c() {
|
15927
|
-
|
15928
|
-
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
15929
|
-
attr(p, "class", "text svelte-1vl0c87");
|
15930
|
-
attr(p, "style", /*style*/ ctx[1]);
|
16009
|
+
create_component(icon.$$.fragment);
|
15931
16010
|
},
|
15932
16011
|
m(target, anchor) {
|
15933
|
-
|
15934
|
-
|
16012
|
+
mount_component(icon, target, anchor);
|
16013
|
+
current = true;
|
15935
16014
|
},
|
15936
|
-
p(ctx,
|
15937
|
-
|
15938
|
-
|
15939
|
-
|
16015
|
+
p(ctx, dirty) {
|
16016
|
+
const icon_changes = {};
|
16017
|
+
|
16018
|
+
if (dirty & /*props*/ 1) icon_changes.props = {
|
16019
|
+
variant: /*props*/ ctx[0].iconVariant,
|
16020
|
+
color: /*props*/ ctx[0].color,
|
16021
|
+
width: '1em',
|
16022
|
+
height: '1em'
|
16023
|
+
};
|
16024
|
+
|
16025
|
+
icon.$set(icon_changes);
|
16026
|
+
},
|
16027
|
+
i(local) {
|
16028
|
+
if (current) return;
|
16029
|
+
transition_in(icon.$$.fragment, local);
|
16030
|
+
current = true;
|
16031
|
+
},
|
16032
|
+
o(local) {
|
16033
|
+
transition_out(icon.$$.fragment, local);
|
16034
|
+
current = false;
|
16035
|
+
},
|
16036
|
+
d(detaching) {
|
16037
|
+
destroy_component(icon, detaching);
|
16038
|
+
}
|
16039
|
+
};
|
16040
|
+
}
|
16041
|
+
|
16042
|
+
// (39:0) <Clickable element="p" layerId={layerId} className="text" onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} style={style} >
|
16043
|
+
function create_default_slot$1(ctx) {
|
16044
|
+
let t;
|
16045
|
+
let html_tag;
|
16046
|
+
let html_anchor;
|
16047
|
+
let current;
|
16048
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$3(ctx);
|
16049
|
+
|
16050
|
+
return {
|
16051
|
+
c() {
|
16052
|
+
if (if_block) if_block.c();
|
16053
|
+
t = space();
|
16054
|
+
html_tag = new HtmlTag(false);
|
16055
|
+
html_anchor = empty();
|
16056
|
+
html_tag.a = html_anchor;
|
16057
|
+
},
|
16058
|
+
m(target, anchor) {
|
16059
|
+
if (if_block) if_block.m(target, anchor);
|
16060
|
+
insert(target, t, anchor);
|
16061
|
+
html_tag.m(/*escapedHTML*/ ctx[3], target, anchor);
|
16062
|
+
insert(target, html_anchor, anchor);
|
16063
|
+
current = true;
|
16064
|
+
},
|
16065
|
+
p(ctx, dirty) {
|
16066
|
+
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
16067
|
+
if (if_block) {
|
16068
|
+
if_block.p(ctx, dirty);
|
16069
|
+
|
16070
|
+
if (dirty & /*props*/ 1) {
|
16071
|
+
transition_in(if_block, 1);
|
16072
|
+
}
|
16073
|
+
} else {
|
16074
|
+
if_block = create_if_block$3(ctx);
|
16075
|
+
if_block.c();
|
16076
|
+
transition_in(if_block, 1);
|
16077
|
+
if_block.m(t.parentNode, t);
|
16078
|
+
}
|
16079
|
+
} else if (if_block) {
|
16080
|
+
group_outros();
|
16081
|
+
|
16082
|
+
transition_out(if_block, 1, 1, () => {
|
16083
|
+
if_block = null;
|
16084
|
+
});
|
16085
|
+
|
16086
|
+
check_outros();
|
15940
16087
|
}
|
15941
16088
|
|
15942
|
-
if (dirty & /*
|
15943
|
-
|
16089
|
+
if (!current || dirty & /*escapedHTML*/ 8) html_tag.p(/*escapedHTML*/ ctx[3]);
|
16090
|
+
},
|
16091
|
+
i(local) {
|
16092
|
+
if (current) return;
|
16093
|
+
transition_in(if_block);
|
16094
|
+
current = true;
|
16095
|
+
},
|
16096
|
+
o(local) {
|
16097
|
+
transition_out(if_block);
|
16098
|
+
current = false;
|
16099
|
+
},
|
16100
|
+
d(detaching) {
|
16101
|
+
if (if_block) if_block.d(detaching);
|
16102
|
+
if (detaching) detach(t);
|
16103
|
+
if (detaching) detach(html_anchor);
|
16104
|
+
if (detaching) html_tag.d();
|
16105
|
+
}
|
16106
|
+
};
|
16107
|
+
}
|
16108
|
+
|
16109
|
+
function create_fragment$3(ctx) {
|
16110
|
+
let clickable;
|
16111
|
+
let current;
|
16112
|
+
|
16113
|
+
clickable = new Clickable({
|
16114
|
+
props: {
|
16115
|
+
element: "p",
|
16116
|
+
layerId: /*layerId*/ ctx[1],
|
16117
|
+
className: "text",
|
16118
|
+
onClick: /*props*/ ctx[0].onClick,
|
16119
|
+
eventName: /*props*/ ctx[0].eventName,
|
16120
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
16121
|
+
style: /*style*/ ctx[2],
|
16122
|
+
$$slots: { default: [create_default_slot$1] },
|
16123
|
+
$$scope: { ctx }
|
15944
16124
|
}
|
16125
|
+
});
|
16126
|
+
|
16127
|
+
return {
|
16128
|
+
c() {
|
16129
|
+
create_component(clickable.$$.fragment);
|
16130
|
+
},
|
16131
|
+
m(target, anchor) {
|
16132
|
+
mount_component(clickable, target, anchor);
|
16133
|
+
current = true;
|
16134
|
+
},
|
16135
|
+
p(ctx, [dirty]) {
|
16136
|
+
const clickable_changes = {};
|
16137
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
16138
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
16139
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
16140
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
16141
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
16142
|
+
|
16143
|
+
if (dirty & /*$$scope, escapedHTML, props*/ 41) {
|
16144
|
+
clickable_changes.$$scope = { dirty, ctx };
|
16145
|
+
}
|
16146
|
+
|
16147
|
+
clickable.$set(clickable_changes);
|
16148
|
+
},
|
16149
|
+
i(local) {
|
16150
|
+
if (current) return;
|
16151
|
+
transition_in(clickable.$$.fragment, local);
|
16152
|
+
current = true;
|
16153
|
+
},
|
16154
|
+
o(local) {
|
16155
|
+
transition_out(clickable.$$.fragment, local);
|
16156
|
+
current = false;
|
15945
16157
|
},
|
15946
|
-
i: noop,
|
15947
|
-
o: noop,
|
15948
16158
|
d(detaching) {
|
15949
|
-
|
16159
|
+
destroy_component(clickable, detaching);
|
15950
16160
|
}
|
15951
16161
|
};
|
15952
16162
|
}
|
15953
16163
|
|
15954
|
-
function instance$
|
16164
|
+
function instance$3($$self, $$props, $$invalidate) {
|
15955
16165
|
let escapedHTML;
|
15956
16166
|
let style;
|
15957
16167
|
let { props = { content: '' } } = $$props;
|
@@ -15967,17 +16177,17 @@ function instance$2($$self, $$props, $$invalidate) {
|
|
15967
16177
|
};
|
15968
16178
|
|
15969
16179
|
$$self.$$set = $$props => {
|
15970
|
-
if ('props' in $$props) $$invalidate(
|
15971
|
-
if ('layerId' in $$props) $$invalidate(
|
16180
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
16181
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
15972
16182
|
};
|
15973
16183
|
|
15974
16184
|
$$self.$$.update = () => {
|
15975
|
-
if ($$self.$$.dirty & /*props*/
|
15976
|
-
$$invalidate(
|
16185
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
16186
|
+
$$invalidate(3, escapedHTML = props.content.replace(/&/g, '<').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"').replace(/'/g, ''').replace(/\n/g, '<br />'));
|
15977
16187
|
}
|
15978
16188
|
|
15979
|
-
if ($$self.$$.dirty & /*props*/
|
15980
|
-
$$invalidate(
|
16189
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
16190
|
+
$$invalidate(2, style = objToStyle({
|
15981
16191
|
position: props?.position ?? 'static',
|
15982
16192
|
color: props.color,
|
15983
16193
|
textAlign: props.align,
|
@@ -15992,13 +16202,13 @@ function instance$2($$self, $$props, $$invalidate) {
|
|
15992
16202
|
}
|
15993
16203
|
};
|
15994
16204
|
|
15995
|
-
return [layerId, style, escapedHTML
|
16205
|
+
return [props, layerId, style, escapedHTML];
|
15996
16206
|
}
|
15997
16207
|
|
15998
16208
|
class Text extends SvelteComponent {
|
15999
16209
|
constructor(options) {
|
16000
16210
|
super();
|
16001
|
-
init(this, options, instance$
|
16211
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { props: 0, layerId: 1 }, add_css$3);
|
16002
16212
|
}
|
16003
16213
|
}
|
16004
16214
|
|
@@ -16015,6 +16225,304 @@ const LAYER_TEXT_SIZE = {
|
|
16015
16225
|
heading_extra_large: 'HeadingExtraLarge',
|
16016
16226
|
};
|
16017
16227
|
|
16228
|
+
const TEXT_LINK_SIZE_STYLES = {
|
16229
|
+
small: {
|
16230
|
+
lineHeight: 1.7,
|
16231
|
+
fontSize: '12px',
|
16232
|
+
},
|
16233
|
+
medium: {
|
16234
|
+
lineHeight: 1.7,
|
16235
|
+
fontSize: '14px',
|
16236
|
+
},
|
16237
|
+
large: {
|
16238
|
+
lineHeight: 1.7,
|
16239
|
+
fontSize: '16px',
|
16240
|
+
},
|
16241
|
+
};
|
16242
|
+
const TEXT_LINK_THEME_STYLES = {
|
16243
|
+
default: {
|
16244
|
+
color: 'rgba(0, 16, 14, 1)',
|
16245
|
+
},
|
16246
|
+
link: {
|
16247
|
+
color: '#1558d6',
|
16248
|
+
},
|
16249
|
+
brand: {
|
16250
|
+
color: 'rgba(18,160,160,1)',
|
16251
|
+
},
|
16252
|
+
alert: {
|
16253
|
+
color: '#ef4444',
|
16254
|
+
},
|
16255
|
+
gray: {
|
16256
|
+
color: '#666666',
|
16257
|
+
},
|
16258
|
+
white: {
|
16259
|
+
color: '#FFFFFF',
|
16260
|
+
},
|
16261
|
+
};
|
16262
|
+
|
16263
|
+
/* src/components-flex/text-link/TextLink.svelte generated by Svelte v3.53.1 */
|
16264
|
+
|
16265
|
+
function add_css$2(target) {
|
16266
|
+
append_styles(target, "svelte-atmq54", ".clickable.link,.clickable.link:visited,.clickable.link:link{color:var(--color)}.clickable.link:hover{color:var(--hover-color)}.clickable.link:active{color:var(--active-color)}.clickable.link.underline-hover-on{text-decoration:none}.clickable.link.underline-hover-on:hover{text-decoration:underline}.clickable.link.underline-hover-off{text-decoration:underline}.clickable.link.underline-hover-off:hover{text-decoration:none}.clickable.link.underline-on{text-decoration:underline}.clickable.link.underline-off{text-decoration:none}");
|
16267
|
+
}
|
16268
|
+
|
16269
|
+
// (63:2) {#if props.isIcon && props.iconVariant}
|
16270
|
+
function create_if_block$2(ctx) {
|
16271
|
+
let icon;
|
16272
|
+
let current;
|
16273
|
+
|
16274
|
+
icon = new Icon({
|
16275
|
+
props: {
|
16276
|
+
props: {
|
16277
|
+
variant: /*props*/ ctx[0].iconVariant,
|
16278
|
+
color: /*props*/ ctx[0].iconColor ?? /*props*/ ctx[0].color,
|
16279
|
+
width: '1em',
|
16280
|
+
height: '1em'
|
16281
|
+
}
|
16282
|
+
}
|
16283
|
+
});
|
16284
|
+
|
16285
|
+
return {
|
16286
|
+
c() {
|
16287
|
+
create_component(icon.$$.fragment);
|
16288
|
+
},
|
16289
|
+
m(target, anchor) {
|
16290
|
+
mount_component(icon, target, anchor);
|
16291
|
+
current = true;
|
16292
|
+
},
|
16293
|
+
p(ctx, dirty) {
|
16294
|
+
const icon_changes = {};
|
16295
|
+
|
16296
|
+
if (dirty & /*props*/ 1) icon_changes.props = {
|
16297
|
+
variant: /*props*/ ctx[0].iconVariant,
|
16298
|
+
color: /*props*/ ctx[0].iconColor ?? /*props*/ ctx[0].color,
|
16299
|
+
width: '1em',
|
16300
|
+
height: '1em'
|
16301
|
+
};
|
16302
|
+
|
16303
|
+
icon.$set(icon_changes);
|
16304
|
+
},
|
16305
|
+
i(local) {
|
16306
|
+
if (current) return;
|
16307
|
+
transition_in(icon.$$.fragment, local);
|
16308
|
+
current = true;
|
16309
|
+
},
|
16310
|
+
o(local) {
|
16311
|
+
transition_out(icon.$$.fragment, local);
|
16312
|
+
current = false;
|
16313
|
+
},
|
16314
|
+
d(detaching) {
|
16315
|
+
destroy_component(icon, detaching);
|
16316
|
+
}
|
16317
|
+
};
|
16318
|
+
}
|
16319
|
+
|
16320
|
+
// (54:0) <Clickable element="span" className={`link ${underlineClass}`} layerId={layerId} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} style={style} >
|
16321
|
+
function create_default_slot(ctx) {
|
16322
|
+
let t;
|
16323
|
+
let span;
|
16324
|
+
let current;
|
16325
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$2(ctx);
|
16326
|
+
|
16327
|
+
return {
|
16328
|
+
c() {
|
16329
|
+
if (if_block) if_block.c();
|
16330
|
+
t = space();
|
16331
|
+
span = element("span");
|
16332
|
+
},
|
16333
|
+
m(target, anchor) {
|
16334
|
+
if (if_block) if_block.m(target, anchor);
|
16335
|
+
insert(target, t, anchor);
|
16336
|
+
insert(target, span, anchor);
|
16337
|
+
span.innerHTML = /*escapedHTML*/ ctx[3];
|
16338
|
+
current = true;
|
16339
|
+
},
|
16340
|
+
p(ctx, dirty) {
|
16341
|
+
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
16342
|
+
if (if_block) {
|
16343
|
+
if_block.p(ctx, dirty);
|
16344
|
+
|
16345
|
+
if (dirty & /*props*/ 1) {
|
16346
|
+
transition_in(if_block, 1);
|
16347
|
+
}
|
16348
|
+
} else {
|
16349
|
+
if_block = create_if_block$2(ctx);
|
16350
|
+
if_block.c();
|
16351
|
+
transition_in(if_block, 1);
|
16352
|
+
if_block.m(t.parentNode, t);
|
16353
|
+
}
|
16354
|
+
} else if (if_block) {
|
16355
|
+
group_outros();
|
16356
|
+
|
16357
|
+
transition_out(if_block, 1, 1, () => {
|
16358
|
+
if_block = null;
|
16359
|
+
});
|
16360
|
+
|
16361
|
+
check_outros();
|
16362
|
+
}
|
16363
|
+
|
16364
|
+
if (!current || dirty & /*escapedHTML*/ 8) span.innerHTML = /*escapedHTML*/ ctx[3]; },
|
16365
|
+
i(local) {
|
16366
|
+
if (current) return;
|
16367
|
+
transition_in(if_block);
|
16368
|
+
current = true;
|
16369
|
+
},
|
16370
|
+
o(local) {
|
16371
|
+
transition_out(if_block);
|
16372
|
+
current = false;
|
16373
|
+
},
|
16374
|
+
d(detaching) {
|
16375
|
+
if (if_block) if_block.d(detaching);
|
16376
|
+
if (detaching) detach(t);
|
16377
|
+
if (detaching) detach(span);
|
16378
|
+
}
|
16379
|
+
};
|
16380
|
+
}
|
16381
|
+
|
16382
|
+
function create_fragment$2(ctx) {
|
16383
|
+
let clickable;
|
16384
|
+
let current;
|
16385
|
+
|
16386
|
+
clickable = new Clickable({
|
16387
|
+
props: {
|
16388
|
+
element: "span",
|
16389
|
+
className: `link ${/*underlineClass*/ ctx[4]}`,
|
16390
|
+
layerId: /*layerId*/ ctx[1],
|
16391
|
+
onClick: /*props*/ ctx[0].onClick,
|
16392
|
+
eventName: /*props*/ ctx[0].eventName,
|
16393
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
16394
|
+
style: /*style*/ ctx[2],
|
16395
|
+
$$slots: { default: [create_default_slot] },
|
16396
|
+
$$scope: { ctx }
|
16397
|
+
}
|
16398
|
+
});
|
16399
|
+
|
16400
|
+
return {
|
16401
|
+
c() {
|
16402
|
+
create_component(clickable.$$.fragment);
|
16403
|
+
},
|
16404
|
+
m(target, anchor) {
|
16405
|
+
mount_component(clickable, target, anchor);
|
16406
|
+
current = true;
|
16407
|
+
},
|
16408
|
+
p(ctx, [dirty]) {
|
16409
|
+
const clickable_changes = {};
|
16410
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
16411
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
16412
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
16413
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
16414
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
16415
|
+
|
16416
|
+
if (dirty & /*$$scope, escapedHTML, props*/ 265) {
|
16417
|
+
clickable_changes.$$scope = { dirty, ctx };
|
16418
|
+
}
|
16419
|
+
|
16420
|
+
clickable.$set(clickable_changes);
|
16421
|
+
},
|
16422
|
+
i(local) {
|
16423
|
+
if (current) return;
|
16424
|
+
transition_in(clickable.$$.fragment, local);
|
16425
|
+
current = true;
|
16426
|
+
},
|
16427
|
+
o(local) {
|
16428
|
+
transition_out(clickable.$$.fragment, local);
|
16429
|
+
current = false;
|
16430
|
+
},
|
16431
|
+
d(detaching) {
|
16432
|
+
destroy_component(clickable, detaching);
|
16433
|
+
}
|
16434
|
+
};
|
16435
|
+
}
|
16436
|
+
|
16437
|
+
function instance$2($$self, $$props, $$invalidate) {
|
16438
|
+
let escapedHTML;
|
16439
|
+
let variables;
|
16440
|
+
let style;
|
16441
|
+
let { props = { label: '' } } = $$props;
|
16442
|
+
let { layerId = '' } = $$props;
|
16443
|
+
const themeStyle = TEXT_LINK_THEME_STYLES[props.theme ?? 'link'];
|
16444
|
+
const sizeStyle = TEXT_LINK_SIZE_STYLES[props.size ?? 'medium'];
|
16445
|
+
|
16446
|
+
const underlineClass = (() => {
|
16447
|
+
switch (props.underline) {
|
16448
|
+
case 'hover_off':
|
16449
|
+
return 'underline-hover-off';
|
16450
|
+
case 'hover_on':
|
16451
|
+
return 'underline-hover-on';
|
16452
|
+
case 'on':
|
16453
|
+
return 'underline-on';
|
16454
|
+
case 'off':
|
16455
|
+
return 'underline-off';
|
16456
|
+
default:
|
16457
|
+
return 'underline-hover-on';
|
16458
|
+
}
|
16459
|
+
})();
|
16460
|
+
|
16461
|
+
$$self.$$set = $$props => {
|
16462
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
16463
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
16464
|
+
};
|
16465
|
+
|
16466
|
+
$$self.$$.update = () => {
|
16467
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
16468
|
+
$$invalidate(3, escapedHTML = props.label.replace(/&/g, '<').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"').replace(/'/g, ''').replace(/\n/g, '<br />'));
|
16469
|
+
}
|
16470
|
+
|
16471
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
16472
|
+
$$invalidate(5, variables = {
|
16473
|
+
'--color': props.color ?? themeStyle.color,
|
16474
|
+
'--hover-color': darkenColor(props.color ?? themeStyle.color, 0.12),
|
16475
|
+
'--active-color': darkenColor(props.color ?? themeStyle.color, 0.2)
|
16476
|
+
});
|
16477
|
+
}
|
16478
|
+
|
16479
|
+
if ($$self.$$.dirty & /*props, variables*/ 33) {
|
16480
|
+
$$invalidate(2, style = objToStyle({
|
16481
|
+
display: 'inline-flex',
|
16482
|
+
gap: '0.5em',
|
16483
|
+
alignItems: 'center',
|
16484
|
+
wordBreak: 'break-all',
|
16485
|
+
fontSize: props.fontSize ?? sizeStyle.fontSize,
|
16486
|
+
fontWeight: props.fontWeight ?? 'bold',
|
16487
|
+
flexDirection: props.iconAngle,
|
16488
|
+
cursor: 'pointer',
|
16489
|
+
...toCssCommon(props),
|
16490
|
+
...toCssPosition(props),
|
16491
|
+
...variables
|
16492
|
+
}));
|
16493
|
+
}
|
16494
|
+
};
|
16495
|
+
|
16496
|
+
return [props, layerId, style, escapedHTML, underlineClass, variables];
|
16497
|
+
}
|
16498
|
+
|
16499
|
+
class TextLink extends SvelteComponent {
|
16500
|
+
constructor(options) {
|
16501
|
+
super();
|
16502
|
+
init(this, options, instance$2, create_fragment$2, safe_not_equal, { props: 0, layerId: 1 }, add_css$2);
|
16503
|
+
}
|
16504
|
+
}
|
16505
|
+
|
16506
|
+
const TEXT_LINK_SIZE = {
|
16507
|
+
small: 'Small',
|
16508
|
+
medium: 'Medium',
|
16509
|
+
large: 'Large',
|
16510
|
+
};
|
16511
|
+
const TEXT_LINK_THEME = {
|
16512
|
+
default: 'デフォルト',
|
16513
|
+
link: 'Link',
|
16514
|
+
brand: 'Brand',
|
16515
|
+
alert: 'Danger',
|
16516
|
+
gray: 'Gray',
|
16517
|
+
white: 'White',
|
16518
|
+
};
|
16519
|
+
const TEXT_LINK_UNDERLINE = {
|
16520
|
+
hover_on: 'ホバーで表示',
|
16521
|
+
hover_off: 'ホバーで非表示',
|
16522
|
+
on: '常に表示',
|
16523
|
+
off: '常に非表示',
|
16524
|
+
};
|
16525
|
+
|
16018
16526
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
16019
16527
|
|
16020
16528
|
function add_css$1(target) {
|
@@ -16805,4 +17313,4 @@ const ROUND_STYLES = {
|
|
16805
17313
|
},
|
16806
17314
|
};
|
16807
17315
|
|
16808
|
-
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_OUTLINED_ROUND_STYLES, BUTTON_OUTLINED_SIZE_STYLES, BUTTON_OUTLINED_WRAP_STYLES, BUTTON_ROUND, BUTTON_ROUND_STYLES, BUTTON_SIZE, BUTTON_SIZE_STYLES, BUTTON_TEXT_SIZE, BUTTON_TEXT_SIZE_STYLES, BUTTON_TEXT_THEME, BUTTON_TEXT_THEME_STYLES, BUTTON_THEME, BUTTON_THEME_STYLES, BUTTON_WRAP_STYLES, BackgroundSizes, Box, CLOSE_BUTTON_LABEL_PLACEMENT, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, Avatar as FlexAvatar, Button as FlexButton, ButtonOutlined as FlexButtonOutlined, ButtonText as FlexButtonText, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Slider as FlexSlider, Text as FlexText, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, ROUND_STYLES, ROUND_VARIANT, Repeats, SHADOW_STYLES, SHADOW_VARIANT, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, buttonOutlinedPropsDefault, buttonPropsDefault, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };
|
17316
|
+
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_OUTLINED_ROUND_STYLES, BUTTON_OUTLINED_SIZE_STYLES, BUTTON_OUTLINED_WRAP_STYLES, BUTTON_ROUND, BUTTON_ROUND_STYLES, BUTTON_SIZE, BUTTON_SIZE_STYLES, BUTTON_TEXT_SIZE, BUTTON_TEXT_SIZE_STYLES, BUTTON_TEXT_THEME, BUTTON_TEXT_THEME_STYLES, BUTTON_THEME, BUTTON_THEME_STYLES, BUTTON_WRAP_STYLES, BackgroundSizes, Box, CLOSE_BUTTON_LABEL_PLACEMENT, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, Avatar as FlexAvatar, Button as FlexButton, ButtonOutlined as FlexButtonOutlined, ButtonText as FlexButtonText, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Slider as FlexSlider, Text as FlexText, TextLink as FlexTextLink, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, ROUND_STYLES, ROUND_VARIANT, Repeats, SHADOW_STYLES, SHADOW_VARIANT, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_LINK_SIZE, TEXT_LINK_SIZE_STYLES, TEXT_LINK_THEME, TEXT_LINK_THEME_STYLES, TEXT_LINK_UNDERLINE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, buttonOutlinedPropsDefault, buttonPropsDefault, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };
|