@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/hydrate/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, claim_element, children, detach, insert_hydration, noop, component_subscribe, attr, create_slot, create_component, space, claim_component, claim_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, claim_svg_element, append_hydration, destroy_each, text, claim_text, set_data, src_url_equal, set_store_value, run_all, HtmlTagHydration, claim_html_tag, construct_svelte_component, subscribe } from 'svelte/internal';
|
3
|
+
import { SvelteComponent, init, safe_not_equal, element, claim_element, children, detach, insert_hydration, noop, component_subscribe, attr, create_slot, create_component, space, claim_component, claim_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, claim_svg_element, append_hydration, destroy_each, text, claim_text, set_data, src_url_equal, set_store_value, run_all, HtmlTagHydration, claim_html_tag, construct_svelte_component, subscribe, set_custom_element_data_map } from 'svelte/internal';
|
4
4
|
import 'svelte/easing';
|
5
5
|
|
6
6
|
/** @internal */
|
@@ -2843,7 +2843,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
2843
2843
|
|
2844
2844
|
/* src/components/Header.svelte generated by Svelte v3.53.1 */
|
2845
2845
|
|
2846
|
-
function create_if_block$
|
2846
|
+
function create_if_block$j(ctx) {
|
2847
2847
|
let link;
|
2848
2848
|
|
2849
2849
|
return {
|
@@ -2874,9 +2874,9 @@ function create_if_block$h(ctx) {
|
|
2874
2874
|
};
|
2875
2875
|
}
|
2876
2876
|
|
2877
|
-
function create_fragment$
|
2877
|
+
function create_fragment$1h(ctx) {
|
2878
2878
|
let head;
|
2879
|
-
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$
|
2879
|
+
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$j(ctx);
|
2880
2880
|
|
2881
2881
|
return {
|
2882
2882
|
c() {
|
@@ -2898,7 +2898,7 @@ function create_fragment$1g(ctx) {
|
|
2898
2898
|
if (if_block) {
|
2899
2899
|
if_block.p(ctx, dirty);
|
2900
2900
|
} else {
|
2901
|
-
if_block = create_if_block$
|
2901
|
+
if_block = create_if_block$j(ctx);
|
2902
2902
|
if_block.c();
|
2903
2903
|
if_block.m(head, null);
|
2904
2904
|
}
|
@@ -2916,7 +2916,7 @@ function create_fragment$1g(ctx) {
|
|
2916
2916
|
};
|
2917
2917
|
}
|
2918
2918
|
|
2919
|
-
function instance$
|
2919
|
+
function instance$1h($$self, $$props, $$invalidate) {
|
2920
2920
|
let $fonts;
|
2921
2921
|
component_subscribe($$self, fonts, $$value => $$invalidate(1, $fonts = $$value));
|
2922
2922
|
let googleFontUrl = '';
|
@@ -2946,13 +2946,13 @@ function instance$1g($$self, $$props, $$invalidate) {
|
|
2946
2946
|
class Header extends SvelteComponent {
|
2947
2947
|
constructor(options) {
|
2948
2948
|
super();
|
2949
|
-
init(this, options, instance$
|
2949
|
+
init(this, options, instance$1h, create_fragment$1h, safe_not_equal, {});
|
2950
2950
|
}
|
2951
2951
|
}
|
2952
2952
|
|
2953
2953
|
/* src/components/State.svelte generated by Svelte v3.53.1 */
|
2954
2954
|
|
2955
|
-
function create_fragment$
|
2955
|
+
function create_fragment$1g(ctx) {
|
2956
2956
|
let header;
|
2957
2957
|
let t;
|
2958
2958
|
let current;
|
@@ -3016,7 +3016,7 @@ function create_fragment$1f(ctx) {
|
|
3016
3016
|
};
|
3017
3017
|
}
|
3018
3018
|
|
3019
|
-
function instance$
|
3019
|
+
function instance$1g($$self, $$props, $$invalidate) {
|
3020
3020
|
let { $$slots: slots = {}, $$scope } = $$props;
|
3021
3021
|
|
3022
3022
|
$$self.$$set = $$props => {
|
@@ -3029,18 +3029,18 @@ function instance$1f($$self, $$props, $$invalidate) {
|
|
3029
3029
|
class State extends SvelteComponent {
|
3030
3030
|
constructor(options) {
|
3031
3031
|
super();
|
3032
|
-
init(this, options, instance$
|
3032
|
+
init(this, options, instance$1g, create_fragment$1g, safe_not_equal, {});
|
3033
3033
|
}
|
3034
3034
|
}
|
3035
3035
|
|
3036
3036
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3037
3037
|
|
3038
|
-
function add_css$
|
3038
|
+
function add_css$G(target) {
|
3039
3039
|
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3040
3040
|
}
|
3041
3041
|
|
3042
3042
|
// (23:0) {#if $state === path}
|
3043
|
-
function create_if_block$
|
3043
|
+
function create_if_block$i(ctx) {
|
3044
3044
|
let div;
|
3045
3045
|
let t;
|
3046
3046
|
let current;
|
@@ -3112,10 +3112,10 @@ function create_if_block$g(ctx) {
|
|
3112
3112
|
};
|
3113
3113
|
}
|
3114
3114
|
|
3115
|
-
function create_fragment$
|
3115
|
+
function create_fragment$1f(ctx) {
|
3116
3116
|
let if_block_anchor;
|
3117
3117
|
let current;
|
3118
|
-
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$
|
3118
|
+
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$i(ctx);
|
3119
3119
|
|
3120
3120
|
return {
|
3121
3121
|
c() {
|
@@ -3140,7 +3140,7 @@ function create_fragment$1e(ctx) {
|
|
3140
3140
|
transition_in(if_block, 1);
|
3141
3141
|
}
|
3142
3142
|
} else {
|
3143
|
-
if_block = create_if_block$
|
3143
|
+
if_block = create_if_block$i(ctx);
|
3144
3144
|
if_block.c();
|
3145
3145
|
transition_in(if_block, 1);
|
3146
3146
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3177,7 +3177,7 @@ function getStateItemContext() {
|
|
3177
3177
|
return getContext(STATE_ITEM_CONTEXT_KEY);
|
3178
3178
|
}
|
3179
3179
|
|
3180
|
-
function instance$
|
3180
|
+
function instance$1f($$self, $$props, $$invalidate) {
|
3181
3181
|
let $state;
|
3182
3182
|
component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
|
3183
3183
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3203,7 +3203,7 @@ function instance$1e($$self, $$props, $$invalidate) {
|
|
3203
3203
|
class StateItem extends SvelteComponent {
|
3204
3204
|
constructor(options) {
|
3205
3205
|
super();
|
3206
|
-
init(this, options, instance$
|
3206
|
+
init(this, options, instance$1f, create_fragment$1f, safe_not_equal, { path: 0 }, add_css$G);
|
3207
3207
|
}
|
3208
3208
|
}
|
3209
3209
|
|
@@ -3329,12 +3329,12 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3329
3329
|
|
3330
3330
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3331
3331
|
|
3332
|
-
function add_css$
|
3332
|
+
function add_css$F(target) {
|
3333
3333
|
append_styles(target, "svelte-1d4fta", ".background.svelte-1d4fta{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
3334
3334
|
}
|
3335
3335
|
|
3336
3336
|
// (14:0) {#if backgroundOverlay}
|
3337
|
-
function create_if_block$
|
3337
|
+
function create_if_block$h(ctx) {
|
3338
3338
|
let div;
|
3339
3339
|
let div_class_value;
|
3340
3340
|
let mounted;
|
@@ -3374,9 +3374,9 @@ function create_if_block$f(ctx) {
|
|
3374
3374
|
};
|
3375
3375
|
}
|
3376
3376
|
|
3377
|
-
function create_fragment$
|
3377
|
+
function create_fragment$1e(ctx) {
|
3378
3378
|
let if_block_anchor;
|
3379
|
-
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$
|
3379
|
+
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$h(ctx);
|
3380
3380
|
|
3381
3381
|
return {
|
3382
3382
|
c() {
|
@@ -3396,7 +3396,7 @@ function create_fragment$1d(ctx) {
|
|
3396
3396
|
if (if_block) {
|
3397
3397
|
if_block.p(ctx, dirty);
|
3398
3398
|
} else {
|
3399
|
-
if_block = create_if_block$
|
3399
|
+
if_block = create_if_block$h(ctx);
|
3400
3400
|
if_block.c();
|
3401
3401
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3402
3402
|
}
|
@@ -3414,7 +3414,7 @@ function create_fragment$1d(ctx) {
|
|
3414
3414
|
};
|
3415
3415
|
}
|
3416
3416
|
|
3417
|
-
function instance$
|
3417
|
+
function instance$1e($$self, $$props, $$invalidate) {
|
3418
3418
|
let { backgroundOverlay = false } = $$props;
|
3419
3419
|
let { class: className = undefined } = $$props;
|
3420
3420
|
const dispatch = createEventDispatcher();
|
@@ -3431,7 +3431,7 @@ function instance$1d($$self, $$props, $$invalidate) {
|
|
3431
3431
|
let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
|
3432
3432
|
constructor(options) {
|
3433
3433
|
super();
|
3434
|
-
init(this, options, instance$
|
3434
|
+
init(this, options, instance$1e, create_fragment$1e, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$F);
|
3435
3435
|
}
|
3436
3436
|
};
|
3437
3437
|
|
@@ -3471,7 +3471,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3471
3471
|
|
3472
3472
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3473
3473
|
|
3474
|
-
function add_css$
|
3474
|
+
function add_css$E(target) {
|
3475
3475
|
append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
|
3476
3476
|
}
|
3477
3477
|
|
@@ -3754,7 +3754,7 @@ function create_if_block_1$4(ctx) {
|
|
3754
3754
|
}
|
3755
3755
|
|
3756
3756
|
// (31:0) {#if disabled}
|
3757
|
-
function create_if_block$
|
3757
|
+
function create_if_block$g(ctx) {
|
3758
3758
|
let div;
|
3759
3759
|
let current;
|
3760
3760
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
@@ -3822,12 +3822,12 @@ function create_if_block$e(ctx) {
|
|
3822
3822
|
};
|
3823
3823
|
}
|
3824
3824
|
|
3825
|
-
function create_fragment$
|
3825
|
+
function create_fragment$1d(ctx) {
|
3826
3826
|
let current_block_type_index;
|
3827
3827
|
let if_block;
|
3828
3828
|
let if_block_anchor;
|
3829
3829
|
let current;
|
3830
|
-
const if_block_creators = [create_if_block$
|
3830
|
+
const if_block_creators = [create_if_block$g, create_if_block_1$4, create_if_block_2$2, create_else_block$6];
|
3831
3831
|
const if_blocks = [];
|
3832
3832
|
|
3833
3833
|
function select_block_type(ctx, dirty) {
|
@@ -3899,7 +3899,7 @@ function create_fragment$1c(ctx) {
|
|
3899
3899
|
|
3900
3900
|
const BUTTON_CLASS = 'button';
|
3901
3901
|
|
3902
|
-
function instance$
|
3902
|
+
function instance$1d($$self, $$props, $$invalidate) {
|
3903
3903
|
let disabled;
|
3904
3904
|
let $valuesAreValid;
|
3905
3905
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3965,8 +3965,8 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3965
3965
|
init(
|
3966
3966
|
this,
|
3967
3967
|
options,
|
3968
|
-
instance$
|
3969
|
-
create_fragment$
|
3968
|
+
instance$1d,
|
3969
|
+
create_fragment$1d,
|
3970
3970
|
safe_not_equal,
|
3971
3971
|
{
|
3972
3972
|
onClick: 0,
|
@@ -3974,14 +3974,14 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3974
3974
|
eventValue: 6,
|
3975
3975
|
style: 1
|
3976
3976
|
},
|
3977
|
-
add_css$
|
3977
|
+
add_css$E
|
3978
3978
|
);
|
3979
3979
|
}
|
3980
3980
|
};
|
3981
3981
|
|
3982
3982
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3983
3983
|
|
3984
|
-
function add_css$
|
3984
|
+
function add_css$D(target) {
|
3985
3985
|
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
3986
3986
|
}
|
3987
3987
|
|
@@ -4120,7 +4120,7 @@ function create_if_block_2$1(ctx) {
|
|
4120
4120
|
}
|
4121
4121
|
|
4122
4122
|
// (281:0) {#if visible}
|
4123
|
-
function create_if_block$
|
4123
|
+
function create_if_block$f(ctx) {
|
4124
4124
|
let div;
|
4125
4125
|
let button;
|
4126
4126
|
let div_class_value;
|
@@ -4132,7 +4132,7 @@ function create_if_block$d(ctx) {
|
|
4132
4132
|
onClick: /*onClick*/ ctx[0],
|
4133
4133
|
eventName: /*clickEventName*/ ctx[1],
|
4134
4134
|
eventValue: /*clickEventValue*/ ctx[2],
|
4135
|
-
$$slots: { default: [create_default_slot$
|
4135
|
+
$$slots: { default: [create_default_slot$f] },
|
4136
4136
|
$$scope: { ctx }
|
4137
4137
|
}
|
4138
4138
|
});
|
@@ -4344,7 +4344,7 @@ function create_default_slot_1$1(ctx) {
|
|
4344
4344
|
}
|
4345
4345
|
|
4346
4346
|
// (293:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4347
|
-
function create_default_slot$
|
4347
|
+
function create_default_slot$f(ctx) {
|
4348
4348
|
let t;
|
4349
4349
|
let div;
|
4350
4350
|
let current;
|
@@ -4447,7 +4447,7 @@ function create_default_slot$d(ctx) {
|
|
4447
4447
|
};
|
4448
4448
|
}
|
4449
4449
|
|
4450
|
-
function create_fragment$
|
4450
|
+
function create_fragment$1c(ctx) {
|
4451
4451
|
let show_if;
|
4452
4452
|
let current_block_type_index;
|
4453
4453
|
let if_block0;
|
@@ -4468,7 +4468,7 @@ function create_fragment$1b(ctx) {
|
|
4468
4468
|
|
4469
4469
|
current_block_type_index = select_block_type(ctx);
|
4470
4470
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4471
|
-
let if_block1 = /*visible*/ ctx[16] && create_if_block$
|
4471
|
+
let if_block1 = /*visible*/ ctx[16] && create_if_block$f(ctx);
|
4472
4472
|
|
4473
4473
|
return {
|
4474
4474
|
c() {
|
@@ -4534,7 +4534,7 @@ function create_fragment$1b(ctx) {
|
|
4534
4534
|
transition_in(if_block1, 1);
|
4535
4535
|
}
|
4536
4536
|
} else {
|
4537
|
-
if_block1 = create_if_block$
|
4537
|
+
if_block1 = create_if_block$f(ctx);
|
4538
4538
|
if_block1.c();
|
4539
4539
|
transition_in(if_block1, 1);
|
4540
4540
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -4571,7 +4571,7 @@ function create_fragment$1b(ctx) {
|
|
4571
4571
|
};
|
4572
4572
|
}
|
4573
4573
|
|
4574
|
-
function instance$
|
4574
|
+
function instance$1c($$self, $$props, $$invalidate) {
|
4575
4575
|
let close;
|
4576
4576
|
let closable;
|
4577
4577
|
let backgroundClick;
|
@@ -4854,8 +4854,8 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4854
4854
|
init(
|
4855
4855
|
this,
|
4856
4856
|
options,
|
4857
|
-
instance$
|
4858
|
-
create_fragment$
|
4857
|
+
instance$1c,
|
4858
|
+
create_fragment$1c,
|
4859
4859
|
safe_not_equal,
|
4860
4860
|
{
|
4861
4861
|
onClick: 0,
|
@@ -4873,7 +4873,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4873
4873
|
closeButtonColor: 9,
|
4874
4874
|
_closeStyle: 10
|
4875
4875
|
},
|
4876
|
-
add_css$
|
4876
|
+
add_css$D,
|
4877
4877
|
[-1, -1]
|
4878
4878
|
);
|
4879
4879
|
}
|
@@ -4881,7 +4881,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4881
4881
|
|
4882
4882
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4883
4883
|
|
4884
|
-
function create_fragment$
|
4884
|
+
function create_fragment$1b(ctx) {
|
4885
4885
|
let div;
|
4886
4886
|
let current;
|
4887
4887
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4949,7 +4949,7 @@ function create_fragment$1a(ctx) {
|
|
4949
4949
|
};
|
4950
4950
|
}
|
4951
4951
|
|
4952
|
-
function instance$
|
4952
|
+
function instance$1b($$self, $$props, $$invalidate) {
|
4953
4953
|
let _style;
|
4954
4954
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4955
4955
|
let { width = '512px' } = $$props;
|
@@ -4994,7 +4994,7 @@ class Grid extends SvelteComponent {
|
|
4994
4994
|
constructor(options) {
|
4995
4995
|
super();
|
4996
4996
|
|
4997
|
-
init(this, options, instance$
|
4997
|
+
init(this, options, instance$1b, create_fragment$1b, safe_not_equal, {
|
4998
4998
|
width: 1,
|
4999
4999
|
height: 2,
|
5000
5000
|
rows: 3,
|
@@ -5007,11 +5007,11 @@ class Grid extends SvelteComponent {
|
|
5007
5007
|
|
5008
5008
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
5009
5009
|
|
5010
|
-
function add_css$
|
5010
|
+
function add_css$C(target) {
|
5011
5011
|
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
5012
5012
|
}
|
5013
5013
|
|
5014
|
-
function create_fragment$
|
5014
|
+
function create_fragment$1a(ctx) {
|
5015
5015
|
let div1;
|
5016
5016
|
let div0;
|
5017
5017
|
let current;
|
@@ -5104,7 +5104,7 @@ function create_fragment$19(ctx) {
|
|
5104
5104
|
|
5105
5105
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5106
5106
|
|
5107
|
-
function instance$
|
5107
|
+
function instance$1a($$self, $$props, $$invalidate) {
|
5108
5108
|
let _style;
|
5109
5109
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5110
5110
|
let { x1 } = $$props;
|
@@ -5153,8 +5153,8 @@ class GridItem extends SvelteComponent {
|
|
5153
5153
|
init(
|
5154
5154
|
this,
|
5155
5155
|
options,
|
5156
|
-
instance$
|
5157
|
-
create_fragment$
|
5156
|
+
instance$1a,
|
5157
|
+
create_fragment$1a,
|
5158
5158
|
safe_not_equal,
|
5159
5159
|
{
|
5160
5160
|
x1: 2,
|
@@ -5165,7 +5165,7 @@ class GridItem extends SvelteComponent {
|
|
5165
5165
|
background: 7,
|
5166
5166
|
gridItemId: 0
|
5167
5167
|
},
|
5168
|
-
add_css$
|
5168
|
+
add_css$C
|
5169
5169
|
);
|
5170
5170
|
}
|
5171
5171
|
}
|
@@ -5203,7 +5203,7 @@ function create_else_block$4(ctx) {
|
|
5203
5203
|
}
|
5204
5204
|
|
5205
5205
|
// (11:2) {#if item.match(regexp)}
|
5206
|
-
function create_if_block$
|
5206
|
+
function create_if_block$e(ctx) {
|
5207
5207
|
let br;
|
5208
5208
|
|
5209
5209
|
return {
|
@@ -5231,7 +5231,7 @@ function create_each_block$7(ctx) {
|
|
5231
5231
|
function select_block_type(ctx, dirty) {
|
5232
5232
|
if (dirty & /*items*/ 1) show_if = null;
|
5233
5233
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5234
|
-
if (show_if) return create_if_block$
|
5234
|
+
if (show_if) return create_if_block$e;
|
5235
5235
|
return create_else_block$4;
|
5236
5236
|
}
|
5237
5237
|
|
@@ -5271,7 +5271,7 @@ function create_each_block$7(ctx) {
|
|
5271
5271
|
};
|
5272
5272
|
}
|
5273
5273
|
|
5274
|
-
function create_fragment$
|
5274
|
+
function create_fragment$19(ctx) {
|
5275
5275
|
let each_1_anchor;
|
5276
5276
|
let each_value = /*items*/ ctx[0];
|
5277
5277
|
let each_blocks = [];
|
@@ -5337,7 +5337,7 @@ function create_fragment$18(ctx) {
|
|
5337
5337
|
|
5338
5338
|
const regexp = /(\r?\n)/;
|
5339
5339
|
|
5340
|
-
function instance$
|
5340
|
+
function instance$19($$self, $$props, $$invalidate) {
|
5341
5341
|
let items;
|
5342
5342
|
let { text = 'サンプルSample' } = $$props;
|
5343
5343
|
|
@@ -5358,13 +5358,13 @@ function instance$18($$self, $$props, $$invalidate) {
|
|
5358
5358
|
class RenderText extends SvelteComponent {
|
5359
5359
|
constructor(options) {
|
5360
5360
|
super();
|
5361
|
-
init(this, options, instance$
|
5361
|
+
init(this, options, instance$19, create_fragment$19, safe_not_equal, { text: 1 });
|
5362
5362
|
}
|
5363
5363
|
}
|
5364
5364
|
|
5365
5365
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5366
5366
|
|
5367
|
-
function add_css$
|
5367
|
+
function add_css$B(target) {
|
5368
5368
|
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
5369
5369
|
}
|
5370
5370
|
|
@@ -5435,7 +5435,7 @@ function create_else_block$3(ctx) {
|
|
5435
5435
|
}
|
5436
5436
|
|
5437
5437
|
// (80:2) {#if enableCopy}
|
5438
|
-
function create_if_block$
|
5438
|
+
function create_if_block$d(ctx) {
|
5439
5439
|
let a;
|
5440
5440
|
let div0;
|
5441
5441
|
let rendertext;
|
@@ -5548,12 +5548,12 @@ function create_if_block$b(ctx) {
|
|
5548
5548
|
};
|
5549
5549
|
}
|
5550
5550
|
|
5551
|
-
function create_fragment$
|
5551
|
+
function create_fragment$18(ctx) {
|
5552
5552
|
let div;
|
5553
5553
|
let current_block_type_index;
|
5554
5554
|
let if_block;
|
5555
5555
|
let current;
|
5556
|
-
const if_block_creators = [create_if_block$
|
5556
|
+
const if_block_creators = [create_if_block$d, create_else_block$3];
|
5557
5557
|
const if_blocks = [];
|
5558
5558
|
|
5559
5559
|
function select_block_type(ctx, dirty) {
|
@@ -5628,7 +5628,7 @@ function create_fragment$17(ctx) {
|
|
5628
5628
|
};
|
5629
5629
|
}
|
5630
5630
|
|
5631
|
-
function instance$
|
5631
|
+
function instance$18($$self, $$props, $$invalidate) {
|
5632
5632
|
let style;
|
5633
5633
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5634
5634
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5724,8 +5724,8 @@ class TextElement extends SvelteComponent {
|
|
5724
5724
|
init(
|
5725
5725
|
this,
|
5726
5726
|
options,
|
5727
|
-
instance$
|
5728
|
-
create_fragment$
|
5727
|
+
instance$18,
|
5728
|
+
create_fragment$18,
|
5729
5729
|
safe_not_equal,
|
5730
5730
|
{
|
5731
5731
|
text: 0,
|
@@ -5736,19 +5736,19 @@ class TextElement extends SvelteComponent {
|
|
5736
5736
|
enableCopy: 2,
|
5737
5737
|
eventName: 10
|
5738
5738
|
},
|
5739
|
-
add_css$
|
5739
|
+
add_css$B
|
5740
5740
|
);
|
5741
5741
|
}
|
5742
5742
|
}
|
5743
5743
|
|
5744
5744
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5745
5745
|
|
5746
|
-
function add_css$
|
5746
|
+
function add_css$A(target) {
|
5747
5747
|
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5748
5748
|
}
|
5749
5749
|
|
5750
5750
|
// (48:2) <Button {onClick} {style} {eventName}>
|
5751
|
-
function create_default_slot$
|
5751
|
+
function create_default_slot$e(ctx) {
|
5752
5752
|
let rendertext;
|
5753
5753
|
let current;
|
5754
5754
|
rendertext = new RenderText({ props: { text: /*text*/ ctx[0] } });
|
@@ -5784,7 +5784,7 @@ function create_default_slot$c(ctx) {
|
|
5784
5784
|
};
|
5785
5785
|
}
|
5786
5786
|
|
5787
|
-
function create_fragment$
|
5787
|
+
function create_fragment$17(ctx) {
|
5788
5788
|
let div;
|
5789
5789
|
let button;
|
5790
5790
|
let current;
|
@@ -5794,7 +5794,7 @@ function create_fragment$16(ctx) {
|
|
5794
5794
|
onClick: /*onClick*/ ctx[1],
|
5795
5795
|
style: /*style*/ ctx[3],
|
5796
5796
|
eventName: /*eventName*/ ctx[2],
|
5797
|
-
$$slots: { default: [create_default_slot$
|
5797
|
+
$$slots: { default: [create_default_slot$e] },
|
5798
5798
|
$$scope: { ctx }
|
5799
5799
|
}
|
5800
5800
|
});
|
@@ -5848,7 +5848,7 @@ function create_fragment$16(ctx) {
|
|
5848
5848
|
};
|
5849
5849
|
}
|
5850
5850
|
|
5851
|
-
function instance$
|
5851
|
+
function instance$17($$self, $$props, $$invalidate) {
|
5852
5852
|
let style;
|
5853
5853
|
let { text = 'ボタンのラベル' } = $$props;
|
5854
5854
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5886,8 +5886,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5886
5886
|
init(
|
5887
5887
|
this,
|
5888
5888
|
options,
|
5889
|
-
instance$
|
5890
|
-
create_fragment$
|
5889
|
+
instance$17,
|
5890
|
+
create_fragment$17,
|
5891
5891
|
safe_not_equal,
|
5892
5892
|
{
|
5893
5893
|
text: 0,
|
@@ -5897,19 +5897,19 @@ class TextButtonElement extends SvelteComponent {
|
|
5897
5897
|
_buttonStyle: 5,
|
5898
5898
|
_style: 6
|
5899
5899
|
},
|
5900
|
-
add_css$
|
5900
|
+
add_css$A
|
5901
5901
|
);
|
5902
5902
|
}
|
5903
5903
|
}
|
5904
5904
|
|
5905
5905
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5906
5906
|
|
5907
|
-
function add_css$
|
5907
|
+
function add_css$z(target) {
|
5908
5908
|
append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-t6tu0e{width:100%;height:100%}");
|
5909
5909
|
}
|
5910
5910
|
|
5911
5911
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
5912
|
-
function create_default_slot$
|
5912
|
+
function create_default_slot$d(ctx) {
|
5913
5913
|
let img;
|
5914
5914
|
let img_style_value;
|
5915
5915
|
let img_src_value;
|
@@ -5975,7 +5975,7 @@ function create_default_slot$b(ctx) {
|
|
5975
5975
|
};
|
5976
5976
|
}
|
5977
5977
|
|
5978
|
-
function create_fragment$
|
5978
|
+
function create_fragment$16(ctx) {
|
5979
5979
|
let div;
|
5980
5980
|
let button;
|
5981
5981
|
let div_class_value;
|
@@ -5986,7 +5986,7 @@ function create_fragment$15(ctx) {
|
|
5986
5986
|
onClick: /*onClick*/ ctx[4],
|
5987
5987
|
style: /*_style*/ ctx[7],
|
5988
5988
|
eventName: /*eventName*/ ctx[5],
|
5989
|
-
$$slots: { default: [create_default_slot$
|
5989
|
+
$$slots: { default: [create_default_slot$d] },
|
5990
5990
|
$$scope: { ctx }
|
5991
5991
|
}
|
5992
5992
|
});
|
@@ -6044,7 +6044,7 @@ function create_fragment$15(ctx) {
|
|
6044
6044
|
};
|
6045
6045
|
}
|
6046
6046
|
|
6047
|
-
function instance$
|
6047
|
+
function instance$16($$self, $$props, $$invalidate) {
|
6048
6048
|
let { src = '' } = $$props;
|
6049
6049
|
let { alt = '画像の説明' } = $$props;
|
6050
6050
|
let { transport = false } = $$props;
|
@@ -6075,8 +6075,8 @@ class ImageElement extends SvelteComponent {
|
|
6075
6075
|
init(
|
6076
6076
|
this,
|
6077
6077
|
options,
|
6078
|
-
instance$
|
6079
|
-
create_fragment$
|
6078
|
+
instance$16,
|
6079
|
+
create_fragment$16,
|
6080
6080
|
safe_not_equal,
|
6081
6081
|
{
|
6082
6082
|
src: 0,
|
@@ -6088,18 +6088,18 @@ class ImageElement extends SvelteComponent {
|
|
6088
6088
|
_imageStyle: 6,
|
6089
6089
|
_style: 7
|
6090
6090
|
},
|
6091
|
-
add_css$
|
6091
|
+
add_css$z
|
6092
6092
|
);
|
6093
6093
|
}
|
6094
6094
|
}
|
6095
6095
|
|
6096
6096
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
6097
6097
|
|
6098
|
-
function add_css$
|
6098
|
+
function add_css$y(target) {
|
6099
6099
|
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
6100
6100
|
}
|
6101
6101
|
|
6102
|
-
function create_fragment$
|
6102
|
+
function create_fragment$15(ctx) {
|
6103
6103
|
let div;
|
6104
6104
|
let current;
|
6105
6105
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -6169,7 +6169,7 @@ function create_fragment$14(ctx) {
|
|
6169
6169
|
|
6170
6170
|
const LIST_CONTEXT_KEY = Symbol();
|
6171
6171
|
|
6172
|
-
function instance$
|
6172
|
+
function instance$15($$self, $$props, $$invalidate) {
|
6173
6173
|
let style;
|
6174
6174
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6175
6175
|
let { direction = 'vertical' } = $$props;
|
@@ -6236,8 +6236,8 @@ class List extends SvelteComponent {
|
|
6236
6236
|
init(
|
6237
6237
|
this,
|
6238
6238
|
options,
|
6239
|
-
instance$
|
6240
|
-
create_fragment$
|
6239
|
+
instance$15,
|
6240
|
+
create_fragment$15,
|
6241
6241
|
safe_not_equal,
|
6242
6242
|
{
|
6243
6243
|
direction: 1,
|
@@ -6245,19 +6245,19 @@ class List extends SvelteComponent {
|
|
6245
6245
|
background: 3,
|
6246
6246
|
_style: 4
|
6247
6247
|
},
|
6248
|
-
add_css$
|
6248
|
+
add_css$y
|
6249
6249
|
);
|
6250
6250
|
}
|
6251
6251
|
}
|
6252
6252
|
|
6253
6253
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6254
6254
|
|
6255
|
-
function add_css$
|
6255
|
+
function add_css$x(target) {
|
6256
6256
|
append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6257
6257
|
}
|
6258
6258
|
|
6259
6259
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
6260
|
-
function create_default_slot$
|
6260
|
+
function create_default_slot$c(ctx) {
|
6261
6261
|
let current;
|
6262
6262
|
const default_slot_template = /*#slots*/ ctx[5].default;
|
6263
6263
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[6], null);
|
@@ -6307,7 +6307,7 @@ function create_default_slot$a(ctx) {
|
|
6307
6307
|
};
|
6308
6308
|
}
|
6309
6309
|
|
6310
|
-
function create_fragment$
|
6310
|
+
function create_fragment$14(ctx) {
|
6311
6311
|
let div;
|
6312
6312
|
let button;
|
6313
6313
|
let current;
|
@@ -6317,7 +6317,7 @@ function create_fragment$13(ctx) {
|
|
6317
6317
|
onClick: /*onClick*/ ctx[0],
|
6318
6318
|
style: /*_style*/ ctx[2],
|
6319
6319
|
eventName: /*clickEventName*/ ctx[1],
|
6320
|
-
$$slots: { default: [create_default_slot$
|
6320
|
+
$$slots: { default: [create_default_slot$c] },
|
6321
6321
|
$$scope: { ctx }
|
6322
6322
|
}
|
6323
6323
|
});
|
@@ -6376,7 +6376,7 @@ function create_fragment$13(ctx) {
|
|
6376
6376
|
};
|
6377
6377
|
}
|
6378
6378
|
|
6379
|
-
function instance$
|
6379
|
+
function instance$14($$self, $$props, $$invalidate) {
|
6380
6380
|
let listItemStyle;
|
6381
6381
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6382
6382
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6455,17 +6455,17 @@ function instance$13($$self, $$props, $$invalidate) {
|
|
6455
6455
|
class ListItem extends SvelteComponent {
|
6456
6456
|
constructor(options) {
|
6457
6457
|
super();
|
6458
|
-
init(this, options, instance$
|
6458
|
+
init(this, options, instance$14, create_fragment$14, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$x);
|
6459
6459
|
}
|
6460
6460
|
}
|
6461
6461
|
|
6462
6462
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6463
6463
|
|
6464
|
-
function add_css$
|
6464
|
+
function add_css$w(target) {
|
6465
6465
|
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6466
6466
|
}
|
6467
6467
|
|
6468
|
-
function create_fragment$
|
6468
|
+
function create_fragment$13(ctx) {
|
6469
6469
|
let div;
|
6470
6470
|
|
6471
6471
|
return {
|
@@ -6501,7 +6501,7 @@ function create_fragment$12(ctx) {
|
|
6501
6501
|
};
|
6502
6502
|
}
|
6503
6503
|
|
6504
|
-
function instance$
|
6504
|
+
function instance$13($$self, $$props, $$invalidate) {
|
6505
6505
|
let { code } = $$props;
|
6506
6506
|
let { _style = '' } = $$props;
|
6507
6507
|
|
@@ -6516,17 +6516,17 @@ function instance$12($$self, $$props, $$invalidate) {
|
|
6516
6516
|
class EmbedElement extends SvelteComponent {
|
6517
6517
|
constructor(options) {
|
6518
6518
|
super();
|
6519
|
-
init(this, options, instance$
|
6519
|
+
init(this, options, instance$13, create_fragment$13, safe_not_equal, { code: 0, _style: 1 }, add_css$w);
|
6520
6520
|
}
|
6521
6521
|
}
|
6522
6522
|
|
6523
6523
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6524
6524
|
|
6525
|
-
function add_css$
|
6525
|
+
function add_css$v(target) {
|
6526
6526
|
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6527
6527
|
}
|
6528
6528
|
|
6529
|
-
function create_fragment$
|
6529
|
+
function create_fragment$12(ctx) {
|
6530
6530
|
let div1;
|
6531
6531
|
let div0;
|
6532
6532
|
|
@@ -6578,7 +6578,7 @@ function _setValue(obj, key, value) {
|
|
6578
6578
|
}
|
6579
6579
|
}
|
6580
6580
|
|
6581
|
-
function instance$
|
6581
|
+
function instance$12($$self, $$props, $$invalidate) {
|
6582
6582
|
let $system;
|
6583
6583
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6584
6584
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6849,8 +6849,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6849
6849
|
init(
|
6850
6850
|
this,
|
6851
6851
|
options,
|
6852
|
-
instance$
|
6853
|
-
create_fragment$
|
6852
|
+
instance$12,
|
6853
|
+
create_fragment$12,
|
6854
6854
|
safe_not_equal,
|
6855
6855
|
{
|
6856
6856
|
videoId: 2,
|
@@ -6879,7 +6879,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6879
6879
|
mute: 25,
|
6880
6880
|
_style: 0
|
6881
6881
|
},
|
6882
|
-
add_css$
|
6882
|
+
add_css$v,
|
6883
6883
|
[-1, -1]
|
6884
6884
|
);
|
6885
6885
|
}
|
@@ -6887,11 +6887,11 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6887
6887
|
|
6888
6888
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6889
6889
|
|
6890
|
-
function add_css$
|
6890
|
+
function add_css$u(target) {
|
6891
6891
|
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6892
6892
|
}
|
6893
6893
|
|
6894
|
-
function create_fragment$
|
6894
|
+
function create_fragment$11(ctx) {
|
6895
6895
|
let div1;
|
6896
6896
|
let div0;
|
6897
6897
|
|
@@ -6933,7 +6933,7 @@ function create_fragment$10(ctx) {
|
|
6933
6933
|
};
|
6934
6934
|
}
|
6935
6935
|
|
6936
|
-
function instance$
|
6936
|
+
function instance$11($$self, $$props, $$invalidate) {
|
6937
6937
|
let $system;
|
6938
6938
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6939
6939
|
let { videoId = "201239468" } = $$props;
|
@@ -7076,8 +7076,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7076
7076
|
init(
|
7077
7077
|
this,
|
7078
7078
|
options,
|
7079
|
-
instance$
|
7080
|
-
create_fragment$
|
7079
|
+
instance$11,
|
7080
|
+
create_fragment$11,
|
7081
7081
|
safe_not_equal,
|
7082
7082
|
{
|
7083
7083
|
videoId: 2,
|
@@ -7087,18 +7087,18 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7087
7087
|
mute: 6,
|
7088
7088
|
_style: 0
|
7089
7089
|
},
|
7090
|
-
add_css$
|
7090
|
+
add_css$u
|
7091
7091
|
);
|
7092
7092
|
}
|
7093
7093
|
}
|
7094
7094
|
|
7095
7095
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
7096
7096
|
|
7097
|
-
function add_css$
|
7097
|
+
function add_css$t(target) {
|
7098
7098
|
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
7099
7099
|
}
|
7100
7100
|
|
7101
|
-
function create_fragment
|
7101
|
+
function create_fragment$10(ctx) {
|
7102
7102
|
let div;
|
7103
7103
|
let textarea;
|
7104
7104
|
let mounted;
|
@@ -7173,7 +7173,7 @@ function create_fragment$$(ctx) {
|
|
7173
7173
|
};
|
7174
7174
|
}
|
7175
7175
|
|
7176
|
-
function instance
|
7176
|
+
function instance$10($$self, $$props, $$invalidate) {
|
7177
7177
|
let style;
|
7178
7178
|
let styleVariables;
|
7179
7179
|
let $value;
|
@@ -7261,8 +7261,8 @@ class FormTextarea extends SvelteComponent {
|
|
7261
7261
|
init(
|
7262
7262
|
this,
|
7263
7263
|
options,
|
7264
|
-
instance
|
7265
|
-
create_fragment
|
7264
|
+
instance$10,
|
7265
|
+
create_fragment$10,
|
7266
7266
|
safe_not_equal,
|
7267
7267
|
{
|
7268
7268
|
name: 7,
|
@@ -7274,14 +7274,14 @@ class FormTextarea extends SvelteComponent {
|
|
7274
7274
|
_textStyle: 11,
|
7275
7275
|
_placeholderStyle: 12
|
7276
7276
|
},
|
7277
|
-
add_css$
|
7277
|
+
add_css$t
|
7278
7278
|
);
|
7279
7279
|
}
|
7280
7280
|
}
|
7281
7281
|
|
7282
7282
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7283
7283
|
|
7284
|
-
function add_css$
|
7284
|
+
function add_css$s(target) {
|
7285
7285
|
append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-17s08g:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17s08g{margin-left:0.5em}");
|
7286
7286
|
}
|
7287
7287
|
|
@@ -7394,7 +7394,7 @@ function create_each_block$6(ctx) {
|
|
7394
7394
|
};
|
7395
7395
|
}
|
7396
7396
|
|
7397
|
-
function create_fragment
|
7397
|
+
function create_fragment$$(ctx) {
|
7398
7398
|
let div;
|
7399
7399
|
let each_value = /*_options*/ ctx[4];
|
7400
7400
|
let each_blocks = [];
|
@@ -7472,7 +7472,7 @@ function create_fragment$_(ctx) {
|
|
7472
7472
|
};
|
7473
7473
|
}
|
7474
7474
|
|
7475
|
-
function instance
|
7475
|
+
function instance$$($$self, $$props, $$invalidate) {
|
7476
7476
|
let _options;
|
7477
7477
|
let buttonStyle;
|
7478
7478
|
let _value;
|
@@ -7572,8 +7572,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7572
7572
|
init(
|
7573
7573
|
this,
|
7574
7574
|
options,
|
7575
|
-
instance
|
7576
|
-
create_fragment
|
7575
|
+
instance$$,
|
7576
|
+
create_fragment$$,
|
7577
7577
|
safe_not_equal,
|
7578
7578
|
{
|
7579
7579
|
name: 0,
|
@@ -7586,14 +7586,14 @@ class FormRadioButtons extends SvelteComponent {
|
|
7586
7586
|
buttonColor: 13,
|
7587
7587
|
buttonColorActive: 14
|
7588
7588
|
},
|
7589
|
-
add_css$
|
7589
|
+
add_css$s
|
7590
7590
|
);
|
7591
7591
|
}
|
7592
7592
|
}
|
7593
7593
|
|
7594
7594
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7595
7595
|
|
7596
|
-
function add_css$
|
7596
|
+
function add_css$r(target) {
|
7597
7597
|
append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-t9ynyj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-t9ynyj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
7598
7598
|
}
|
7599
7599
|
|
@@ -7628,7 +7628,7 @@ function create_else_block$2(ctx) {
|
|
7628
7628
|
}
|
7629
7629
|
|
7630
7630
|
// (105:10) {#if option}
|
7631
|
-
function create_if_block$
|
7631
|
+
function create_if_block$c(ctx) {
|
7632
7632
|
let t_value = /*option*/ ctx[19] + "";
|
7633
7633
|
let t;
|
7634
7634
|
|
@@ -7659,7 +7659,7 @@ function create_each_block$5(ctx) {
|
|
7659
7659
|
let option_selected_value;
|
7660
7660
|
|
7661
7661
|
function select_block_type(ctx, dirty) {
|
7662
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7662
|
+
if (/*option*/ ctx[19]) return create_if_block$c;
|
7663
7663
|
return create_else_block$2;
|
7664
7664
|
}
|
7665
7665
|
|
@@ -7720,7 +7720,7 @@ function create_each_block$5(ctx) {
|
|
7720
7720
|
};
|
7721
7721
|
}
|
7722
7722
|
|
7723
|
-
function create_fragment$
|
7723
|
+
function create_fragment$_(ctx) {
|
7724
7724
|
let div1;
|
7725
7725
|
let select;
|
7726
7726
|
let t;
|
@@ -7830,7 +7830,7 @@ function create_fragment$Z(ctx) {
|
|
7830
7830
|
};
|
7831
7831
|
}
|
7832
7832
|
|
7833
|
-
function instance$
|
7833
|
+
function instance$_($$self, $$props, $$invalidate) {
|
7834
7834
|
let _options;
|
7835
7835
|
let style;
|
7836
7836
|
let styleVariables;
|
@@ -7946,8 +7946,8 @@ class FormSelect extends SvelteComponent {
|
|
7946
7946
|
init(
|
7947
7947
|
this,
|
7948
7948
|
options,
|
7949
|
-
instance$
|
7950
|
-
create_fragment$
|
7949
|
+
instance$_,
|
7950
|
+
create_fragment$_,
|
7951
7951
|
safe_not_equal,
|
7952
7952
|
{
|
7953
7953
|
name: 7,
|
@@ -7962,14 +7962,14 @@ class FormSelect extends SvelteComponent {
|
|
7962
7962
|
iconColor: 15,
|
7963
7963
|
iconSize: 16
|
7964
7964
|
},
|
7965
|
-
add_css$
|
7965
|
+
add_css$r
|
7966
7966
|
);
|
7967
7967
|
}
|
7968
7968
|
}
|
7969
7969
|
|
7970
7970
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7971
7971
|
|
7972
|
-
function add_css$
|
7972
|
+
function add_css$q(target) {
|
7973
7973
|
append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7974
7974
|
}
|
7975
7975
|
|
@@ -8098,7 +8098,7 @@ function create_each_block$4(ctx) {
|
|
8098
8098
|
};
|
8099
8099
|
}
|
8100
8100
|
|
8101
|
-
function create_fragment$
|
8101
|
+
function create_fragment$Z(ctx) {
|
8102
8102
|
let div;
|
8103
8103
|
let each_value = /*_options*/ ctx[3];
|
8104
8104
|
let each_blocks = [];
|
@@ -8176,7 +8176,7 @@ function create_fragment$Y(ctx) {
|
|
8176
8176
|
};
|
8177
8177
|
}
|
8178
8178
|
|
8179
|
-
function instance$
|
8179
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
8180
8180
|
let _options;
|
8181
8181
|
let styleVariables;
|
8182
8182
|
let isCheckedArray;
|
@@ -8282,8 +8282,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8282
8282
|
init(
|
8283
8283
|
this,
|
8284
8284
|
options,
|
8285
|
-
instance$
|
8286
|
-
create_fragment$
|
8285
|
+
instance$Z,
|
8286
|
+
create_fragment$Z,
|
8287
8287
|
safe_not_equal,
|
8288
8288
|
{
|
8289
8289
|
name: 0,
|
@@ -8296,14 +8296,14 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8296
8296
|
buttonColor: 13,
|
8297
8297
|
buttonColorActive: 14
|
8298
8298
|
},
|
8299
|
-
add_css$
|
8299
|
+
add_css$q
|
8300
8300
|
);
|
8301
8301
|
}
|
8302
8302
|
}
|
8303
8303
|
|
8304
8304
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8305
8305
|
|
8306
|
-
function add_css$
|
8306
|
+
function add_css$p(target) {
|
8307
8307
|
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
8308
8308
|
}
|
8309
8309
|
|
@@ -8371,7 +8371,7 @@ function create_each_block$3(ctx) {
|
|
8371
8371
|
};
|
8372
8372
|
}
|
8373
8373
|
|
8374
|
-
function create_fragment$
|
8374
|
+
function create_fragment$Y(ctx) {
|
8375
8375
|
let div;
|
8376
8376
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
8377
8377
|
let each_blocks = [];
|
@@ -8444,7 +8444,7 @@ function create_fragment$X(ctx) {
|
|
8444
8444
|
};
|
8445
8445
|
}
|
8446
8446
|
|
8447
|
-
function instance$
|
8447
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
8448
8448
|
let _value;
|
8449
8449
|
let $value;
|
8450
8450
|
let { name = '' } = $$props;
|
@@ -8526,8 +8526,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8526
8526
|
init(
|
8527
8527
|
this,
|
8528
8528
|
options,
|
8529
|
-
instance$
|
8530
|
-
create_fragment$
|
8529
|
+
instance$Y,
|
8530
|
+
create_fragment$Y,
|
8531
8531
|
safe_not_equal,
|
8532
8532
|
{
|
8533
8533
|
name: 6,
|
@@ -8538,14 +8538,14 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8538
8538
|
buttonStyle: 9,
|
8539
8539
|
buttonActiveStyle: 10
|
8540
8540
|
},
|
8541
|
-
add_css$
|
8541
|
+
add_css$p
|
8542
8542
|
);
|
8543
8543
|
}
|
8544
8544
|
}
|
8545
8545
|
|
8546
8546
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8547
8547
|
|
8548
|
-
function add_css$
|
8548
|
+
function add_css$o(target) {
|
8549
8549
|
append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
|
8550
8550
|
}
|
8551
8551
|
|
@@ -8616,7 +8616,7 @@ function create_each_block$2(ctx) {
|
|
8616
8616
|
};
|
8617
8617
|
}
|
8618
8618
|
|
8619
|
-
function create_fragment$
|
8619
|
+
function create_fragment$X(ctx) {
|
8620
8620
|
let div;
|
8621
8621
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8622
8622
|
let each_blocks = [];
|
@@ -8692,7 +8692,7 @@ function create_fragment$W(ctx) {
|
|
8692
8692
|
const count = 5;
|
8693
8693
|
const func = i => i + 1;
|
8694
8694
|
|
8695
|
-
function instance$
|
8695
|
+
function instance$X($$self, $$props, $$invalidate) {
|
8696
8696
|
let _value;
|
8697
8697
|
let buttonStyle;
|
8698
8698
|
let $value;
|
@@ -8748,17 +8748,17 @@ function instance$W($$self, $$props, $$invalidate) {
|
|
8748
8748
|
class FormRatingButtonsFace extends SvelteComponent {
|
8749
8749
|
constructor(options) {
|
8750
8750
|
super();
|
8751
|
-
init(this, options, instance$
|
8751
|
+
init(this, options, instance$X, create_fragment$X, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$o);
|
8752
8752
|
}
|
8753
8753
|
}
|
8754
8754
|
|
8755
8755
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8756
8756
|
|
8757
|
-
function add_css$
|
8757
|
+
function add_css$n(target) {
|
8758
8758
|
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8759
8759
|
}
|
8760
8760
|
|
8761
|
-
function create_fragment$
|
8761
|
+
function create_fragment$W(ctx) {
|
8762
8762
|
let div;
|
8763
8763
|
let input;
|
8764
8764
|
let input_class_value;
|
@@ -8839,7 +8839,7 @@ function create_fragment$V(ctx) {
|
|
8839
8839
|
};
|
8840
8840
|
}
|
8841
8841
|
|
8842
|
-
function instance$
|
8842
|
+
function instance$W($$self, $$props, $$invalidate) {
|
8843
8843
|
let style;
|
8844
8844
|
let styleVariables;
|
8845
8845
|
let isValidForUI;
|
@@ -8970,8 +8970,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8970
8970
|
init(
|
8971
8971
|
this,
|
8972
8972
|
options,
|
8973
|
-
instance$
|
8974
|
-
create_fragment$
|
8973
|
+
instance$W,
|
8974
|
+
create_fragment$W,
|
8975
8975
|
safe_not_equal,
|
8976
8976
|
{
|
8977
8977
|
field: 9,
|
@@ -8985,18 +8985,18 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8985
8985
|
_textStyle: 15,
|
8986
8986
|
_placeholderStyle: 16
|
8987
8987
|
},
|
8988
|
-
add_css$
|
8988
|
+
add_css$n
|
8989
8989
|
);
|
8990
8990
|
}
|
8991
8991
|
}
|
8992
8992
|
|
8993
8993
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8994
8994
|
|
8995
|
-
function add_css$
|
8995
|
+
function add_css$m(target) {
|
8996
8996
|
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
8997
8997
|
}
|
8998
8998
|
|
8999
|
-
function create_fragment$
|
8999
|
+
function create_fragment$V(ctx) {
|
9000
9000
|
let div;
|
9001
9001
|
let label0;
|
9002
9002
|
let input0;
|
@@ -9137,7 +9137,7 @@ function create_fragment$U(ctx) {
|
|
9137
9137
|
};
|
9138
9138
|
}
|
9139
9139
|
|
9140
|
-
function instance$
|
9140
|
+
function instance$V($$self, $$props, $$invalidate) {
|
9141
9141
|
let buttonStyle;
|
9142
9142
|
let $value;
|
9143
9143
|
let { field = 'subscription' } = $$props;
|
@@ -9219,8 +9219,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9219
9219
|
init(
|
9220
9220
|
this,
|
9221
9221
|
options,
|
9222
|
-
instance$
|
9223
|
-
create_fragment$
|
9222
|
+
instance$V,
|
9223
|
+
create_fragment$V,
|
9224
9224
|
safe_not_equal,
|
9225
9225
|
{
|
9226
9226
|
field: 6,
|
@@ -9232,14 +9232,14 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9232
9232
|
buttonColor: 10,
|
9233
9233
|
buttonColorActive: 11
|
9234
9234
|
},
|
9235
|
-
add_css$
|
9235
|
+
add_css$m
|
9236
9236
|
);
|
9237
9237
|
}
|
9238
9238
|
}
|
9239
9239
|
|
9240
9240
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
9241
9241
|
|
9242
|
-
function add_css$
|
9242
|
+
function add_css$l(target) {
|
9243
9243
|
append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
|
9244
9244
|
}
|
9245
9245
|
|
@@ -9319,7 +9319,7 @@ function create_if_block_1$2(ctx) {
|
|
9319
9319
|
}
|
9320
9320
|
|
9321
9321
|
// (380:2) {#if isVisibleNextButton}
|
9322
|
-
function create_if_block$
|
9322
|
+
function create_if_block$b(ctx) {
|
9323
9323
|
let div;
|
9324
9324
|
let button;
|
9325
9325
|
let svg;
|
@@ -9450,7 +9450,7 @@ function create_each_block$1(ctx) {
|
|
9450
9450
|
};
|
9451
9451
|
}
|
9452
9452
|
|
9453
|
-
function create_fragment$
|
9453
|
+
function create_fragment$U(ctx) {
|
9454
9454
|
let div3;
|
9455
9455
|
let div1;
|
9456
9456
|
let div0;
|
@@ -9463,7 +9463,7 @@ function create_fragment$T(ctx) {
|
|
9463
9463
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
9464
9464
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
9465
9465
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$2(ctx);
|
9466
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
9466
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$b(ctx);
|
9467
9467
|
let each_value = /*items*/ ctx[1];
|
9468
9468
|
let each_blocks = [];
|
9469
9469
|
|
@@ -9602,7 +9602,7 @@ function create_fragment$T(ctx) {
|
|
9602
9602
|
if (if_block1) {
|
9603
9603
|
if_block1.p(ctx, dirty);
|
9604
9604
|
} else {
|
9605
|
-
if_block1 = create_if_block$
|
9605
|
+
if_block1 = create_if_block$b(ctx);
|
9606
9606
|
if_block1.c();
|
9607
9607
|
if_block1.m(div3, t2);
|
9608
9608
|
}
|
@@ -9674,7 +9674,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9674
9674
|
}
|
9675
9675
|
}
|
9676
9676
|
|
9677
|
-
function instance$
|
9677
|
+
function instance$U($$self, $$props, $$invalidate) {
|
9678
9678
|
let slideStyle;
|
9679
9679
|
let slideClass;
|
9680
9680
|
let _loop;
|
@@ -10127,8 +10127,8 @@ class Slide extends SvelteComponent {
|
|
10127
10127
|
init(
|
10128
10128
|
this,
|
10129
10129
|
options,
|
10130
|
-
instance$
|
10131
|
-
create_fragment$
|
10130
|
+
instance$U,
|
10131
|
+
create_fragment$U,
|
10132
10132
|
safe_not_equal,
|
10133
10133
|
{
|
10134
10134
|
loop: 18,
|
@@ -10142,7 +10142,7 @@ class Slide extends SvelteComponent {
|
|
10142
10142
|
navigationButton: 25,
|
10143
10143
|
navigationEdgePosition: 26
|
10144
10144
|
},
|
10145
|
-
add_css$
|
10145
|
+
add_css$l,
|
10146
10146
|
[-1, -1, -1]
|
10147
10147
|
);
|
10148
10148
|
}
|
@@ -10150,11 +10150,11 @@ class Slide extends SvelteComponent {
|
|
10150
10150
|
|
10151
10151
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
10152
10152
|
|
10153
|
-
function add_css$
|
10153
|
+
function add_css$k(target) {
|
10154
10154
|
append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
10155
10155
|
}
|
10156
10156
|
|
10157
|
-
function create_fragment$
|
10157
|
+
function create_fragment$T(ctx) {
|
10158
10158
|
let div1;
|
10159
10159
|
let div0;
|
10160
10160
|
let current;
|
@@ -10234,7 +10234,7 @@ function create_fragment$S(ctx) {
|
|
10234
10234
|
};
|
10235
10235
|
}
|
10236
10236
|
|
10237
|
-
function instance$
|
10237
|
+
function instance$T($$self, $$props, $$invalidate) {
|
10238
10238
|
let itemStyle;
|
10239
10239
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10240
10240
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -10300,20 +10300,20 @@ function instance$S($$self, $$props, $$invalidate) {
|
|
10300
10300
|
class SlideItem extends SvelteComponent {
|
10301
10301
|
constructor(options) {
|
10302
10302
|
super();
|
10303
|
-
init(this, options, instance$
|
10303
|
+
init(this, options, instance$T, create_fragment$T, safe_not_equal, { _style: 0 }, add_css$k);
|
10304
10304
|
}
|
10305
10305
|
}
|
10306
10306
|
|
10307
10307
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
10308
10308
|
|
10309
|
-
function add_css$
|
10309
|
+
function add_css$j(target) {
|
10310
10310
|
append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
10311
10311
|
}
|
10312
10312
|
|
10313
10313
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
10314
10314
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
10315
10315
|
|
10316
|
-
function create_fragment$
|
10316
|
+
function create_fragment$S(ctx) {
|
10317
10317
|
let div1;
|
10318
10318
|
let div0;
|
10319
10319
|
let current;
|
@@ -10406,7 +10406,7 @@ function formatTimeDiff(ms) {
|
|
10406
10406
|
};
|
10407
10407
|
}
|
10408
10408
|
|
10409
|
-
function instance$
|
10409
|
+
function instance$S($$self, $$props, $$invalidate) {
|
10410
10410
|
let countdown;
|
10411
10411
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10412
10412
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -10463,18 +10463,18 @@ function instance$R($$self, $$props, $$invalidate) {
|
|
10463
10463
|
class Countdown extends SvelteComponent {
|
10464
10464
|
constructor(options) {
|
10465
10465
|
super();
|
10466
|
-
init(this, options, instance$
|
10466
|
+
init(this, options, instance$S, create_fragment$S, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$j);
|
10467
10467
|
}
|
10468
10468
|
}
|
10469
10469
|
|
10470
10470
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
10471
10471
|
|
10472
|
-
function add_css$
|
10472
|
+
function add_css$i(target) {
|
10473
10473
|
append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
10474
10474
|
}
|
10475
10475
|
|
10476
10476
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
10477
|
-
function create_default_slot$
|
10477
|
+
function create_default_slot$b(ctx) {
|
10478
10478
|
let current;
|
10479
10479
|
const default_slot_template = /*#slots*/ ctx[3].default;
|
10480
10480
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
@@ -10524,7 +10524,7 @@ function create_default_slot$9(ctx) {
|
|
10524
10524
|
};
|
10525
10525
|
}
|
10526
10526
|
|
10527
|
-
function create_fragment$
|
10527
|
+
function create_fragment$R(ctx) {
|
10528
10528
|
let div;
|
10529
10529
|
let button;
|
10530
10530
|
let current;
|
@@ -10534,7 +10534,7 @@ function create_fragment$Q(ctx) {
|
|
10534
10534
|
onClick: /*onClick*/ ctx[0],
|
10535
10535
|
style: /*_style*/ ctx[2],
|
10536
10536
|
eventName: /*eventName*/ ctx[1],
|
10537
|
-
$$slots: { default: [create_default_slot$
|
10537
|
+
$$slots: { default: [create_default_slot$b] },
|
10538
10538
|
$$scope: { ctx }
|
10539
10539
|
}
|
10540
10540
|
});
|
@@ -10588,7 +10588,7 @@ function create_fragment$Q(ctx) {
|
|
10588
10588
|
};
|
10589
10589
|
}
|
10590
10590
|
|
10591
|
-
function instance$
|
10591
|
+
function instance$R($$self, $$props, $$invalidate) {
|
10592
10592
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10593
10593
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10594
10594
|
let { eventName = '' } = $$props;
|
@@ -10607,18 +10607,18 @@ function instance$Q($$self, $$props, $$invalidate) {
|
|
10607
10607
|
class Box extends SvelteComponent {
|
10608
10608
|
constructor(options) {
|
10609
10609
|
super();
|
10610
|
-
init(this, options, instance$
|
10610
|
+
init(this, options, instance$R, create_fragment$R, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$i);
|
10611
10611
|
}
|
10612
10612
|
}
|
10613
10613
|
|
10614
10614
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10615
10615
|
|
10616
|
-
function add_css$
|
10616
|
+
function add_css$h(target) {
|
10617
10617
|
append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10618
10618
|
}
|
10619
10619
|
|
10620
10620
|
// (56:4) {#if svg}
|
10621
|
-
function create_if_block$
|
10621
|
+
function create_if_block$a(ctx) {
|
10622
10622
|
let html_tag;
|
10623
10623
|
let html_anchor;
|
10624
10624
|
|
@@ -10651,9 +10651,9 @@ function create_if_block$8(ctx) {
|
|
10651
10651
|
}
|
10652
10652
|
|
10653
10653
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10654
|
-
function create_default_slot$
|
10654
|
+
function create_default_slot$a(ctx) {
|
10655
10655
|
let if_block_anchor;
|
10656
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10656
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$a(ctx);
|
10657
10657
|
|
10658
10658
|
return {
|
10659
10659
|
c() {
|
@@ -10673,7 +10673,7 @@ function create_default_slot$8(ctx) {
|
|
10673
10673
|
if (if_block) {
|
10674
10674
|
if_block.p(ctx, dirty);
|
10675
10675
|
} else {
|
10676
|
-
if_block = create_if_block$
|
10676
|
+
if_block = create_if_block$a(ctx);
|
10677
10677
|
if_block.c();
|
10678
10678
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10679
10679
|
}
|
@@ -10689,7 +10689,7 @@ function create_default_slot$8(ctx) {
|
|
10689
10689
|
};
|
10690
10690
|
}
|
10691
10691
|
|
10692
|
-
function create_fragment$
|
10692
|
+
function create_fragment$Q(ctx) {
|
10693
10693
|
let div;
|
10694
10694
|
let button;
|
10695
10695
|
let current;
|
@@ -10699,7 +10699,7 @@ function create_fragment$P(ctx) {
|
|
10699
10699
|
onClick: /*onClick*/ ctx[0],
|
10700
10700
|
style: /*style*/ ctx[2],
|
10701
10701
|
eventName: /*eventName*/ ctx[1],
|
10702
|
-
$$slots: { default: [create_default_slot$
|
10702
|
+
$$slots: { default: [create_default_slot$a] },
|
10703
10703
|
$$scope: { ctx }
|
10704
10704
|
}
|
10705
10705
|
});
|
@@ -10760,7 +10760,7 @@ function parseData(dataUrl) {
|
|
10760
10760
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10761
10761
|
}
|
10762
10762
|
|
10763
|
-
function instance$
|
10763
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
10764
10764
|
let svg;
|
10765
10765
|
let styleVariables;
|
10766
10766
|
let style;
|
@@ -10808,8 +10808,8 @@ class IconElement extends SvelteComponent {
|
|
10808
10808
|
init(
|
10809
10809
|
this,
|
10810
10810
|
options,
|
10811
|
-
instance$
|
10812
|
-
create_fragment$
|
10811
|
+
instance$Q,
|
10812
|
+
create_fragment$Q,
|
10813
10813
|
safe_not_equal,
|
10814
10814
|
{
|
10815
10815
|
icon: 4,
|
@@ -10819,18 +10819,18 @@ class IconElement extends SvelteComponent {
|
|
10819
10819
|
color: 6,
|
10820
10820
|
_style: 7
|
10821
10821
|
},
|
10822
|
-
add_css$
|
10822
|
+
add_css$h
|
10823
10823
|
);
|
10824
10824
|
}
|
10825
10825
|
}
|
10826
10826
|
|
10827
10827
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10828
10828
|
|
10829
|
-
function add_css$
|
10829
|
+
function add_css$g(target) {
|
10830
10830
|
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10831
10831
|
}
|
10832
10832
|
|
10833
|
-
function create_fragment$
|
10833
|
+
function create_fragment$P(ctx) {
|
10834
10834
|
let div;
|
10835
10835
|
let switch_instance;
|
10836
10836
|
let current;
|
@@ -10920,7 +10920,7 @@ function create_fragment$O(ctx) {
|
|
10920
10920
|
};
|
10921
10921
|
}
|
10922
10922
|
|
10923
|
-
function instance$
|
10923
|
+
function instance$P($$self, $$props, $$invalidate) {
|
10924
10924
|
let $data,
|
10925
10925
|
$$unsubscribe_data = noop,
|
10926
10926
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10945,17 +10945,17 @@ function instance$O($$self, $$props, $$invalidate) {
|
|
10945
10945
|
class CodeElement extends SvelteComponent {
|
10946
10946
|
constructor(options) {
|
10947
10947
|
super();
|
10948
|
-
init(this, options, instance$
|
10948
|
+
init(this, options, instance$P, create_fragment$P, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$g);
|
10949
10949
|
}
|
10950
10950
|
}
|
10951
10951
|
|
10952
10952
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10953
10953
|
|
10954
|
-
function add_css$
|
10954
|
+
function add_css$f(target) {
|
10955
10955
|
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10956
10956
|
}
|
10957
10957
|
|
10958
|
-
function create_fragment$
|
10958
|
+
function create_fragment$O(ctx) {
|
10959
10959
|
let div;
|
10960
10960
|
let div_style_value;
|
10961
10961
|
let current;
|
@@ -11030,7 +11030,7 @@ function getFlexContext() {
|
|
11030
11030
|
return getContext(FlexContextKey);
|
11031
11031
|
}
|
11032
11032
|
|
11033
|
-
function instance$
|
11033
|
+
function instance$O($$self, $$props, $$invalidate) {
|
11034
11034
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11035
11035
|
let { direction = 'row' } = $$props;
|
11036
11036
|
let { width = '100%' } = $$props;
|
@@ -11056,8 +11056,8 @@ class Flex extends SvelteComponent {
|
|
11056
11056
|
init(
|
11057
11057
|
this,
|
11058
11058
|
options,
|
11059
|
-
instance$
|
11060
|
-
create_fragment$
|
11059
|
+
instance$O,
|
11060
|
+
create_fragment$O,
|
11061
11061
|
safe_not_equal,
|
11062
11062
|
{
|
11063
11063
|
direction: 0,
|
@@ -11065,18 +11065,18 @@ class Flex extends SvelteComponent {
|
|
11065
11065
|
height: 2,
|
11066
11066
|
_style: 3
|
11067
11067
|
},
|
11068
|
-
add_css$
|
11068
|
+
add_css$f
|
11069
11069
|
);
|
11070
11070
|
}
|
11071
11071
|
}
|
11072
11072
|
|
11073
11073
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
11074
11074
|
|
11075
|
-
function add_css$
|
11075
|
+
function add_css$e(target) {
|
11076
11076
|
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
11077
11077
|
}
|
11078
11078
|
|
11079
|
-
function create_fragment$
|
11079
|
+
function create_fragment$N(ctx) {
|
11080
11080
|
let div;
|
11081
11081
|
let current;
|
11082
11082
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -11144,7 +11144,7 @@ function create_fragment$M(ctx) {
|
|
11144
11144
|
};
|
11145
11145
|
}
|
11146
11146
|
|
11147
|
-
function instance$
|
11147
|
+
function instance$N($$self, $$props, $$invalidate) {
|
11148
11148
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11149
11149
|
let { length } = $$props;
|
11150
11150
|
let { _style = '' } = $$props;
|
@@ -11187,7 +11187,7 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
11187
11187
|
class FlexItem extends SvelteComponent {
|
11188
11188
|
constructor(options) {
|
11189
11189
|
super();
|
11190
|
-
init(this, options, instance$
|
11190
|
+
init(this, options, instance$N, create_fragment$N, safe_not_equal, { length: 1, _style: 2 }, add_css$e);
|
11191
11191
|
}
|
11192
11192
|
}
|
11193
11193
|
|
@@ -11303,7 +11303,7 @@ function create_default_slot_1(ctx) {
|
|
11303
11303
|
}
|
11304
11304
|
|
11305
11305
|
// (106:0) <StateItem {path}>
|
11306
|
-
function create_default_slot$
|
11306
|
+
function create_default_slot$9(ctx) {
|
11307
11307
|
let modal;
|
11308
11308
|
let current;
|
11309
11309
|
|
@@ -11371,14 +11371,14 @@ function create_default_slot$7(ctx) {
|
|
11371
11371
|
};
|
11372
11372
|
}
|
11373
11373
|
|
11374
|
-
function create_fragment$
|
11374
|
+
function create_fragment$M(ctx) {
|
11375
11375
|
let stateitem;
|
11376
11376
|
let current;
|
11377
11377
|
|
11378
11378
|
stateitem = new StateItem({
|
11379
11379
|
props: {
|
11380
11380
|
path: /*path*/ ctx[0],
|
11381
|
-
$$slots: { default: [create_default_slot$
|
11381
|
+
$$slots: { default: [create_default_slot$9] },
|
11382
11382
|
$$scope: { ctx }
|
11383
11383
|
}
|
11384
11384
|
});
|
@@ -11419,7 +11419,7 @@ function create_fragment$L(ctx) {
|
|
11419
11419
|
};
|
11420
11420
|
}
|
11421
11421
|
|
11422
|
-
function instance$
|
11422
|
+
function instance$M($$self, $$props, $$invalidate) {
|
11423
11423
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11424
11424
|
let { path } = $$props;
|
11425
11425
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -11490,7 +11490,7 @@ class GridModalState extends SvelteComponent {
|
|
11490
11490
|
constructor(options) {
|
11491
11491
|
super();
|
11492
11492
|
|
11493
|
-
init(this, options, instance$
|
11493
|
+
init(this, options, instance$M, create_fragment$M, safe_not_equal, {
|
11494
11494
|
path: 0,
|
11495
11495
|
onClick: 1,
|
11496
11496
|
clickEventName: 2,
|
@@ -11515,11 +11515,11 @@ class GridModalState extends SvelteComponent {
|
|
11515
11515
|
|
11516
11516
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
11517
11517
|
|
11518
|
-
function add_css$
|
11518
|
+
function add_css$d(target) {
|
11519
11519
|
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
11520
11520
|
}
|
11521
11521
|
|
11522
|
-
function create_fragment$
|
11522
|
+
function create_fragment$L(ctx) {
|
11523
11523
|
let div1;
|
11524
11524
|
let div0;
|
11525
11525
|
let rendertext;
|
@@ -11584,7 +11584,7 @@ function create_fragment$K(ctx) {
|
|
11584
11584
|
};
|
11585
11585
|
}
|
11586
11586
|
|
11587
|
-
function instance$
|
11587
|
+
function instance$L($$self, $$props, $$invalidate) {
|
11588
11588
|
let style;
|
11589
11589
|
let { text = 'サンプルSample' } = $$props;
|
11590
11590
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -11620,8 +11620,8 @@ class TextBlock extends SvelteComponent {
|
|
11620
11620
|
init(
|
11621
11621
|
this,
|
11622
11622
|
options,
|
11623
|
-
instance$
|
11624
|
-
create_fragment$
|
11623
|
+
instance$L,
|
11624
|
+
create_fragment$L,
|
11625
11625
|
safe_not_equal,
|
11626
11626
|
{
|
11627
11627
|
text: 0,
|
@@ -11630,18 +11630,18 @@ class TextBlock extends SvelteComponent {
|
|
11630
11630
|
textDirection: 1,
|
11631
11631
|
_style: 5
|
11632
11632
|
},
|
11633
|
-
add_css$
|
11633
|
+
add_css$d
|
11634
11634
|
);
|
11635
11635
|
}
|
11636
11636
|
}
|
11637
11637
|
|
11638
11638
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11639
11639
|
|
11640
|
-
function add_css$
|
11640
|
+
function add_css$c(target) {
|
11641
11641
|
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
11642
11642
|
}
|
11643
11643
|
|
11644
|
-
function create_fragment$
|
11644
|
+
function create_fragment$K(ctx) {
|
11645
11645
|
let div;
|
11646
11646
|
let button;
|
11647
11647
|
let rendertext;
|
@@ -11715,7 +11715,7 @@ function create_fragment$J(ctx) {
|
|
11715
11715
|
};
|
11716
11716
|
}
|
11717
11717
|
|
11718
|
-
function instance$
|
11718
|
+
function instance$K($$self, $$props, $$invalidate) {
|
11719
11719
|
let { text = 'ボタンラベル' } = $$props;
|
11720
11720
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11721
11721
|
|
@@ -11757,8 +11757,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11757
11757
|
init(
|
11758
11758
|
this,
|
11759
11759
|
options,
|
11760
|
-
instance$
|
11761
|
-
create_fragment$
|
11760
|
+
instance$K,
|
11761
|
+
create_fragment$K,
|
11762
11762
|
safe_not_equal,
|
11763
11763
|
{
|
11764
11764
|
text: 0,
|
@@ -11768,18 +11768,18 @@ class TextButtonBlock extends SvelteComponent {
|
|
11768
11768
|
_buttonStyle: 1,
|
11769
11769
|
_style: 2
|
11770
11770
|
},
|
11771
|
-
add_css$
|
11771
|
+
add_css$c
|
11772
11772
|
);
|
11773
11773
|
}
|
11774
11774
|
}
|
11775
11775
|
|
11776
11776
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11777
11777
|
|
11778
|
-
function add_css$
|
11778
|
+
function add_css$b(target) {
|
11779
11779
|
append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11780
11780
|
}
|
11781
11781
|
|
11782
|
-
function create_fragment$
|
11782
|
+
function create_fragment$J(ctx) {
|
11783
11783
|
let div;
|
11784
11784
|
let img;
|
11785
11785
|
let img_style_value;
|
@@ -11862,7 +11862,7 @@ function create_fragment$I(ctx) {
|
|
11862
11862
|
};
|
11863
11863
|
}
|
11864
11864
|
|
11865
|
-
function instance$
|
11865
|
+
function instance$J($$self, $$props, $$invalidate) {
|
11866
11866
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11867
11867
|
let { alt = 'No Image' } = $$props;
|
11868
11868
|
let { transport = false } = $$props;
|
@@ -11902,8 +11902,8 @@ class ImageBlock extends SvelteComponent {
|
|
11902
11902
|
init(
|
11903
11903
|
this,
|
11904
11904
|
options,
|
11905
|
-
instance$
|
11906
|
-
create_fragment$
|
11905
|
+
instance$J,
|
11906
|
+
create_fragment$J,
|
11907
11907
|
safe_not_equal,
|
11908
11908
|
{
|
11909
11909
|
src: 0,
|
@@ -11915,7 +11915,7 @@ class ImageBlock extends SvelteComponent {
|
|
11915
11915
|
_imageStyle: 4,
|
11916
11916
|
_style: 5
|
11917
11917
|
},
|
11918
|
-
add_css$
|
11918
|
+
add_css$b
|
11919
11919
|
);
|
11920
11920
|
}
|
11921
11921
|
}
|
@@ -12020,22 +12020,22 @@ const toCssOverflow = (p) => {
|
|
12020
12020
|
|
12021
12021
|
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
12022
12022
|
|
12023
|
-
function add_css$
|
12024
|
-
append_styles(target, "svelte-
|
12023
|
+
function add_css$a(target) {
|
12024
|
+
append_styles(target, "svelte-11ggi5s", ".clickable.svelte-11ggi5s:visited{color:inherit}.clickable.svelte-11ggi5s:enabled{cursor:pointer}.clickable.svelte-11ggi5s{text-decoration:none}");
|
12025
12025
|
}
|
12026
12026
|
|
12027
|
-
// (
|
12027
|
+
// (42:0) {:else}
|
12028
12028
|
function create_else_block$1(ctx) {
|
12029
12029
|
let button;
|
12030
12030
|
let current;
|
12031
12031
|
let mounted;
|
12032
12032
|
let dispose;
|
12033
|
-
const default_slot_template = /*#slots*/ ctx[
|
12034
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
12033
|
+
const default_slot_template = /*#slots*/ ctx[10].default;
|
12034
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
|
12035
12035
|
|
12036
12036
|
let button_levels = [
|
12037
12037
|
{ "data-layer-id": /*layerId*/ ctx[2] },
|
12038
|
-
{ class: /*fixedClass*/ ctx[
|
12038
|
+
{ class: /*fixedClass*/ ctx[4] },
|
12039
12039
|
{ style: /*style*/ ctx[1] },
|
12040
12040
|
dataAttrStopPropagation('click')
|
12041
12041
|
];
|
@@ -12066,7 +12066,7 @@ function create_else_block$1(ctx) {
|
|
12066
12066
|
},
|
12067
12067
|
h() {
|
12068
12068
|
set_attributes(button, button_data);
|
12069
|
-
toggle_class(button, "svelte-
|
12069
|
+
toggle_class(button, "svelte-11ggi5s", true);
|
12070
12070
|
},
|
12071
12071
|
m(target, anchor) {
|
12072
12072
|
insert_hydration(target, button, anchor);
|
@@ -12079,21 +12079,21 @@ function create_else_block$1(ctx) {
|
|
12079
12079
|
current = true;
|
12080
12080
|
|
12081
12081
|
if (!mounted) {
|
12082
|
-
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[
|
12082
|
+
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[5]));
|
12083
12083
|
mounted = true;
|
12084
12084
|
}
|
12085
12085
|
},
|
12086
12086
|
p(ctx, dirty) {
|
12087
12087
|
if (default_slot) {
|
12088
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
12088
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
|
12089
12089
|
update_slot_base(
|
12090
12090
|
default_slot,
|
12091
12091
|
default_slot_template,
|
12092
12092
|
ctx,
|
12093
|
-
/*$$scope*/ ctx[
|
12093
|
+
/*$$scope*/ ctx[9],
|
12094
12094
|
!current
|
12095
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
12096
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
12095
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
|
12096
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
|
12097
12097
|
null
|
12098
12098
|
);
|
12099
12099
|
}
|
@@ -12101,12 +12101,12 @@ function create_else_block$1(ctx) {
|
|
12101
12101
|
|
12102
12102
|
set_attributes(button, button_data = get_spread_update(button_levels, [
|
12103
12103
|
(!current || dirty & /*layerId*/ 4) && { "data-layer-id": /*layerId*/ ctx[2] },
|
12104
|
-
(!current || dirty & /*fixedClass*/
|
12104
|
+
(!current || dirty & /*fixedClass*/ 16) && { class: /*fixedClass*/ ctx[4] },
|
12105
12105
|
(!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
|
12106
12106
|
dataAttrStopPropagation('click')
|
12107
12107
|
]));
|
12108
12108
|
|
12109
|
-
toggle_class(button, "svelte-
|
12109
|
+
toggle_class(button, "svelte-11ggi5s", true);
|
12110
12110
|
},
|
12111
12111
|
i(local) {
|
12112
12112
|
if (current) return;
|
@@ -12126,104 +12126,78 @@ function create_else_block$1(ctx) {
|
|
12126
12126
|
};
|
12127
12127
|
}
|
12128
12128
|
|
12129
|
-
// (
|
12129
|
+
// (33:39)
|
12130
12130
|
function create_if_block_1$1(ctx) {
|
12131
|
-
let
|
12132
|
-
let
|
12131
|
+
let previous_tag = /*element*/ ctx[3];
|
12132
|
+
let svelte_element_anchor;
|
12133
12133
|
let current;
|
12134
|
-
|
12135
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
|
12134
|
+
let svelte_element = /*element*/ ctx[3] && create_dynamic_element(ctx);
|
12136
12135
|
|
12137
12136
|
return {
|
12138
12137
|
c() {
|
12139
|
-
|
12140
|
-
|
12141
|
-
this.h();
|
12138
|
+
if (svelte_element) svelte_element.c();
|
12139
|
+
svelte_element_anchor = empty();
|
12142
12140
|
},
|
12143
12141
|
l(nodes) {
|
12144
|
-
|
12145
|
-
|
12146
|
-
class: true,
|
12147
|
-
style: true
|
12148
|
-
});
|
12149
|
-
|
12150
|
-
var div_nodes = children(div);
|
12151
|
-
if (default_slot) default_slot.l(div_nodes);
|
12152
|
-
div_nodes.forEach(detach);
|
12153
|
-
this.h();
|
12154
|
-
},
|
12155
|
-
h() {
|
12156
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
12157
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"));
|
12158
|
-
attr(div, "style", /*style*/ ctx[1]);
|
12142
|
+
if (svelte_element) svelte_element.l(nodes);
|
12143
|
+
svelte_element_anchor = empty();
|
12159
12144
|
},
|
12160
12145
|
m(target, anchor) {
|
12161
|
-
|
12162
|
-
|
12163
|
-
if (default_slot) {
|
12164
|
-
default_slot.m(div, null);
|
12165
|
-
}
|
12166
|
-
|
12146
|
+
if (svelte_element) svelte_element.m(target, anchor);
|
12147
|
+
insert_hydration(target, svelte_element_anchor, anchor);
|
12167
12148
|
current = true;
|
12168
12149
|
},
|
12169
12150
|
p(ctx, dirty) {
|
12170
|
-
if (
|
12171
|
-
if (
|
12172
|
-
|
12173
|
-
|
12174
|
-
|
12175
|
-
|
12176
|
-
|
12177
|
-
|
12178
|
-
|
12179
|
-
|
12180
|
-
|
12181
|
-
);
|
12151
|
+
if (/*element*/ ctx[3]) {
|
12152
|
+
if (!previous_tag) {
|
12153
|
+
svelte_element = create_dynamic_element(ctx);
|
12154
|
+
svelte_element.c();
|
12155
|
+
svelte_element.m(svelte_element_anchor.parentNode, svelte_element_anchor);
|
12156
|
+
} else if (safe_not_equal(previous_tag, /*element*/ ctx[3])) {
|
12157
|
+
svelte_element.d(1);
|
12158
|
+
svelte_element = create_dynamic_element(ctx);
|
12159
|
+
svelte_element.c();
|
12160
|
+
svelte_element.m(svelte_element_anchor.parentNode, svelte_element_anchor);
|
12161
|
+
} else {
|
12162
|
+
svelte_element.p(ctx, dirty);
|
12182
12163
|
}
|
12164
|
+
} else if (previous_tag) {
|
12165
|
+
svelte_element.d(1);
|
12166
|
+
svelte_element = null;
|
12183
12167
|
}
|
12184
12168
|
|
12185
|
-
|
12186
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
12187
|
-
}
|
12188
|
-
|
12189
|
-
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"))) {
|
12190
|
-
attr(div, "class", div_class_value);
|
12191
|
-
}
|
12192
|
-
|
12193
|
-
if (!current || dirty & /*style*/ 2) {
|
12194
|
-
attr(div, "style", /*style*/ ctx[1]);
|
12195
|
-
}
|
12169
|
+
previous_tag = /*element*/ ctx[3];
|
12196
12170
|
},
|
12197
12171
|
i(local) {
|
12198
12172
|
if (current) return;
|
12199
|
-
transition_in(
|
12173
|
+
transition_in(svelte_element);
|
12200
12174
|
current = true;
|
12201
12175
|
},
|
12202
12176
|
o(local) {
|
12203
|
-
transition_out(
|
12177
|
+
transition_out(svelte_element);
|
12204
12178
|
current = false;
|
12205
12179
|
},
|
12206
12180
|
d(detaching) {
|
12207
|
-
if (detaching) detach(
|
12208
|
-
if (
|
12181
|
+
if (detaching) detach(svelte_element_anchor);
|
12182
|
+
if (svelte_element) svelte_element.d(detaching);
|
12209
12183
|
}
|
12210
12184
|
};
|
12211
12185
|
}
|
12212
12186
|
|
12213
|
-
// (
|
12214
|
-
function create_if_block$
|
12187
|
+
// (21:0) {#if onClick.operation === 'linkTo'}
|
12188
|
+
function create_if_block$9(ctx) {
|
12215
12189
|
let a;
|
12216
12190
|
let a_href_value;
|
12217
12191
|
let a_target_value;
|
12218
12192
|
let current;
|
12219
12193
|
let mounted;
|
12220
12194
|
let dispose;
|
12221
|
-
const default_slot_template = /*#slots*/ ctx[
|
12222
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
12195
|
+
const default_slot_template = /*#slots*/ ctx[10].default;
|
12196
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
|
12223
12197
|
|
12224
12198
|
let a_levels = [
|
12225
12199
|
{ "data-layer-id": /*layerId*/ ctx[2] },
|
12226
|
-
{ class: /*fixedClass*/ ctx[
|
12200
|
+
{ class: /*fixedClass*/ ctx[4] },
|
12227
12201
|
{ style: /*style*/ ctx[1] },
|
12228
12202
|
{
|
12229
12203
|
href: a_href_value = /*onClick*/ ctx[0].args[2]
|
@@ -12264,7 +12238,7 @@ function create_if_block$7(ctx) {
|
|
12264
12238
|
},
|
12265
12239
|
h() {
|
12266
12240
|
set_attributes(a, a_data);
|
12267
|
-
toggle_class(a, "svelte-
|
12241
|
+
toggle_class(a, "svelte-11ggi5s", true);
|
12268
12242
|
},
|
12269
12243
|
m(target, anchor) {
|
12270
12244
|
insert_hydration(target, a, anchor);
|
@@ -12276,21 +12250,21 @@ function create_if_block$7(ctx) {
|
|
12276
12250
|
current = true;
|
12277
12251
|
|
12278
12252
|
if (!mounted) {
|
12279
|
-
dispose = listen(a, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[
|
12253
|
+
dispose = listen(a, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[5])));
|
12280
12254
|
mounted = true;
|
12281
12255
|
}
|
12282
12256
|
},
|
12283
12257
|
p(ctx, dirty) {
|
12284
12258
|
if (default_slot) {
|
12285
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
12259
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
|
12286
12260
|
update_slot_base(
|
12287
12261
|
default_slot,
|
12288
12262
|
default_slot_template,
|
12289
12263
|
ctx,
|
12290
|
-
/*$$scope*/ ctx[
|
12264
|
+
/*$$scope*/ ctx[9],
|
12291
12265
|
!current
|
12292
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
12293
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
12266
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
|
12267
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
|
12294
12268
|
null
|
12295
12269
|
);
|
12296
12270
|
}
|
@@ -12298,7 +12272,7 @@ function create_if_block$7(ctx) {
|
|
12298
12272
|
|
12299
12273
|
set_attributes(a, a_data = get_spread_update(a_levels, [
|
12300
12274
|
(!current || dirty & /*layerId*/ 4) && { "data-layer-id": /*layerId*/ ctx[2] },
|
12301
|
-
(!current || dirty & /*fixedClass*/
|
12275
|
+
(!current || dirty & /*fixedClass*/ 16) && { class: /*fixedClass*/ ctx[4] },
|
12302
12276
|
(!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
|
12303
12277
|
(!current || dirty & /*onClick*/ 1 && a_href_value !== (a_href_value = /*onClick*/ ctx[0].args[2]
|
12304
12278
|
? decodeURI(/*onClick*/ ctx[0].args[0])
|
@@ -12307,7 +12281,7 @@ function create_if_block$7(ctx) {
|
|
12307
12281
|
dataAttrStopPropagation('click')
|
12308
12282
|
]));
|
12309
12283
|
|
12310
|
-
toggle_class(a, "svelte-
|
12284
|
+
toggle_class(a, "svelte-11ggi5s", true);
|
12311
12285
|
},
|
12312
12286
|
i(local) {
|
12313
12287
|
if (current) return;
|
@@ -12327,12 +12301,112 @@ function create_if_block$7(ctx) {
|
|
12327
12301
|
};
|
12328
12302
|
}
|
12329
12303
|
|
12330
|
-
|
12304
|
+
// (34:2) <svelte:element this={element} data-layer-id={layerId} class={fixedClass} {style} >
|
12305
|
+
function create_dynamic_element(ctx) {
|
12306
|
+
let svelte_element;
|
12307
|
+
let svelte_element_class_value;
|
12308
|
+
let current;
|
12309
|
+
const default_slot_template = /*#slots*/ ctx[10].default;
|
12310
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[9], null);
|
12311
|
+
|
12312
|
+
let svelte_element_levels = [
|
12313
|
+
{ "data-layer-id": /*layerId*/ ctx[2] },
|
12314
|
+
{
|
12315
|
+
class: svelte_element_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[4]) + " svelte-11ggi5s")
|
12316
|
+
},
|
12317
|
+
{ style: /*style*/ ctx[1] }
|
12318
|
+
];
|
12319
|
+
|
12320
|
+
let svelte_element_data = {};
|
12321
|
+
|
12322
|
+
for (let i = 0; i < svelte_element_levels.length; i += 1) {
|
12323
|
+
svelte_element_data = assign(svelte_element_data, svelte_element_levels[i]);
|
12324
|
+
}
|
12325
|
+
|
12326
|
+
return {
|
12327
|
+
c() {
|
12328
|
+
svelte_element = element(/*element*/ ctx[3]);
|
12329
|
+
if (default_slot) default_slot.c();
|
12330
|
+
this.h();
|
12331
|
+
},
|
12332
|
+
l(nodes) {
|
12333
|
+
svelte_element = claim_element(nodes, (/*element*/ ctx[3] || 'null').toUpperCase(), {
|
12334
|
+
"data-layer-id": true,
|
12335
|
+
class: true,
|
12336
|
+
style: true
|
12337
|
+
});
|
12338
|
+
|
12339
|
+
var svelte_element_nodes = children(svelte_element);
|
12340
|
+
if (default_slot) default_slot.l(svelte_element_nodes);
|
12341
|
+
svelte_element_nodes.forEach(detach);
|
12342
|
+
this.h();
|
12343
|
+
},
|
12344
|
+
h() {
|
12345
|
+
if ((/-/).test(/*element*/ ctx[3])) {
|
12346
|
+
set_custom_element_data_map(svelte_element, svelte_element_data);
|
12347
|
+
} else {
|
12348
|
+
set_attributes(svelte_element, svelte_element_data);
|
12349
|
+
}
|
12350
|
+
},
|
12351
|
+
m(target, anchor) {
|
12352
|
+
insert_hydration(target, svelte_element, anchor);
|
12353
|
+
|
12354
|
+
if (default_slot) {
|
12355
|
+
default_slot.m(svelte_element, null);
|
12356
|
+
}
|
12357
|
+
|
12358
|
+
current = true;
|
12359
|
+
},
|
12360
|
+
p(ctx, dirty) {
|
12361
|
+
if (default_slot) {
|
12362
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 512)) {
|
12363
|
+
update_slot_base(
|
12364
|
+
default_slot,
|
12365
|
+
default_slot_template,
|
12366
|
+
ctx,
|
12367
|
+
/*$$scope*/ ctx[9],
|
12368
|
+
!current
|
12369
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[9])
|
12370
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[9], dirty, null),
|
12371
|
+
null
|
12372
|
+
);
|
12373
|
+
}
|
12374
|
+
}
|
12375
|
+
|
12376
|
+
svelte_element_data = get_spread_update(svelte_element_levels, [
|
12377
|
+
(!current || dirty & /*layerId*/ 4) && { "data-layer-id": /*layerId*/ ctx[2] },
|
12378
|
+
(!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 },
|
12379
|
+
(!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] }
|
12380
|
+
]);
|
12381
|
+
|
12382
|
+
if ((/-/).test(/*element*/ ctx[3])) {
|
12383
|
+
set_custom_element_data_map(svelte_element, svelte_element_data);
|
12384
|
+
} else {
|
12385
|
+
set_attributes(svelte_element, svelte_element_data);
|
12386
|
+
}
|
12387
|
+
},
|
12388
|
+
i(local) {
|
12389
|
+
if (current) return;
|
12390
|
+
transition_in(default_slot, local);
|
12391
|
+
current = true;
|
12392
|
+
},
|
12393
|
+
o(local) {
|
12394
|
+
transition_out(default_slot, local);
|
12395
|
+
current = false;
|
12396
|
+
},
|
12397
|
+
d(detaching) {
|
12398
|
+
if (detaching) detach(svelte_element);
|
12399
|
+
if (default_slot) default_slot.d(detaching);
|
12400
|
+
}
|
12401
|
+
};
|
12402
|
+
}
|
12403
|
+
|
12404
|
+
function create_fragment$I(ctx) {
|
12331
12405
|
let current_block_type_index;
|
12332
12406
|
let if_block;
|
12333
12407
|
let if_block_anchor;
|
12334
12408
|
let current;
|
12335
|
-
const if_block_creators = [create_if_block$
|
12409
|
+
const if_block_creators = [create_if_block$9, create_if_block_1$1, create_else_block$1];
|
12336
12410
|
const if_blocks = [];
|
12337
12411
|
|
12338
12412
|
function select_block_type(ctx, dirty) {
|
@@ -12403,7 +12477,7 @@ function create_fragment$H(ctx) {
|
|
12403
12477
|
|
12404
12478
|
const CLICKABLE_CLASS = 'clickable';
|
12405
12479
|
|
12406
|
-
function instance$
|
12480
|
+
function instance$I($$self, $$props, $$invalidate) {
|
12407
12481
|
let fixedClass;
|
12408
12482
|
let { $$slots: slots = {}, $$scope } = $$props;
|
12409
12483
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -12412,6 +12486,7 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
12412
12486
|
let { style = '' } = $$props;
|
12413
12487
|
let { layerId = '' } = $$props;
|
12414
12488
|
let { className = '' } = $$props;
|
12489
|
+
let { element = 'div' } = $$props;
|
12415
12490
|
|
12416
12491
|
function handleClick() {
|
12417
12492
|
if (eventName) {
|
@@ -12423,17 +12498,18 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
12423
12498
|
|
12424
12499
|
$$self.$$set = $$props => {
|
12425
12500
|
if ('onClick' in $$props) $$invalidate(0, onClick = $$props.onClick);
|
12426
|
-
if ('eventName' in $$props) $$invalidate(
|
12427
|
-
if ('eventValue' in $$props) $$invalidate(
|
12501
|
+
if ('eventName' in $$props) $$invalidate(6, eventName = $$props.eventName);
|
12502
|
+
if ('eventValue' in $$props) $$invalidate(7, eventValue = $$props.eventValue);
|
12428
12503
|
if ('style' in $$props) $$invalidate(1, style = $$props.style);
|
12429
12504
|
if ('layerId' in $$props) $$invalidate(2, layerId = $$props.layerId);
|
12430
|
-
if ('className' in $$props) $$invalidate(
|
12431
|
-
if ('
|
12505
|
+
if ('className' in $$props) $$invalidate(8, className = $$props.className);
|
12506
|
+
if ('element' in $$props) $$invalidate(3, element = $$props.element);
|
12507
|
+
if ('$$scope' in $$props) $$invalidate(9, $$scope = $$props.$$scope);
|
12432
12508
|
};
|
12433
12509
|
|
12434
12510
|
$$self.$$.update = () => {
|
12435
|
-
if ($$self.$$.dirty & /*className*/
|
12436
|
-
$$invalidate(
|
12511
|
+
if ($$self.$$.dirty & /*className*/ 256) {
|
12512
|
+
$$invalidate(4, fixedClass = [CLICKABLE_CLASS, ...Array.isArray(className) ? className : [className]].join(' '));
|
12437
12513
|
}
|
12438
12514
|
};
|
12439
12515
|
|
@@ -12441,6 +12517,7 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
12441
12517
|
onClick,
|
12442
12518
|
style,
|
12443
12519
|
layerId,
|
12520
|
+
element,
|
12444
12521
|
fixedClass,
|
12445
12522
|
handleClick,
|
12446
12523
|
eventName,
|
@@ -12458,25 +12535,26 @@ class Clickable extends SvelteComponent {
|
|
12458
12535
|
init(
|
12459
12536
|
this,
|
12460
12537
|
options,
|
12461
|
-
instance$
|
12462
|
-
create_fragment$
|
12538
|
+
instance$I,
|
12539
|
+
create_fragment$I,
|
12463
12540
|
safe_not_equal,
|
12464
12541
|
{
|
12465
12542
|
onClick: 0,
|
12466
|
-
eventName:
|
12467
|
-
eventValue:
|
12543
|
+
eventName: 6,
|
12544
|
+
eventValue: 7,
|
12468
12545
|
style: 1,
|
12469
12546
|
layerId: 2,
|
12470
|
-
className:
|
12547
|
+
className: 8,
|
12548
|
+
element: 3
|
12471
12549
|
},
|
12472
|
-
add_css$
|
12550
|
+
add_css$a
|
12473
12551
|
);
|
12474
12552
|
}
|
12475
12553
|
}
|
12476
12554
|
|
12477
12555
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
12478
12556
|
|
12479
|
-
function create_default_slot$
|
12557
|
+
function create_default_slot$8(ctx) {
|
12480
12558
|
let img;
|
12481
12559
|
let img_src_value;
|
12482
12560
|
let img_alt_value;
|
@@ -12517,7 +12595,7 @@ function create_default_slot$6(ctx) {
|
|
12517
12595
|
};
|
12518
12596
|
}
|
12519
12597
|
|
12520
|
-
function create_fragment$
|
12598
|
+
function create_fragment$H(ctx) {
|
12521
12599
|
let clickable;
|
12522
12600
|
let current;
|
12523
12601
|
|
@@ -12528,7 +12606,7 @@ function create_fragment$G(ctx) {
|
|
12528
12606
|
onClick: /*props*/ ctx[0].onClick,
|
12529
12607
|
eventName: /*props*/ ctx[0].eventName,
|
12530
12608
|
eventValue: /*props*/ ctx[0].eventValue,
|
12531
|
-
$$slots: { default: [create_default_slot$
|
12609
|
+
$$slots: { default: [create_default_slot$8] },
|
12532
12610
|
$$scope: { ctx }
|
12533
12611
|
}
|
12534
12612
|
});
|
@@ -12573,7 +12651,7 @@ function create_fragment$G(ctx) {
|
|
12573
12651
|
};
|
12574
12652
|
}
|
12575
12653
|
|
12576
|
-
function instance$
|
12654
|
+
function instance$H($$self, $$props, $$invalidate) {
|
12577
12655
|
let style;
|
12578
12656
|
let imgStyle;
|
12579
12657
|
let { props = {} } = $$props;
|
@@ -12622,7 +12700,7 @@ function instance$G($$self, $$props, $$invalidate) {
|
|
12622
12700
|
class Avatar extends SvelteComponent {
|
12623
12701
|
constructor(options) {
|
12624
12702
|
super();
|
12625
|
-
init(this, options, instance$
|
12703
|
+
init(this, options, instance$H, create_fragment$H, safe_not_equal, { props: 0, layerId: 1 });
|
12626
12704
|
}
|
12627
12705
|
}
|
12628
12706
|
|
@@ -12647,14 +12725,13 @@ const BUTTON_SIZE = {
|
|
12647
12725
|
};
|
12648
12726
|
const BUTTON_THEME = {
|
12649
12727
|
default: 'デフォルト',
|
12650
|
-
|
12651
|
-
|
12652
|
-
|
12653
|
-
|
12654
|
-
|
12655
|
-
|
12656
|
-
|
12657
|
-
transparent: '背景なし',
|
12728
|
+
brand: 'Brand',
|
12729
|
+
success: 'Success',
|
12730
|
+
warning: 'Warning',
|
12731
|
+
alert: 'Dander',
|
12732
|
+
info: 'Info',
|
12733
|
+
gray: 'Gray',
|
12734
|
+
white: 'White',
|
12658
12735
|
};
|
12659
12736
|
const BUTTON_ROUND = {
|
12660
12737
|
default: 'デフォルト',
|
@@ -12680,7 +12757,7 @@ const buttonPropsDefault = {
|
|
12680
12757
|
|
12681
12758
|
/* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
12682
12759
|
|
12683
|
-
function create_fragment$
|
12760
|
+
function create_fragment$G(ctx) {
|
12684
12761
|
let svg;
|
12685
12762
|
let path;
|
12686
12763
|
|
@@ -12723,7 +12800,7 @@ function create_fragment$F(ctx) {
|
|
12723
12800
|
};
|
12724
12801
|
}
|
12725
12802
|
|
12726
|
-
function instance$
|
12803
|
+
function instance$G($$self, $$props, $$invalidate) {
|
12727
12804
|
let { color } = $$props;
|
12728
12805
|
|
12729
12806
|
$$self.$$set = $$props => {
|
@@ -12736,13 +12813,13 @@ function instance$F($$self, $$props, $$invalidate) {
|
|
12736
12813
|
class IconArrowDown extends SvelteComponent {
|
12737
12814
|
constructor(options) {
|
12738
12815
|
super();
|
12739
|
-
init(this, options, instance$
|
12816
|
+
init(this, options, instance$G, create_fragment$G, safe_not_equal, { color: 0 });
|
12740
12817
|
}
|
12741
12818
|
}
|
12742
12819
|
|
12743
12820
|
/* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
12744
12821
|
|
12745
|
-
function create_fragment$
|
12822
|
+
function create_fragment$F(ctx) {
|
12746
12823
|
let svg;
|
12747
12824
|
let path;
|
12748
12825
|
|
@@ -12785,7 +12862,7 @@ function create_fragment$E(ctx) {
|
|
12785
12862
|
};
|
12786
12863
|
}
|
12787
12864
|
|
12788
|
-
function instance$
|
12865
|
+
function instance$F($$self, $$props, $$invalidate) {
|
12789
12866
|
let { color } = $$props;
|
12790
12867
|
|
12791
12868
|
$$self.$$set = $$props => {
|
@@ -12798,13 +12875,13 @@ function instance$E($$self, $$props, $$invalidate) {
|
|
12798
12875
|
class IconArrowUp extends SvelteComponent {
|
12799
12876
|
constructor(options) {
|
12800
12877
|
super();
|
12801
|
-
init(this, options, instance$
|
12878
|
+
init(this, options, instance$F, create_fragment$F, safe_not_equal, { color: 0 });
|
12802
12879
|
}
|
12803
12880
|
}
|
12804
12881
|
|
12805
12882
|
/* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
12806
12883
|
|
12807
|
-
function create_fragment$
|
12884
|
+
function create_fragment$E(ctx) {
|
12808
12885
|
let svg;
|
12809
12886
|
let path;
|
12810
12887
|
|
@@ -12847,7 +12924,7 @@ function create_fragment$D(ctx) {
|
|
12847
12924
|
};
|
12848
12925
|
}
|
12849
12926
|
|
12850
|
-
function instance$
|
12927
|
+
function instance$E($$self, $$props, $$invalidate) {
|
12851
12928
|
let { color } = $$props;
|
12852
12929
|
|
12853
12930
|
$$self.$$set = $$props => {
|
@@ -12860,13 +12937,13 @@ function instance$D($$self, $$props, $$invalidate) {
|
|
12860
12937
|
class IconUsers extends SvelteComponent {
|
12861
12938
|
constructor(options) {
|
12862
12939
|
super();
|
12863
|
-
init(this, options, instance$
|
12940
|
+
init(this, options, instance$E, create_fragment$E, safe_not_equal, { color: 0 });
|
12864
12941
|
}
|
12865
12942
|
}
|
12866
12943
|
|
12867
12944
|
/* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
12868
12945
|
|
12869
|
-
function create_fragment$
|
12946
|
+
function create_fragment$D(ctx) {
|
12870
12947
|
let svg;
|
12871
12948
|
let path;
|
12872
12949
|
|
@@ -12909,7 +12986,7 @@ function create_fragment$C(ctx) {
|
|
12909
12986
|
};
|
12910
12987
|
}
|
12911
12988
|
|
12912
|
-
function instance$
|
12989
|
+
function instance$D($$self, $$props, $$invalidate) {
|
12913
12990
|
let { color } = $$props;
|
12914
12991
|
|
12915
12992
|
$$self.$$set = $$props => {
|
@@ -12922,13 +12999,13 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
12922
12999
|
class IconArrowLeft extends SvelteComponent {
|
12923
13000
|
constructor(options) {
|
12924
13001
|
super();
|
12925
|
-
init(this, options, instance$
|
13002
|
+
init(this, options, instance$D, create_fragment$D, safe_not_equal, { color: 0 });
|
12926
13003
|
}
|
12927
13004
|
}
|
12928
13005
|
|
12929
13006
|
/* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
12930
13007
|
|
12931
|
-
function create_fragment$
|
13008
|
+
function create_fragment$C(ctx) {
|
12932
13009
|
let svg;
|
12933
13010
|
let path;
|
12934
13011
|
|
@@ -12971,7 +13048,7 @@ function create_fragment$B(ctx) {
|
|
12971
13048
|
};
|
12972
13049
|
}
|
12973
13050
|
|
12974
|
-
function instance$
|
13051
|
+
function instance$C($$self, $$props, $$invalidate) {
|
12975
13052
|
let { color } = $$props;
|
12976
13053
|
|
12977
13054
|
$$self.$$set = $$props => {
|
@@ -12984,13 +13061,13 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
12984
13061
|
class IconArrowRight extends SvelteComponent {
|
12985
13062
|
constructor(options) {
|
12986
13063
|
super();
|
12987
|
-
init(this, options, instance$
|
13064
|
+
init(this, options, instance$C, create_fragment$C, safe_not_equal, { color: 0 });
|
12988
13065
|
}
|
12989
13066
|
}
|
12990
13067
|
|
12991
13068
|
/* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
12992
13069
|
|
12993
|
-
function create_fragment$
|
13070
|
+
function create_fragment$B(ctx) {
|
12994
13071
|
let svg;
|
12995
13072
|
let path;
|
12996
13073
|
|
@@ -13033,7 +13110,7 @@ function create_fragment$A(ctx) {
|
|
13033
13110
|
};
|
13034
13111
|
}
|
13035
13112
|
|
13036
|
-
function instance$
|
13113
|
+
function instance$B($$self, $$props, $$invalidate) {
|
13037
13114
|
let { color } = $$props;
|
13038
13115
|
|
13039
13116
|
$$self.$$set = $$props => {
|
@@ -13046,13 +13123,13 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
13046
13123
|
class IconBell extends SvelteComponent {
|
13047
13124
|
constructor(options) {
|
13048
13125
|
super();
|
13049
|
-
init(this, options, instance$
|
13126
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
|
13050
13127
|
}
|
13051
13128
|
}
|
13052
13129
|
|
13053
13130
|
/* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
13054
13131
|
|
13055
|
-
function create_fragment$
|
13132
|
+
function create_fragment$A(ctx) {
|
13056
13133
|
let svg;
|
13057
13134
|
let path;
|
13058
13135
|
|
@@ -13095,7 +13172,7 @@ function create_fragment$z(ctx) {
|
|
13095
13172
|
};
|
13096
13173
|
}
|
13097
13174
|
|
13098
|
-
function instance$
|
13175
|
+
function instance$A($$self, $$props, $$invalidate) {
|
13099
13176
|
let { color } = $$props;
|
13100
13177
|
|
13101
13178
|
$$self.$$set = $$props => {
|
@@ -13108,13 +13185,13 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
13108
13185
|
class IconArrowUpFromSquare extends SvelteComponent {
|
13109
13186
|
constructor(options) {
|
13110
13187
|
super();
|
13111
|
-
init(this, options, instance$
|
13188
|
+
init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
|
13112
13189
|
}
|
13113
13190
|
}
|
13114
13191
|
|
13115
13192
|
/* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
13116
13193
|
|
13117
|
-
function create_fragment$
|
13194
|
+
function create_fragment$z(ctx) {
|
13118
13195
|
let svg;
|
13119
13196
|
let path;
|
13120
13197
|
|
@@ -13157,7 +13234,7 @@ function create_fragment$y(ctx) {
|
|
13157
13234
|
};
|
13158
13235
|
}
|
13159
13236
|
|
13160
|
-
function instance$
|
13237
|
+
function instance$z($$self, $$props, $$invalidate) {
|
13161
13238
|
let { color } = $$props;
|
13162
13239
|
|
13163
13240
|
$$self.$$set = $$props => {
|
@@ -13170,13 +13247,13 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
13170
13247
|
class IconTicket extends SvelteComponent {
|
13171
13248
|
constructor(options) {
|
13172
13249
|
super();
|
13173
|
-
init(this, options, instance$
|
13250
|
+
init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
|
13174
13251
|
}
|
13175
13252
|
}
|
13176
13253
|
|
13177
13254
|
/* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
13178
13255
|
|
13179
|
-
function create_fragment$
|
13256
|
+
function create_fragment$y(ctx) {
|
13180
13257
|
let svg;
|
13181
13258
|
let path;
|
13182
13259
|
|
@@ -13219,7 +13296,7 @@ function create_fragment$x(ctx) {
|
|
13219
13296
|
};
|
13220
13297
|
}
|
13221
13298
|
|
13222
|
-
function instance$
|
13299
|
+
function instance$y($$self, $$props, $$invalidate) {
|
13223
13300
|
let { color } = $$props;
|
13224
13301
|
|
13225
13302
|
$$self.$$set = $$props => {
|
@@ -13232,13 +13309,13 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
13232
13309
|
class IconTrack extends SvelteComponent {
|
13233
13310
|
constructor(options) {
|
13234
13311
|
super();
|
13235
|
-
init(this, options, instance$
|
13312
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
|
13236
13313
|
}
|
13237
13314
|
}
|
13238
13315
|
|
13239
13316
|
/* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
13240
13317
|
|
13241
|
-
function create_fragment$
|
13318
|
+
function create_fragment$x(ctx) {
|
13242
13319
|
let svg;
|
13243
13320
|
let path;
|
13244
13321
|
|
@@ -13281,7 +13358,7 @@ function create_fragment$w(ctx) {
|
|
13281
13358
|
};
|
13282
13359
|
}
|
13283
13360
|
|
13284
|
-
function instance$
|
13361
|
+
function instance$x($$self, $$props, $$invalidate) {
|
13285
13362
|
let { color } = $$props;
|
13286
13363
|
|
13287
13364
|
$$self.$$set = $$props => {
|
@@ -13294,13 +13371,13 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
13294
13371
|
class IconCartShopping extends SvelteComponent {
|
13295
13372
|
constructor(options) {
|
13296
13373
|
super();
|
13297
|
-
init(this, options, instance$
|
13374
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
|
13298
13375
|
}
|
13299
13376
|
}
|
13300
13377
|
|
13301
13378
|
/* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
13302
13379
|
|
13303
|
-
function create_fragment$
|
13380
|
+
function create_fragment$w(ctx) {
|
13304
13381
|
let svg;
|
13305
13382
|
let path;
|
13306
13383
|
|
@@ -13343,7 +13420,7 @@ function create_fragment$v(ctx) {
|
|
13343
13420
|
};
|
13344
13421
|
}
|
13345
13422
|
|
13346
|
-
function instance$
|
13423
|
+
function instance$w($$self, $$props, $$invalidate) {
|
13347
13424
|
let { color } = $$props;
|
13348
13425
|
|
13349
13426
|
$$self.$$set = $$props => {
|
@@ -13356,13 +13433,13 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
13356
13433
|
class IconCircle extends SvelteComponent {
|
13357
13434
|
constructor(options) {
|
13358
13435
|
super();
|
13359
|
-
init(this, options, instance$
|
13436
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
|
13360
13437
|
}
|
13361
13438
|
}
|
13362
13439
|
|
13363
13440
|
/* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
13364
13441
|
|
13365
|
-
function create_fragment$
|
13442
|
+
function create_fragment$v(ctx) {
|
13366
13443
|
let svg;
|
13367
13444
|
let path;
|
13368
13445
|
|
@@ -13405,7 +13482,7 @@ function create_fragment$u(ctx) {
|
|
13405
13482
|
};
|
13406
13483
|
}
|
13407
13484
|
|
13408
|
-
function instance$
|
13485
|
+
function instance$v($$self, $$props, $$invalidate) {
|
13409
13486
|
let { color } = $$props;
|
13410
13487
|
|
13411
13488
|
$$self.$$set = $$props => {
|
@@ -13418,13 +13495,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
13418
13495
|
class IconCircleQuestion extends SvelteComponent {
|
13419
13496
|
constructor(options) {
|
13420
13497
|
super();
|
13421
|
-
init(this, options, instance$
|
13498
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
13422
13499
|
}
|
13423
13500
|
}
|
13424
13501
|
|
13425
13502
|
/* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
13426
13503
|
|
13427
|
-
function create_fragment$
|
13504
|
+
function create_fragment$u(ctx) {
|
13428
13505
|
let svg;
|
13429
13506
|
let path;
|
13430
13507
|
|
@@ -13467,7 +13544,7 @@ function create_fragment$t(ctx) {
|
|
13467
13544
|
};
|
13468
13545
|
}
|
13469
13546
|
|
13470
|
-
function instance$
|
13547
|
+
function instance$u($$self, $$props, $$invalidate) {
|
13471
13548
|
let { color } = $$props;
|
13472
13549
|
|
13473
13550
|
$$self.$$set = $$props => {
|
@@ -13480,13 +13557,13 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
13480
13557
|
class IconCheck extends SvelteComponent {
|
13481
13558
|
constructor(options) {
|
13482
13559
|
super();
|
13483
|
-
init(this, options, instance$
|
13560
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
13484
13561
|
}
|
13485
13562
|
}
|
13486
13563
|
|
13487
13564
|
/* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
13488
13565
|
|
13489
|
-
function create_fragment$
|
13566
|
+
function create_fragment$t(ctx) {
|
13490
13567
|
let svg;
|
13491
13568
|
let path;
|
13492
13569
|
|
@@ -13529,7 +13606,7 @@ function create_fragment$s(ctx) {
|
|
13529
13606
|
};
|
13530
13607
|
}
|
13531
13608
|
|
13532
|
-
function instance$
|
13609
|
+
function instance$t($$self, $$props, $$invalidate) {
|
13533
13610
|
let { color } = $$props;
|
13534
13611
|
|
13535
13612
|
$$self.$$set = $$props => {
|
@@ -13542,13 +13619,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
13542
13619
|
class IconXMark extends SvelteComponent {
|
13543
13620
|
constructor(options) {
|
13544
13621
|
super();
|
13545
|
-
init(this, options, instance$
|
13622
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
13546
13623
|
}
|
13547
13624
|
}
|
13548
13625
|
|
13549
13626
|
/* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
13550
13627
|
|
13551
|
-
function create_fragment$
|
13628
|
+
function create_fragment$s(ctx) {
|
13552
13629
|
let svg;
|
13553
13630
|
let path;
|
13554
13631
|
|
@@ -13591,7 +13668,7 @@ function create_fragment$r(ctx) {
|
|
13591
13668
|
};
|
13592
13669
|
}
|
13593
13670
|
|
13594
|
-
function instance$
|
13671
|
+
function instance$s($$self, $$props, $$invalidate) {
|
13595
13672
|
let { color } = $$props;
|
13596
13673
|
|
13597
13674
|
$$self.$$set = $$props => {
|
@@ -13604,13 +13681,13 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
13604
13681
|
class IconPaperPlane extends SvelteComponent {
|
13605
13682
|
constructor(options) {
|
13606
13683
|
super();
|
13607
|
-
init(this, options, instance$
|
13684
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
13608
13685
|
}
|
13609
13686
|
}
|
13610
13687
|
|
13611
13688
|
/* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
13612
13689
|
|
13613
|
-
function create_fragment$
|
13690
|
+
function create_fragment$r(ctx) {
|
13614
13691
|
let svg;
|
13615
13692
|
let path;
|
13616
13693
|
|
@@ -13653,7 +13730,7 @@ function create_fragment$q(ctx) {
|
|
13653
13730
|
};
|
13654
13731
|
}
|
13655
13732
|
|
13656
|
-
function instance$
|
13733
|
+
function instance$r($$self, $$props, $$invalidate) {
|
13657
13734
|
let { color } = $$props;
|
13658
13735
|
|
13659
13736
|
$$self.$$set = $$props => {
|
@@ -13666,13 +13743,13 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
13666
13743
|
class IconCopy extends SvelteComponent {
|
13667
13744
|
constructor(options) {
|
13668
13745
|
super();
|
13669
|
-
init(this, options, instance$
|
13746
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
13670
13747
|
}
|
13671
13748
|
}
|
13672
13749
|
|
13673
13750
|
/* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
13674
13751
|
|
13675
|
-
function create_fragment$
|
13752
|
+
function create_fragment$q(ctx) {
|
13676
13753
|
let svg;
|
13677
13754
|
let path;
|
13678
13755
|
|
@@ -13715,7 +13792,7 @@ function create_fragment$p(ctx) {
|
|
13715
13792
|
};
|
13716
13793
|
}
|
13717
13794
|
|
13718
|
-
function instance$
|
13795
|
+
function instance$q($$self, $$props, $$invalidate) {
|
13719
13796
|
let { color } = $$props;
|
13720
13797
|
|
13721
13798
|
$$self.$$set = $$props => {
|
@@ -13728,13 +13805,13 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
13728
13805
|
class IconCircleXMark extends SvelteComponent {
|
13729
13806
|
constructor(options) {
|
13730
13807
|
super();
|
13731
|
-
init(this, options, instance$
|
13808
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
13732
13809
|
}
|
13733
13810
|
}
|
13734
13811
|
|
13735
13812
|
/* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
13736
13813
|
|
13737
|
-
function create_fragment$
|
13814
|
+
function create_fragment$p(ctx) {
|
13738
13815
|
let svg;
|
13739
13816
|
let path;
|
13740
13817
|
|
@@ -13777,7 +13854,7 @@ function create_fragment$o(ctx) {
|
|
13777
13854
|
};
|
13778
13855
|
}
|
13779
13856
|
|
13780
|
-
function instance$
|
13857
|
+
function instance$p($$self, $$props, $$invalidate) {
|
13781
13858
|
let { color } = $$props;
|
13782
13859
|
|
13783
13860
|
$$self.$$set = $$props => {
|
@@ -13790,13 +13867,13 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
13790
13867
|
class IconHeart extends SvelteComponent {
|
13791
13868
|
constructor(options) {
|
13792
13869
|
super();
|
13793
|
-
init(this, options, instance$
|
13870
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
13794
13871
|
}
|
13795
13872
|
}
|
13796
13873
|
|
13797
13874
|
/* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
13798
13875
|
|
13799
|
-
function create_fragment$
|
13876
|
+
function create_fragment$o(ctx) {
|
13800
13877
|
let svg;
|
13801
13878
|
let path;
|
13802
13879
|
|
@@ -13839,7 +13916,7 @@ function create_fragment$n(ctx) {
|
|
13839
13916
|
};
|
13840
13917
|
}
|
13841
13918
|
|
13842
|
-
function instance$
|
13919
|
+
function instance$o($$self, $$props, $$invalidate) {
|
13843
13920
|
let { color } = $$props;
|
13844
13921
|
|
13845
13922
|
$$self.$$set = $$props => {
|
@@ -13852,13 +13929,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
13852
13929
|
class IconMagnifyingGrass extends SvelteComponent {
|
13853
13930
|
constructor(options) {
|
13854
13931
|
super();
|
13855
|
-
init(this, options, instance$
|
13932
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
13856
13933
|
}
|
13857
13934
|
}
|
13858
13935
|
|
13859
13936
|
/* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
13860
13937
|
|
13861
|
-
function create_fragment$
|
13938
|
+
function create_fragment$n(ctx) {
|
13862
13939
|
let svg;
|
13863
13940
|
let path;
|
13864
13941
|
|
@@ -13901,7 +13978,7 @@ function create_fragment$m(ctx) {
|
|
13901
13978
|
};
|
13902
13979
|
}
|
13903
13980
|
|
13904
|
-
function instance$
|
13981
|
+
function instance$n($$self, $$props, $$invalidate) {
|
13905
13982
|
let { color } = $$props;
|
13906
13983
|
|
13907
13984
|
$$self.$$set = $$props => {
|
@@ -13914,13 +13991,13 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
13914
13991
|
class IconStar extends SvelteComponent {
|
13915
13992
|
constructor(options) {
|
13916
13993
|
super();
|
13917
|
-
init(this, options, instance$
|
13994
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
13918
13995
|
}
|
13919
13996
|
}
|
13920
13997
|
|
13921
13998
|
/* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
13922
13999
|
|
13923
|
-
function create_fragment$
|
14000
|
+
function create_fragment$m(ctx) {
|
13924
14001
|
let svg;
|
13925
14002
|
let path;
|
13926
14003
|
|
@@ -13963,7 +14040,7 @@ function create_fragment$l(ctx) {
|
|
13963
14040
|
};
|
13964
14041
|
}
|
13965
14042
|
|
13966
|
-
function instance$
|
14043
|
+
function instance$m($$self, $$props, $$invalidate) {
|
13967
14044
|
let { color } = $$props;
|
13968
14045
|
|
13969
14046
|
$$self.$$set = $$props => {
|
@@ -13976,13 +14053,13 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
13976
14053
|
class IconCircleInfo extends SvelteComponent {
|
13977
14054
|
constructor(options) {
|
13978
14055
|
super();
|
13979
|
-
init(this, options, instance$
|
14056
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
13980
14057
|
}
|
13981
14058
|
}
|
13982
14059
|
|
13983
14060
|
/* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
13984
14061
|
|
13985
|
-
function create_fragment$
|
14062
|
+
function create_fragment$l(ctx) {
|
13986
14063
|
let svg;
|
13987
14064
|
let path;
|
13988
14065
|
|
@@ -14025,7 +14102,7 @@ function create_fragment$k(ctx) {
|
|
14025
14102
|
};
|
14026
14103
|
}
|
14027
14104
|
|
14028
|
-
function instance$
|
14105
|
+
function instance$l($$self, $$props, $$invalidate) {
|
14029
14106
|
let { color } = $$props;
|
14030
14107
|
|
14031
14108
|
$$self.$$set = $$props => {
|
@@ -14038,13 +14115,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
14038
14115
|
class IconEnvelope extends SvelteComponent {
|
14039
14116
|
constructor(options) {
|
14040
14117
|
super();
|
14041
|
-
init(this, options, instance$
|
14118
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
14042
14119
|
}
|
14043
14120
|
}
|
14044
14121
|
|
14045
14122
|
/* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
14046
14123
|
|
14047
|
-
function create_fragment$
|
14124
|
+
function create_fragment$k(ctx) {
|
14048
14125
|
let svg;
|
14049
14126
|
let path;
|
14050
14127
|
|
@@ -14087,7 +14164,7 @@ function create_fragment$j(ctx) {
|
|
14087
14164
|
};
|
14088
14165
|
}
|
14089
14166
|
|
14090
|
-
function instance$
|
14167
|
+
function instance$k($$self, $$props, $$invalidate) {
|
14091
14168
|
let { color } = $$props;
|
14092
14169
|
|
14093
14170
|
$$self.$$set = $$props => {
|
@@ -14100,13 +14177,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
14100
14177
|
class IconGift extends SvelteComponent {
|
14101
14178
|
constructor(options) {
|
14102
14179
|
super();
|
14103
|
-
init(this, options, instance$
|
14180
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
14104
14181
|
}
|
14105
14182
|
}
|
14106
14183
|
|
14107
14184
|
/* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
14108
14185
|
|
14109
|
-
function create_fragment$
|
14186
|
+
function create_fragment$j(ctx) {
|
14110
14187
|
let svg;
|
14111
14188
|
let path;
|
14112
14189
|
|
@@ -14155,7 +14232,7 @@ function create_fragment$i(ctx) {
|
|
14155
14232
|
};
|
14156
14233
|
}
|
14157
14234
|
|
14158
|
-
function instance$
|
14235
|
+
function instance$j($$self, $$props, $$invalidate) {
|
14159
14236
|
let { color } = $$props;
|
14160
14237
|
|
14161
14238
|
$$self.$$set = $$props => {
|
@@ -14168,13 +14245,13 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
14168
14245
|
class IconPaperclip extends SvelteComponent {
|
14169
14246
|
constructor(options) {
|
14170
14247
|
super();
|
14171
|
-
init(this, options, instance$
|
14248
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
14172
14249
|
}
|
14173
14250
|
}
|
14174
14251
|
|
14175
14252
|
/* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
14176
14253
|
|
14177
|
-
function create_fragment$
|
14254
|
+
function create_fragment$i(ctx) {
|
14178
14255
|
let svg;
|
14179
14256
|
let path;
|
14180
14257
|
|
@@ -14223,7 +14300,7 @@ function create_fragment$h(ctx) {
|
|
14223
14300
|
};
|
14224
14301
|
}
|
14225
14302
|
|
14226
|
-
function instance$
|
14303
|
+
function instance$i($$self, $$props, $$invalidate) {
|
14227
14304
|
let { color } = $$props;
|
14228
14305
|
|
14229
14306
|
$$self.$$set = $$props => {
|
@@ -14236,13 +14313,13 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
14236
14313
|
class IconFire extends SvelteComponent {
|
14237
14314
|
constructor(options) {
|
14238
14315
|
super();
|
14239
|
-
init(this, options, instance$
|
14316
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
14240
14317
|
}
|
14241
14318
|
}
|
14242
14319
|
|
14243
14320
|
/* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
14244
14321
|
|
14245
|
-
function create_fragment$
|
14322
|
+
function create_fragment$h(ctx) {
|
14246
14323
|
let svg;
|
14247
14324
|
let path;
|
14248
14325
|
|
@@ -14291,7 +14368,7 @@ function create_fragment$g(ctx) {
|
|
14291
14368
|
};
|
14292
14369
|
}
|
14293
14370
|
|
14294
|
-
function instance$
|
14371
|
+
function instance$h($$self, $$props, $$invalidate) {
|
14295
14372
|
let { color } = $$props;
|
14296
14373
|
|
14297
14374
|
$$self.$$set = $$props => {
|
@@ -14304,13 +14381,13 @@ function instance$g($$self, $$props, $$invalidate) {
|
|
14304
14381
|
class IconLink extends SvelteComponent {
|
14305
14382
|
constructor(options) {
|
14306
14383
|
super();
|
14307
|
-
init(this, options, instance$
|
14384
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
14308
14385
|
}
|
14309
14386
|
}
|
14310
14387
|
|
14311
14388
|
/* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
|
14312
14389
|
|
14313
|
-
function create_fragment$
|
14390
|
+
function create_fragment$g(ctx) {
|
14314
14391
|
let svg;
|
14315
14392
|
let path;
|
14316
14393
|
|
@@ -14353,7 +14430,7 @@ function create_fragment$f(ctx) {
|
|
14353
14430
|
};
|
14354
14431
|
}
|
14355
14432
|
|
14356
|
-
function instance$
|
14433
|
+
function instance$g($$self, $$props, $$invalidate) {
|
14357
14434
|
let { color } = $$props;
|
14358
14435
|
|
14359
14436
|
$$self.$$set = $$props => {
|
@@ -14366,13 +14443,13 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
14366
14443
|
class IconBuildings extends SvelteComponent {
|
14367
14444
|
constructor(options) {
|
14368
14445
|
super();
|
14369
|
-
init(this, options, instance$
|
14446
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
14370
14447
|
}
|
14371
14448
|
}
|
14372
14449
|
|
14373
14450
|
/* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
|
14374
14451
|
|
14375
|
-
function create_fragment$
|
14452
|
+
function create_fragment$f(ctx) {
|
14376
14453
|
let svg;
|
14377
14454
|
let path;
|
14378
14455
|
|
@@ -14415,7 +14492,7 @@ function create_fragment$e(ctx) {
|
|
14415
14492
|
};
|
14416
14493
|
}
|
14417
14494
|
|
14418
|
-
function instance$
|
14495
|
+
function instance$f($$self, $$props, $$invalidate) {
|
14419
14496
|
let { color } = $$props;
|
14420
14497
|
|
14421
14498
|
$$self.$$set = $$props => {
|
@@ -14428,13 +14505,13 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
14428
14505
|
class IconChevronsRight extends SvelteComponent {
|
14429
14506
|
constructor(options) {
|
14430
14507
|
super();
|
14431
|
-
init(this, options, instance$
|
14508
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
14432
14509
|
}
|
14433
14510
|
}
|
14434
14511
|
|
14435
14512
|
/* src/components-flex/icon/variants/IconChevronRight.svelte generated by Svelte v3.53.1 */
|
14436
14513
|
|
14437
|
-
function create_fragment$
|
14514
|
+
function create_fragment$e(ctx) {
|
14438
14515
|
let svg;
|
14439
14516
|
let path;
|
14440
14517
|
|
@@ -14477,7 +14554,7 @@ function create_fragment$d(ctx) {
|
|
14477
14554
|
};
|
14478
14555
|
}
|
14479
14556
|
|
14480
|
-
function instance$
|
14557
|
+
function instance$e($$self, $$props, $$invalidate) {
|
14481
14558
|
let { color } = $$props;
|
14482
14559
|
|
14483
14560
|
$$self.$$set = $$props => {
|
@@ -14490,13 +14567,13 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
14490
14567
|
class IconChevronRight extends SvelteComponent {
|
14491
14568
|
constructor(options) {
|
14492
14569
|
super();
|
14493
|
-
init(this, options, instance$
|
14570
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
14494
14571
|
}
|
14495
14572
|
}
|
14496
14573
|
|
14497
14574
|
/* src/components-flex/icon/variants/IconPhone.svelte generated by Svelte v3.53.1 */
|
14498
14575
|
|
14499
|
-
function create_fragment$
|
14576
|
+
function create_fragment$d(ctx) {
|
14500
14577
|
let svg;
|
14501
14578
|
let path;
|
14502
14579
|
|
@@ -14539,7 +14616,7 @@ function create_fragment$c(ctx) {
|
|
14539
14616
|
};
|
14540
14617
|
}
|
14541
14618
|
|
14542
|
-
function instance$
|
14619
|
+
function instance$d($$self, $$props, $$invalidate) {
|
14543
14620
|
let { color } = $$props;
|
14544
14621
|
|
14545
14622
|
$$self.$$set = $$props => {
|
@@ -14552,13 +14629,13 @@ function instance$c($$self, $$props, $$invalidate) {
|
|
14552
14629
|
class IconPhone extends SvelteComponent {
|
14553
14630
|
constructor(options) {
|
14554
14631
|
super();
|
14555
|
-
init(this, options, instance$
|
14632
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
14556
14633
|
}
|
14557
14634
|
}
|
14558
14635
|
|
14559
14636
|
/* src/components-flex/icon/variants/IconLocationDot.svelte generated by Svelte v3.53.1 */
|
14560
14637
|
|
14561
|
-
function create_fragment$
|
14638
|
+
function create_fragment$c(ctx) {
|
14562
14639
|
let svg;
|
14563
14640
|
let path;
|
14564
14641
|
|
@@ -14601,7 +14678,7 @@ function create_fragment$b(ctx) {
|
|
14601
14678
|
};
|
14602
14679
|
}
|
14603
14680
|
|
14604
|
-
function instance$
|
14681
|
+
function instance$c($$self, $$props, $$invalidate) {
|
14605
14682
|
let { color } = $$props;
|
14606
14683
|
|
14607
14684
|
$$self.$$set = $$props => {
|
@@ -14614,7 +14691,7 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
14614
14691
|
class IconLocationDot extends SvelteComponent {
|
14615
14692
|
constructor(options) {
|
14616
14693
|
super();
|
14617
|
-
init(this, options, instance$
|
14694
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
|
14618
14695
|
}
|
14619
14696
|
}
|
14620
14697
|
|
@@ -14685,7 +14762,7 @@ const ICON_VARIANTS = {
|
|
14685
14762
|
|
14686
14763
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
14687
14764
|
|
14688
|
-
function create_if_block$
|
14765
|
+
function create_if_block$8(ctx) {
|
14689
14766
|
let clickable;
|
14690
14767
|
let current;
|
14691
14768
|
|
@@ -14696,7 +14773,7 @@ function create_if_block$6(ctx) {
|
|
14696
14773
|
onClick: /*props*/ ctx[0].onClick,
|
14697
14774
|
eventName: /*props*/ ctx[0].eventName,
|
14698
14775
|
eventValue: /*props*/ ctx[0].eventValue,
|
14699
|
-
$$slots: { default: [create_default_slot$
|
14776
|
+
$$slots: { default: [create_default_slot$7] },
|
14700
14777
|
$$scope: { ctx }
|
14701
14778
|
}
|
14702
14779
|
});
|
@@ -14742,7 +14819,7 @@ function create_if_block$6(ctx) {
|
|
14742
14819
|
}
|
14743
14820
|
|
14744
14821
|
// (26:2) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14745
|
-
function create_default_slot$
|
14822
|
+
function create_default_slot$7(ctx) {
|
14746
14823
|
let switch_instance;
|
14747
14824
|
let switch_instance_anchor;
|
14748
14825
|
let current;
|
@@ -14818,10 +14895,10 @@ function create_default_slot$5(ctx) {
|
|
14818
14895
|
};
|
14819
14896
|
}
|
14820
14897
|
|
14821
|
-
function create_fragment$
|
14898
|
+
function create_fragment$b(ctx) {
|
14822
14899
|
let if_block_anchor;
|
14823
14900
|
let current;
|
14824
|
-
let if_block = /*IconComponent*/ ctx[2] && create_if_block$
|
14901
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$8(ctx);
|
14825
14902
|
|
14826
14903
|
return {
|
14827
14904
|
c() {
|
@@ -14846,7 +14923,7 @@ function create_fragment$a(ctx) {
|
|
14846
14923
|
transition_in(if_block, 1);
|
14847
14924
|
}
|
14848
14925
|
} else {
|
14849
|
-
if_block = create_if_block$
|
14926
|
+
if_block = create_if_block$8(ctx);
|
14850
14927
|
if_block.c();
|
14851
14928
|
transition_in(if_block, 1);
|
14852
14929
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -14877,7 +14954,7 @@ function create_fragment$a(ctx) {
|
|
14877
14954
|
};
|
14878
14955
|
}
|
14879
14956
|
|
14880
|
-
function instance$
|
14957
|
+
function instance$b($$self, $$props, $$invalidate) {
|
14881
14958
|
let style;
|
14882
14959
|
let IconComponent;
|
14883
14960
|
let { props = {} } = $$props;
|
@@ -14925,7 +15002,7 @@ function instance$a($$self, $$props, $$invalidate) {
|
|
14925
15002
|
class Icon extends SvelteComponent {
|
14926
15003
|
constructor(options) {
|
14927
15004
|
super();
|
14928
|
-
init(this, options, instance$
|
15005
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, { props: 0, layerId: 1 });
|
14929
15006
|
}
|
14930
15007
|
}
|
14931
15008
|
|
@@ -14967,16 +15044,11 @@ const BUTTON_THEME_STYLES = {
|
|
14967
15044
|
color: '#FFFFFF',
|
14968
15045
|
fontWeight: 'bold',
|
14969
15046
|
},
|
14970
|
-
|
15047
|
+
brand: {
|
14971
15048
|
backgroundColor: 'rgba(18,160,160,1)',
|
14972
15049
|
color: '#FFFFFF',
|
14973
15050
|
fontWeight: 'bold',
|
14974
15051
|
},
|
14975
|
-
secondary: {
|
14976
|
-
backgroundColor: '#f3f4f6',
|
14977
|
-
color: '#000000',
|
14978
|
-
fontWeight: 'bold',
|
14979
|
-
},
|
14980
15052
|
success: {
|
14981
15053
|
backgroundColor: '#10b981',
|
14982
15054
|
color: '#ffffff',
|
@@ -14997,13 +15069,13 @@ const BUTTON_THEME_STYLES = {
|
|
14997
15069
|
color: '#FFFFFF',
|
14998
15070
|
fontWeight: 'bold',
|
14999
15071
|
},
|
15000
|
-
|
15001
|
-
backgroundColor: '#
|
15002
|
-
color: '
|
15072
|
+
gray: {
|
15073
|
+
backgroundColor: '#ececec',
|
15074
|
+
color: 'rgba(0, 16, 14, 0.8)',
|
15003
15075
|
fontWeight: 'bold',
|
15004
15076
|
},
|
15005
|
-
|
15006
|
-
backgroundColor: '
|
15077
|
+
white: {
|
15078
|
+
backgroundColor: '#FFFFFF',
|
15007
15079
|
color: 'rgba(0, 16, 14, 1)',
|
15008
15080
|
fontWeight: 'bold',
|
15009
15081
|
},
|
@@ -15076,12 +15148,12 @@ function darkenColor(color, percent) {
|
|
15076
15148
|
|
15077
15149
|
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
15078
15150
|
|
15079
|
-
function add_css$
|
15080
|
-
append_styles(target, "svelte-
|
15151
|
+
function add_css$9(target) {
|
15152
|
+
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}");
|
15081
15153
|
}
|
15082
15154
|
|
15083
15155
|
// (48:2) {#if props.isIcon && props.iconVariant}
|
15084
|
-
function create_if_block$
|
15156
|
+
function create_if_block$7(ctx) {
|
15085
15157
|
let div;
|
15086
15158
|
let icon;
|
15087
15159
|
let current;
|
@@ -15090,7 +15162,7 @@ function create_if_block$5(ctx) {
|
|
15090
15162
|
props: {
|
15091
15163
|
props: {
|
15092
15164
|
variant: /*props*/ ctx[0].iconVariant,
|
15093
|
-
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
15165
|
+
color: /*props*/ ctx[0].iconColor ?? /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
15094
15166
|
width: '1em',
|
15095
15167
|
height: '1em'
|
15096
15168
|
}
|
@@ -15111,7 +15183,7 @@ function create_if_block$5(ctx) {
|
|
15111
15183
|
this.h();
|
15112
15184
|
},
|
15113
15185
|
h() {
|
15114
|
-
attr(div, "class", "button-icon svelte-
|
15186
|
+
attr(div, "class", "button-icon svelte-1p29jml");
|
15115
15187
|
},
|
15116
15188
|
m(target, anchor) {
|
15117
15189
|
insert_hydration(target, div, anchor);
|
@@ -15123,7 +15195,7 @@ function create_if_block$5(ctx) {
|
|
15123
15195
|
|
15124
15196
|
if (dirty & /*props*/ 1) icon_changes.props = {
|
15125
15197
|
variant: /*props*/ ctx[0].iconVariant,
|
15126
|
-
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
15198
|
+
color: /*props*/ ctx[0].iconColor ?? /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
15127
15199
|
width: '1em',
|
15128
15200
|
height: '1em'
|
15129
15201
|
};
|
@@ -15147,13 +15219,13 @@ function create_if_block$5(ctx) {
|
|
15147
15219
|
}
|
15148
15220
|
|
15149
15221
|
// (47:0) <Clickable className="button" layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
15150
|
-
function create_default_slot$
|
15222
|
+
function create_default_slot$6(ctx) {
|
15151
15223
|
let t0;
|
15152
15224
|
let span;
|
15153
15225
|
let t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "";
|
15154
15226
|
let t1;
|
15155
15227
|
let current;
|
15156
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
15228
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$7(ctx);
|
15157
15229
|
|
15158
15230
|
return {
|
15159
15231
|
c() {
|
@@ -15186,7 +15258,7 @@ function create_default_slot$4(ctx) {
|
|
15186
15258
|
transition_in(if_block, 1);
|
15187
15259
|
}
|
15188
15260
|
} else {
|
15189
|
-
if_block = create_if_block$
|
15261
|
+
if_block = create_if_block$7(ctx);
|
15190
15262
|
if_block.c();
|
15191
15263
|
transition_in(if_block, 1);
|
15192
15264
|
if_block.m(t0.parentNode, t0);
|
@@ -15220,7 +15292,7 @@ function create_default_slot$4(ctx) {
|
|
15220
15292
|
};
|
15221
15293
|
}
|
15222
15294
|
|
15223
|
-
function create_fragment$
|
15295
|
+
function create_fragment$a(ctx) {
|
15224
15296
|
let clickable;
|
15225
15297
|
let current;
|
15226
15298
|
|
@@ -15232,7 +15304,7 @@ function create_fragment$9(ctx) {
|
|
15232
15304
|
onClick: /*props*/ ctx[0].onClick,
|
15233
15305
|
eventName: /*props*/ ctx[0].eventName,
|
15234
15306
|
eventValue: /*props*/ ctx[0].eventValue,
|
15235
|
-
$$slots: { default: [create_default_slot$
|
15307
|
+
$$slots: { default: [create_default_slot$6] },
|
15236
15308
|
$$scope: { ctx }
|
15237
15309
|
}
|
15238
15310
|
});
|
@@ -15277,7 +15349,7 @@ function create_fragment$9(ctx) {
|
|
15277
15349
|
};
|
15278
15350
|
}
|
15279
15351
|
|
15280
|
-
function instance$
|
15352
|
+
function instance$a($$self, $$props, $$invalidate) {
|
15281
15353
|
let variables;
|
15282
15354
|
let style;
|
15283
15355
|
let { props = {} } = $$props;
|
@@ -15335,7 +15407,7 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
15335
15407
|
class Button extends SvelteComponent {
|
15336
15408
|
constructor(options) {
|
15337
15409
|
super();
|
15338
|
-
init(this, options, instance$
|
15410
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, { props: 0, layerId: 1 }, add_css$9);
|
15339
15411
|
}
|
15340
15412
|
}
|
15341
15413
|
|
@@ -15410,12 +15482,12 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
|
|
15410
15482
|
|
15411
15483
|
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
15412
15484
|
|
15413
|
-
function add_css$
|
15414
|
-
append_styles(target, "svelte-
|
15485
|
+
function add_css$8(target) {
|
15486
|
+
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}");
|
15415
15487
|
}
|
15416
15488
|
|
15417
15489
|
// (46:2) {#if props.isIcon && props.iconVariant}
|
15418
|
-
function create_if_block$
|
15490
|
+
function create_if_block$6(ctx) {
|
15419
15491
|
let div;
|
15420
15492
|
let icon;
|
15421
15493
|
let current;
|
@@ -15424,7 +15496,7 @@ function create_if_block$4(ctx) {
|
|
15424
15496
|
props: {
|
15425
15497
|
props: {
|
15426
15498
|
variant: /*props*/ ctx[0].iconVariant,
|
15427
|
-
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].
|
15499
|
+
color: /*props*/ ctx[0].iconColor ?? /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].backgroundColor,
|
15428
15500
|
width: '1em',
|
15429
15501
|
height: '1em'
|
15430
15502
|
}
|
@@ -15445,7 +15517,7 @@ function create_if_block$4(ctx) {
|
|
15445
15517
|
this.h();
|
15446
15518
|
},
|
15447
15519
|
h() {
|
15448
|
-
attr(div, "class", "button-outlined-icon svelte-
|
15520
|
+
attr(div, "class", "button-outlined-icon svelte-zgyiz5");
|
15449
15521
|
},
|
15450
15522
|
m(target, anchor) {
|
15451
15523
|
insert_hydration(target, div, anchor);
|
@@ -15457,7 +15529,7 @@ function create_if_block$4(ctx) {
|
|
15457
15529
|
|
15458
15530
|
if (dirty & /*props*/ 1) icon_changes.props = {
|
15459
15531
|
variant: /*props*/ ctx[0].iconVariant,
|
15460
|
-
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].
|
15532
|
+
color: /*props*/ ctx[0].iconColor ?? /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].backgroundColor,
|
15461
15533
|
width: '1em',
|
15462
15534
|
height: '1em'
|
15463
15535
|
};
|
@@ -15481,13 +15553,13 @@ function create_if_block$4(ctx) {
|
|
15481
15553
|
}
|
15482
15554
|
|
15483
15555
|
// (38:0) <Clickable className="button-outlined" {layerId} {style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
15484
|
-
function create_default_slot$
|
15556
|
+
function create_default_slot$5(ctx) {
|
15485
15557
|
let t0;
|
15486
15558
|
let span;
|
15487
15559
|
let t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "";
|
15488
15560
|
let t1;
|
15489
15561
|
let current;
|
15490
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
15562
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$6(ctx);
|
15491
15563
|
|
15492
15564
|
return {
|
15493
15565
|
c() {
|
@@ -15520,7 +15592,7 @@ function create_default_slot$3(ctx) {
|
|
15520
15592
|
transition_in(if_block, 1);
|
15521
15593
|
}
|
15522
15594
|
} else {
|
15523
|
-
if_block = create_if_block$
|
15595
|
+
if_block = create_if_block$6(ctx);
|
15524
15596
|
if_block.c();
|
15525
15597
|
transition_in(if_block, 1);
|
15526
15598
|
if_block.m(t0.parentNode, t0);
|
@@ -15554,7 +15626,7 @@ function create_default_slot$3(ctx) {
|
|
15554
15626
|
};
|
15555
15627
|
}
|
15556
15628
|
|
15557
|
-
function create_fragment$
|
15629
|
+
function create_fragment$9(ctx) {
|
15558
15630
|
let clickable;
|
15559
15631
|
let current;
|
15560
15632
|
|
@@ -15566,7 +15638,7 @@ function create_fragment$8(ctx) {
|
|
15566
15638
|
onClick: /*props*/ ctx[0].onClick,
|
15567
15639
|
eventName: /*props*/ ctx[0].eventName,
|
15568
15640
|
eventValue: /*props*/ ctx[0].eventValue,
|
15569
|
-
$$slots: { default: [create_default_slot$
|
15641
|
+
$$slots: { default: [create_default_slot$5] },
|
15570
15642
|
$$scope: { ctx }
|
15571
15643
|
}
|
15572
15644
|
});
|
@@ -15611,7 +15683,7 @@ function create_fragment$8(ctx) {
|
|
15611
15683
|
};
|
15612
15684
|
}
|
15613
15685
|
|
15614
|
-
function instance$
|
15686
|
+
function instance$9($$self, $$props, $$invalidate) {
|
15615
15687
|
let style;
|
15616
15688
|
let { props = {} } = $$props;
|
15617
15689
|
let { layerId = '' } = $$props;
|
@@ -15656,7 +15728,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
15656
15728
|
class ButtonOutlined extends SvelteComponent {
|
15657
15729
|
constructor(options) {
|
15658
15730
|
super();
|
15659
|
-
init(this, options, instance$
|
15731
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 }, add_css$8);
|
15660
15732
|
}
|
15661
15733
|
}
|
15662
15734
|
|
@@ -15710,7 +15782,7 @@ const BUTTON_TEXT_THEME_STYLES = {
|
|
15710
15782
|
color: '#0ea5e9',
|
15711
15783
|
},
|
15712
15784
|
gray: {
|
15713
|
-
backgroundColor: '
|
15785
|
+
backgroundColor: 'rgba(0,0,0,0.4)',
|
15714
15786
|
color: '#666666',
|
15715
15787
|
},
|
15716
15788
|
white: {
|
@@ -15721,12 +15793,12 @@ const BUTTON_TEXT_THEME_STYLES = {
|
|
15721
15793
|
|
15722
15794
|
/* src/components-flex/button-text/ButtonText.svelte generated by Svelte v3.53.1 */
|
15723
15795
|
|
15724
|
-
function add_css$
|
15725
|
-
append_styles(target, "svelte-
|
15796
|
+
function add_css$7(target) {
|
15797
|
+
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}");
|
15726
15798
|
}
|
15727
15799
|
|
15728
15800
|
// (54:2) {#if props.isIcon && props.iconVariant}
|
15729
|
-
function create_if_block$
|
15801
|
+
function create_if_block$5(ctx) {
|
15730
15802
|
let div;
|
15731
15803
|
let icon;
|
15732
15804
|
let current;
|
@@ -15756,7 +15828,7 @@ function create_if_block$3(ctx) {
|
|
15756
15828
|
this.h();
|
15757
15829
|
},
|
15758
15830
|
h() {
|
15759
|
-
attr(div, "class", "flex-button-text-icon svelte-
|
15831
|
+
attr(div, "class", "flex-button-text-icon svelte-yi5p5f");
|
15760
15832
|
},
|
15761
15833
|
m(target, anchor) {
|
15762
15834
|
insert_hydration(target, div, anchor);
|
@@ -15792,13 +15864,13 @@ function create_if_block$3(ctx) {
|
|
15792
15864
|
}
|
15793
15865
|
|
15794
15866
|
// (46:0) <Clickable className="flex-button-text" {layerId} {style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
15795
|
-
function create_default_slot$
|
15867
|
+
function create_default_slot$4(ctx) {
|
15796
15868
|
let t0;
|
15797
15869
|
let span;
|
15798
15870
|
let t1_value = /*props*/ ctx[0].label + "";
|
15799
15871
|
let t1;
|
15800
15872
|
let current;
|
15801
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
15873
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$5(ctx);
|
15802
15874
|
|
15803
15875
|
return {
|
15804
15876
|
c() {
|
@@ -15831,7 +15903,7 @@ function create_default_slot$2(ctx) {
|
|
15831
15903
|
transition_in(if_block, 1);
|
15832
15904
|
}
|
15833
15905
|
} else {
|
15834
|
-
if_block = create_if_block$
|
15906
|
+
if_block = create_if_block$5(ctx);
|
15835
15907
|
if_block.c();
|
15836
15908
|
transition_in(if_block, 1);
|
15837
15909
|
if_block.m(t0.parentNode, t0);
|
@@ -15865,7 +15937,7 @@ function create_default_slot$2(ctx) {
|
|
15865
15937
|
};
|
15866
15938
|
}
|
15867
15939
|
|
15868
|
-
function create_fragment$
|
15940
|
+
function create_fragment$8(ctx) {
|
15869
15941
|
let clickable;
|
15870
15942
|
let current;
|
15871
15943
|
|
@@ -15877,7 +15949,7 @@ function create_fragment$7(ctx) {
|
|
15877
15949
|
onClick: /*props*/ ctx[0].onClick,
|
15878
15950
|
eventName: /*props*/ ctx[0].eventName,
|
15879
15951
|
eventValue: /*props*/ ctx[0].eventValue,
|
15880
|
-
$$slots: { default: [create_default_slot$
|
15952
|
+
$$slots: { default: [create_default_slot$4] },
|
15881
15953
|
$$scope: { ctx }
|
15882
15954
|
}
|
15883
15955
|
});
|
@@ -15922,7 +15994,7 @@ function create_fragment$7(ctx) {
|
|
15922
15994
|
};
|
15923
15995
|
}
|
15924
15996
|
|
15925
|
-
function instance$
|
15997
|
+
function instance$8($$self, $$props, $$invalidate) {
|
15926
15998
|
let variables;
|
15927
15999
|
let style;
|
15928
16000
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -15995,8 +16067,8 @@ class ButtonText extends SvelteComponent {
|
|
15995
16067
|
init(
|
15996
16068
|
this,
|
15997
16069
|
options,
|
15998
|
-
instance$
|
15999
|
-
create_fragment$
|
16070
|
+
instance$8,
|
16071
|
+
create_fragment$8,
|
16000
16072
|
safe_not_equal,
|
16001
16073
|
{
|
16002
16074
|
onClick: 4,
|
@@ -16005,7 +16077,7 @@ class ButtonText extends SvelteComponent {
|
|
16005
16077
|
props: 0,
|
16006
16078
|
layerId: 1
|
16007
16079
|
},
|
16008
|
-
add_css$
|
16080
|
+
add_css$7
|
16009
16081
|
);
|
16010
16082
|
}
|
16011
16083
|
}
|
@@ -16045,12 +16117,12 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
16045
16117
|
|
16046
16118
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
16047
16119
|
|
16048
|
-
function add_css$
|
16120
|
+
function add_css$6(target) {
|
16049
16121
|
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}");
|
16050
16122
|
}
|
16051
16123
|
|
16052
16124
|
// (93:2) {#if hasLabel}
|
16053
|
-
function create_if_block$
|
16125
|
+
function create_if_block$4(ctx) {
|
16054
16126
|
let span;
|
16055
16127
|
let t;
|
16056
16128
|
|
@@ -16089,7 +16161,7 @@ function create_if_block$2(ctx) {
|
|
16089
16161
|
};
|
16090
16162
|
}
|
16091
16163
|
|
16092
|
-
function create_fragment$
|
16164
|
+
function create_fragment$7(ctx) {
|
16093
16165
|
let button;
|
16094
16166
|
let span;
|
16095
16167
|
let svg;
|
@@ -16098,7 +16170,7 @@ function create_fragment$6(ctx) {
|
|
16098
16170
|
let button_class_value;
|
16099
16171
|
let mounted;
|
16100
16172
|
let dispose;
|
16101
|
-
let if_block = /*hasLabel*/ ctx[4] && create_if_block$
|
16173
|
+
let if_block = /*hasLabel*/ ctx[4] && create_if_block$4(ctx);
|
16102
16174
|
|
16103
16175
|
let button_levels = [
|
16104
16176
|
{ "data-layer-id": /*layerId*/ ctx[0] },
|
@@ -16189,7 +16261,7 @@ function create_fragment$6(ctx) {
|
|
16189
16261
|
if (if_block) {
|
16190
16262
|
if_block.p(ctx, dirty);
|
16191
16263
|
} else {
|
16192
|
-
if_block = create_if_block$
|
16264
|
+
if_block = create_if_block$4(ctx);
|
16193
16265
|
if_block.c();
|
16194
16266
|
if_block.m(button, null);
|
16195
16267
|
}
|
@@ -16218,7 +16290,7 @@ function create_fragment$6(ctx) {
|
|
16218
16290
|
};
|
16219
16291
|
}
|
16220
16292
|
|
16221
|
-
function instance$
|
16293
|
+
function instance$7($$self, $$props, $$invalidate) {
|
16222
16294
|
let hasLabel;
|
16223
16295
|
let style;
|
16224
16296
|
let labelStyle;
|
@@ -16316,8 +16388,8 @@ class CloseButton extends SvelteComponent {
|
|
16316
16388
|
init(
|
16317
16389
|
this,
|
16318
16390
|
options,
|
16319
|
-
instance$
|
16320
|
-
create_fragment$
|
16391
|
+
instance$7,
|
16392
|
+
create_fragment$7,
|
16321
16393
|
safe_not_equal,
|
16322
16394
|
{
|
16323
16395
|
props: 9,
|
@@ -16325,19 +16397,19 @@ class CloseButton extends SvelteComponent {
|
|
16325
16397
|
eventName: 10,
|
16326
16398
|
eventValue: 11
|
16327
16399
|
},
|
16328
|
-
add_css$
|
16400
|
+
add_css$6
|
16329
16401
|
);
|
16330
16402
|
}
|
16331
16403
|
}
|
16332
16404
|
|
16333
16405
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
16334
16406
|
|
16335
|
-
function add_css$
|
16407
|
+
function add_css$5(target) {
|
16336
16408
|
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}");
|
16337
16409
|
}
|
16338
16410
|
|
16339
16411
|
// (21:0) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
16340
|
-
function create_default_slot$
|
16412
|
+
function create_default_slot$3(ctx) {
|
16341
16413
|
let object;
|
16342
16414
|
let img;
|
16343
16415
|
let img_src_value;
|
@@ -16386,7 +16458,7 @@ function create_default_slot$1(ctx) {
|
|
16386
16458
|
};
|
16387
16459
|
}
|
16388
16460
|
|
16389
|
-
function create_fragment$
|
16461
|
+
function create_fragment$6(ctx) {
|
16390
16462
|
let clickable;
|
16391
16463
|
let current;
|
16392
16464
|
|
@@ -16397,7 +16469,7 @@ function create_fragment$5(ctx) {
|
|
16397
16469
|
onClick: /*props*/ ctx[0].onClick,
|
16398
16470
|
eventName: /*props*/ ctx[0].eventName,
|
16399
16471
|
eventValue: /*props*/ ctx[0].eventValue,
|
16400
|
-
$$slots: { default: [create_default_slot$
|
16472
|
+
$$slots: { default: [create_default_slot$3] },
|
16401
16473
|
$$scope: { ctx }
|
16402
16474
|
}
|
16403
16475
|
});
|
@@ -16442,7 +16514,7 @@ function create_fragment$5(ctx) {
|
|
16442
16514
|
};
|
16443
16515
|
}
|
16444
16516
|
|
16445
|
-
function instance$
|
16517
|
+
function instance$6($$self, $$props, $$invalidate) {
|
16446
16518
|
let style;
|
16447
16519
|
let objectStyle;
|
16448
16520
|
let { props = {} } = $$props;
|
@@ -16478,13 +16550,13 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
16478
16550
|
class Image extends SvelteComponent {
|
16479
16551
|
constructor(options) {
|
16480
16552
|
super();
|
16481
|
-
init(this, options, instance$
|
16553
|
+
init(this, options, instance$6, create_fragment$6, safe_not_equal, { props: 0, layerId: 1 }, add_css$5);
|
16482
16554
|
}
|
16483
16555
|
}
|
16484
16556
|
|
16485
16557
|
/* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
|
16486
16558
|
|
16487
|
-
function create_default_slot(ctx) {
|
16559
|
+
function create_default_slot$2(ctx) {
|
16488
16560
|
let current;
|
16489
16561
|
const default_slot_template = /*#slots*/ ctx[3].default;
|
16490
16562
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
@@ -16534,7 +16606,7 @@ function create_default_slot(ctx) {
|
|
16534
16606
|
};
|
16535
16607
|
}
|
16536
16608
|
|
16537
|
-
function create_fragment$
|
16609
|
+
function create_fragment$5(ctx) {
|
16538
16610
|
let clickable;
|
16539
16611
|
let current;
|
16540
16612
|
|
@@ -16546,7 +16618,7 @@ function create_fragment$4(ctx) {
|
|
16546
16618
|
onClick: /*props*/ ctx[0].onClick,
|
16547
16619
|
eventName: /*props*/ ctx[0].eventName,
|
16548
16620
|
eventValue: /*props*/ ctx[0].eventValue,
|
16549
|
-
$$slots: { default: [create_default_slot] },
|
16621
|
+
$$slots: { default: [create_default_slot$2] },
|
16550
16622
|
$$scope: { ctx }
|
16551
16623
|
}
|
16552
16624
|
});
|
@@ -16591,7 +16663,7 @@ function create_fragment$4(ctx) {
|
|
16591
16663
|
};
|
16592
16664
|
}
|
16593
16665
|
|
16594
|
-
function instance$
|
16666
|
+
function instance$5($$self, $$props, $$invalidate) {
|
16595
16667
|
let style;
|
16596
16668
|
let { $$slots: slots = {}, $$scope } = $$props;
|
16597
16669
|
let { props = {} } = $$props;
|
@@ -16631,7 +16703,7 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
16631
16703
|
class Layout extends SvelteComponent {
|
16632
16704
|
constructor(options) {
|
16633
16705
|
super();
|
16634
|
-
init(this, options, instance$
|
16706
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 });
|
16635
16707
|
}
|
16636
16708
|
}
|
16637
16709
|
|
@@ -16642,7 +16714,7 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
16642
16714
|
|
16643
16715
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
16644
16716
|
|
16645
|
-
function add_css$
|
16717
|
+
function add_css$4(target) {
|
16646
16718
|
append_styles(target, "svelte-17ij7ip", ".container.svelte-17ij7ip{-webkit-user-drag:none}");
|
16647
16719
|
}
|
16648
16720
|
|
@@ -16726,7 +16798,7 @@ function create_each_block(ctx) {
|
|
16726
16798
|
};
|
16727
16799
|
}
|
16728
16800
|
|
16729
|
-
function create_fragment$
|
16801
|
+
function create_fragment$4(ctx) {
|
16730
16802
|
let div2;
|
16731
16803
|
let div0;
|
16732
16804
|
let div0_style_value;
|
@@ -16886,7 +16958,7 @@ function create_fragment$3(ctx) {
|
|
16886
16958
|
};
|
16887
16959
|
}
|
16888
16960
|
|
16889
|
-
function instance$
|
16961
|
+
function instance$4($$self, $$props, $$invalidate) {
|
16890
16962
|
let indicators;
|
16891
16963
|
let itemWidthPercentage;
|
16892
16964
|
let style;
|
@@ -17095,7 +17167,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
17095
17167
|
class Slider extends SvelteComponent {
|
17096
17168
|
constructor(options) {
|
17097
17169
|
super();
|
17098
|
-
init(this, options, instance$
|
17170
|
+
init(this, options, instance$4, create_fragment$4, safe_not_equal, { layerId: 0, props: 11, overrideStyle: 1 }, add_css$4, [-1, -1]);
|
17099
17171
|
}
|
17100
17172
|
}
|
17101
17173
|
|
@@ -17156,57 +17228,200 @@ const TEXT_VARIANTS = {
|
|
17156
17228
|
|
17157
17229
|
/* src/components-flex/text/Text.svelte generated by Svelte v3.53.1 */
|
17158
17230
|
|
17159
|
-
function add_css$
|
17160
|
-
append_styles(target, "svelte-
|
17231
|
+
function add_css$3(target) {
|
17232
|
+
append_styles(target, "svelte-6vy9zz", ".text{margin:0;word-break:break-all}");
|
17161
17233
|
}
|
17162
17234
|
|
17163
|
-
|
17164
|
-
|
17235
|
+
// (48:2) {#if props.isIcon && props.iconVariant}
|
17236
|
+
function create_if_block$3(ctx) {
|
17237
|
+
let icon;
|
17238
|
+
let current;
|
17239
|
+
|
17240
|
+
icon = new Icon({
|
17241
|
+
props: {
|
17242
|
+
props: {
|
17243
|
+
variant: /*props*/ ctx[0].iconVariant,
|
17244
|
+
color: /*props*/ ctx[0].color,
|
17245
|
+
width: '1em',
|
17246
|
+
height: '1em'
|
17247
|
+
}
|
17248
|
+
}
|
17249
|
+
});
|
17165
17250
|
|
17166
17251
|
return {
|
17167
17252
|
c() {
|
17168
|
-
|
17169
|
-
this.h();
|
17253
|
+
create_component(icon.$$.fragment);
|
17170
17254
|
},
|
17171
17255
|
l(nodes) {
|
17172
|
-
|
17173
|
-
|
17174
|
-
|
17175
|
-
|
17176
|
-
|
17256
|
+
claim_component(icon.$$.fragment, nodes);
|
17257
|
+
},
|
17258
|
+
m(target, anchor) {
|
17259
|
+
mount_component(icon, target, anchor);
|
17260
|
+
current = true;
|
17261
|
+
},
|
17262
|
+
p(ctx, dirty) {
|
17263
|
+
const icon_changes = {};
|
17264
|
+
|
17265
|
+
if (dirty & /*props*/ 1) icon_changes.props = {
|
17266
|
+
variant: /*props*/ ctx[0].iconVariant,
|
17267
|
+
color: /*props*/ ctx[0].color,
|
17268
|
+
width: '1em',
|
17269
|
+
height: '1em'
|
17270
|
+
};
|
17177
17271
|
|
17178
|
-
|
17179
|
-
|
17272
|
+
icon.$set(icon_changes);
|
17273
|
+
},
|
17274
|
+
i(local) {
|
17275
|
+
if (current) return;
|
17276
|
+
transition_in(icon.$$.fragment, local);
|
17277
|
+
current = true;
|
17278
|
+
},
|
17279
|
+
o(local) {
|
17280
|
+
transition_out(icon.$$.fragment, local);
|
17281
|
+
current = false;
|
17282
|
+
},
|
17283
|
+
d(detaching) {
|
17284
|
+
destroy_component(icon, detaching);
|
17285
|
+
}
|
17286
|
+
};
|
17287
|
+
}
|
17288
|
+
|
17289
|
+
// (39:0) <Clickable element="p" layerId={layerId} className="text" onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} style={style} >
|
17290
|
+
function create_default_slot$1(ctx) {
|
17291
|
+
let t;
|
17292
|
+
let html_tag;
|
17293
|
+
let html_anchor;
|
17294
|
+
let current;
|
17295
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$3(ctx);
|
17296
|
+
|
17297
|
+
return {
|
17298
|
+
c() {
|
17299
|
+
if (if_block) if_block.c();
|
17300
|
+
t = space();
|
17301
|
+
html_tag = new HtmlTagHydration(false);
|
17302
|
+
html_anchor = empty();
|
17303
|
+
this.h();
|
17304
|
+
},
|
17305
|
+
l(nodes) {
|
17306
|
+
if (if_block) if_block.l(nodes);
|
17307
|
+
t = claim_space(nodes);
|
17308
|
+
html_tag = claim_html_tag(nodes, false);
|
17309
|
+
html_anchor = empty();
|
17180
17310
|
this.h();
|
17181
17311
|
},
|
17182
17312
|
h() {
|
17183
|
-
|
17184
|
-
attr(p, "class", "text svelte-1vl0c87");
|
17185
|
-
attr(p, "style", /*style*/ ctx[1]);
|
17313
|
+
html_tag.a = html_anchor;
|
17186
17314
|
},
|
17187
17315
|
m(target, anchor) {
|
17188
|
-
|
17189
|
-
|
17316
|
+
if (if_block) if_block.m(target, anchor);
|
17317
|
+
insert_hydration(target, t, anchor);
|
17318
|
+
html_tag.m(/*escapedHTML*/ ctx[3], target, anchor);
|
17319
|
+
insert_hydration(target, html_anchor, anchor);
|
17320
|
+
current = true;
|
17190
17321
|
},
|
17191
|
-
p(ctx,
|
17192
|
-
if (
|
17193
|
-
|
17194
|
-
|
17322
|
+
p(ctx, dirty) {
|
17323
|
+
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
17324
|
+
if (if_block) {
|
17325
|
+
if_block.p(ctx, dirty);
|
17326
|
+
|
17327
|
+
if (dirty & /*props*/ 1) {
|
17328
|
+
transition_in(if_block, 1);
|
17329
|
+
}
|
17330
|
+
} else {
|
17331
|
+
if_block = create_if_block$3(ctx);
|
17332
|
+
if_block.c();
|
17333
|
+
transition_in(if_block, 1);
|
17334
|
+
if_block.m(t.parentNode, t);
|
17335
|
+
}
|
17336
|
+
} else if (if_block) {
|
17337
|
+
group_outros();
|
17338
|
+
|
17339
|
+
transition_out(if_block, 1, 1, () => {
|
17340
|
+
if_block = null;
|
17341
|
+
});
|
17342
|
+
|
17343
|
+
check_outros();
|
17195
17344
|
}
|
17196
17345
|
|
17197
|
-
if (dirty & /*
|
17198
|
-
|
17346
|
+
if (!current || dirty & /*escapedHTML*/ 8) html_tag.p(/*escapedHTML*/ ctx[3]);
|
17347
|
+
},
|
17348
|
+
i(local) {
|
17349
|
+
if (current) return;
|
17350
|
+
transition_in(if_block);
|
17351
|
+
current = true;
|
17352
|
+
},
|
17353
|
+
o(local) {
|
17354
|
+
transition_out(if_block);
|
17355
|
+
current = false;
|
17356
|
+
},
|
17357
|
+
d(detaching) {
|
17358
|
+
if (if_block) if_block.d(detaching);
|
17359
|
+
if (detaching) detach(t);
|
17360
|
+
if (detaching) detach(html_anchor);
|
17361
|
+
if (detaching) html_tag.d();
|
17362
|
+
}
|
17363
|
+
};
|
17364
|
+
}
|
17365
|
+
|
17366
|
+
function create_fragment$3(ctx) {
|
17367
|
+
let clickable;
|
17368
|
+
let current;
|
17369
|
+
|
17370
|
+
clickable = new Clickable({
|
17371
|
+
props: {
|
17372
|
+
element: "p",
|
17373
|
+
layerId: /*layerId*/ ctx[1],
|
17374
|
+
className: "text",
|
17375
|
+
onClick: /*props*/ ctx[0].onClick,
|
17376
|
+
eventName: /*props*/ ctx[0].eventName,
|
17377
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
17378
|
+
style: /*style*/ ctx[2],
|
17379
|
+
$$slots: { default: [create_default_slot$1] },
|
17380
|
+
$$scope: { ctx }
|
17199
17381
|
}
|
17382
|
+
});
|
17383
|
+
|
17384
|
+
return {
|
17385
|
+
c() {
|
17386
|
+
create_component(clickable.$$.fragment);
|
17387
|
+
},
|
17388
|
+
l(nodes) {
|
17389
|
+
claim_component(clickable.$$.fragment, nodes);
|
17390
|
+
},
|
17391
|
+
m(target, anchor) {
|
17392
|
+
mount_component(clickable, target, anchor);
|
17393
|
+
current = true;
|
17394
|
+
},
|
17395
|
+
p(ctx, [dirty]) {
|
17396
|
+
const clickable_changes = {};
|
17397
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
17398
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
17399
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
17400
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
17401
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
17402
|
+
|
17403
|
+
if (dirty & /*$$scope, escapedHTML, props*/ 41) {
|
17404
|
+
clickable_changes.$$scope = { dirty, ctx };
|
17405
|
+
}
|
17406
|
+
|
17407
|
+
clickable.$set(clickable_changes);
|
17408
|
+
},
|
17409
|
+
i(local) {
|
17410
|
+
if (current) return;
|
17411
|
+
transition_in(clickable.$$.fragment, local);
|
17412
|
+
current = true;
|
17413
|
+
},
|
17414
|
+
o(local) {
|
17415
|
+
transition_out(clickable.$$.fragment, local);
|
17416
|
+
current = false;
|
17200
17417
|
},
|
17201
|
-
i: noop,
|
17202
|
-
o: noop,
|
17203
17418
|
d(detaching) {
|
17204
|
-
|
17419
|
+
destroy_component(clickable, detaching);
|
17205
17420
|
}
|
17206
17421
|
};
|
17207
17422
|
}
|
17208
17423
|
|
17209
|
-
function instance$
|
17424
|
+
function instance$3($$self, $$props, $$invalidate) {
|
17210
17425
|
let escapedHTML;
|
17211
17426
|
let style;
|
17212
17427
|
let { props = { content: '' } } = $$props;
|
@@ -17222,17 +17437,17 @@ function instance$2($$self, $$props, $$invalidate) {
|
|
17222
17437
|
};
|
17223
17438
|
|
17224
17439
|
$$self.$$set = $$props => {
|
17225
|
-
if ('props' in $$props) $$invalidate(
|
17226
|
-
if ('layerId' in $$props) $$invalidate(
|
17440
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
17441
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
17227
17442
|
};
|
17228
17443
|
|
17229
17444
|
$$self.$$.update = () => {
|
17230
|
-
if ($$self.$$.dirty & /*props*/
|
17231
|
-
$$invalidate(
|
17445
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
17446
|
+
$$invalidate(3, escapedHTML = props.content.replace(/&/g, '<').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"').replace(/'/g, ''').replace(/\n/g, '<br />'));
|
17232
17447
|
}
|
17233
17448
|
|
17234
|
-
if ($$self.$$.dirty & /*props*/
|
17235
|
-
$$invalidate(
|
17449
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
17450
|
+
$$invalidate(2, style = objToStyle({
|
17236
17451
|
position: props?.position ?? 'static',
|
17237
17452
|
color: props.color,
|
17238
17453
|
textAlign: props.align,
|
@@ -17247,13 +17462,13 @@ function instance$2($$self, $$props, $$invalidate) {
|
|
17247
17462
|
}
|
17248
17463
|
};
|
17249
17464
|
|
17250
|
-
return [layerId, style, escapedHTML
|
17465
|
+
return [props, layerId, style, escapedHTML];
|
17251
17466
|
}
|
17252
17467
|
|
17253
17468
|
class Text extends SvelteComponent {
|
17254
17469
|
constructor(options) {
|
17255
17470
|
super();
|
17256
|
-
init(this, options, instance$
|
17471
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { props: 0, layerId: 1 }, add_css$3);
|
17257
17472
|
}
|
17258
17473
|
}
|
17259
17474
|
|
@@ -17270,6 +17485,317 @@ const LAYER_TEXT_SIZE = {
|
|
17270
17485
|
heading_extra_large: 'HeadingExtraLarge',
|
17271
17486
|
};
|
17272
17487
|
|
17488
|
+
const TEXT_LINK_SIZE_STYLES = {
|
17489
|
+
small: {
|
17490
|
+
lineHeight: 1.7,
|
17491
|
+
fontSize: '12px',
|
17492
|
+
},
|
17493
|
+
medium: {
|
17494
|
+
lineHeight: 1.7,
|
17495
|
+
fontSize: '14px',
|
17496
|
+
},
|
17497
|
+
large: {
|
17498
|
+
lineHeight: 1.7,
|
17499
|
+
fontSize: '16px',
|
17500
|
+
},
|
17501
|
+
};
|
17502
|
+
const TEXT_LINK_THEME_STYLES = {
|
17503
|
+
default: {
|
17504
|
+
color: 'rgba(0, 16, 14, 1)',
|
17505
|
+
},
|
17506
|
+
link: {
|
17507
|
+
color: '#1558d6',
|
17508
|
+
},
|
17509
|
+
brand: {
|
17510
|
+
color: 'rgba(18,160,160,1)',
|
17511
|
+
},
|
17512
|
+
alert: {
|
17513
|
+
color: '#ef4444',
|
17514
|
+
},
|
17515
|
+
gray: {
|
17516
|
+
color: '#666666',
|
17517
|
+
},
|
17518
|
+
white: {
|
17519
|
+
color: '#FFFFFF',
|
17520
|
+
},
|
17521
|
+
};
|
17522
|
+
|
17523
|
+
/* src/components-flex/text-link/TextLink.svelte generated by Svelte v3.53.1 */
|
17524
|
+
|
17525
|
+
function add_css$2(target) {
|
17526
|
+
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}");
|
17527
|
+
}
|
17528
|
+
|
17529
|
+
// (63:2) {#if props.isIcon && props.iconVariant}
|
17530
|
+
function create_if_block$2(ctx) {
|
17531
|
+
let icon;
|
17532
|
+
let current;
|
17533
|
+
|
17534
|
+
icon = new Icon({
|
17535
|
+
props: {
|
17536
|
+
props: {
|
17537
|
+
variant: /*props*/ ctx[0].iconVariant,
|
17538
|
+
color: /*props*/ ctx[0].iconColor ?? /*props*/ ctx[0].color,
|
17539
|
+
width: '1em',
|
17540
|
+
height: '1em'
|
17541
|
+
}
|
17542
|
+
}
|
17543
|
+
});
|
17544
|
+
|
17545
|
+
return {
|
17546
|
+
c() {
|
17547
|
+
create_component(icon.$$.fragment);
|
17548
|
+
},
|
17549
|
+
l(nodes) {
|
17550
|
+
claim_component(icon.$$.fragment, nodes);
|
17551
|
+
},
|
17552
|
+
m(target, anchor) {
|
17553
|
+
mount_component(icon, target, anchor);
|
17554
|
+
current = true;
|
17555
|
+
},
|
17556
|
+
p(ctx, dirty) {
|
17557
|
+
const icon_changes = {};
|
17558
|
+
|
17559
|
+
if (dirty & /*props*/ 1) icon_changes.props = {
|
17560
|
+
variant: /*props*/ ctx[0].iconVariant,
|
17561
|
+
color: /*props*/ ctx[0].iconColor ?? /*props*/ ctx[0].color,
|
17562
|
+
width: '1em',
|
17563
|
+
height: '1em'
|
17564
|
+
};
|
17565
|
+
|
17566
|
+
icon.$set(icon_changes);
|
17567
|
+
},
|
17568
|
+
i(local) {
|
17569
|
+
if (current) return;
|
17570
|
+
transition_in(icon.$$.fragment, local);
|
17571
|
+
current = true;
|
17572
|
+
},
|
17573
|
+
o(local) {
|
17574
|
+
transition_out(icon.$$.fragment, local);
|
17575
|
+
current = false;
|
17576
|
+
},
|
17577
|
+
d(detaching) {
|
17578
|
+
destroy_component(icon, detaching);
|
17579
|
+
}
|
17580
|
+
};
|
17581
|
+
}
|
17582
|
+
|
17583
|
+
// (54:0) <Clickable element="span" className={`link ${underlineClass}`} layerId={layerId} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} style={style} >
|
17584
|
+
function create_default_slot(ctx) {
|
17585
|
+
let t;
|
17586
|
+
let span;
|
17587
|
+
let current;
|
17588
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$2(ctx);
|
17589
|
+
|
17590
|
+
return {
|
17591
|
+
c() {
|
17592
|
+
if (if_block) if_block.c();
|
17593
|
+
t = space();
|
17594
|
+
span = element("span");
|
17595
|
+
},
|
17596
|
+
l(nodes) {
|
17597
|
+
if (if_block) if_block.l(nodes);
|
17598
|
+
t = claim_space(nodes);
|
17599
|
+
span = claim_element(nodes, "SPAN", {});
|
17600
|
+
var span_nodes = children(span);
|
17601
|
+
span_nodes.forEach(detach);
|
17602
|
+
},
|
17603
|
+
m(target, anchor) {
|
17604
|
+
if (if_block) if_block.m(target, anchor);
|
17605
|
+
insert_hydration(target, t, anchor);
|
17606
|
+
insert_hydration(target, span, anchor);
|
17607
|
+
span.innerHTML = /*escapedHTML*/ ctx[3];
|
17608
|
+
current = true;
|
17609
|
+
},
|
17610
|
+
p(ctx, dirty) {
|
17611
|
+
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
17612
|
+
if (if_block) {
|
17613
|
+
if_block.p(ctx, dirty);
|
17614
|
+
|
17615
|
+
if (dirty & /*props*/ 1) {
|
17616
|
+
transition_in(if_block, 1);
|
17617
|
+
}
|
17618
|
+
} else {
|
17619
|
+
if_block = create_if_block$2(ctx);
|
17620
|
+
if_block.c();
|
17621
|
+
transition_in(if_block, 1);
|
17622
|
+
if_block.m(t.parentNode, t);
|
17623
|
+
}
|
17624
|
+
} else if (if_block) {
|
17625
|
+
group_outros();
|
17626
|
+
|
17627
|
+
transition_out(if_block, 1, 1, () => {
|
17628
|
+
if_block = null;
|
17629
|
+
});
|
17630
|
+
|
17631
|
+
check_outros();
|
17632
|
+
}
|
17633
|
+
|
17634
|
+
if (!current || dirty & /*escapedHTML*/ 8) span.innerHTML = /*escapedHTML*/ ctx[3]; },
|
17635
|
+
i(local) {
|
17636
|
+
if (current) return;
|
17637
|
+
transition_in(if_block);
|
17638
|
+
current = true;
|
17639
|
+
},
|
17640
|
+
o(local) {
|
17641
|
+
transition_out(if_block);
|
17642
|
+
current = false;
|
17643
|
+
},
|
17644
|
+
d(detaching) {
|
17645
|
+
if (if_block) if_block.d(detaching);
|
17646
|
+
if (detaching) detach(t);
|
17647
|
+
if (detaching) detach(span);
|
17648
|
+
}
|
17649
|
+
};
|
17650
|
+
}
|
17651
|
+
|
17652
|
+
function create_fragment$2(ctx) {
|
17653
|
+
let clickable;
|
17654
|
+
let current;
|
17655
|
+
|
17656
|
+
clickable = new Clickable({
|
17657
|
+
props: {
|
17658
|
+
element: "span",
|
17659
|
+
className: `link ${/*underlineClass*/ ctx[4]}`,
|
17660
|
+
layerId: /*layerId*/ ctx[1],
|
17661
|
+
onClick: /*props*/ ctx[0].onClick,
|
17662
|
+
eventName: /*props*/ ctx[0].eventName,
|
17663
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
17664
|
+
style: /*style*/ ctx[2],
|
17665
|
+
$$slots: { default: [create_default_slot] },
|
17666
|
+
$$scope: { ctx }
|
17667
|
+
}
|
17668
|
+
});
|
17669
|
+
|
17670
|
+
return {
|
17671
|
+
c() {
|
17672
|
+
create_component(clickable.$$.fragment);
|
17673
|
+
},
|
17674
|
+
l(nodes) {
|
17675
|
+
claim_component(clickable.$$.fragment, nodes);
|
17676
|
+
},
|
17677
|
+
m(target, anchor) {
|
17678
|
+
mount_component(clickable, target, anchor);
|
17679
|
+
current = true;
|
17680
|
+
},
|
17681
|
+
p(ctx, [dirty]) {
|
17682
|
+
const clickable_changes = {};
|
17683
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
17684
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
17685
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
17686
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
17687
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
17688
|
+
|
17689
|
+
if (dirty & /*$$scope, escapedHTML, props*/ 265) {
|
17690
|
+
clickable_changes.$$scope = { dirty, ctx };
|
17691
|
+
}
|
17692
|
+
|
17693
|
+
clickable.$set(clickable_changes);
|
17694
|
+
},
|
17695
|
+
i(local) {
|
17696
|
+
if (current) return;
|
17697
|
+
transition_in(clickable.$$.fragment, local);
|
17698
|
+
current = true;
|
17699
|
+
},
|
17700
|
+
o(local) {
|
17701
|
+
transition_out(clickable.$$.fragment, local);
|
17702
|
+
current = false;
|
17703
|
+
},
|
17704
|
+
d(detaching) {
|
17705
|
+
destroy_component(clickable, detaching);
|
17706
|
+
}
|
17707
|
+
};
|
17708
|
+
}
|
17709
|
+
|
17710
|
+
function instance$2($$self, $$props, $$invalidate) {
|
17711
|
+
let escapedHTML;
|
17712
|
+
let variables;
|
17713
|
+
let style;
|
17714
|
+
let { props = { label: '' } } = $$props;
|
17715
|
+
let { layerId = '' } = $$props;
|
17716
|
+
const themeStyle = TEXT_LINK_THEME_STYLES[props.theme ?? 'link'];
|
17717
|
+
const sizeStyle = TEXT_LINK_SIZE_STYLES[props.size ?? 'medium'];
|
17718
|
+
|
17719
|
+
const underlineClass = (() => {
|
17720
|
+
switch (props.underline) {
|
17721
|
+
case 'hover_off':
|
17722
|
+
return 'underline-hover-off';
|
17723
|
+
case 'hover_on':
|
17724
|
+
return 'underline-hover-on';
|
17725
|
+
case 'on':
|
17726
|
+
return 'underline-on';
|
17727
|
+
case 'off':
|
17728
|
+
return 'underline-off';
|
17729
|
+
default:
|
17730
|
+
return 'underline-hover-on';
|
17731
|
+
}
|
17732
|
+
})();
|
17733
|
+
|
17734
|
+
$$self.$$set = $$props => {
|
17735
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
17736
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
17737
|
+
};
|
17738
|
+
|
17739
|
+
$$self.$$.update = () => {
|
17740
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
17741
|
+
$$invalidate(3, escapedHTML = props.label.replace(/&/g, '<').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"').replace(/'/g, ''').replace(/\n/g, '<br />'));
|
17742
|
+
}
|
17743
|
+
|
17744
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
17745
|
+
$$invalidate(5, variables = {
|
17746
|
+
'--color': props.color ?? themeStyle.color,
|
17747
|
+
'--hover-color': darkenColor(props.color ?? themeStyle.color, 0.12),
|
17748
|
+
'--active-color': darkenColor(props.color ?? themeStyle.color, 0.2)
|
17749
|
+
});
|
17750
|
+
}
|
17751
|
+
|
17752
|
+
if ($$self.$$.dirty & /*props, variables*/ 33) {
|
17753
|
+
$$invalidate(2, style = objToStyle({
|
17754
|
+
display: 'inline-flex',
|
17755
|
+
gap: '0.5em',
|
17756
|
+
alignItems: 'center',
|
17757
|
+
wordBreak: 'break-all',
|
17758
|
+
fontSize: props.fontSize ?? sizeStyle.fontSize,
|
17759
|
+
fontWeight: props.fontWeight ?? 'bold',
|
17760
|
+
flexDirection: props.iconAngle,
|
17761
|
+
cursor: 'pointer',
|
17762
|
+
...toCssCommon(props),
|
17763
|
+
...toCssPosition(props),
|
17764
|
+
...variables
|
17765
|
+
}));
|
17766
|
+
}
|
17767
|
+
};
|
17768
|
+
|
17769
|
+
return [props, layerId, style, escapedHTML, underlineClass, variables];
|
17770
|
+
}
|
17771
|
+
|
17772
|
+
class TextLink extends SvelteComponent {
|
17773
|
+
constructor(options) {
|
17774
|
+
super();
|
17775
|
+
init(this, options, instance$2, create_fragment$2, safe_not_equal, { props: 0, layerId: 1 }, add_css$2);
|
17776
|
+
}
|
17777
|
+
}
|
17778
|
+
|
17779
|
+
const TEXT_LINK_SIZE = {
|
17780
|
+
small: 'Small',
|
17781
|
+
medium: 'Medium',
|
17782
|
+
large: 'Large',
|
17783
|
+
};
|
17784
|
+
const TEXT_LINK_THEME = {
|
17785
|
+
default: 'デフォルト',
|
17786
|
+
link: 'Link',
|
17787
|
+
brand: 'Brand',
|
17788
|
+
alert: 'Danger',
|
17789
|
+
gray: 'Gray',
|
17790
|
+
white: 'White',
|
17791
|
+
};
|
17792
|
+
const TEXT_LINK_UNDERLINE = {
|
17793
|
+
hover_on: 'ホバーで表示',
|
17794
|
+
hover_off: 'ホバーで非表示',
|
17795
|
+
on: '常に表示',
|
17796
|
+
off: '常に非表示',
|
17797
|
+
};
|
17798
|
+
|
17273
17799
|
/* src/components-flex/background-overlay/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
17274
17800
|
|
17275
17801
|
function add_css$1(target) {
|
@@ -18074,4 +18600,4 @@ const ROUND_STYLES = {
|
|
18074
18600
|
},
|
18075
18601
|
};
|
18076
18602
|
|
18077
|
-
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 };
|
18603
|
+
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 };
|