@plaidev/karte-action-sdk 1.1.246-28734557.10a6b76b → 1.1.246-28737598.88cb0f93
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +33 -25
- package/dist/hydrate/index.es.js +1126 -600
- package/dist/index.es.d.ts +33 -25
- package/dist/index.es.js +1085 -590
- package/dist/templates.cjs.js +1 -0
- package/dist/templates.js +1 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -2905,7 +2905,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
2905
2905
|
|
2906
2906
|
/* src/components/Header.svelte generated by Svelte v3.53.1 */
|
2907
2907
|
|
2908
|
-
function create_if_block$
|
2908
|
+
function create_if_block$h(ctx) {
|
2909
2909
|
let link;
|
2910
2910
|
|
2911
2911
|
return {
|
@@ -2929,9 +2929,9 @@ function create_if_block$g(ctx) {
|
|
2929
2929
|
};
|
2930
2930
|
}
|
2931
2931
|
|
2932
|
-
function create_fragment$
|
2932
|
+
function create_fragment$1f(ctx) {
|
2933
2933
|
let head;
|
2934
|
-
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$
|
2934
|
+
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$h(ctx);
|
2935
2935
|
|
2936
2936
|
return {
|
2937
2937
|
c() {
|
@@ -2947,7 +2947,7 @@ function create_fragment$1c(ctx) {
|
|
2947
2947
|
if (if_block) {
|
2948
2948
|
if_block.p(ctx, dirty);
|
2949
2949
|
} else {
|
2950
|
-
if_block = create_if_block$
|
2950
|
+
if_block = create_if_block$h(ctx);
|
2951
2951
|
if_block.c();
|
2952
2952
|
if_block.m(head, null);
|
2953
2953
|
}
|
@@ -2965,7 +2965,7 @@ function create_fragment$1c(ctx) {
|
|
2965
2965
|
};
|
2966
2966
|
}
|
2967
2967
|
|
2968
|
-
function instance$
|
2968
|
+
function instance$1f($$self, $$props, $$invalidate) {
|
2969
2969
|
let $fonts;
|
2970
2970
|
component_subscribe($$self, fonts, $$value => $$invalidate(1, $fonts = $$value));
|
2971
2971
|
let googleFontUrl = '';
|
@@ -2994,13 +2994,13 @@ function instance$1c($$self, $$props, $$invalidate) {
|
|
2994
2994
|
class Header extends SvelteComponent {
|
2995
2995
|
constructor(options) {
|
2996
2996
|
super();
|
2997
|
-
init(this, options, instance$
|
2997
|
+
init(this, options, instance$1f, create_fragment$1f, safe_not_equal, {});
|
2998
2998
|
}
|
2999
2999
|
}
|
3000
3000
|
|
3001
3001
|
/* src/components/State.svelte generated by Svelte v3.53.1 */
|
3002
3002
|
|
3003
|
-
function create_fragment$
|
3003
|
+
function create_fragment$1e(ctx) {
|
3004
3004
|
let header;
|
3005
3005
|
let t;
|
3006
3006
|
let current;
|
@@ -3059,7 +3059,7 @@ function create_fragment$1b(ctx) {
|
|
3059
3059
|
};
|
3060
3060
|
}
|
3061
3061
|
|
3062
|
-
function instance$
|
3062
|
+
function instance$1e($$self, $$props, $$invalidate) {
|
3063
3063
|
let { $$slots: slots = {}, $$scope } = $$props;
|
3064
3064
|
|
3065
3065
|
$$self.$$set = $$props => {
|
@@ -3072,18 +3072,18 @@ function instance$1b($$self, $$props, $$invalidate) {
|
|
3072
3072
|
class State extends SvelteComponent {
|
3073
3073
|
constructor(options) {
|
3074
3074
|
super();
|
3075
|
-
init(this, options, instance$
|
3075
|
+
init(this, options, instance$1e, create_fragment$1e, safe_not_equal, {});
|
3076
3076
|
}
|
3077
3077
|
}
|
3078
3078
|
|
3079
3079
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3080
3080
|
|
3081
|
-
function add_css$
|
3081
|
+
function add_css$F(target) {
|
3082
3082
|
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3083
3083
|
}
|
3084
3084
|
|
3085
3085
|
// (23:0) {#if $state === path}
|
3086
|
-
function create_if_block$
|
3086
|
+
function create_if_block$g(ctx) {
|
3087
3087
|
let div;
|
3088
3088
|
let t;
|
3089
3089
|
let current;
|
@@ -3145,10 +3145,10 @@ function create_if_block$f(ctx) {
|
|
3145
3145
|
};
|
3146
3146
|
}
|
3147
3147
|
|
3148
|
-
function create_fragment$
|
3148
|
+
function create_fragment$1d(ctx) {
|
3149
3149
|
let if_block_anchor;
|
3150
3150
|
let current;
|
3151
|
-
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$
|
3151
|
+
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$g(ctx);
|
3152
3152
|
|
3153
3153
|
return {
|
3154
3154
|
c() {
|
@@ -3169,7 +3169,7 @@ function create_fragment$1a(ctx) {
|
|
3169
3169
|
transition_in(if_block, 1);
|
3170
3170
|
}
|
3171
3171
|
} else {
|
3172
|
-
if_block = create_if_block$
|
3172
|
+
if_block = create_if_block$g(ctx);
|
3173
3173
|
if_block.c();
|
3174
3174
|
transition_in(if_block, 1);
|
3175
3175
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3206,7 +3206,7 @@ function getStateItemContext() {
|
|
3206
3206
|
return getContext(STATE_ITEM_CONTEXT_KEY);
|
3207
3207
|
}
|
3208
3208
|
|
3209
|
-
function instance$
|
3209
|
+
function instance$1d($$self, $$props, $$invalidate) {
|
3210
3210
|
let $state;
|
3211
3211
|
component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
|
3212
3212
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3232,7 +3232,7 @@ function instance$1a($$self, $$props, $$invalidate) {
|
|
3232
3232
|
class StateItem extends SvelteComponent {
|
3233
3233
|
constructor(options) {
|
3234
3234
|
super();
|
3235
|
-
init(this, options, instance$
|
3235
|
+
init(this, options, instance$1d, create_fragment$1d, safe_not_equal, { path: 0 }, add_css$F);
|
3236
3236
|
}
|
3237
3237
|
}
|
3238
3238
|
|
@@ -3417,12 +3417,12 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3417
3417
|
|
3418
3418
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3419
3419
|
|
3420
|
-
function add_css$
|
3420
|
+
function add_css$E(target) {
|
3421
3421
|
append_styles(target, "svelte-1d4fta", ".background.svelte-1d4fta{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
3422
3422
|
}
|
3423
3423
|
|
3424
3424
|
// (14:0) {#if backgroundOverlay}
|
3425
|
-
function create_if_block$
|
3425
|
+
function create_if_block$f(ctx) {
|
3426
3426
|
let div;
|
3427
3427
|
let div_class_value;
|
3428
3428
|
let mounted;
|
@@ -3454,9 +3454,9 @@ function create_if_block$e(ctx) {
|
|
3454
3454
|
};
|
3455
3455
|
}
|
3456
3456
|
|
3457
|
-
function create_fragment$
|
3457
|
+
function create_fragment$1c(ctx) {
|
3458
3458
|
let if_block_anchor;
|
3459
|
-
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$
|
3459
|
+
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$f(ctx);
|
3460
3460
|
|
3461
3461
|
return {
|
3462
3462
|
c() {
|
@@ -3472,7 +3472,7 @@ function create_fragment$19(ctx) {
|
|
3472
3472
|
if (if_block) {
|
3473
3473
|
if_block.p(ctx, dirty);
|
3474
3474
|
} else {
|
3475
|
-
if_block = create_if_block$
|
3475
|
+
if_block = create_if_block$f(ctx);
|
3476
3476
|
if_block.c();
|
3477
3477
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3478
3478
|
}
|
@@ -3490,7 +3490,7 @@ function create_fragment$19(ctx) {
|
|
3490
3490
|
};
|
3491
3491
|
}
|
3492
3492
|
|
3493
|
-
function instance$
|
3493
|
+
function instance$1c($$self, $$props, $$invalidate) {
|
3494
3494
|
let { backgroundOverlay = false } = $$props;
|
3495
3495
|
let { class: className = undefined } = $$props;
|
3496
3496
|
const dispatch = createEventDispatcher();
|
@@ -3507,7 +3507,7 @@ function instance$19($$self, $$props, $$invalidate) {
|
|
3507
3507
|
let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
|
3508
3508
|
constructor(options) {
|
3509
3509
|
super();
|
3510
|
-
init(this, options, instance$
|
3510
|
+
init(this, options, instance$1c, create_fragment$1c, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$E);
|
3511
3511
|
}
|
3512
3512
|
};
|
3513
3513
|
|
@@ -3547,7 +3547,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3547
3547
|
|
3548
3548
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3549
3549
|
|
3550
|
-
function add_css$
|
3550
|
+
function add_css$D(target) {
|
3551
3551
|
append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
|
3552
3552
|
}
|
3553
3553
|
|
@@ -3794,7 +3794,7 @@ function create_if_block_1$4(ctx) {
|
|
3794
3794
|
}
|
3795
3795
|
|
3796
3796
|
// (31:0) {#if disabled}
|
3797
|
-
function create_if_block$
|
3797
|
+
function create_if_block$e(ctx) {
|
3798
3798
|
let div;
|
3799
3799
|
let current;
|
3800
3800
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
@@ -3852,12 +3852,12 @@ function create_if_block$d(ctx) {
|
|
3852
3852
|
};
|
3853
3853
|
}
|
3854
3854
|
|
3855
|
-
function create_fragment$
|
3855
|
+
function create_fragment$1b(ctx) {
|
3856
3856
|
let current_block_type_index;
|
3857
3857
|
let if_block;
|
3858
3858
|
let if_block_anchor;
|
3859
3859
|
let current;
|
3860
|
-
const if_block_creators = [create_if_block$
|
3860
|
+
const if_block_creators = [create_if_block$e, create_if_block_1$4, create_if_block_2$2, create_else_block$6];
|
3861
3861
|
const if_blocks = [];
|
3862
3862
|
|
3863
3863
|
function select_block_type(ctx, dirty) {
|
@@ -3925,7 +3925,7 @@ function create_fragment$18(ctx) {
|
|
3925
3925
|
|
3926
3926
|
const BUTTON_CLASS = 'button';
|
3927
3927
|
|
3928
|
-
function instance$
|
3928
|
+
function instance$1b($$self, $$props, $$invalidate) {
|
3929
3929
|
let disabled;
|
3930
3930
|
let $valuesAreValid;
|
3931
3931
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3991,8 +3991,8 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3991
3991
|
init(
|
3992
3992
|
this,
|
3993
3993
|
options,
|
3994
|
-
instance$
|
3995
|
-
create_fragment$
|
3994
|
+
instance$1b,
|
3995
|
+
create_fragment$1b,
|
3996
3996
|
safe_not_equal,
|
3997
3997
|
{
|
3998
3998
|
onClick: 0,
|
@@ -4000,14 +4000,14 @@ let Button$1 = class Button extends SvelteComponent {
|
|
4000
4000
|
eventValue: 6,
|
4001
4001
|
style: 1
|
4002
4002
|
},
|
4003
|
-
add_css$
|
4003
|
+
add_css$D
|
4004
4004
|
);
|
4005
4005
|
}
|
4006
4006
|
};
|
4007
4007
|
|
4008
4008
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
4009
4009
|
|
4010
|
-
function add_css$
|
4010
|
+
function add_css$C(target) {
|
4011
4011
|
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
4012
4012
|
}
|
4013
4013
|
|
@@ -4137,7 +4137,7 @@ function create_if_block_2$1(ctx) {
|
|
4137
4137
|
}
|
4138
4138
|
|
4139
4139
|
// (281:0) {#if visible}
|
4140
|
-
function create_if_block$
|
4140
|
+
function create_if_block$d(ctx) {
|
4141
4141
|
let div;
|
4142
4142
|
let button;
|
4143
4143
|
let div_class_value;
|
@@ -4149,7 +4149,7 @@ function create_if_block$c(ctx) {
|
|
4149
4149
|
onClick: /*onClick*/ ctx[0],
|
4150
4150
|
eventName: /*clickEventName*/ ctx[1],
|
4151
4151
|
eventValue: /*clickEventValue*/ ctx[2],
|
4152
|
-
$$slots: { default: [create_default_slot$
|
4152
|
+
$$slots: { default: [create_default_slot$c] },
|
4153
4153
|
$$scope: { ctx }
|
4154
4154
|
}
|
4155
4155
|
});
|
@@ -4311,7 +4311,7 @@ function create_default_slot_1$1(ctx) {
|
|
4311
4311
|
}
|
4312
4312
|
|
4313
4313
|
// (293:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4314
|
-
function create_default_slot$
|
4314
|
+
function create_default_slot$c(ctx) {
|
4315
4315
|
let t;
|
4316
4316
|
let div;
|
4317
4317
|
let current;
|
@@ -4402,7 +4402,7 @@ function create_default_slot$b(ctx) {
|
|
4402
4402
|
};
|
4403
4403
|
}
|
4404
4404
|
|
4405
|
-
function create_fragment$
|
4405
|
+
function create_fragment$1a(ctx) {
|
4406
4406
|
let show_if;
|
4407
4407
|
let current_block_type_index;
|
4408
4408
|
let if_block0;
|
@@ -4423,7 +4423,7 @@ function create_fragment$17(ctx) {
|
|
4423
4423
|
|
4424
4424
|
current_block_type_index = select_block_type(ctx);
|
4425
4425
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4426
|
-
let if_block1 = /*visible*/ ctx[16] && create_if_block$
|
4426
|
+
let if_block1 = /*visible*/ ctx[16] && create_if_block$d(ctx);
|
4427
4427
|
|
4428
4428
|
return {
|
4429
4429
|
c() {
|
@@ -4483,7 +4483,7 @@ function create_fragment$17(ctx) {
|
|
4483
4483
|
transition_in(if_block1, 1);
|
4484
4484
|
}
|
4485
4485
|
} else {
|
4486
|
-
if_block1 = create_if_block$
|
4486
|
+
if_block1 = create_if_block$d(ctx);
|
4487
4487
|
if_block1.c();
|
4488
4488
|
transition_in(if_block1, 1);
|
4489
4489
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -4520,7 +4520,7 @@ function create_fragment$17(ctx) {
|
|
4520
4520
|
};
|
4521
4521
|
}
|
4522
4522
|
|
4523
|
-
function instance$
|
4523
|
+
function instance$1a($$self, $$props, $$invalidate) {
|
4524
4524
|
let close;
|
4525
4525
|
let closable;
|
4526
4526
|
let backgroundClick;
|
@@ -4832,8 +4832,8 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4832
4832
|
init(
|
4833
4833
|
this,
|
4834
4834
|
options,
|
4835
|
-
instance$
|
4836
|
-
create_fragment$
|
4835
|
+
instance$1a,
|
4836
|
+
create_fragment$1a,
|
4837
4837
|
safe_not_equal,
|
4838
4838
|
{
|
4839
4839
|
onClick: 0,
|
@@ -4851,7 +4851,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4851
4851
|
closeButtonColor: 9,
|
4852
4852
|
_closeStyle: 10
|
4853
4853
|
},
|
4854
|
-
add_css$
|
4854
|
+
add_css$C,
|
4855
4855
|
[-1, -1]
|
4856
4856
|
);
|
4857
4857
|
}
|
@@ -4859,7 +4859,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4859
4859
|
|
4860
4860
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4861
4861
|
|
4862
|
-
function create_fragment$
|
4862
|
+
function create_fragment$19(ctx) {
|
4863
4863
|
let div;
|
4864
4864
|
let current;
|
4865
4865
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4917,7 +4917,7 @@ function create_fragment$16(ctx) {
|
|
4917
4917
|
};
|
4918
4918
|
}
|
4919
4919
|
|
4920
|
-
function instance$
|
4920
|
+
function instance$19($$self, $$props, $$invalidate) {
|
4921
4921
|
let _style;
|
4922
4922
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4923
4923
|
let { width = '512px' } = $$props;
|
@@ -4962,7 +4962,7 @@ class Grid extends SvelteComponent {
|
|
4962
4962
|
constructor(options) {
|
4963
4963
|
super();
|
4964
4964
|
|
4965
|
-
init(this, options, instance$
|
4965
|
+
init(this, options, instance$19, create_fragment$19, safe_not_equal, {
|
4966
4966
|
width: 1,
|
4967
4967
|
height: 2,
|
4968
4968
|
rows: 3,
|
@@ -4975,11 +4975,11 @@ class Grid extends SvelteComponent {
|
|
4975
4975
|
|
4976
4976
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4977
4977
|
|
4978
|
-
function add_css$
|
4978
|
+
function add_css$B(target) {
|
4979
4979
|
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4980
4980
|
}
|
4981
4981
|
|
4982
|
-
function create_fragment$
|
4982
|
+
function create_fragment$18(ctx) {
|
4983
4983
|
let div1;
|
4984
4984
|
let div0;
|
4985
4985
|
let current;
|
@@ -5053,7 +5053,7 @@ function create_fragment$15(ctx) {
|
|
5053
5053
|
|
5054
5054
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5055
5055
|
|
5056
|
-
function instance$
|
5056
|
+
function instance$18($$self, $$props, $$invalidate) {
|
5057
5057
|
let _style;
|
5058
5058
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5059
5059
|
let { x1 } = $$props;
|
@@ -5102,8 +5102,8 @@ class GridItem extends SvelteComponent {
|
|
5102
5102
|
init(
|
5103
5103
|
this,
|
5104
5104
|
options,
|
5105
|
-
instance$
|
5106
|
-
create_fragment$
|
5105
|
+
instance$18,
|
5106
|
+
create_fragment$18,
|
5107
5107
|
safe_not_equal,
|
5108
5108
|
{
|
5109
5109
|
x1: 2,
|
@@ -5114,7 +5114,7 @@ class GridItem extends SvelteComponent {
|
|
5114
5114
|
background: 7,
|
5115
5115
|
gridItemId: 0
|
5116
5116
|
},
|
5117
|
-
add_css$
|
5117
|
+
add_css$B
|
5118
5118
|
);
|
5119
5119
|
}
|
5120
5120
|
}
|
@@ -5149,7 +5149,7 @@ function create_else_block$4(ctx) {
|
|
5149
5149
|
}
|
5150
5150
|
|
5151
5151
|
// (11:2) {#if item.match(regexp)}
|
5152
|
-
function create_if_block$
|
5152
|
+
function create_if_block$c(ctx) {
|
5153
5153
|
let br;
|
5154
5154
|
|
5155
5155
|
return {
|
@@ -5174,7 +5174,7 @@ function create_each_block$7(ctx) {
|
|
5174
5174
|
function select_block_type(ctx, dirty) {
|
5175
5175
|
if (dirty & /*items*/ 1) show_if = null;
|
5176
5176
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5177
|
-
if (show_if) return create_if_block$
|
5177
|
+
if (show_if) return create_if_block$c;
|
5178
5178
|
return create_else_block$4;
|
5179
5179
|
}
|
5180
5180
|
|
@@ -5210,7 +5210,7 @@ function create_each_block$7(ctx) {
|
|
5210
5210
|
};
|
5211
5211
|
}
|
5212
5212
|
|
5213
|
-
function create_fragment$
|
5213
|
+
function create_fragment$17(ctx) {
|
5214
5214
|
let each_1_anchor;
|
5215
5215
|
let each_value = /*items*/ ctx[0];
|
5216
5216
|
let each_blocks = [];
|
@@ -5269,7 +5269,7 @@ function create_fragment$14(ctx) {
|
|
5269
5269
|
|
5270
5270
|
const regexp = /(\r?\n)/;
|
5271
5271
|
|
5272
|
-
function instance$
|
5272
|
+
function instance$17($$self, $$props, $$invalidate) {
|
5273
5273
|
let items;
|
5274
5274
|
let { text = 'サンプルSample' } = $$props;
|
5275
5275
|
|
@@ -5290,13 +5290,13 @@ function instance$14($$self, $$props, $$invalidate) {
|
|
5290
5290
|
class RenderText extends SvelteComponent {
|
5291
5291
|
constructor(options) {
|
5292
5292
|
super();
|
5293
|
-
init(this, options, instance$
|
5293
|
+
init(this, options, instance$17, create_fragment$17, safe_not_equal, { text: 1 });
|
5294
5294
|
}
|
5295
5295
|
}
|
5296
5296
|
|
5297
5297
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5298
5298
|
|
5299
|
-
function add_css$
|
5299
|
+
function add_css$A(target) {
|
5300
5300
|
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
5301
5301
|
}
|
5302
5302
|
|
@@ -5354,7 +5354,7 @@ function create_else_block$3(ctx) {
|
|
5354
5354
|
}
|
5355
5355
|
|
5356
5356
|
// (80:2) {#if enableCopy}
|
5357
|
-
function create_if_block$
|
5357
|
+
function create_if_block$b(ctx) {
|
5358
5358
|
let a;
|
5359
5359
|
let div0;
|
5360
5360
|
let rendertext;
|
@@ -5440,12 +5440,12 @@ function create_if_block$a(ctx) {
|
|
5440
5440
|
};
|
5441
5441
|
}
|
5442
5442
|
|
5443
|
-
function create_fragment$
|
5443
|
+
function create_fragment$16(ctx) {
|
5444
5444
|
let div;
|
5445
5445
|
let current_block_type_index;
|
5446
5446
|
let if_block;
|
5447
5447
|
let current;
|
5448
|
-
const if_block_creators = [create_if_block$
|
5448
|
+
const if_block_creators = [create_if_block$b, create_else_block$3];
|
5449
5449
|
const if_blocks = [];
|
5450
5450
|
|
5451
5451
|
function select_block_type(ctx, dirty) {
|
@@ -5510,7 +5510,7 @@ function create_fragment$13(ctx) {
|
|
5510
5510
|
};
|
5511
5511
|
}
|
5512
5512
|
|
5513
|
-
function instance$
|
5513
|
+
function instance$16($$self, $$props, $$invalidate) {
|
5514
5514
|
let style;
|
5515
5515
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5516
5516
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5606,8 +5606,8 @@ class TextElement extends SvelteComponent {
|
|
5606
5606
|
init(
|
5607
5607
|
this,
|
5608
5608
|
options,
|
5609
|
-
instance$
|
5610
|
-
create_fragment$
|
5609
|
+
instance$16,
|
5610
|
+
create_fragment$16,
|
5611
5611
|
safe_not_equal,
|
5612
5612
|
{
|
5613
5613
|
text: 0,
|
@@ -5618,19 +5618,19 @@ class TextElement extends SvelteComponent {
|
|
5618
5618
|
enableCopy: 2,
|
5619
5619
|
eventName: 10
|
5620
5620
|
},
|
5621
|
-
add_css$
|
5621
|
+
add_css$A
|
5622
5622
|
);
|
5623
5623
|
}
|
5624
5624
|
}
|
5625
5625
|
|
5626
5626
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5627
5627
|
|
5628
|
-
function add_css$
|
5628
|
+
function add_css$z(target) {
|
5629
5629
|
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5630
5630
|
}
|
5631
5631
|
|
5632
5632
|
// (48:2) <Button {onClick} {style} {eventName}>
|
5633
|
-
function create_default_slot$
|
5633
|
+
function create_default_slot$b(ctx) {
|
5634
5634
|
let rendertext;
|
5635
5635
|
let current;
|
5636
5636
|
rendertext = new RenderText({ props: { text: /*text*/ ctx[0] } });
|
@@ -5663,7 +5663,7 @@ function create_default_slot$a(ctx) {
|
|
5663
5663
|
};
|
5664
5664
|
}
|
5665
5665
|
|
5666
|
-
function create_fragment$
|
5666
|
+
function create_fragment$15(ctx) {
|
5667
5667
|
let div;
|
5668
5668
|
let button;
|
5669
5669
|
let current;
|
@@ -5673,7 +5673,7 @@ function create_fragment$12(ctx) {
|
|
5673
5673
|
onClick: /*onClick*/ ctx[1],
|
5674
5674
|
style: /*style*/ ctx[3],
|
5675
5675
|
eventName: /*eventName*/ ctx[2],
|
5676
|
-
$$slots: { default: [create_default_slot$
|
5676
|
+
$$slots: { default: [create_default_slot$b] },
|
5677
5677
|
$$scope: { ctx }
|
5678
5678
|
}
|
5679
5679
|
});
|
@@ -5717,7 +5717,7 @@ function create_fragment$12(ctx) {
|
|
5717
5717
|
};
|
5718
5718
|
}
|
5719
5719
|
|
5720
|
-
function instance$
|
5720
|
+
function instance$15($$self, $$props, $$invalidate) {
|
5721
5721
|
let style;
|
5722
5722
|
let { text = 'ボタンのラベル' } = $$props;
|
5723
5723
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5755,8 +5755,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5755
5755
|
init(
|
5756
5756
|
this,
|
5757
5757
|
options,
|
5758
|
-
instance$
|
5759
|
-
create_fragment$
|
5758
|
+
instance$15,
|
5759
|
+
create_fragment$15,
|
5760
5760
|
safe_not_equal,
|
5761
5761
|
{
|
5762
5762
|
text: 0,
|
@@ -5766,19 +5766,19 @@ class TextButtonElement extends SvelteComponent {
|
|
5766
5766
|
_buttonStyle: 5,
|
5767
5767
|
_style: 6
|
5768
5768
|
},
|
5769
|
-
add_css$
|
5769
|
+
add_css$z
|
5770
5770
|
);
|
5771
5771
|
}
|
5772
5772
|
}
|
5773
5773
|
|
5774
5774
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5775
5775
|
|
5776
|
-
function add_css$
|
5776
|
+
function add_css$y(target) {
|
5777
5777
|
append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-t6tu0e{width:100%;height:100%}");
|
5778
5778
|
}
|
5779
5779
|
|
5780
5780
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
5781
|
-
function create_default_slot$
|
5781
|
+
function create_default_slot$a(ctx) {
|
5782
5782
|
let img;
|
5783
5783
|
let img_style_value;
|
5784
5784
|
let img_src_value;
|
@@ -5828,7 +5828,7 @@ function create_default_slot$9(ctx) {
|
|
5828
5828
|
};
|
5829
5829
|
}
|
5830
5830
|
|
5831
|
-
function create_fragment$
|
5831
|
+
function create_fragment$14(ctx) {
|
5832
5832
|
let div;
|
5833
5833
|
let button;
|
5834
5834
|
let div_class_value;
|
@@ -5839,7 +5839,7 @@ function create_fragment$11(ctx) {
|
|
5839
5839
|
onClick: /*onClick*/ ctx[4],
|
5840
5840
|
style: /*_style*/ ctx[7],
|
5841
5841
|
eventName: /*eventName*/ ctx[5],
|
5842
|
-
$$slots: { default: [create_default_slot$
|
5842
|
+
$$slots: { default: [create_default_slot$a] },
|
5843
5843
|
$$scope: { ctx }
|
5844
5844
|
}
|
5845
5845
|
});
|
@@ -5887,7 +5887,7 @@ function create_fragment$11(ctx) {
|
|
5887
5887
|
};
|
5888
5888
|
}
|
5889
5889
|
|
5890
|
-
function instance$
|
5890
|
+
function instance$14($$self, $$props, $$invalidate) {
|
5891
5891
|
let { src = '' } = $$props;
|
5892
5892
|
let { alt = '画像の説明' } = $$props;
|
5893
5893
|
let { transport = false } = $$props;
|
@@ -5918,8 +5918,8 @@ class ImageElement extends SvelteComponent {
|
|
5918
5918
|
init(
|
5919
5919
|
this,
|
5920
5920
|
options,
|
5921
|
-
instance$
|
5922
|
-
create_fragment$
|
5921
|
+
instance$14,
|
5922
|
+
create_fragment$14,
|
5923
5923
|
safe_not_equal,
|
5924
5924
|
{
|
5925
5925
|
src: 0,
|
@@ -5931,18 +5931,18 @@ class ImageElement extends SvelteComponent {
|
|
5931
5931
|
_imageStyle: 6,
|
5932
5932
|
_style: 7
|
5933
5933
|
},
|
5934
|
-
add_css$
|
5934
|
+
add_css$y
|
5935
5935
|
);
|
5936
5936
|
}
|
5937
5937
|
}
|
5938
5938
|
|
5939
5939
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5940
5940
|
|
5941
|
-
function add_css$
|
5941
|
+
function add_css$x(target) {
|
5942
5942
|
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5943
5943
|
}
|
5944
5944
|
|
5945
|
-
function create_fragment$
|
5945
|
+
function create_fragment$13(ctx) {
|
5946
5946
|
let div;
|
5947
5947
|
let current;
|
5948
5948
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -6002,7 +6002,7 @@ function create_fragment$10(ctx) {
|
|
6002
6002
|
|
6003
6003
|
const LIST_CONTEXT_KEY = Symbol();
|
6004
6004
|
|
6005
|
-
function instance$
|
6005
|
+
function instance$13($$self, $$props, $$invalidate) {
|
6006
6006
|
let style;
|
6007
6007
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6008
6008
|
let { direction = 'vertical' } = $$props;
|
@@ -6069,8 +6069,8 @@ class List extends SvelteComponent {
|
|
6069
6069
|
init(
|
6070
6070
|
this,
|
6071
6071
|
options,
|
6072
|
-
instance$
|
6073
|
-
create_fragment$
|
6072
|
+
instance$13,
|
6073
|
+
create_fragment$13,
|
6074
6074
|
safe_not_equal,
|
6075
6075
|
{
|
6076
6076
|
direction: 1,
|
@@ -6078,19 +6078,19 @@ class List extends SvelteComponent {
|
|
6078
6078
|
background: 3,
|
6079
6079
|
_style: 4
|
6080
6080
|
},
|
6081
|
-
add_css$
|
6081
|
+
add_css$x
|
6082
6082
|
);
|
6083
6083
|
}
|
6084
6084
|
}
|
6085
6085
|
|
6086
6086
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6087
6087
|
|
6088
|
-
function add_css$
|
6088
|
+
function add_css$w(target) {
|
6089
6089
|
append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6090
6090
|
}
|
6091
6091
|
|
6092
6092
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
6093
|
-
function create_default_slot$
|
6093
|
+
function create_default_slot$9(ctx) {
|
6094
6094
|
let current;
|
6095
6095
|
const default_slot_template = /*#slots*/ ctx[5].default;
|
6096
6096
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[6], null);
|
@@ -6137,7 +6137,7 @@ function create_default_slot$8(ctx) {
|
|
6137
6137
|
};
|
6138
6138
|
}
|
6139
6139
|
|
6140
|
-
function create_fragment
|
6140
|
+
function create_fragment$12(ctx) {
|
6141
6141
|
let div;
|
6142
6142
|
let button;
|
6143
6143
|
let current;
|
@@ -6147,7 +6147,7 @@ function create_fragment$$(ctx) {
|
|
6147
6147
|
onClick: /*onClick*/ ctx[0],
|
6148
6148
|
style: /*_style*/ ctx[2],
|
6149
6149
|
eventName: /*clickEventName*/ ctx[1],
|
6150
|
-
$$slots: { default: [create_default_slot$
|
6150
|
+
$$slots: { default: [create_default_slot$9] },
|
6151
6151
|
$$scope: { ctx }
|
6152
6152
|
}
|
6153
6153
|
});
|
@@ -6196,7 +6196,7 @@ function create_fragment$$(ctx) {
|
|
6196
6196
|
};
|
6197
6197
|
}
|
6198
6198
|
|
6199
|
-
function instance
|
6199
|
+
function instance$12($$self, $$props, $$invalidate) {
|
6200
6200
|
let listItemStyle;
|
6201
6201
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6202
6202
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6275,17 +6275,17 @@ function instance$$($$self, $$props, $$invalidate) {
|
|
6275
6275
|
class ListItem extends SvelteComponent {
|
6276
6276
|
constructor(options) {
|
6277
6277
|
super();
|
6278
|
-
init(this, options, instance
|
6278
|
+
init(this, options, instance$12, create_fragment$12, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$w);
|
6279
6279
|
}
|
6280
6280
|
}
|
6281
6281
|
|
6282
6282
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6283
6283
|
|
6284
|
-
function add_css$
|
6284
|
+
function add_css$v(target) {
|
6285
6285
|
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6286
6286
|
}
|
6287
6287
|
|
6288
|
-
function create_fragment$
|
6288
|
+
function create_fragment$11(ctx) {
|
6289
6289
|
let div;
|
6290
6290
|
|
6291
6291
|
return {
|
@@ -6312,7 +6312,7 @@ function create_fragment$_(ctx) {
|
|
6312
6312
|
};
|
6313
6313
|
}
|
6314
6314
|
|
6315
|
-
function instance$
|
6315
|
+
function instance$11($$self, $$props, $$invalidate) {
|
6316
6316
|
let { code } = $$props;
|
6317
6317
|
let { _style = '' } = $$props;
|
6318
6318
|
|
@@ -6327,17 +6327,17 @@ function instance$_($$self, $$props, $$invalidate) {
|
|
6327
6327
|
class EmbedElement extends SvelteComponent {
|
6328
6328
|
constructor(options) {
|
6329
6329
|
super();
|
6330
|
-
init(this, options, instance$
|
6330
|
+
init(this, options, instance$11, create_fragment$11, safe_not_equal, { code: 0, _style: 1 }, add_css$v);
|
6331
6331
|
}
|
6332
6332
|
}
|
6333
6333
|
|
6334
6334
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6335
6335
|
|
6336
|
-
function add_css$
|
6336
|
+
function add_css$u(target) {
|
6337
6337
|
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6338
6338
|
}
|
6339
6339
|
|
6340
|
-
function create_fragment$
|
6340
|
+
function create_fragment$10(ctx) {
|
6341
6341
|
let div1;
|
6342
6342
|
let div0;
|
6343
6343
|
|
@@ -6378,7 +6378,7 @@ function _setValue(obj, key, value) {
|
|
6378
6378
|
}
|
6379
6379
|
}
|
6380
6380
|
|
6381
|
-
function instance$
|
6381
|
+
function instance$10($$self, $$props, $$invalidate) {
|
6382
6382
|
let $system;
|
6383
6383
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6384
6384
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6649,8 +6649,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6649
6649
|
init(
|
6650
6650
|
this,
|
6651
6651
|
options,
|
6652
|
-
instance$
|
6653
|
-
create_fragment$
|
6652
|
+
instance$10,
|
6653
|
+
create_fragment$10,
|
6654
6654
|
safe_not_equal,
|
6655
6655
|
{
|
6656
6656
|
videoId: 2,
|
@@ -6679,7 +6679,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6679
6679
|
mute: 25,
|
6680
6680
|
_style: 0
|
6681
6681
|
},
|
6682
|
-
add_css$
|
6682
|
+
add_css$u,
|
6683
6683
|
[-1, -1]
|
6684
6684
|
);
|
6685
6685
|
}
|
@@ -6687,11 +6687,11 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6687
6687
|
|
6688
6688
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6689
6689
|
|
6690
|
-
function add_css$
|
6690
|
+
function add_css$t(target) {
|
6691
6691
|
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6692
6692
|
}
|
6693
6693
|
|
6694
|
-
function create_fragment
|
6694
|
+
function create_fragment$$(ctx) {
|
6695
6695
|
let div1;
|
6696
6696
|
let div0;
|
6697
6697
|
|
@@ -6722,7 +6722,7 @@ function create_fragment$Y(ctx) {
|
|
6722
6722
|
};
|
6723
6723
|
}
|
6724
6724
|
|
6725
|
-
function instance
|
6725
|
+
function instance$$($$self, $$props, $$invalidate) {
|
6726
6726
|
let $system;
|
6727
6727
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6728
6728
|
let { videoId = "201239468" } = $$props;
|
@@ -6865,8 +6865,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6865
6865
|
init(
|
6866
6866
|
this,
|
6867
6867
|
options,
|
6868
|
-
instance
|
6869
|
-
create_fragment
|
6868
|
+
instance$$,
|
6869
|
+
create_fragment$$,
|
6870
6870
|
safe_not_equal,
|
6871
6871
|
{
|
6872
6872
|
videoId: 2,
|
@@ -6876,18 +6876,18 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6876
6876
|
mute: 6,
|
6877
6877
|
_style: 0
|
6878
6878
|
},
|
6879
|
-
add_css$
|
6879
|
+
add_css$t
|
6880
6880
|
);
|
6881
6881
|
}
|
6882
6882
|
}
|
6883
6883
|
|
6884
6884
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6885
6885
|
|
6886
|
-
function add_css$
|
6886
|
+
function add_css$s(target) {
|
6887
6887
|
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
6888
6888
|
}
|
6889
6889
|
|
6890
|
-
function create_fragment$
|
6890
|
+
function create_fragment$_(ctx) {
|
6891
6891
|
let div;
|
6892
6892
|
let textarea;
|
6893
6893
|
let mounted;
|
@@ -6945,7 +6945,7 @@ function create_fragment$X(ctx) {
|
|
6945
6945
|
};
|
6946
6946
|
}
|
6947
6947
|
|
6948
|
-
function instance$
|
6948
|
+
function instance$_($$self, $$props, $$invalidate) {
|
6949
6949
|
let style;
|
6950
6950
|
let styleVariables;
|
6951
6951
|
let $value;
|
@@ -7033,8 +7033,8 @@ class FormTextarea extends SvelteComponent {
|
|
7033
7033
|
init(
|
7034
7034
|
this,
|
7035
7035
|
options,
|
7036
|
-
instance$
|
7037
|
-
create_fragment$
|
7036
|
+
instance$_,
|
7037
|
+
create_fragment$_,
|
7038
7038
|
safe_not_equal,
|
7039
7039
|
{
|
7040
7040
|
name: 7,
|
@@ -7046,14 +7046,14 @@ class FormTextarea extends SvelteComponent {
|
|
7046
7046
|
_textStyle: 11,
|
7047
7047
|
_placeholderStyle: 12
|
7048
7048
|
},
|
7049
|
-
add_css$
|
7049
|
+
add_css$s
|
7050
7050
|
);
|
7051
7051
|
}
|
7052
7052
|
}
|
7053
7053
|
|
7054
7054
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7055
7055
|
|
7056
|
-
function add_css$
|
7056
|
+
function add_css$r(target) {
|
7057
7057
|
append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-17s08g:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17s08g{margin-left:0.5em}");
|
7058
7058
|
}
|
7059
7059
|
|
@@ -7143,7 +7143,7 @@ function create_each_block$6(ctx) {
|
|
7143
7143
|
};
|
7144
7144
|
}
|
7145
7145
|
|
7146
|
-
function create_fragment$
|
7146
|
+
function create_fragment$Z(ctx) {
|
7147
7147
|
let div;
|
7148
7148
|
let each_value = /*_options*/ ctx[4];
|
7149
7149
|
let each_blocks = [];
|
@@ -7207,7 +7207,7 @@ function create_fragment$W(ctx) {
|
|
7207
7207
|
};
|
7208
7208
|
}
|
7209
7209
|
|
7210
|
-
function instance$
|
7210
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
7211
7211
|
let _options;
|
7212
7212
|
let buttonStyle;
|
7213
7213
|
let _value;
|
@@ -7307,8 +7307,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7307
7307
|
init(
|
7308
7308
|
this,
|
7309
7309
|
options,
|
7310
|
-
instance$
|
7311
|
-
create_fragment$
|
7310
|
+
instance$Z,
|
7311
|
+
create_fragment$Z,
|
7312
7312
|
safe_not_equal,
|
7313
7313
|
{
|
7314
7314
|
name: 0,
|
@@ -7321,14 +7321,14 @@ class FormRadioButtons extends SvelteComponent {
|
|
7321
7321
|
buttonColor: 13,
|
7322
7322
|
buttonColorActive: 14
|
7323
7323
|
},
|
7324
|
-
add_css$
|
7324
|
+
add_css$r
|
7325
7325
|
);
|
7326
7326
|
}
|
7327
7327
|
}
|
7328
7328
|
|
7329
7329
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7330
7330
|
|
7331
|
-
function add_css$
|
7331
|
+
function add_css$q(target) {
|
7332
7332
|
append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-t9ynyj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-t9ynyj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
7333
7333
|
}
|
7334
7334
|
|
@@ -7360,7 +7360,7 @@ function create_else_block$2(ctx) {
|
|
7360
7360
|
}
|
7361
7361
|
|
7362
7362
|
// (105:10) {#if option}
|
7363
|
-
function create_if_block$
|
7363
|
+
function create_if_block$a(ctx) {
|
7364
7364
|
let t_value = /*option*/ ctx[19] + "";
|
7365
7365
|
let t;
|
7366
7366
|
|
@@ -7388,7 +7388,7 @@ function create_each_block$5(ctx) {
|
|
7388
7388
|
let option_selected_value;
|
7389
7389
|
|
7390
7390
|
function select_block_type(ctx, dirty) {
|
7391
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7391
|
+
if (/*option*/ ctx[19]) return create_if_block$a;
|
7392
7392
|
return create_else_block$2;
|
7393
7393
|
}
|
7394
7394
|
|
@@ -7438,7 +7438,7 @@ function create_each_block$5(ctx) {
|
|
7438
7438
|
};
|
7439
7439
|
}
|
7440
7440
|
|
7441
|
-
function create_fragment$
|
7441
|
+
function create_fragment$Y(ctx) {
|
7442
7442
|
let div1;
|
7443
7443
|
let select;
|
7444
7444
|
let t;
|
@@ -7528,7 +7528,7 @@ function create_fragment$V(ctx) {
|
|
7528
7528
|
};
|
7529
7529
|
}
|
7530
7530
|
|
7531
|
-
function instance$
|
7531
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
7532
7532
|
let _options;
|
7533
7533
|
let style;
|
7534
7534
|
let styleVariables;
|
@@ -7644,8 +7644,8 @@ class FormSelect extends SvelteComponent {
|
|
7644
7644
|
init(
|
7645
7645
|
this,
|
7646
7646
|
options,
|
7647
|
-
instance$
|
7648
|
-
create_fragment$
|
7647
|
+
instance$Y,
|
7648
|
+
create_fragment$Y,
|
7649
7649
|
safe_not_equal,
|
7650
7650
|
{
|
7651
7651
|
name: 7,
|
@@ -7660,14 +7660,14 @@ class FormSelect extends SvelteComponent {
|
|
7660
7660
|
iconColor: 15,
|
7661
7661
|
iconSize: 16
|
7662
7662
|
},
|
7663
|
-
add_css$
|
7663
|
+
add_css$q
|
7664
7664
|
);
|
7665
7665
|
}
|
7666
7666
|
}
|
7667
7667
|
|
7668
7668
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7669
7669
|
|
7670
|
-
function add_css$
|
7670
|
+
function add_css$p(target) {
|
7671
7671
|
append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7672
7672
|
}
|
7673
7673
|
|
@@ -7773,7 +7773,7 @@ function create_each_block$4(ctx) {
|
|
7773
7773
|
};
|
7774
7774
|
}
|
7775
7775
|
|
7776
|
-
function create_fragment$
|
7776
|
+
function create_fragment$X(ctx) {
|
7777
7777
|
let div;
|
7778
7778
|
let each_value = /*_options*/ ctx[3];
|
7779
7779
|
let each_blocks = [];
|
@@ -7837,7 +7837,7 @@ function create_fragment$U(ctx) {
|
|
7837
7837
|
};
|
7838
7838
|
}
|
7839
7839
|
|
7840
|
-
function instance$
|
7840
|
+
function instance$X($$self, $$props, $$invalidate) {
|
7841
7841
|
let _options;
|
7842
7842
|
let styleVariables;
|
7843
7843
|
let isCheckedArray;
|
@@ -7943,8 +7943,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7943
7943
|
init(
|
7944
7944
|
this,
|
7945
7945
|
options,
|
7946
|
-
instance$
|
7947
|
-
create_fragment$
|
7946
|
+
instance$X,
|
7947
|
+
create_fragment$X,
|
7948
7948
|
safe_not_equal,
|
7949
7949
|
{
|
7950
7950
|
name: 0,
|
@@ -7957,14 +7957,14 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7957
7957
|
buttonColor: 13,
|
7958
7958
|
buttonColorActive: 14
|
7959
7959
|
},
|
7960
|
-
add_css$
|
7960
|
+
add_css$p
|
7961
7961
|
);
|
7962
7962
|
}
|
7963
7963
|
}
|
7964
7964
|
|
7965
7965
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7966
7966
|
|
7967
|
-
function add_css$
|
7967
|
+
function add_css$o(target) {
|
7968
7968
|
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
7969
7969
|
}
|
7970
7970
|
|
@@ -8021,7 +8021,7 @@ function create_each_block$3(ctx) {
|
|
8021
8021
|
};
|
8022
8022
|
}
|
8023
8023
|
|
8024
|
-
function create_fragment$
|
8024
|
+
function create_fragment$W(ctx) {
|
8025
8025
|
let div;
|
8026
8026
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
8027
8027
|
let each_blocks = [];
|
@@ -8080,7 +8080,7 @@ function create_fragment$T(ctx) {
|
|
8080
8080
|
};
|
8081
8081
|
}
|
8082
8082
|
|
8083
|
-
function instance$
|
8083
|
+
function instance$W($$self, $$props, $$invalidate) {
|
8084
8084
|
let _value;
|
8085
8085
|
let $value;
|
8086
8086
|
let { name = '' } = $$props;
|
@@ -8162,8 +8162,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8162
8162
|
init(
|
8163
8163
|
this,
|
8164
8164
|
options,
|
8165
|
-
instance$
|
8166
|
-
create_fragment$
|
8165
|
+
instance$W,
|
8166
|
+
create_fragment$W,
|
8167
8167
|
safe_not_equal,
|
8168
8168
|
{
|
8169
8169
|
name: 6,
|
@@ -8174,14 +8174,14 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8174
8174
|
buttonStyle: 9,
|
8175
8175
|
buttonActiveStyle: 10
|
8176
8176
|
},
|
8177
|
-
add_css$
|
8177
|
+
add_css$o
|
8178
8178
|
);
|
8179
8179
|
}
|
8180
8180
|
}
|
8181
8181
|
|
8182
8182
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8183
8183
|
|
8184
|
-
function add_css$
|
8184
|
+
function add_css$n(target) {
|
8185
8185
|
append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
|
8186
8186
|
}
|
8187
8187
|
|
@@ -8241,7 +8241,7 @@ function create_each_block$2(ctx) {
|
|
8241
8241
|
};
|
8242
8242
|
}
|
8243
8243
|
|
8244
|
-
function create_fragment$
|
8244
|
+
function create_fragment$V(ctx) {
|
8245
8245
|
let div;
|
8246
8246
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8247
8247
|
let each_blocks = [];
|
@@ -8303,7 +8303,7 @@ function create_fragment$S(ctx) {
|
|
8303
8303
|
const count = 5;
|
8304
8304
|
const func = i => i + 1;
|
8305
8305
|
|
8306
|
-
function instance$
|
8306
|
+
function instance$V($$self, $$props, $$invalidate) {
|
8307
8307
|
let _value;
|
8308
8308
|
let buttonStyle;
|
8309
8309
|
let $value;
|
@@ -8359,17 +8359,17 @@ function instance$S($$self, $$props, $$invalidate) {
|
|
8359
8359
|
class FormRatingButtonsFace extends SvelteComponent {
|
8360
8360
|
constructor(options) {
|
8361
8361
|
super();
|
8362
|
-
init(this, options, instance$
|
8362
|
+
init(this, options, instance$V, create_fragment$V, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$n);
|
8363
8363
|
}
|
8364
8364
|
}
|
8365
8365
|
|
8366
8366
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8367
8367
|
|
8368
|
-
function add_css$
|
8368
|
+
function add_css$m(target) {
|
8369
8369
|
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8370
8370
|
}
|
8371
8371
|
|
8372
|
-
function create_fragment$
|
8372
|
+
function create_fragment$U(ctx) {
|
8373
8373
|
let div;
|
8374
8374
|
let input;
|
8375
8375
|
let input_class_value;
|
@@ -8433,7 +8433,7 @@ function create_fragment$R(ctx) {
|
|
8433
8433
|
};
|
8434
8434
|
}
|
8435
8435
|
|
8436
|
-
function instance$
|
8436
|
+
function instance$U($$self, $$props, $$invalidate) {
|
8437
8437
|
let style;
|
8438
8438
|
let styleVariables;
|
8439
8439
|
let isValidForUI;
|
@@ -8564,8 +8564,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8564
8564
|
init(
|
8565
8565
|
this,
|
8566
8566
|
options,
|
8567
|
-
instance$
|
8568
|
-
create_fragment$
|
8567
|
+
instance$U,
|
8568
|
+
create_fragment$U,
|
8569
8569
|
safe_not_equal,
|
8570
8570
|
{
|
8571
8571
|
field: 9,
|
@@ -8579,18 +8579,18 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8579
8579
|
_textStyle: 15,
|
8580
8580
|
_placeholderStyle: 16
|
8581
8581
|
},
|
8582
|
-
add_css$
|
8582
|
+
add_css$m
|
8583
8583
|
);
|
8584
8584
|
}
|
8585
8585
|
}
|
8586
8586
|
|
8587
8587
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8588
8588
|
|
8589
|
-
function add_css$
|
8589
|
+
function add_css$l(target) {
|
8590
8590
|
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
8591
8591
|
}
|
8592
8592
|
|
8593
|
-
function create_fragment$
|
8593
|
+
function create_fragment$T(ctx) {
|
8594
8594
|
let div;
|
8595
8595
|
let label0;
|
8596
8596
|
let input0;
|
@@ -8703,7 +8703,7 @@ function create_fragment$Q(ctx) {
|
|
8703
8703
|
};
|
8704
8704
|
}
|
8705
8705
|
|
8706
|
-
function instance$
|
8706
|
+
function instance$T($$self, $$props, $$invalidate) {
|
8707
8707
|
let buttonStyle;
|
8708
8708
|
let $value;
|
8709
8709
|
let { field = 'subscription' } = $$props;
|
@@ -8785,8 +8785,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8785
8785
|
init(
|
8786
8786
|
this,
|
8787
8787
|
options,
|
8788
|
-
instance$
|
8789
|
-
create_fragment$
|
8788
|
+
instance$T,
|
8789
|
+
create_fragment$T,
|
8790
8790
|
safe_not_equal,
|
8791
8791
|
{
|
8792
8792
|
field: 6,
|
@@ -8798,14 +8798,14 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8798
8798
|
buttonColor: 10,
|
8799
8799
|
buttonColorActive: 11
|
8800
8800
|
},
|
8801
|
-
add_css$
|
8801
|
+
add_css$l
|
8802
8802
|
);
|
8803
8803
|
}
|
8804
8804
|
}
|
8805
8805
|
|
8806
8806
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8807
8807
|
|
8808
|
-
function add_css$
|
8808
|
+
function add_css$k(target) {
|
8809
8809
|
append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
|
8810
8810
|
}
|
8811
8811
|
|
@@ -8868,7 +8868,7 @@ function create_if_block_1$2(ctx) {
|
|
8868
8868
|
}
|
8869
8869
|
|
8870
8870
|
// (380:2) {#if isVisibleNextButton}
|
8871
|
-
function create_if_block$
|
8871
|
+
function create_if_block$9(ctx) {
|
8872
8872
|
let div;
|
8873
8873
|
let button;
|
8874
8874
|
let svg;
|
@@ -8970,7 +8970,7 @@ function create_each_block$1(ctx) {
|
|
8970
8970
|
};
|
8971
8971
|
}
|
8972
8972
|
|
8973
|
-
function create_fragment$
|
8973
|
+
function create_fragment$S(ctx) {
|
8974
8974
|
let div3;
|
8975
8975
|
let div1;
|
8976
8976
|
let div0;
|
@@ -8983,7 +8983,7 @@ function create_fragment$P(ctx) {
|
|
8983
8983
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
8984
8984
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
8985
8985
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$2(ctx);
|
8986
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
8986
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$9(ctx);
|
8987
8987
|
let each_value = /*items*/ ctx[1];
|
8988
8988
|
let each_blocks = [];
|
8989
8989
|
|
@@ -9093,7 +9093,7 @@ function create_fragment$P(ctx) {
|
|
9093
9093
|
if (if_block1) {
|
9094
9094
|
if_block1.p(ctx, dirty);
|
9095
9095
|
} else {
|
9096
|
-
if_block1 = create_if_block$
|
9096
|
+
if_block1 = create_if_block$9(ctx);
|
9097
9097
|
if_block1.c();
|
9098
9098
|
if_block1.m(div3, t2);
|
9099
9099
|
}
|
@@ -9165,7 +9165,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9165
9165
|
}
|
9166
9166
|
}
|
9167
9167
|
|
9168
|
-
function instance$
|
9168
|
+
function instance$S($$self, $$props, $$invalidate) {
|
9169
9169
|
let slideStyle;
|
9170
9170
|
let slideClass;
|
9171
9171
|
let _loop;
|
@@ -9618,8 +9618,8 @@ class Slide extends SvelteComponent {
|
|
9618
9618
|
init(
|
9619
9619
|
this,
|
9620
9620
|
options,
|
9621
|
-
instance$
|
9622
|
-
create_fragment$
|
9621
|
+
instance$S,
|
9622
|
+
create_fragment$S,
|
9623
9623
|
safe_not_equal,
|
9624
9624
|
{
|
9625
9625
|
loop: 18,
|
@@ -9633,7 +9633,7 @@ class Slide extends SvelteComponent {
|
|
9633
9633
|
navigationButton: 25,
|
9634
9634
|
navigationEdgePosition: 26
|
9635
9635
|
},
|
9636
|
-
add_css$
|
9636
|
+
add_css$k,
|
9637
9637
|
[-1, -1, -1]
|
9638
9638
|
);
|
9639
9639
|
}
|
@@ -9641,11 +9641,11 @@ class Slide extends SvelteComponent {
|
|
9641
9641
|
|
9642
9642
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9643
9643
|
|
9644
|
-
function add_css$
|
9644
|
+
function add_css$j(target) {
|
9645
9645
|
append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
9646
9646
|
}
|
9647
9647
|
|
9648
|
-
function create_fragment$
|
9648
|
+
function create_fragment$R(ctx) {
|
9649
9649
|
let div1;
|
9650
9650
|
let div0;
|
9651
9651
|
let current;
|
@@ -9712,7 +9712,7 @@ function create_fragment$O(ctx) {
|
|
9712
9712
|
};
|
9713
9713
|
}
|
9714
9714
|
|
9715
|
-
function instance$
|
9715
|
+
function instance$R($$self, $$props, $$invalidate) {
|
9716
9716
|
let itemStyle;
|
9717
9717
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9718
9718
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -9778,20 +9778,20 @@ function instance$O($$self, $$props, $$invalidate) {
|
|
9778
9778
|
class SlideItem extends SvelteComponent {
|
9779
9779
|
constructor(options) {
|
9780
9780
|
super();
|
9781
|
-
init(this, options, instance$
|
9781
|
+
init(this, options, instance$R, create_fragment$R, safe_not_equal, { _style: 0 }, add_css$j);
|
9782
9782
|
}
|
9783
9783
|
}
|
9784
9784
|
|
9785
9785
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9786
9786
|
|
9787
|
-
function add_css$
|
9787
|
+
function add_css$i(target) {
|
9788
9788
|
append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9789
9789
|
}
|
9790
9790
|
|
9791
9791
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
9792
9792
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
9793
9793
|
|
9794
|
-
function create_fragment$
|
9794
|
+
function create_fragment$Q(ctx) {
|
9795
9795
|
let div1;
|
9796
9796
|
let div0;
|
9797
9797
|
let current;
|
@@ -9871,7 +9871,7 @@ function formatTimeDiff(ms) {
|
|
9871
9871
|
};
|
9872
9872
|
}
|
9873
9873
|
|
9874
|
-
function instance$
|
9874
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
9875
9875
|
let countdown;
|
9876
9876
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9877
9877
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -9932,18 +9932,18 @@ function instance$N($$self, $$props, $$invalidate) {
|
|
9932
9932
|
class Countdown extends SvelteComponent {
|
9933
9933
|
constructor(options) {
|
9934
9934
|
super();
|
9935
|
-
init(this, options, instance$
|
9935
|
+
init(this, options, instance$Q, create_fragment$Q, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$i);
|
9936
9936
|
}
|
9937
9937
|
}
|
9938
9938
|
|
9939
9939
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9940
9940
|
|
9941
|
-
function add_css$
|
9941
|
+
function add_css$h(target) {
|
9942
9942
|
append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9943
9943
|
}
|
9944
9944
|
|
9945
9945
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
9946
|
-
function create_default_slot$
|
9946
|
+
function create_default_slot$8(ctx) {
|
9947
9947
|
let current;
|
9948
9948
|
const default_slot_template = /*#slots*/ ctx[3].default;
|
9949
9949
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
@@ -9990,7 +9990,7 @@ function create_default_slot$7(ctx) {
|
|
9990
9990
|
};
|
9991
9991
|
}
|
9992
9992
|
|
9993
|
-
function create_fragment$
|
9993
|
+
function create_fragment$P(ctx) {
|
9994
9994
|
let div;
|
9995
9995
|
let button;
|
9996
9996
|
let current;
|
@@ -10000,7 +10000,7 @@ function create_fragment$M(ctx) {
|
|
10000
10000
|
onClick: /*onClick*/ ctx[0],
|
10001
10001
|
style: /*_style*/ ctx[2],
|
10002
10002
|
eventName: /*eventName*/ ctx[1],
|
10003
|
-
$$slots: { default: [create_default_slot$
|
10003
|
+
$$slots: { default: [create_default_slot$8] },
|
10004
10004
|
$$scope: { ctx }
|
10005
10005
|
}
|
10006
10006
|
});
|
@@ -10044,7 +10044,7 @@ function create_fragment$M(ctx) {
|
|
10044
10044
|
};
|
10045
10045
|
}
|
10046
10046
|
|
10047
|
-
function instance$
|
10047
|
+
function instance$P($$self, $$props, $$invalidate) {
|
10048
10048
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10049
10049
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10050
10050
|
let { eventName = '' } = $$props;
|
@@ -10063,18 +10063,18 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
10063
10063
|
class Box extends SvelteComponent {
|
10064
10064
|
constructor(options) {
|
10065
10065
|
super();
|
10066
|
-
init(this, options, instance$
|
10066
|
+
init(this, options, instance$P, create_fragment$P, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$h);
|
10067
10067
|
}
|
10068
10068
|
}
|
10069
10069
|
|
10070
10070
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10071
10071
|
|
10072
|
-
function add_css$
|
10072
|
+
function add_css$g(target) {
|
10073
10073
|
append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10074
10074
|
}
|
10075
10075
|
|
10076
10076
|
// (56:4) {#if svg}
|
10077
|
-
function create_if_block$
|
10077
|
+
function create_if_block$8(ctx) {
|
10078
10078
|
let html_tag;
|
10079
10079
|
let html_anchor;
|
10080
10080
|
|
@@ -10099,9 +10099,9 @@ function create_if_block$7(ctx) {
|
|
10099
10099
|
}
|
10100
10100
|
|
10101
10101
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10102
|
-
function create_default_slot$
|
10102
|
+
function create_default_slot$7(ctx) {
|
10103
10103
|
let if_block_anchor;
|
10104
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10104
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$8(ctx);
|
10105
10105
|
|
10106
10106
|
return {
|
10107
10107
|
c() {
|
@@ -10117,7 +10117,7 @@ function create_default_slot$6(ctx) {
|
|
10117
10117
|
if (if_block) {
|
10118
10118
|
if_block.p(ctx, dirty);
|
10119
10119
|
} else {
|
10120
|
-
if_block = create_if_block$
|
10120
|
+
if_block = create_if_block$8(ctx);
|
10121
10121
|
if_block.c();
|
10122
10122
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10123
10123
|
}
|
@@ -10133,7 +10133,7 @@ function create_default_slot$6(ctx) {
|
|
10133
10133
|
};
|
10134
10134
|
}
|
10135
10135
|
|
10136
|
-
function create_fragment$
|
10136
|
+
function create_fragment$O(ctx) {
|
10137
10137
|
let div;
|
10138
10138
|
let button;
|
10139
10139
|
let current;
|
@@ -10143,7 +10143,7 @@ function create_fragment$L(ctx) {
|
|
10143
10143
|
onClick: /*onClick*/ ctx[0],
|
10144
10144
|
style: /*style*/ ctx[2],
|
10145
10145
|
eventName: /*eventName*/ ctx[1],
|
10146
|
-
$$slots: { default: [create_default_slot$
|
10146
|
+
$$slots: { default: [create_default_slot$7] },
|
10147
10147
|
$$scope: { ctx }
|
10148
10148
|
}
|
10149
10149
|
});
|
@@ -10194,7 +10194,7 @@ function parseData(dataUrl) {
|
|
10194
10194
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10195
10195
|
}
|
10196
10196
|
|
10197
|
-
function instance$
|
10197
|
+
function instance$O($$self, $$props, $$invalidate) {
|
10198
10198
|
let svg;
|
10199
10199
|
let styleVariables;
|
10200
10200
|
let style;
|
@@ -10242,8 +10242,8 @@ class IconElement extends SvelteComponent {
|
|
10242
10242
|
init(
|
10243
10243
|
this,
|
10244
10244
|
options,
|
10245
|
-
instance$
|
10246
|
-
create_fragment$
|
10245
|
+
instance$O,
|
10246
|
+
create_fragment$O,
|
10247
10247
|
safe_not_equal,
|
10248
10248
|
{
|
10249
10249
|
icon: 4,
|
@@ -10253,18 +10253,18 @@ class IconElement extends SvelteComponent {
|
|
10253
10253
|
color: 6,
|
10254
10254
|
_style: 7
|
10255
10255
|
},
|
10256
|
-
add_css$
|
10256
|
+
add_css$g
|
10257
10257
|
);
|
10258
10258
|
}
|
10259
10259
|
}
|
10260
10260
|
|
10261
10261
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10262
10262
|
|
10263
|
-
function add_css$
|
10263
|
+
function add_css$f(target) {
|
10264
10264
|
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10265
10265
|
}
|
10266
10266
|
|
10267
|
-
function create_fragment$
|
10267
|
+
function create_fragment$N(ctx) {
|
10268
10268
|
let div;
|
10269
10269
|
let switch_instance;
|
10270
10270
|
let current;
|
@@ -10344,7 +10344,7 @@ function create_fragment$K(ctx) {
|
|
10344
10344
|
};
|
10345
10345
|
}
|
10346
10346
|
|
10347
|
-
function instance$
|
10347
|
+
function instance$N($$self, $$props, $$invalidate) {
|
10348
10348
|
let $data,
|
10349
10349
|
$$unsubscribe_data = noop,
|
10350
10350
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10369,17 +10369,17 @@ function instance$K($$self, $$props, $$invalidate) {
|
|
10369
10369
|
class CodeElement extends SvelteComponent {
|
10370
10370
|
constructor(options) {
|
10371
10371
|
super();
|
10372
|
-
init(this, options, instance$
|
10372
|
+
init(this, options, instance$N, create_fragment$N, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$f);
|
10373
10373
|
}
|
10374
10374
|
}
|
10375
10375
|
|
10376
10376
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10377
10377
|
|
10378
|
-
function add_css$
|
10378
|
+
function add_css$e(target) {
|
10379
10379
|
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10380
10380
|
}
|
10381
10381
|
|
10382
|
-
function create_fragment$
|
10382
|
+
function create_fragment$M(ctx) {
|
10383
10383
|
let div;
|
10384
10384
|
let div_style_value;
|
10385
10385
|
let current;
|
@@ -10444,7 +10444,7 @@ function getFlexContext() {
|
|
10444
10444
|
return getContext(FlexContextKey);
|
10445
10445
|
}
|
10446
10446
|
|
10447
|
-
function instance$
|
10447
|
+
function instance$M($$self, $$props, $$invalidate) {
|
10448
10448
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10449
10449
|
let { direction = 'row' } = $$props;
|
10450
10450
|
let { width = '100%' } = $$props;
|
@@ -10470,8 +10470,8 @@ class Flex extends SvelteComponent {
|
|
10470
10470
|
init(
|
10471
10471
|
this,
|
10472
10472
|
options,
|
10473
|
-
instance$
|
10474
|
-
create_fragment$
|
10473
|
+
instance$M,
|
10474
|
+
create_fragment$M,
|
10475
10475
|
safe_not_equal,
|
10476
10476
|
{
|
10477
10477
|
direction: 0,
|
@@ -10479,18 +10479,18 @@ class Flex extends SvelteComponent {
|
|
10479
10479
|
height: 2,
|
10480
10480
|
_style: 3
|
10481
10481
|
},
|
10482
|
-
add_css$
|
10482
|
+
add_css$e
|
10483
10483
|
);
|
10484
10484
|
}
|
10485
10485
|
}
|
10486
10486
|
|
10487
10487
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10488
10488
|
|
10489
|
-
function add_css$
|
10489
|
+
function add_css$d(target) {
|
10490
10490
|
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10491
10491
|
}
|
10492
10492
|
|
10493
|
-
function create_fragment$
|
10493
|
+
function create_fragment$L(ctx) {
|
10494
10494
|
let div;
|
10495
10495
|
let current;
|
10496
10496
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -10548,7 +10548,7 @@ function create_fragment$I(ctx) {
|
|
10548
10548
|
};
|
10549
10549
|
}
|
10550
10550
|
|
10551
|
-
function instance$
|
10551
|
+
function instance$L($$self, $$props, $$invalidate) {
|
10552
10552
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10553
10553
|
let { length } = $$props;
|
10554
10554
|
let { _style = '' } = $$props;
|
@@ -10591,7 +10591,7 @@ function instance$I($$self, $$props, $$invalidate) {
|
|
10591
10591
|
class FlexItem extends SvelteComponent {
|
10592
10592
|
constructor(options) {
|
10593
10593
|
super();
|
10594
|
-
init(this, options, instance$
|
10594
|
+
init(this, options, instance$L, create_fragment$L, safe_not_equal, { length: 1, _style: 2 }, add_css$d);
|
10595
10595
|
}
|
10596
10596
|
}
|
10597
10597
|
|
@@ -10701,7 +10701,7 @@ function create_default_slot_1(ctx) {
|
|
10701
10701
|
}
|
10702
10702
|
|
10703
10703
|
// (106:0) <StateItem {path}>
|
10704
|
-
function create_default_slot$
|
10704
|
+
function create_default_slot$6(ctx) {
|
10705
10705
|
let modal;
|
10706
10706
|
let current;
|
10707
10707
|
|
@@ -10766,14 +10766,14 @@ function create_default_slot$5(ctx) {
|
|
10766
10766
|
};
|
10767
10767
|
}
|
10768
10768
|
|
10769
|
-
function create_fragment$
|
10769
|
+
function create_fragment$K(ctx) {
|
10770
10770
|
let stateitem;
|
10771
10771
|
let current;
|
10772
10772
|
|
10773
10773
|
stateitem = new StateItem({
|
10774
10774
|
props: {
|
10775
10775
|
path: /*path*/ ctx[0],
|
10776
|
-
$$slots: { default: [create_default_slot$
|
10776
|
+
$$slots: { default: [create_default_slot$6] },
|
10777
10777
|
$$scope: { ctx }
|
10778
10778
|
}
|
10779
10779
|
});
|
@@ -10811,7 +10811,7 @@ function create_fragment$H(ctx) {
|
|
10811
10811
|
};
|
10812
10812
|
}
|
10813
10813
|
|
10814
|
-
function instance$
|
10814
|
+
function instance$K($$self, $$props, $$invalidate) {
|
10815
10815
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10816
10816
|
let { path } = $$props;
|
10817
10817
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -10882,7 +10882,7 @@ class GridModalState extends SvelteComponent {
|
|
10882
10882
|
constructor(options) {
|
10883
10883
|
super();
|
10884
10884
|
|
10885
|
-
init(this, options, instance$
|
10885
|
+
init(this, options, instance$K, create_fragment$K, safe_not_equal, {
|
10886
10886
|
path: 0,
|
10887
10887
|
onClick: 1,
|
10888
10888
|
clickEventName: 2,
|
@@ -10907,11 +10907,11 @@ class GridModalState extends SvelteComponent {
|
|
10907
10907
|
|
10908
10908
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10909
10909
|
|
10910
|
-
function add_css$
|
10910
|
+
function add_css$c(target) {
|
10911
10911
|
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
10912
10912
|
}
|
10913
10913
|
|
10914
|
-
function create_fragment$
|
10914
|
+
function create_fragment$J(ctx) {
|
10915
10915
|
let div1;
|
10916
10916
|
let div0;
|
10917
10917
|
let rendertext;
|
@@ -10963,7 +10963,7 @@ function create_fragment$G(ctx) {
|
|
10963
10963
|
};
|
10964
10964
|
}
|
10965
10965
|
|
10966
|
-
function instance$
|
10966
|
+
function instance$J($$self, $$props, $$invalidate) {
|
10967
10967
|
let style;
|
10968
10968
|
let { text = 'サンプルSample' } = $$props;
|
10969
10969
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -10999,8 +10999,8 @@ class TextBlock extends SvelteComponent {
|
|
10999
10999
|
init(
|
11000
11000
|
this,
|
11001
11001
|
options,
|
11002
|
-
instance$
|
11003
|
-
create_fragment$
|
11002
|
+
instance$J,
|
11003
|
+
create_fragment$J,
|
11004
11004
|
safe_not_equal,
|
11005
11005
|
{
|
11006
11006
|
text: 0,
|
@@ -11009,18 +11009,18 @@ class TextBlock extends SvelteComponent {
|
|
11009
11009
|
textDirection: 1,
|
11010
11010
|
_style: 5
|
11011
11011
|
},
|
11012
|
-
add_css$
|
11012
|
+
add_css$c
|
11013
11013
|
);
|
11014
11014
|
}
|
11015
11015
|
}
|
11016
11016
|
|
11017
11017
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11018
11018
|
|
11019
|
-
function add_css$
|
11019
|
+
function add_css$b(target) {
|
11020
11020
|
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
11021
11021
|
}
|
11022
11022
|
|
11023
|
-
function create_fragment$
|
11023
|
+
function create_fragment$I(ctx) {
|
11024
11024
|
let div;
|
11025
11025
|
let button;
|
11026
11026
|
let rendertext;
|
@@ -11081,7 +11081,7 @@ function create_fragment$F(ctx) {
|
|
11081
11081
|
};
|
11082
11082
|
}
|
11083
11083
|
|
11084
|
-
function instance$
|
11084
|
+
function instance$I($$self, $$props, $$invalidate) {
|
11085
11085
|
let { text = 'ボタンラベル' } = $$props;
|
11086
11086
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11087
11087
|
|
@@ -11123,8 +11123,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11123
11123
|
init(
|
11124
11124
|
this,
|
11125
11125
|
options,
|
11126
|
-
instance$
|
11127
|
-
create_fragment$
|
11126
|
+
instance$I,
|
11127
|
+
create_fragment$I,
|
11128
11128
|
safe_not_equal,
|
11129
11129
|
{
|
11130
11130
|
text: 0,
|
@@ -11134,18 +11134,18 @@ class TextButtonBlock extends SvelteComponent {
|
|
11134
11134
|
_buttonStyle: 1,
|
11135
11135
|
_style: 2
|
11136
11136
|
},
|
11137
|
-
add_css$
|
11137
|
+
add_css$b
|
11138
11138
|
);
|
11139
11139
|
}
|
11140
11140
|
}
|
11141
11141
|
|
11142
11142
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11143
11143
|
|
11144
|
-
function add_css$
|
11144
|
+
function add_css$a(target) {
|
11145
11145
|
append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11146
11146
|
}
|
11147
11147
|
|
11148
|
-
function create_fragment$
|
11148
|
+
function create_fragment$H(ctx) {
|
11149
11149
|
let div;
|
11150
11150
|
let img;
|
11151
11151
|
let img_style_value;
|
@@ -11208,7 +11208,7 @@ function create_fragment$E(ctx) {
|
|
11208
11208
|
};
|
11209
11209
|
}
|
11210
11210
|
|
11211
|
-
function instance$
|
11211
|
+
function instance$H($$self, $$props, $$invalidate) {
|
11212
11212
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11213
11213
|
let { alt = 'No Image' } = $$props;
|
11214
11214
|
let { transport = false } = $$props;
|
@@ -11248,8 +11248,8 @@ class ImageBlock extends SvelteComponent {
|
|
11248
11248
|
init(
|
11249
11249
|
this,
|
11250
11250
|
options,
|
11251
|
-
instance$
|
11252
|
-
create_fragment$
|
11251
|
+
instance$H,
|
11252
|
+
create_fragment$H,
|
11253
11253
|
safe_not_equal,
|
11254
11254
|
{
|
11255
11255
|
src: 0,
|
@@ -11261,7 +11261,7 @@ class ImageBlock extends SvelteComponent {
|
|
11261
11261
|
_imageStyle: 4,
|
11262
11262
|
_style: 5
|
11263
11263
|
},
|
11264
|
-
add_css$
|
11264
|
+
add_css$a
|
11265
11265
|
);
|
11266
11266
|
}
|
11267
11267
|
}
|
@@ -11361,8 +11361,8 @@ const toCssShadow = (p) => {
|
|
11361
11361
|
|
11362
11362
|
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
11363
11363
|
|
11364
|
-
function add_css$
|
11365
|
-
append_styles(target, "svelte-
|
11364
|
+
function add_css$9(target) {
|
11365
|
+
append_styles(target, "svelte-12c4e5i", ".clickable.svelte-12c4e5i:link,.clickable.svelte-12c4e5i:visited,.clickable.svelte-12c4e5i:active,.clickable.svelte-12c4e5i:hover{color:inherit}.clickable.svelte-12c4e5i:enabled{cursor:pointer}.clickable.svelte-12c4e5i{text-decoration:none}");
|
11366
11366
|
}
|
11367
11367
|
|
11368
11368
|
// (40:0) {:else}
|
@@ -11392,7 +11392,7 @@ function create_else_block$1(ctx) {
|
|
11392
11392
|
button = element("button");
|
11393
11393
|
if (default_slot) default_slot.c();
|
11394
11394
|
set_attributes(button, button_data);
|
11395
|
-
toggle_class(button, "svelte-
|
11395
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
11396
11396
|
},
|
11397
11397
|
m(target, anchor) {
|
11398
11398
|
insert(target, button, anchor);
|
@@ -11432,7 +11432,7 @@ function create_else_block$1(ctx) {
|
|
11432
11432
|
dataAttrStopPropagation('click')
|
11433
11433
|
]));
|
11434
11434
|
|
11435
|
-
toggle_class(button, "svelte-
|
11435
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
11436
11436
|
},
|
11437
11437
|
i(local) {
|
11438
11438
|
if (current) return;
|
@@ -11465,7 +11465,7 @@ function create_if_block_1$1(ctx) {
|
|
11465
11465
|
div = element("div");
|
11466
11466
|
if (default_slot) default_slot.c();
|
11467
11467
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
11468
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
11468
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"));
|
11469
11469
|
attr(div, "style", /*style*/ ctx[1]);
|
11470
11470
|
},
|
11471
11471
|
m(target, anchor) {
|
@@ -11497,7 +11497,7 @@ function create_if_block_1$1(ctx) {
|
|
11497
11497
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
11498
11498
|
}
|
11499
11499
|
|
11500
|
-
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
11500
|
+
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"))) {
|
11501
11501
|
attr(div, "class", div_class_value);
|
11502
11502
|
}
|
11503
11503
|
|
@@ -11522,7 +11522,7 @@ function create_if_block_1$1(ctx) {
|
|
11522
11522
|
}
|
11523
11523
|
|
11524
11524
|
// (20:0) {#if onClick.operation === 'linkTo'}
|
11525
|
-
function create_if_block$
|
11525
|
+
function create_if_block$7(ctx) {
|
11526
11526
|
let a;
|
11527
11527
|
let a_href_value;
|
11528
11528
|
let a_target_value;
|
@@ -11558,7 +11558,7 @@ function create_if_block$6(ctx) {
|
|
11558
11558
|
a = element("a");
|
11559
11559
|
if (default_slot) default_slot.c();
|
11560
11560
|
set_attributes(a, a_data);
|
11561
|
-
toggle_class(a, "svelte-
|
11561
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
11562
11562
|
},
|
11563
11563
|
m(target, anchor) {
|
11564
11564
|
insert(target, a, anchor);
|
@@ -11601,7 +11601,7 @@ function create_if_block$6(ctx) {
|
|
11601
11601
|
dataAttrStopPropagation('click')
|
11602
11602
|
]));
|
11603
11603
|
|
11604
|
-
toggle_class(a, "svelte-
|
11604
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
11605
11605
|
},
|
11606
11606
|
i(local) {
|
11607
11607
|
if (current) return;
|
@@ -11621,12 +11621,12 @@ function create_if_block$6(ctx) {
|
|
11621
11621
|
};
|
11622
11622
|
}
|
11623
11623
|
|
11624
|
-
function create_fragment$
|
11624
|
+
function create_fragment$G(ctx) {
|
11625
11625
|
let current_block_type_index;
|
11626
11626
|
let if_block;
|
11627
11627
|
let if_block_anchor;
|
11628
11628
|
let current;
|
11629
|
-
const if_block_creators = [create_if_block$
|
11629
|
+
const if_block_creators = [create_if_block$7, create_if_block_1$1, create_else_block$1];
|
11630
11630
|
const if_blocks = [];
|
11631
11631
|
|
11632
11632
|
function select_block_type(ctx, dirty) {
|
@@ -11693,7 +11693,7 @@ function create_fragment$D(ctx) {
|
|
11693
11693
|
|
11694
11694
|
const CLICKABLE_CLASS = 'clickable';
|
11695
11695
|
|
11696
|
-
function instance$
|
11696
|
+
function instance$G($$self, $$props, $$invalidate) {
|
11697
11697
|
let fixedClass;
|
11698
11698
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11699
11699
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -11748,8 +11748,8 @@ class Clickable extends SvelteComponent {
|
|
11748
11748
|
init(
|
11749
11749
|
this,
|
11750
11750
|
options,
|
11751
|
-
instance$
|
11752
|
-
create_fragment$
|
11751
|
+
instance$G,
|
11752
|
+
create_fragment$G,
|
11753
11753
|
safe_not_equal,
|
11754
11754
|
{
|
11755
11755
|
onClick: 0,
|
@@ -11759,14 +11759,14 @@ class Clickable extends SvelteComponent {
|
|
11759
11759
|
layerId: 2,
|
11760
11760
|
className: 7
|
11761
11761
|
},
|
11762
|
-
add_css$
|
11762
|
+
add_css$9
|
11763
11763
|
);
|
11764
11764
|
}
|
11765
11765
|
}
|
11766
11766
|
|
11767
11767
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11768
11768
|
|
11769
|
-
function create_default_slot$
|
11769
|
+
function create_default_slot$5(ctx) {
|
11770
11770
|
let img;
|
11771
11771
|
let img_src_value;
|
11772
11772
|
let img_alt_value;
|
@@ -11800,7 +11800,7 @@ function create_default_slot$4(ctx) {
|
|
11800
11800
|
};
|
11801
11801
|
}
|
11802
11802
|
|
11803
|
-
function create_fragment$
|
11803
|
+
function create_fragment$F(ctx) {
|
11804
11804
|
let clickable;
|
11805
11805
|
let current;
|
11806
11806
|
|
@@ -11811,7 +11811,7 @@ function create_fragment$C(ctx) {
|
|
11811
11811
|
onClick: /*props*/ ctx[0].onClick,
|
11812
11812
|
eventName: /*props*/ ctx[0].eventName,
|
11813
11813
|
eventValue: /*props*/ ctx[0].eventValue,
|
11814
|
-
$$slots: { default: [create_default_slot$
|
11814
|
+
$$slots: { default: [create_default_slot$5] },
|
11815
11815
|
$$scope: { ctx }
|
11816
11816
|
}
|
11817
11817
|
});
|
@@ -11853,7 +11853,7 @@ function create_fragment$C(ctx) {
|
|
11853
11853
|
};
|
11854
11854
|
}
|
11855
11855
|
|
11856
|
-
function instance$
|
11856
|
+
function instance$F($$self, $$props, $$invalidate) {
|
11857
11857
|
let style;
|
11858
11858
|
let imgStyle;
|
11859
11859
|
let { props = {} } = $$props;
|
@@ -11902,7 +11902,7 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
11902
11902
|
class Avatar extends SvelteComponent {
|
11903
11903
|
constructor(options) {
|
11904
11904
|
super();
|
11905
|
-
init(this, options, instance$
|
11905
|
+
init(this, options, instance$F, create_fragment$F, safe_not_equal, { props: 0, layerId: 1 });
|
11906
11906
|
}
|
11907
11907
|
}
|
11908
11908
|
|
@@ -11927,8 +11927,13 @@ const BUTTON_SIZE = {
|
|
11927
11927
|
};
|
11928
11928
|
const BUTTON_THEME = {
|
11929
11929
|
default: 'デフォルト',
|
11930
|
-
|
11930
|
+
primary: 'プライマリー',
|
11931
|
+
secondary: 'セカンダリー',
|
11932
|
+
success: 'サクセス',
|
11933
|
+
warning: 'ワーニング',
|
11931
11934
|
alert: 'アラート',
|
11935
|
+
info: 'インフォ',
|
11936
|
+
neutral: 'ニュートラル',
|
11932
11937
|
transparent: '背景なし',
|
11933
11938
|
};
|
11934
11939
|
const BUTTON_ROUND = {
|
@@ -11955,7 +11960,7 @@ const buttonPropsDefault = {
|
|
11955
11960
|
|
11956
11961
|
/* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
11957
11962
|
|
11958
|
-
function create_fragment$
|
11963
|
+
function create_fragment$E(ctx) {
|
11959
11964
|
let svg;
|
11960
11965
|
let path;
|
11961
11966
|
|
@@ -11987,7 +11992,7 @@ function create_fragment$B(ctx) {
|
|
11987
11992
|
};
|
11988
11993
|
}
|
11989
11994
|
|
11990
|
-
function instance$
|
11995
|
+
function instance$E($$self, $$props, $$invalidate) {
|
11991
11996
|
let { color } = $$props;
|
11992
11997
|
|
11993
11998
|
$$self.$$set = $$props => {
|
@@ -12000,13 +12005,13 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
12000
12005
|
class IconArrowDown extends SvelteComponent {
|
12001
12006
|
constructor(options) {
|
12002
12007
|
super();
|
12003
|
-
init(this, options, instance$
|
12008
|
+
init(this, options, instance$E, create_fragment$E, safe_not_equal, { color: 0 });
|
12004
12009
|
}
|
12005
12010
|
}
|
12006
12011
|
|
12007
12012
|
/* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
12008
12013
|
|
12009
|
-
function create_fragment$
|
12014
|
+
function create_fragment$D(ctx) {
|
12010
12015
|
let svg;
|
12011
12016
|
let path;
|
12012
12017
|
|
@@ -12038,7 +12043,7 @@ function create_fragment$A(ctx) {
|
|
12038
12043
|
};
|
12039
12044
|
}
|
12040
12045
|
|
12041
|
-
function instance$
|
12046
|
+
function instance$D($$self, $$props, $$invalidate) {
|
12042
12047
|
let { color } = $$props;
|
12043
12048
|
|
12044
12049
|
$$self.$$set = $$props => {
|
@@ -12051,13 +12056,13 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
12051
12056
|
class IconArrowUp extends SvelteComponent {
|
12052
12057
|
constructor(options) {
|
12053
12058
|
super();
|
12054
|
-
init(this, options, instance$
|
12059
|
+
init(this, options, instance$D, create_fragment$D, safe_not_equal, { color: 0 });
|
12055
12060
|
}
|
12056
12061
|
}
|
12057
12062
|
|
12058
12063
|
/* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
12059
12064
|
|
12060
|
-
function create_fragment$
|
12065
|
+
function create_fragment$C(ctx) {
|
12061
12066
|
let svg;
|
12062
12067
|
let path;
|
12063
12068
|
|
@@ -12089,7 +12094,7 @@ function create_fragment$z(ctx) {
|
|
12089
12094
|
};
|
12090
12095
|
}
|
12091
12096
|
|
12092
|
-
function instance$
|
12097
|
+
function instance$C($$self, $$props, $$invalidate) {
|
12093
12098
|
let { color } = $$props;
|
12094
12099
|
|
12095
12100
|
$$self.$$set = $$props => {
|
@@ -12102,13 +12107,13 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
12102
12107
|
class IconUsers extends SvelteComponent {
|
12103
12108
|
constructor(options) {
|
12104
12109
|
super();
|
12105
|
-
init(this, options, instance$
|
12110
|
+
init(this, options, instance$C, create_fragment$C, safe_not_equal, { color: 0 });
|
12106
12111
|
}
|
12107
12112
|
}
|
12108
12113
|
|
12109
12114
|
/* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
12110
12115
|
|
12111
|
-
function create_fragment$
|
12116
|
+
function create_fragment$B(ctx) {
|
12112
12117
|
let svg;
|
12113
12118
|
let path;
|
12114
12119
|
|
@@ -12140,7 +12145,7 @@ function create_fragment$y(ctx) {
|
|
12140
12145
|
};
|
12141
12146
|
}
|
12142
12147
|
|
12143
|
-
function instance$
|
12148
|
+
function instance$B($$self, $$props, $$invalidate) {
|
12144
12149
|
let { color } = $$props;
|
12145
12150
|
|
12146
12151
|
$$self.$$set = $$props => {
|
@@ -12153,13 +12158,13 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
12153
12158
|
class IconArrowLeft extends SvelteComponent {
|
12154
12159
|
constructor(options) {
|
12155
12160
|
super();
|
12156
|
-
init(this, options, instance$
|
12161
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
|
12157
12162
|
}
|
12158
12163
|
}
|
12159
12164
|
|
12160
12165
|
/* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
12161
12166
|
|
12162
|
-
function create_fragment$
|
12167
|
+
function create_fragment$A(ctx) {
|
12163
12168
|
let svg;
|
12164
12169
|
let path;
|
12165
12170
|
|
@@ -12191,7 +12196,7 @@ function create_fragment$x(ctx) {
|
|
12191
12196
|
};
|
12192
12197
|
}
|
12193
12198
|
|
12194
|
-
function instance$
|
12199
|
+
function instance$A($$self, $$props, $$invalidate) {
|
12195
12200
|
let { color } = $$props;
|
12196
12201
|
|
12197
12202
|
$$self.$$set = $$props => {
|
@@ -12204,13 +12209,13 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
12204
12209
|
class IconArrowRight extends SvelteComponent {
|
12205
12210
|
constructor(options) {
|
12206
12211
|
super();
|
12207
|
-
init(this, options, instance$
|
12212
|
+
init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
|
12208
12213
|
}
|
12209
12214
|
}
|
12210
12215
|
|
12211
12216
|
/* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
12212
12217
|
|
12213
|
-
function create_fragment$
|
12218
|
+
function create_fragment$z(ctx) {
|
12214
12219
|
let svg;
|
12215
12220
|
let path;
|
12216
12221
|
|
@@ -12242,7 +12247,7 @@ function create_fragment$w(ctx) {
|
|
12242
12247
|
};
|
12243
12248
|
}
|
12244
12249
|
|
12245
|
-
function instance$
|
12250
|
+
function instance$z($$self, $$props, $$invalidate) {
|
12246
12251
|
let { color } = $$props;
|
12247
12252
|
|
12248
12253
|
$$self.$$set = $$props => {
|
@@ -12255,13 +12260,13 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
12255
12260
|
class IconBell extends SvelteComponent {
|
12256
12261
|
constructor(options) {
|
12257
12262
|
super();
|
12258
|
-
init(this, options, instance$
|
12263
|
+
init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
|
12259
12264
|
}
|
12260
12265
|
}
|
12261
12266
|
|
12262
12267
|
/* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
12263
12268
|
|
12264
|
-
function create_fragment$
|
12269
|
+
function create_fragment$y(ctx) {
|
12265
12270
|
let svg;
|
12266
12271
|
let path;
|
12267
12272
|
|
@@ -12293,7 +12298,7 @@ function create_fragment$v(ctx) {
|
|
12293
12298
|
};
|
12294
12299
|
}
|
12295
12300
|
|
12296
|
-
function instance$
|
12301
|
+
function instance$y($$self, $$props, $$invalidate) {
|
12297
12302
|
let { color } = $$props;
|
12298
12303
|
|
12299
12304
|
$$self.$$set = $$props => {
|
@@ -12306,13 +12311,13 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
12306
12311
|
class IconArrowUpFromSquare extends SvelteComponent {
|
12307
12312
|
constructor(options) {
|
12308
12313
|
super();
|
12309
|
-
init(this, options, instance$
|
12314
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
|
12310
12315
|
}
|
12311
12316
|
}
|
12312
12317
|
|
12313
12318
|
/* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
12314
12319
|
|
12315
|
-
function create_fragment$
|
12320
|
+
function create_fragment$x(ctx) {
|
12316
12321
|
let svg;
|
12317
12322
|
let path;
|
12318
12323
|
|
@@ -12344,7 +12349,7 @@ function create_fragment$u(ctx) {
|
|
12344
12349
|
};
|
12345
12350
|
}
|
12346
12351
|
|
12347
|
-
function instance$
|
12352
|
+
function instance$x($$self, $$props, $$invalidate) {
|
12348
12353
|
let { color } = $$props;
|
12349
12354
|
|
12350
12355
|
$$self.$$set = $$props => {
|
@@ -12357,13 +12362,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
12357
12362
|
class IconTicket extends SvelteComponent {
|
12358
12363
|
constructor(options) {
|
12359
12364
|
super();
|
12360
|
-
init(this, options, instance$
|
12365
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
|
12361
12366
|
}
|
12362
12367
|
}
|
12363
12368
|
|
12364
12369
|
/* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
12365
12370
|
|
12366
|
-
function create_fragment$
|
12371
|
+
function create_fragment$w(ctx) {
|
12367
12372
|
let svg;
|
12368
12373
|
let path;
|
12369
12374
|
|
@@ -12395,7 +12400,7 @@ function create_fragment$t(ctx) {
|
|
12395
12400
|
};
|
12396
12401
|
}
|
12397
12402
|
|
12398
|
-
function instance$
|
12403
|
+
function instance$w($$self, $$props, $$invalidate) {
|
12399
12404
|
let { color } = $$props;
|
12400
12405
|
|
12401
12406
|
$$self.$$set = $$props => {
|
@@ -12408,13 +12413,13 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
12408
12413
|
class IconTrack extends SvelteComponent {
|
12409
12414
|
constructor(options) {
|
12410
12415
|
super();
|
12411
|
-
init(this, options, instance$
|
12416
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
|
12412
12417
|
}
|
12413
12418
|
}
|
12414
12419
|
|
12415
12420
|
/* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
12416
12421
|
|
12417
|
-
function create_fragment$
|
12422
|
+
function create_fragment$v(ctx) {
|
12418
12423
|
let svg;
|
12419
12424
|
let path;
|
12420
12425
|
|
@@ -12446,7 +12451,7 @@ function create_fragment$s(ctx) {
|
|
12446
12451
|
};
|
12447
12452
|
}
|
12448
12453
|
|
12449
|
-
function instance$
|
12454
|
+
function instance$v($$self, $$props, $$invalidate) {
|
12450
12455
|
let { color } = $$props;
|
12451
12456
|
|
12452
12457
|
$$self.$$set = $$props => {
|
@@ -12459,13 +12464,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
12459
12464
|
class IconCartShopping extends SvelteComponent {
|
12460
12465
|
constructor(options) {
|
12461
12466
|
super();
|
12462
|
-
init(this, options, instance$
|
12467
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
12463
12468
|
}
|
12464
12469
|
}
|
12465
12470
|
|
12466
12471
|
/* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
12467
12472
|
|
12468
|
-
function create_fragment$
|
12473
|
+
function create_fragment$u(ctx) {
|
12469
12474
|
let svg;
|
12470
12475
|
let path;
|
12471
12476
|
|
@@ -12497,7 +12502,7 @@ function create_fragment$r(ctx) {
|
|
12497
12502
|
};
|
12498
12503
|
}
|
12499
12504
|
|
12500
|
-
function instance$
|
12505
|
+
function instance$u($$self, $$props, $$invalidate) {
|
12501
12506
|
let { color } = $$props;
|
12502
12507
|
|
12503
12508
|
$$self.$$set = $$props => {
|
@@ -12510,13 +12515,13 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
12510
12515
|
class IconCircle extends SvelteComponent {
|
12511
12516
|
constructor(options) {
|
12512
12517
|
super();
|
12513
|
-
init(this, options, instance$
|
12518
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
12514
12519
|
}
|
12515
12520
|
}
|
12516
12521
|
|
12517
12522
|
/* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
12518
12523
|
|
12519
|
-
function create_fragment$
|
12524
|
+
function create_fragment$t(ctx) {
|
12520
12525
|
let svg;
|
12521
12526
|
let path;
|
12522
12527
|
|
@@ -12548,7 +12553,7 @@ function create_fragment$q(ctx) {
|
|
12548
12553
|
};
|
12549
12554
|
}
|
12550
12555
|
|
12551
|
-
function instance$
|
12556
|
+
function instance$t($$self, $$props, $$invalidate) {
|
12552
12557
|
let { color } = $$props;
|
12553
12558
|
|
12554
12559
|
$$self.$$set = $$props => {
|
@@ -12561,13 +12566,13 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
12561
12566
|
class IconCircleQuestion extends SvelteComponent {
|
12562
12567
|
constructor(options) {
|
12563
12568
|
super();
|
12564
|
-
init(this, options, instance$
|
12569
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
12565
12570
|
}
|
12566
12571
|
}
|
12567
12572
|
|
12568
12573
|
/* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
12569
12574
|
|
12570
|
-
function create_fragment$
|
12575
|
+
function create_fragment$s(ctx) {
|
12571
12576
|
let svg;
|
12572
12577
|
let path;
|
12573
12578
|
|
@@ -12599,7 +12604,7 @@ function create_fragment$p(ctx) {
|
|
12599
12604
|
};
|
12600
12605
|
}
|
12601
12606
|
|
12602
|
-
function instance$
|
12607
|
+
function instance$s($$self, $$props, $$invalidate) {
|
12603
12608
|
let { color } = $$props;
|
12604
12609
|
|
12605
12610
|
$$self.$$set = $$props => {
|
@@ -12612,13 +12617,13 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
12612
12617
|
class IconCheck extends SvelteComponent {
|
12613
12618
|
constructor(options) {
|
12614
12619
|
super();
|
12615
|
-
init(this, options, instance$
|
12620
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
12616
12621
|
}
|
12617
12622
|
}
|
12618
12623
|
|
12619
12624
|
/* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
12620
12625
|
|
12621
|
-
function create_fragment$
|
12626
|
+
function create_fragment$r(ctx) {
|
12622
12627
|
let svg;
|
12623
12628
|
let path;
|
12624
12629
|
|
@@ -12650,7 +12655,7 @@ function create_fragment$o(ctx) {
|
|
12650
12655
|
};
|
12651
12656
|
}
|
12652
12657
|
|
12653
|
-
function instance$
|
12658
|
+
function instance$r($$self, $$props, $$invalidate) {
|
12654
12659
|
let { color } = $$props;
|
12655
12660
|
|
12656
12661
|
$$self.$$set = $$props => {
|
@@ -12663,13 +12668,13 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
12663
12668
|
class IconXMark extends SvelteComponent {
|
12664
12669
|
constructor(options) {
|
12665
12670
|
super();
|
12666
|
-
init(this, options, instance$
|
12671
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
12667
12672
|
}
|
12668
12673
|
}
|
12669
12674
|
|
12670
12675
|
/* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
12671
12676
|
|
12672
|
-
function create_fragment$
|
12677
|
+
function create_fragment$q(ctx) {
|
12673
12678
|
let svg;
|
12674
12679
|
let path;
|
12675
12680
|
|
@@ -12701,7 +12706,7 @@ function create_fragment$n(ctx) {
|
|
12701
12706
|
};
|
12702
12707
|
}
|
12703
12708
|
|
12704
|
-
function instance$
|
12709
|
+
function instance$q($$self, $$props, $$invalidate) {
|
12705
12710
|
let { color } = $$props;
|
12706
12711
|
|
12707
12712
|
$$self.$$set = $$props => {
|
@@ -12714,13 +12719,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
12714
12719
|
class IconPaperPlane extends SvelteComponent {
|
12715
12720
|
constructor(options) {
|
12716
12721
|
super();
|
12717
|
-
init(this, options, instance$
|
12722
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
12718
12723
|
}
|
12719
12724
|
}
|
12720
12725
|
|
12721
12726
|
/* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
12722
12727
|
|
12723
|
-
function create_fragment$
|
12728
|
+
function create_fragment$p(ctx) {
|
12724
12729
|
let svg;
|
12725
12730
|
let path;
|
12726
12731
|
|
@@ -12752,7 +12757,7 @@ function create_fragment$m(ctx) {
|
|
12752
12757
|
};
|
12753
12758
|
}
|
12754
12759
|
|
12755
|
-
function instance$
|
12760
|
+
function instance$p($$self, $$props, $$invalidate) {
|
12756
12761
|
let { color } = $$props;
|
12757
12762
|
|
12758
12763
|
$$self.$$set = $$props => {
|
@@ -12765,13 +12770,13 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
12765
12770
|
class IconCopy extends SvelteComponent {
|
12766
12771
|
constructor(options) {
|
12767
12772
|
super();
|
12768
|
-
init(this, options, instance$
|
12773
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
12769
12774
|
}
|
12770
12775
|
}
|
12771
12776
|
|
12772
12777
|
/* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
12773
12778
|
|
12774
|
-
function create_fragment$
|
12779
|
+
function create_fragment$o(ctx) {
|
12775
12780
|
let svg;
|
12776
12781
|
let path;
|
12777
12782
|
|
@@ -12803,7 +12808,7 @@ function create_fragment$l(ctx) {
|
|
12803
12808
|
};
|
12804
12809
|
}
|
12805
12810
|
|
12806
|
-
function instance$
|
12811
|
+
function instance$o($$self, $$props, $$invalidate) {
|
12807
12812
|
let { color } = $$props;
|
12808
12813
|
|
12809
12814
|
$$self.$$set = $$props => {
|
@@ -12816,13 +12821,13 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
12816
12821
|
class IconCircleXMark extends SvelteComponent {
|
12817
12822
|
constructor(options) {
|
12818
12823
|
super();
|
12819
|
-
init(this, options, instance$
|
12824
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
12820
12825
|
}
|
12821
12826
|
}
|
12822
12827
|
|
12823
12828
|
/* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
12824
12829
|
|
12825
|
-
function create_fragment$
|
12830
|
+
function create_fragment$n(ctx) {
|
12826
12831
|
let svg;
|
12827
12832
|
let path;
|
12828
12833
|
|
@@ -12854,7 +12859,7 @@ function create_fragment$k(ctx) {
|
|
12854
12859
|
};
|
12855
12860
|
}
|
12856
12861
|
|
12857
|
-
function instance$
|
12862
|
+
function instance$n($$self, $$props, $$invalidate) {
|
12858
12863
|
let { color } = $$props;
|
12859
12864
|
|
12860
12865
|
$$self.$$set = $$props => {
|
@@ -12867,13 +12872,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
12867
12872
|
class IconHeart extends SvelteComponent {
|
12868
12873
|
constructor(options) {
|
12869
12874
|
super();
|
12870
|
-
init(this, options, instance$
|
12875
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
12871
12876
|
}
|
12872
12877
|
}
|
12873
12878
|
|
12874
12879
|
/* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
12875
12880
|
|
12876
|
-
function create_fragment$
|
12881
|
+
function create_fragment$m(ctx) {
|
12877
12882
|
let svg;
|
12878
12883
|
let path;
|
12879
12884
|
|
@@ -12905,7 +12910,7 @@ function create_fragment$j(ctx) {
|
|
12905
12910
|
};
|
12906
12911
|
}
|
12907
12912
|
|
12908
|
-
function instance$
|
12913
|
+
function instance$m($$self, $$props, $$invalidate) {
|
12909
12914
|
let { color } = $$props;
|
12910
12915
|
|
12911
12916
|
$$self.$$set = $$props => {
|
@@ -12918,13 +12923,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
12918
12923
|
class IconMagnifyingGrass extends SvelteComponent {
|
12919
12924
|
constructor(options) {
|
12920
12925
|
super();
|
12921
|
-
init(this, options, instance$
|
12926
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
12922
12927
|
}
|
12923
12928
|
}
|
12924
12929
|
|
12925
12930
|
/* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
12926
12931
|
|
12927
|
-
function create_fragment$
|
12932
|
+
function create_fragment$l(ctx) {
|
12928
12933
|
let svg;
|
12929
12934
|
let path;
|
12930
12935
|
|
@@ -12956,7 +12961,7 @@ function create_fragment$i(ctx) {
|
|
12956
12961
|
};
|
12957
12962
|
}
|
12958
12963
|
|
12959
|
-
function instance$
|
12964
|
+
function instance$l($$self, $$props, $$invalidate) {
|
12960
12965
|
let { color } = $$props;
|
12961
12966
|
|
12962
12967
|
$$self.$$set = $$props => {
|
@@ -12969,13 +12974,13 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
12969
12974
|
class IconStar extends SvelteComponent {
|
12970
12975
|
constructor(options) {
|
12971
12976
|
super();
|
12972
|
-
init(this, options, instance$
|
12977
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
12973
12978
|
}
|
12974
12979
|
}
|
12975
12980
|
|
12976
12981
|
/* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
12977
12982
|
|
12978
|
-
function create_fragment$
|
12983
|
+
function create_fragment$k(ctx) {
|
12979
12984
|
let svg;
|
12980
12985
|
let path;
|
12981
12986
|
|
@@ -13007,7 +13012,7 @@ function create_fragment$h(ctx) {
|
|
13007
13012
|
};
|
13008
13013
|
}
|
13009
13014
|
|
13010
|
-
function instance$
|
13015
|
+
function instance$k($$self, $$props, $$invalidate) {
|
13011
13016
|
let { color } = $$props;
|
13012
13017
|
|
13013
13018
|
$$self.$$set = $$props => {
|
@@ -13020,13 +13025,13 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
13020
13025
|
class IconCircleInfo extends SvelteComponent {
|
13021
13026
|
constructor(options) {
|
13022
13027
|
super();
|
13023
|
-
init(this, options, instance$
|
13028
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
13024
13029
|
}
|
13025
13030
|
}
|
13026
13031
|
|
13027
13032
|
/* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
13028
13033
|
|
13029
|
-
function create_fragment$
|
13034
|
+
function create_fragment$j(ctx) {
|
13030
13035
|
let svg;
|
13031
13036
|
let path;
|
13032
13037
|
|
@@ -13058,7 +13063,7 @@ function create_fragment$g(ctx) {
|
|
13058
13063
|
};
|
13059
13064
|
}
|
13060
13065
|
|
13061
|
-
function instance$
|
13066
|
+
function instance$j($$self, $$props, $$invalidate) {
|
13062
13067
|
let { color } = $$props;
|
13063
13068
|
|
13064
13069
|
$$self.$$set = $$props => {
|
@@ -13071,13 +13076,13 @@ function instance$g($$self, $$props, $$invalidate) {
|
|
13071
13076
|
class IconEnvelope extends SvelteComponent {
|
13072
13077
|
constructor(options) {
|
13073
13078
|
super();
|
13074
|
-
init(this, options, instance$
|
13079
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
13075
13080
|
}
|
13076
13081
|
}
|
13077
13082
|
|
13078
13083
|
/* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
13079
13084
|
|
13080
|
-
function create_fragment$
|
13085
|
+
function create_fragment$i(ctx) {
|
13081
13086
|
let svg;
|
13082
13087
|
let path;
|
13083
13088
|
|
@@ -13109,7 +13114,7 @@ function create_fragment$f(ctx) {
|
|
13109
13114
|
};
|
13110
13115
|
}
|
13111
13116
|
|
13112
|
-
function instance$
|
13117
|
+
function instance$i($$self, $$props, $$invalidate) {
|
13113
13118
|
let { color } = $$props;
|
13114
13119
|
|
13115
13120
|
$$self.$$set = $$props => {
|
@@ -13122,13 +13127,13 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
13122
13127
|
class IconGift extends SvelteComponent {
|
13123
13128
|
constructor(options) {
|
13124
13129
|
super();
|
13125
|
-
init(this, options, instance$
|
13130
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
13126
13131
|
}
|
13127
13132
|
}
|
13128
13133
|
|
13129
13134
|
/* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
13130
13135
|
|
13131
|
-
function create_fragment$
|
13136
|
+
function create_fragment$h(ctx) {
|
13132
13137
|
let svg;
|
13133
13138
|
let path;
|
13134
13139
|
|
@@ -13160,7 +13165,7 @@ function create_fragment$e(ctx) {
|
|
13160
13165
|
};
|
13161
13166
|
}
|
13162
13167
|
|
13163
|
-
function instance$
|
13168
|
+
function instance$h($$self, $$props, $$invalidate) {
|
13164
13169
|
let { color } = $$props;
|
13165
13170
|
|
13166
13171
|
$$self.$$set = $$props => {
|
@@ -13173,13 +13178,13 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
13173
13178
|
class IconPaperclip extends SvelteComponent {
|
13174
13179
|
constructor(options) {
|
13175
13180
|
super();
|
13176
|
-
init(this, options, instance$
|
13181
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
13177
13182
|
}
|
13178
13183
|
}
|
13179
13184
|
|
13180
13185
|
/* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
13181
13186
|
|
13182
|
-
function create_fragment$
|
13187
|
+
function create_fragment$g(ctx) {
|
13183
13188
|
let svg;
|
13184
13189
|
let path;
|
13185
13190
|
|
@@ -13211,7 +13216,7 @@ function create_fragment$d(ctx) {
|
|
13211
13216
|
};
|
13212
13217
|
}
|
13213
13218
|
|
13214
|
-
function instance$
|
13219
|
+
function instance$g($$self, $$props, $$invalidate) {
|
13215
13220
|
let { color } = $$props;
|
13216
13221
|
|
13217
13222
|
$$self.$$set = $$props => {
|
@@ -13224,13 +13229,13 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
13224
13229
|
class IconFire extends SvelteComponent {
|
13225
13230
|
constructor(options) {
|
13226
13231
|
super();
|
13227
|
-
init(this, options, instance$
|
13232
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
13228
13233
|
}
|
13229
13234
|
}
|
13230
13235
|
|
13231
13236
|
/* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
13232
13237
|
|
13233
|
-
function create_fragment$
|
13238
|
+
function create_fragment$f(ctx) {
|
13234
13239
|
let svg;
|
13235
13240
|
let path;
|
13236
13241
|
|
@@ -13262,7 +13267,7 @@ function create_fragment$c(ctx) {
|
|
13262
13267
|
};
|
13263
13268
|
}
|
13264
13269
|
|
13265
|
-
function instance$
|
13270
|
+
function instance$f($$self, $$props, $$invalidate) {
|
13266
13271
|
let { color } = $$props;
|
13267
13272
|
|
13268
13273
|
$$self.$$set = $$props => {
|
@@ -13275,13 +13280,13 @@ function instance$c($$self, $$props, $$invalidate) {
|
|
13275
13280
|
class IconLink extends SvelteComponent {
|
13276
13281
|
constructor(options) {
|
13277
13282
|
super();
|
13278
|
-
init(this, options, instance$
|
13283
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
13279
13284
|
}
|
13280
13285
|
}
|
13281
13286
|
|
13282
13287
|
/* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
|
13283
13288
|
|
13284
|
-
function create_fragment$
|
13289
|
+
function create_fragment$e(ctx) {
|
13285
13290
|
let svg;
|
13286
13291
|
let path;
|
13287
13292
|
|
@@ -13313,7 +13318,7 @@ function create_fragment$b(ctx) {
|
|
13313
13318
|
};
|
13314
13319
|
}
|
13315
13320
|
|
13316
|
-
function instance$
|
13321
|
+
function instance$e($$self, $$props, $$invalidate) {
|
13317
13322
|
let { color } = $$props;
|
13318
13323
|
|
13319
13324
|
$$self.$$set = $$props => {
|
@@ -13326,13 +13331,13 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
13326
13331
|
class IconBuildings extends SvelteComponent {
|
13327
13332
|
constructor(options) {
|
13328
13333
|
super();
|
13329
|
-
init(this, options, instance$
|
13334
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
13330
13335
|
}
|
13331
13336
|
}
|
13332
13337
|
|
13333
13338
|
/* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
|
13334
13339
|
|
13335
|
-
function create_fragment$
|
13340
|
+
function create_fragment$d(ctx) {
|
13336
13341
|
let svg;
|
13337
13342
|
let path;
|
13338
13343
|
|
@@ -13364,7 +13369,7 @@ function create_fragment$a(ctx) {
|
|
13364
13369
|
};
|
13365
13370
|
}
|
13366
13371
|
|
13367
|
-
function instance$
|
13372
|
+
function instance$d($$self, $$props, $$invalidate) {
|
13368
13373
|
let { color } = $$props;
|
13369
13374
|
|
13370
13375
|
$$self.$$set = $$props => {
|
@@ -13377,14 +13382,116 @@ function instance$a($$self, $$props, $$invalidate) {
|
|
13377
13382
|
class IconChevronsRight extends SvelteComponent {
|
13378
13383
|
constructor(options) {
|
13379
13384
|
super();
|
13380
|
-
init(this, options, instance$
|
13385
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
13381
13386
|
}
|
13382
13387
|
}
|
13383
13388
|
|
13384
|
-
|
13385
|
-
|
13386
|
-
|
13387
|
-
|
13389
|
+
/* src/components-flex/icon/variants/IconPhone.svelte generated by Svelte v3.53.1 */
|
13390
|
+
|
13391
|
+
function create_fragment$c(ctx) {
|
13392
|
+
let svg;
|
13393
|
+
let path;
|
13394
|
+
|
13395
|
+
return {
|
13396
|
+
c() {
|
13397
|
+
svg = svg_element("svg");
|
13398
|
+
path = svg_element("path");
|
13399
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
13400
|
+
attr(path, "d", "M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z");
|
13401
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
13402
|
+
set_style(svg, "width", "100%");
|
13403
|
+
set_style(svg, "height", "100%");
|
13404
|
+
attr(svg, "viewBox", "0 0 512 512");
|
13405
|
+
},
|
13406
|
+
m(target, anchor) {
|
13407
|
+
insert(target, svg, anchor);
|
13408
|
+
append(svg, path);
|
13409
|
+
},
|
13410
|
+
p(ctx, [dirty]) {
|
13411
|
+
if (dirty & /*color*/ 1) {
|
13412
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
13413
|
+
}
|
13414
|
+
},
|
13415
|
+
i: noop,
|
13416
|
+
o: noop,
|
13417
|
+
d(detaching) {
|
13418
|
+
if (detaching) detach(svg);
|
13419
|
+
}
|
13420
|
+
};
|
13421
|
+
}
|
13422
|
+
|
13423
|
+
function instance$c($$self, $$props, $$invalidate) {
|
13424
|
+
let { color } = $$props;
|
13425
|
+
|
13426
|
+
$$self.$$set = $$props => {
|
13427
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
13428
|
+
};
|
13429
|
+
|
13430
|
+
return [color];
|
13431
|
+
}
|
13432
|
+
|
13433
|
+
class IconPhone extends SvelteComponent {
|
13434
|
+
constructor(options) {
|
13435
|
+
super();
|
13436
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
|
13437
|
+
}
|
13438
|
+
}
|
13439
|
+
|
13440
|
+
/* src/components-flex/icon/variants/IconLocationDot.svelte generated by Svelte v3.53.1 */
|
13441
|
+
|
13442
|
+
function create_fragment$b(ctx) {
|
13443
|
+
let svg;
|
13444
|
+
let path;
|
13445
|
+
|
13446
|
+
return {
|
13447
|
+
c() {
|
13448
|
+
svg = svg_element("svg");
|
13449
|
+
path = svg_element("path");
|
13450
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
13451
|
+
attr(path, "d", "M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z");
|
13452
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
13453
|
+
set_style(svg, "width", "100%");
|
13454
|
+
set_style(svg, "height", "100%");
|
13455
|
+
attr(svg, "viewBox", "0 0 384 512");
|
13456
|
+
},
|
13457
|
+
m(target, anchor) {
|
13458
|
+
insert(target, svg, anchor);
|
13459
|
+
append(svg, path);
|
13460
|
+
},
|
13461
|
+
p(ctx, [dirty]) {
|
13462
|
+
if (dirty & /*color*/ 1) {
|
13463
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
13464
|
+
}
|
13465
|
+
},
|
13466
|
+
i: noop,
|
13467
|
+
o: noop,
|
13468
|
+
d(detaching) {
|
13469
|
+
if (detaching) detach(svg);
|
13470
|
+
}
|
13471
|
+
};
|
13472
|
+
}
|
13473
|
+
|
13474
|
+
function instance$b($$self, $$props, $$invalidate) {
|
13475
|
+
let { color } = $$props;
|
13476
|
+
|
13477
|
+
$$self.$$set = $$props => {
|
13478
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
13479
|
+
};
|
13480
|
+
|
13481
|
+
return [color];
|
13482
|
+
}
|
13483
|
+
|
13484
|
+
class IconLocationDot extends SvelteComponent {
|
13485
|
+
constructor(options) {
|
13486
|
+
super();
|
13487
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, { color: 0 });
|
13488
|
+
}
|
13489
|
+
}
|
13490
|
+
|
13491
|
+
const ICON_SIZE = {
|
13492
|
+
x_small: {
|
13493
|
+
label: 'X Small',
|
13494
|
+
value: '12px',
|
13388
13495
|
},
|
13389
13496
|
small: {
|
13390
13497
|
label: 'Small',
|
@@ -13433,9 +13540,11 @@ const ICON_VARIANTS = {
|
|
13433
13540
|
gift: IconGift,
|
13434
13541
|
heart: IconHeart,
|
13435
13542
|
link: IconLink,
|
13543
|
+
locationDot: IconLocationDot,
|
13436
13544
|
magnifying_grass: IconMagnifyingGrass,
|
13437
13545
|
paperclip: IconPaperclip,
|
13438
13546
|
paper_plane: IconPaperPlane,
|
13547
|
+
phone: IconPhone,
|
13439
13548
|
star: IconStar,
|
13440
13549
|
ticket: IconTicket,
|
13441
13550
|
truck: IconTrack,
|
@@ -13445,7 +13554,7 @@ const ICON_VARIANTS = {
|
|
13445
13554
|
|
13446
13555
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
13447
13556
|
|
13448
|
-
function create_if_block$
|
13557
|
+
function create_if_block$6(ctx) {
|
13449
13558
|
let clickable;
|
13450
13559
|
let current;
|
13451
13560
|
|
@@ -13456,7 +13565,7 @@ function create_if_block$5(ctx) {
|
|
13456
13565
|
onClick: /*props*/ ctx[0].onClick,
|
13457
13566
|
eventName: /*props*/ ctx[0].eventName,
|
13458
13567
|
eventValue: /*props*/ ctx[0].eventValue,
|
13459
|
-
$$slots: { default: [create_default_slot$
|
13568
|
+
$$slots: { default: [create_default_slot$4] },
|
13460
13569
|
$$scope: { ctx }
|
13461
13570
|
}
|
13462
13571
|
});
|
@@ -13499,7 +13608,7 @@ function create_if_block$5(ctx) {
|
|
13499
13608
|
}
|
13500
13609
|
|
13501
13610
|
// (26:2) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
13502
|
-
function create_default_slot$
|
13611
|
+
function create_default_slot$4(ctx) {
|
13503
13612
|
let switch_instance;
|
13504
13613
|
let switch_instance_anchor;
|
13505
13614
|
let current;
|
@@ -13571,80 +13680,454 @@ function create_default_slot$3(ctx) {
|
|
13571
13680
|
};
|
13572
13681
|
}
|
13573
13682
|
|
13574
|
-
function create_fragment$
|
13683
|
+
function create_fragment$a(ctx) {
|
13575
13684
|
let if_block_anchor;
|
13576
13685
|
let current;
|
13577
|
-
let if_block = /*IconComponent*/ ctx[2] && create_if_block$
|
13686
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$6(ctx);
|
13687
|
+
|
13688
|
+
return {
|
13689
|
+
c() {
|
13690
|
+
if (if_block) if_block.c();
|
13691
|
+
if_block_anchor = empty();
|
13692
|
+
},
|
13693
|
+
m(target, anchor) {
|
13694
|
+
if (if_block) if_block.m(target, anchor);
|
13695
|
+
insert(target, if_block_anchor, anchor);
|
13696
|
+
current = true;
|
13697
|
+
},
|
13698
|
+
p(ctx, [dirty]) {
|
13699
|
+
if (/*IconComponent*/ ctx[2]) {
|
13700
|
+
if (if_block) {
|
13701
|
+
if_block.p(ctx, dirty);
|
13702
|
+
|
13703
|
+
if (dirty & /*IconComponent*/ 4) {
|
13704
|
+
transition_in(if_block, 1);
|
13705
|
+
}
|
13706
|
+
} else {
|
13707
|
+
if_block = create_if_block$6(ctx);
|
13708
|
+
if_block.c();
|
13709
|
+
transition_in(if_block, 1);
|
13710
|
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
13711
|
+
}
|
13712
|
+
} else if (if_block) {
|
13713
|
+
group_outros();
|
13714
|
+
|
13715
|
+
transition_out(if_block, 1, 1, () => {
|
13716
|
+
if_block = null;
|
13717
|
+
});
|
13718
|
+
|
13719
|
+
check_outros();
|
13720
|
+
}
|
13721
|
+
},
|
13722
|
+
i(local) {
|
13723
|
+
if (current) return;
|
13724
|
+
transition_in(if_block);
|
13725
|
+
current = true;
|
13726
|
+
},
|
13727
|
+
o(local) {
|
13728
|
+
transition_out(if_block);
|
13729
|
+
current = false;
|
13730
|
+
},
|
13731
|
+
d(detaching) {
|
13732
|
+
if (if_block) if_block.d(detaching);
|
13733
|
+
if (detaching) detach(if_block_anchor);
|
13734
|
+
}
|
13735
|
+
};
|
13736
|
+
}
|
13737
|
+
|
13738
|
+
function instance$a($$self, $$props, $$invalidate) {
|
13739
|
+
let style;
|
13740
|
+
let IconComponent;
|
13741
|
+
let { props = {} } = $$props;
|
13742
|
+
let { layerId = '' } = $$props;
|
13743
|
+
|
13744
|
+
const getSizeCss = () => {
|
13745
|
+
return {
|
13746
|
+
minWidth: props.width
|
13747
|
+
? props.width
|
13748
|
+
: ICON_SIZE[props.size ?? 'medium'].value,
|
13749
|
+
width: props.width
|
13750
|
+
? props.width
|
13751
|
+
: ICON_SIZE[props.size ?? 'medium'].value,
|
13752
|
+
height: props.height
|
13753
|
+
? props.height
|
13754
|
+
: ICON_SIZE[props.size ?? 'medium'].value
|
13755
|
+
};
|
13756
|
+
};
|
13757
|
+
|
13758
|
+
$$self.$$set = $$props => {
|
13759
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
13760
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
13761
|
+
};
|
13762
|
+
|
13763
|
+
$$self.$$.update = () => {
|
13764
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
13765
|
+
$$invalidate(3, style = objToStyle({
|
13766
|
+
display: 'flex',
|
13767
|
+
alignItems: 'center',
|
13768
|
+
overflow: 'hidden',
|
13769
|
+
width: 'auto',
|
13770
|
+
...getSizeCss(),
|
13771
|
+
...toCssCommon(props)
|
13772
|
+
}));
|
13773
|
+
}
|
13774
|
+
|
13775
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
13776
|
+
$$invalidate(2, IconComponent = ICON_VARIANTS[props.variant] ?? undefined);
|
13777
|
+
}
|
13778
|
+
};
|
13779
|
+
|
13780
|
+
return [props, layerId, IconComponent, style];
|
13781
|
+
}
|
13782
|
+
|
13783
|
+
class Icon extends SvelteComponent {
|
13784
|
+
constructor(options) {
|
13785
|
+
super();
|
13786
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, { props: 0, layerId: 1 });
|
13787
|
+
}
|
13788
|
+
}
|
13789
|
+
|
13790
|
+
const BUTTON_SIZE_STYLES = {
|
13791
|
+
extra_small: {
|
13792
|
+
minHeight: '32px',
|
13793
|
+
paddingInline: '12px',
|
13794
|
+
fontSize: '12px',
|
13795
|
+
paddingBlock: '8px',
|
13796
|
+
lineHeight: 1.5,
|
13797
|
+
borderRadius: '4px',
|
13798
|
+
},
|
13799
|
+
small: {
|
13800
|
+
minHeight: '36px',
|
13801
|
+
paddingInline: '16px',
|
13802
|
+
fontSize: '13px',
|
13803
|
+
paddingBlock: '8px',
|
13804
|
+
lineHeight: 1.5,
|
13805
|
+
borderRadius: '4px',
|
13806
|
+
},
|
13807
|
+
medium: {
|
13808
|
+
minHeight: '40px',
|
13809
|
+
paddingInline: '24px',
|
13810
|
+
fontSize: '14px',
|
13811
|
+
paddingBlock: '8px',
|
13812
|
+
lineHeight: 1.5,
|
13813
|
+
borderRadius: '4px',
|
13814
|
+
},
|
13815
|
+
large: {
|
13816
|
+
minHeight: '48px',
|
13817
|
+
paddingInline: '32px',
|
13818
|
+
fontSize: '14px',
|
13819
|
+
paddingBlock: '10px',
|
13820
|
+
lineHeight: 1.5,
|
13821
|
+
borderRadius: '4px',
|
13822
|
+
},
|
13823
|
+
extra_large: {
|
13824
|
+
minHeight: '56px',
|
13825
|
+
paddingInline: '40px',
|
13826
|
+
fontSize: '17px',
|
13827
|
+
paddingBlock: '12px',
|
13828
|
+
lineHeight: 1.5,
|
13829
|
+
borderRadius: '4px',
|
13830
|
+
},
|
13831
|
+
};
|
13832
|
+
const BUTTON_THEME_STYLES = {
|
13833
|
+
default: {
|
13834
|
+
backgroundColor: '#33403e',
|
13835
|
+
color: '#FFFFFF',
|
13836
|
+
fontWeight: 'bold',
|
13837
|
+
},
|
13838
|
+
primary: {
|
13839
|
+
backgroundColor: 'rgba(18,160,160,1)',
|
13840
|
+
color: '#FFFFFF',
|
13841
|
+
fontWeight: 'bold',
|
13842
|
+
},
|
13843
|
+
secondary: {
|
13844
|
+
backgroundColor: '#f3f4f6',
|
13845
|
+
color: '#000000',
|
13846
|
+
fontWeight: 'bold',
|
13847
|
+
},
|
13848
|
+
success: {
|
13849
|
+
backgroundColor: '#10b981',
|
13850
|
+
color: '#ffffff',
|
13851
|
+
fontWeight: 'bold',
|
13852
|
+
},
|
13853
|
+
warning: {
|
13854
|
+
backgroundColor: '#fbbf24',
|
13855
|
+
color: '#ffffff',
|
13856
|
+
fontWeight: 'bold',
|
13857
|
+
},
|
13858
|
+
alert: {
|
13859
|
+
backgroundColor: '#ef4444',
|
13860
|
+
color: '#FFFFFF',
|
13861
|
+
fontWeight: 'bold',
|
13862
|
+
},
|
13863
|
+
info: {
|
13864
|
+
backgroundColor: '#0ea5e9',
|
13865
|
+
color: '#FFFFFF',
|
13866
|
+
fontWeight: 'bold',
|
13867
|
+
},
|
13868
|
+
neutral: {
|
13869
|
+
backgroundColor: '#9ca3af',
|
13870
|
+
color: '#333333',
|
13871
|
+
fontWeight: 'bold',
|
13872
|
+
},
|
13873
|
+
transparent: {
|
13874
|
+
backgroundColor: 'rgba(255, 255, 255, 0)',
|
13875
|
+
color: '#00100ea1',
|
13876
|
+
fontWeight: 'bold',
|
13877
|
+
},
|
13878
|
+
};
|
13879
|
+
const BUTTON_ROUND_STYLES = {
|
13880
|
+
none: {
|
13881
|
+
borderRadius: 0,
|
13882
|
+
},
|
13883
|
+
default: {},
|
13884
|
+
fulled: {
|
13885
|
+
borderRadius: '56px',
|
13886
|
+
},
|
13887
|
+
};
|
13888
|
+
const BUTTON_WRAP_STYLES = {
|
13889
|
+
nowrap: {
|
13890
|
+
whiteSpace: 'nowrap',
|
13891
|
+
},
|
13892
|
+
wrap: {
|
13893
|
+
whiteSpace: 'pre-wrap',
|
13894
|
+
},
|
13895
|
+
};
|
13896
|
+
|
13897
|
+
function hexToRgb(hex) {
|
13898
|
+
let r = 0, g = 0, b = 0;
|
13899
|
+
if (hex.length === 4) {
|
13900
|
+
r = parseInt(hex[1] + hex[1], 16);
|
13901
|
+
g = parseInt(hex[2] + hex[2], 16);
|
13902
|
+
b = parseInt(hex[3] + hex[3], 16);
|
13903
|
+
}
|
13904
|
+
else if (hex.length === 7) {
|
13905
|
+
r = parseInt(hex[1] + hex[2], 16);
|
13906
|
+
g = parseInt(hex[3] + hex[4], 16);
|
13907
|
+
b = parseInt(hex[5] + hex[6], 16);
|
13908
|
+
}
|
13909
|
+
return { r, g, b };
|
13910
|
+
}
|
13911
|
+
function rgbToHex(r, g, b) {
|
13912
|
+
return '#' + ((1 << 24) + (r << 16) + (g << 8) + b).toString(16).slice(1).toUpperCase();
|
13913
|
+
}
|
13914
|
+
function darkenColor(color, percent) {
|
13915
|
+
let r, g, b;
|
13916
|
+
if (color.startsWith('rgba') || color.startsWith('rgb')) {
|
13917
|
+
const rgbaMatch = color.replace(', ', ',').match(/rgba?\((\d+),(\d+),(\d+)(?:,[\d.]+)?\)/);
|
13918
|
+
if (rgbaMatch) {
|
13919
|
+
r = parseInt(rgbaMatch[1]);
|
13920
|
+
g = parseInt(rgbaMatch[2]);
|
13921
|
+
b = parseInt(rgbaMatch[3]);
|
13922
|
+
}
|
13923
|
+
else {
|
13924
|
+
throw new Error('Invalid RGB/RGBA color format');
|
13925
|
+
}
|
13926
|
+
}
|
13927
|
+
else if (color.startsWith('#')) {
|
13928
|
+
const rgb = hexToRgb(color);
|
13929
|
+
r = rgb.r;
|
13930
|
+
g = rgb.g;
|
13931
|
+
b = rgb.b;
|
13932
|
+
}
|
13933
|
+
else {
|
13934
|
+
throw new Error('Unsupported color format');
|
13935
|
+
}
|
13936
|
+
// 色を暗くする
|
13937
|
+
r = Math.round(r * (1 - percent));
|
13938
|
+
g = Math.round(g * (1 - percent));
|
13939
|
+
b = Math.round(b * (1 - percent));
|
13940
|
+
return rgbToHex(r, g, b);
|
13941
|
+
}
|
13942
|
+
|
13943
|
+
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
13944
|
+
|
13945
|
+
function add_css$8(target) {
|
13946
|
+
append_styles(target, "svelte-jar2a9", ".button{background-color:var(--bg-color)}.button:hover{background-color:var(--hover-bg-color)}.button-icon.svelte-jar2a9{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
13947
|
+
}
|
13948
|
+
|
13949
|
+
// (42:2) {#if props.isIcon && props.iconVariant}
|
13950
|
+
function create_if_block$5(ctx) {
|
13951
|
+
let div;
|
13952
|
+
let icon;
|
13953
|
+
let current;
|
13954
|
+
|
13955
|
+
icon = new Icon({
|
13956
|
+
props: {
|
13957
|
+
props: {
|
13958
|
+
variant: /*props*/ ctx[0].iconVariant,
|
13959
|
+
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
13960
|
+
width: '1em',
|
13961
|
+
height: '1em'
|
13962
|
+
}
|
13963
|
+
}
|
13964
|
+
});
|
13965
|
+
|
13966
|
+
return {
|
13967
|
+
c() {
|
13968
|
+
div = element("div");
|
13969
|
+
create_component(icon.$$.fragment);
|
13970
|
+
attr(div, "class", "button-icon svelte-jar2a9");
|
13971
|
+
},
|
13972
|
+
m(target, anchor) {
|
13973
|
+
insert(target, div, anchor);
|
13974
|
+
mount_component(icon, div, null);
|
13975
|
+
current = true;
|
13976
|
+
},
|
13977
|
+
p(ctx, dirty) {
|
13978
|
+
const icon_changes = {};
|
13979
|
+
|
13980
|
+
if (dirty & /*props*/ 1) icon_changes.props = {
|
13981
|
+
variant: /*props*/ ctx[0].iconVariant,
|
13982
|
+
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
13983
|
+
width: '1em',
|
13984
|
+
height: '1em'
|
13985
|
+
};
|
13986
|
+
|
13987
|
+
icon.$set(icon_changes);
|
13988
|
+
},
|
13989
|
+
i(local) {
|
13990
|
+
if (current) return;
|
13991
|
+
transition_in(icon.$$.fragment, local);
|
13992
|
+
current = true;
|
13993
|
+
},
|
13994
|
+
o(local) {
|
13995
|
+
transition_out(icon.$$.fragment, local);
|
13996
|
+
current = false;
|
13997
|
+
},
|
13998
|
+
d(detaching) {
|
13999
|
+
if (detaching) detach(div);
|
14000
|
+
destroy_component(icon);
|
14001
|
+
}
|
14002
|
+
};
|
14003
|
+
}
|
14004
|
+
|
14005
|
+
// (41:0) <Clickable className="button" layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14006
|
+
function create_default_slot$3(ctx) {
|
14007
|
+
let t0;
|
14008
|
+
let span;
|
14009
|
+
let t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "";
|
14010
|
+
let t1;
|
14011
|
+
let current;
|
14012
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$5(ctx);
|
14013
|
+
|
14014
|
+
return {
|
14015
|
+
c() {
|
14016
|
+
if (if_block) if_block.c();
|
14017
|
+
t0 = space();
|
14018
|
+
span = element("span");
|
14019
|
+
t1 = text(t1_value);
|
14020
|
+
},
|
14021
|
+
m(target, anchor) {
|
14022
|
+
if (if_block) if_block.m(target, anchor);
|
14023
|
+
insert(target, t0, anchor);
|
14024
|
+
insert(target, span, anchor);
|
14025
|
+
append(span, t1);
|
14026
|
+
current = true;
|
14027
|
+
},
|
14028
|
+
p(ctx, dirty) {
|
14029
|
+
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
14030
|
+
if (if_block) {
|
14031
|
+
if_block.p(ctx, dirty);
|
14032
|
+
|
14033
|
+
if (dirty & /*props*/ 1) {
|
14034
|
+
transition_in(if_block, 1);
|
14035
|
+
}
|
14036
|
+
} else {
|
14037
|
+
if_block = create_if_block$5(ctx);
|
14038
|
+
if_block.c();
|
14039
|
+
transition_in(if_block, 1);
|
14040
|
+
if_block.m(t0.parentNode, t0);
|
14041
|
+
}
|
14042
|
+
} else if (if_block) {
|
14043
|
+
group_outros();
|
14044
|
+
|
14045
|
+
transition_out(if_block, 1, 1, () => {
|
14046
|
+
if_block = null;
|
14047
|
+
});
|
14048
|
+
|
14049
|
+
check_outros();
|
14050
|
+
}
|
14051
|
+
|
14052
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "")) set_data(t1, t1_value);
|
14053
|
+
},
|
14054
|
+
i(local) {
|
14055
|
+
if (current) return;
|
14056
|
+
transition_in(if_block);
|
14057
|
+
current = true;
|
14058
|
+
},
|
14059
|
+
o(local) {
|
14060
|
+
transition_out(if_block);
|
14061
|
+
current = false;
|
14062
|
+
},
|
14063
|
+
d(detaching) {
|
14064
|
+
if (if_block) if_block.d(detaching);
|
14065
|
+
if (detaching) detach(t0);
|
14066
|
+
if (detaching) detach(span);
|
14067
|
+
}
|
14068
|
+
};
|
14069
|
+
}
|
14070
|
+
|
14071
|
+
function create_fragment$9(ctx) {
|
14072
|
+
let clickable;
|
14073
|
+
let current;
|
14074
|
+
|
14075
|
+
clickable = new Clickable({
|
14076
|
+
props: {
|
14077
|
+
className: "button",
|
14078
|
+
layerId: /*layerId*/ ctx[1],
|
14079
|
+
style: /*style*/ ctx[2],
|
14080
|
+
onClick: /*props*/ ctx[0].onClick,
|
14081
|
+
eventName: /*props*/ ctx[0].eventName,
|
14082
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
14083
|
+
$$slots: { default: [create_default_slot$3] },
|
14084
|
+
$$scope: { ctx }
|
14085
|
+
}
|
14086
|
+
});
|
13578
14087
|
|
13579
14088
|
return {
|
13580
14089
|
c() {
|
13581
|
-
|
13582
|
-
if_block_anchor = empty();
|
14090
|
+
create_component(clickable.$$.fragment);
|
13583
14091
|
},
|
13584
14092
|
m(target, anchor) {
|
13585
|
-
|
13586
|
-
insert(target, if_block_anchor, anchor);
|
14093
|
+
mount_component(clickable, target, anchor);
|
13587
14094
|
current = true;
|
13588
14095
|
},
|
13589
14096
|
p(ctx, [dirty]) {
|
13590
|
-
|
13591
|
-
|
13592
|
-
|
13593
|
-
|
13594
|
-
|
13595
|
-
|
13596
|
-
}
|
13597
|
-
} else {
|
13598
|
-
if_block = create_if_block$5(ctx);
|
13599
|
-
if_block.c();
|
13600
|
-
transition_in(if_block, 1);
|
13601
|
-
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
13602
|
-
}
|
13603
|
-
} else if (if_block) {
|
13604
|
-
group_outros();
|
13605
|
-
|
13606
|
-
transition_out(if_block, 1, 1, () => {
|
13607
|
-
if_block = null;
|
13608
|
-
});
|
14097
|
+
const clickable_changes = {};
|
14098
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
14099
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
14100
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
14101
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
14102
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
13609
14103
|
|
13610
|
-
|
14104
|
+
if (dirty & /*$$scope, props*/ 33) {
|
14105
|
+
clickable_changes.$$scope = { dirty, ctx };
|
13611
14106
|
}
|
14107
|
+
|
14108
|
+
clickable.$set(clickable_changes);
|
13612
14109
|
},
|
13613
14110
|
i(local) {
|
13614
14111
|
if (current) return;
|
13615
|
-
transition_in(
|
14112
|
+
transition_in(clickable.$$.fragment, local);
|
13616
14113
|
current = true;
|
13617
14114
|
},
|
13618
14115
|
o(local) {
|
13619
|
-
transition_out(
|
14116
|
+
transition_out(clickable.$$.fragment, local);
|
13620
14117
|
current = false;
|
13621
14118
|
},
|
13622
14119
|
d(detaching) {
|
13623
|
-
|
13624
|
-
if (detaching) detach(if_block_anchor);
|
14120
|
+
destroy_component(clickable, detaching);
|
13625
14121
|
}
|
13626
14122
|
};
|
13627
14123
|
}
|
13628
14124
|
|
13629
14125
|
function instance$9($$self, $$props, $$invalidate) {
|
14126
|
+
let variables;
|
13630
14127
|
let style;
|
13631
|
-
let IconComponent;
|
13632
14128
|
let { props = {} } = $$props;
|
13633
14129
|
let { layerId = '' } = $$props;
|
13634
|
-
|
13635
|
-
const getSizeCss = () => {
|
13636
|
-
return {
|
13637
|
-
minWidth: props.width
|
13638
|
-
? props.width
|
13639
|
-
: ICON_SIZE[props.size ?? 'medium'].value,
|
13640
|
-
width: props.width
|
13641
|
-
? props.width
|
13642
|
-
: ICON_SIZE[props.size ?? 'medium'].value,
|
13643
|
-
height: props.height
|
13644
|
-
? props.height
|
13645
|
-
: ICON_SIZE[props.size ?? 'medium'].value
|
13646
|
-
};
|
13647
|
-
};
|
14130
|
+
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonPropsDefault.theme];
|
13648
14131
|
|
13649
14132
|
$$self.$$set = $$props => {
|
13650
14133
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
@@ -13653,32 +14136,58 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
13653
14136
|
|
13654
14137
|
$$self.$$.update = () => {
|
13655
14138
|
if ($$self.$$.dirty & /*props*/ 1) {
|
13656
|
-
$$invalidate(
|
13657
|
-
|
13658
|
-
|
13659
|
-
|
13660
|
-
width: 'auto',
|
13661
|
-
...getSizeCss(),
|
13662
|
-
...toCssCommon(props)
|
13663
|
-
}));
|
14139
|
+
$$invalidate(4, variables = {
|
14140
|
+
'--bg-color': props.backgroundColor ?? buttonThemeStyle.backgroundColor,
|
14141
|
+
'--hover-bg-color': darkenColor(props.backgroundColor ?? buttonThemeStyle.backgroundColor, 0.16)
|
14142
|
+
});
|
13664
14143
|
}
|
13665
14144
|
|
13666
|
-
if ($$self.$$.dirty & /*props*/
|
13667
|
-
$$invalidate(2,
|
14145
|
+
if ($$self.$$.dirty & /*props, variables*/ 17) {
|
14146
|
+
$$invalidate(2, style = objToStyle({
|
14147
|
+
display: 'inline-flex',
|
14148
|
+
gap: '0.65em',
|
14149
|
+
alignItems: 'center',
|
14150
|
+
justifyContent: 'center',
|
14151
|
+
outline: 0,
|
14152
|
+
border: 0,
|
14153
|
+
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
14154
|
+
width: props.width,
|
14155
|
+
color: props.color ?? buttonThemeStyle.color,
|
14156
|
+
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
14157
|
+
cursor: 'pointer',
|
14158
|
+
...BUTTON_SIZE_STYLES[props.size ?? buttonPropsDefault.size],
|
14159
|
+
...BUTTON_WRAP_STYLES[props.wrap ?? buttonPropsDefault.wrap],
|
14160
|
+
...BUTTON_ROUND_STYLES[props.round ?? buttonPropsDefault.round],
|
14161
|
+
...props.iconAngle
|
14162
|
+
? { flexDirection: props.iconAngle }
|
14163
|
+
: {},
|
14164
|
+
...toCssCommon(props),
|
14165
|
+
...toCssBorder(props),
|
14166
|
+
...variables
|
14167
|
+
}));
|
13668
14168
|
}
|
13669
14169
|
};
|
13670
14170
|
|
13671
|
-
return [props, layerId,
|
14171
|
+
return [props, layerId, style, buttonThemeStyle, variables];
|
13672
14172
|
}
|
13673
14173
|
|
13674
|
-
class
|
14174
|
+
class Button extends SvelteComponent {
|
13675
14175
|
constructor(options) {
|
13676
14176
|
super();
|
13677
|
-
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 });
|
14177
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 }, add_css$8);
|
13678
14178
|
}
|
13679
14179
|
}
|
13680
14180
|
|
13681
|
-
const
|
14181
|
+
const buttonOutlinedPropsDefault = {
|
14182
|
+
label: 'ボタン',
|
14183
|
+
size: 'medium',
|
14184
|
+
theme: 'default',
|
14185
|
+
round: 'default',
|
14186
|
+
width: 'auto',
|
14187
|
+
wrap: 'nowrap',
|
14188
|
+
};
|
14189
|
+
|
14190
|
+
const BUTTON_OUTLINED_SIZE_STYLES = {
|
13682
14191
|
extra_small: {
|
13683
14192
|
minHeight: '32px',
|
13684
14193
|
paddingInline: '12px',
|
@@ -13720,29 +14229,7 @@ const BUTTON_SIZE_STYLES = {
|
|
13720
14229
|
borderRadius: '4px',
|
13721
14230
|
},
|
13722
14231
|
};
|
13723
|
-
const
|
13724
|
-
theme: {
|
13725
|
-
backgroundColor: 'rgba(18,160,160,1)',
|
13726
|
-
color: '#FFFFFF',
|
13727
|
-
fontWeight: 'bold',
|
13728
|
-
},
|
13729
|
-
default: {
|
13730
|
-
backgroundColor: '#33403e',
|
13731
|
-
color: '#FFFFFF',
|
13732
|
-
fontWeight: 'bold',
|
13733
|
-
},
|
13734
|
-
transparent: {
|
13735
|
-
backgroundColor: 'rgba(255, 255, 255, 0)',
|
13736
|
-
color: '#00100ea1',
|
13737
|
-
fontWeight: 'bold',
|
13738
|
-
},
|
13739
|
-
alert: {
|
13740
|
-
backgroundColor: 'rgb(242,83,32,1)',
|
13741
|
-
color: '#FFFFFF',
|
13742
|
-
fontWeight: 'bold',
|
13743
|
-
},
|
13744
|
-
};
|
13745
|
-
const BUTTON_ROUND_STYLES = {
|
14232
|
+
const BUTTON_OUTLINED_ROUND_STYLES = {
|
13746
14233
|
none: {
|
13747
14234
|
borderRadius: 0,
|
13748
14235
|
},
|
@@ -13751,7 +14238,7 @@ const BUTTON_ROUND_STYLES = {
|
|
13751
14238
|
borderRadius: '56px',
|
13752
14239
|
},
|
13753
14240
|
};
|
13754
|
-
const
|
14241
|
+
const BUTTON_OUTLINED_WRAP_STYLES = {
|
13755
14242
|
nowrap: {
|
13756
14243
|
whiteSpace: 'nowrap',
|
13757
14244
|
},
|
@@ -13759,100 +14246,14 @@ const BUTTON_WRAP_STYLES = {
|
|
13759
14246
|
whiteSpace: 'pre-wrap',
|
13760
14247
|
},
|
13761
14248
|
};
|
13762
|
-
const BUTTON_VARIANTS = {
|
13763
|
-
size: {
|
13764
|
-
extra_small: {
|
13765
|
-
minHeight: '32px',
|
13766
|
-
paddingInline: '12px',
|
13767
|
-
fontSize: '12px',
|
13768
|
-
paddingBlock: '8px',
|
13769
|
-
lineHeight: 1.5,
|
13770
|
-
borderRadius: '4px',
|
13771
|
-
},
|
13772
|
-
small: {
|
13773
|
-
minHeight: '36px',
|
13774
|
-
paddingInline: '16px',
|
13775
|
-
fontSize: '13px',
|
13776
|
-
paddingBlock: '8px',
|
13777
|
-
lineHeight: 1.5,
|
13778
|
-
borderRadius: '4px',
|
13779
|
-
},
|
13780
|
-
medium: {
|
13781
|
-
minHeight: '40px',
|
13782
|
-
paddingInline: '24px',
|
13783
|
-
fontSize: '14px',
|
13784
|
-
paddingBlock: '8px',
|
13785
|
-
lineHeight: 1.5,
|
13786
|
-
borderRadius: '4px',
|
13787
|
-
},
|
13788
|
-
large: {
|
13789
|
-
minHeight: '48px',
|
13790
|
-
paddingInline: '32px',
|
13791
|
-
fontSize: '14px',
|
13792
|
-
paddingBlock: '10px',
|
13793
|
-
lineHeight: 1.5,
|
13794
|
-
borderRadius: '4px',
|
13795
|
-
},
|
13796
|
-
extra_large: {
|
13797
|
-
minHeight: '56px',
|
13798
|
-
paddingInline: '40px',
|
13799
|
-
fontSize: '17px',
|
13800
|
-
paddingBlock: '12px',
|
13801
|
-
lineHeight: 1.5,
|
13802
|
-
borderRadius: '4px',
|
13803
|
-
},
|
13804
|
-
},
|
13805
|
-
theme: {
|
13806
|
-
theme: {
|
13807
|
-
backgroundColor: 'rgba(18,160,160,1)',
|
13808
|
-
color: '#FFFFFF',
|
13809
|
-
fontWeight: 'bold',
|
13810
|
-
},
|
13811
|
-
default: {
|
13812
|
-
backgroundColor: '#33403e',
|
13813
|
-
color: '#FFFFFF',
|
13814
|
-
fontWeight: 'bold',
|
13815
|
-
// 'bg-action-default hover:bg-action-default-hover text-default'
|
13816
|
-
},
|
13817
|
-
transparent: {
|
13818
|
-
backgroundColor: 'rgba(255, 255, 255, 0)',
|
13819
|
-
color: '#00100ea1',
|
13820
|
-
fontWeight: 'bold',
|
13821
|
-
// 'bg-action-default hover:bg-action-default-hover text-default'
|
13822
|
-
},
|
13823
|
-
alert: {
|
13824
|
-
backgroundColor: 'rgb(242,83,32,1)',
|
13825
|
-
color: '#FFFFFF',
|
13826
|
-
fontWeight: 'bold',
|
13827
|
-
// 'bg-negative hover:bg-negative-hover text-primitive-white font-bold'
|
13828
|
-
},
|
13829
|
-
},
|
13830
|
-
round: {
|
13831
|
-
none: {
|
13832
|
-
borderRadius: 0,
|
13833
|
-
},
|
13834
|
-
default: {},
|
13835
|
-
fulled: {
|
13836
|
-
borderRadius: '56px',
|
13837
|
-
},
|
13838
|
-
},
|
13839
|
-
wrap: {
|
13840
|
-
nowrap: {
|
13841
|
-
whiteSpace: 'nowrap',
|
13842
|
-
},
|
13843
|
-
wrap: {
|
13844
|
-
whiteSpace: 'pre-wrap',
|
13845
|
-
},
|
13846
|
-
},
|
13847
|
-
};
|
13848
14249
|
|
13849
|
-
/* src/components-flex/button/
|
14250
|
+
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
13850
14251
|
|
13851
|
-
function add_css$
|
13852
|
-
append_styles(target, "svelte-
|
14252
|
+
function add_css$7(target) {
|
14253
|
+
append_styles(target, "svelte-11hj92h", ".button-outlined{background-color:#ffffff}.button-outlined:hover{background-color:#f6f6f6}.button-outlined-icon.svelte-11hj92h{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
13853
14254
|
}
|
13854
14255
|
|
13855
|
-
// (
|
14256
|
+
// (46:2) {#if props.isIcon && props.iconVariant}
|
13856
14257
|
function create_if_block$4(ctx) {
|
13857
14258
|
let div;
|
13858
14259
|
let icon;
|
@@ -13873,7 +14274,7 @@ function create_if_block$4(ctx) {
|
|
13873
14274
|
c() {
|
13874
14275
|
div = element("div");
|
13875
14276
|
create_component(icon.$$.fragment);
|
13876
|
-
attr(div, "class", "button-icon svelte-
|
14277
|
+
attr(div, "class", "button-outlined-icon svelte-11hj92h");
|
13877
14278
|
},
|
13878
14279
|
m(target, anchor) {
|
13879
14280
|
insert(target, div, anchor);
|
@@ -13908,11 +14309,11 @@ function create_if_block$4(ctx) {
|
|
13908
14309
|
};
|
13909
14310
|
}
|
13910
14311
|
|
13911
|
-
// (
|
14312
|
+
// (38:0) <Clickable className="button-outlined" {layerId} {style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
13912
14313
|
function create_default_slot$2(ctx) {
|
13913
14314
|
let t0;
|
13914
14315
|
let span;
|
13915
|
-
let t1_value = (/*props*/ ctx[0].label ??
|
14316
|
+
let t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "";
|
13916
14317
|
let t1;
|
13917
14318
|
let current;
|
13918
14319
|
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$4(ctx);
|
@@ -13955,7 +14356,7 @@ function create_default_slot$2(ctx) {
|
|
13955
14356
|
check_outros();
|
13956
14357
|
}
|
13957
14358
|
|
13958
|
-
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ??
|
14359
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "")) set_data(t1, t1_value);
|
13959
14360
|
},
|
13960
14361
|
i(local) {
|
13961
14362
|
if (current) return;
|
@@ -13980,7 +14381,7 @@ function create_fragment$8(ctx) {
|
|
13980
14381
|
|
13981
14382
|
clickable = new Clickable({
|
13982
14383
|
props: {
|
13983
|
-
className: "button",
|
14384
|
+
className: "button-outlined",
|
13984
14385
|
layerId: /*layerId*/ ctx[1],
|
13985
14386
|
style: /*style*/ ctx[2],
|
13986
14387
|
onClick: /*props*/ ctx[0].onClick,
|
@@ -14032,7 +14433,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
14032
14433
|
let style;
|
14033
14434
|
let { props = {} } = $$props;
|
14034
14435
|
let { layerId = '' } = $$props;
|
14035
|
-
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ??
|
14436
|
+
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonOutlinedPropsDefault.theme];
|
14036
14437
|
|
14037
14438
|
$$self.$$set = $$props => {
|
14038
14439
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
@@ -14047,15 +14448,17 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
14047
14448
|
alignItems: 'center',
|
14048
14449
|
justifyContent: 'center',
|
14049
14450
|
outline: 0,
|
14050
|
-
|
14451
|
+
borderWidth: '1px',
|
14452
|
+
borderStyle: 'solid',
|
14051
14453
|
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
14052
14454
|
width: props.width,
|
14053
|
-
|
14054
|
-
|
14455
|
+
color: props.color ?? buttonThemeStyle.backgroundColor,
|
14456
|
+
borderColor: props.color ?? buttonThemeStyle.backgroundColor,
|
14055
14457
|
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
14056
|
-
|
14057
|
-
...
|
14058
|
-
...
|
14458
|
+
cursor: 'pointer',
|
14459
|
+
...BUTTON_OUTLINED_SIZE_STYLES[props.size ?? buttonOutlinedPropsDefault.size],
|
14460
|
+
...BUTTON_OUTLINED_WRAP_STYLES[props.wrap ?? buttonOutlinedPropsDefault.wrap],
|
14461
|
+
...BUTTON_OUTLINED_ROUND_STYLES[props.round ?? buttonOutlinedPropsDefault.round],
|
14059
14462
|
...props.iconAngle
|
14060
14463
|
? { flexDirection: props.iconAngle }
|
14061
14464
|
: {},
|
@@ -14068,16 +14471,16 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
14068
14471
|
return [props, layerId, style, buttonThemeStyle];
|
14069
14472
|
}
|
14070
14473
|
|
14071
|
-
class
|
14474
|
+
class ButtonOutlined extends SvelteComponent {
|
14072
14475
|
constructor(options) {
|
14073
14476
|
super();
|
14074
|
-
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$
|
14477
|
+
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$7);
|
14075
14478
|
}
|
14076
14479
|
}
|
14077
14480
|
|
14078
14481
|
/* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
|
14079
14482
|
|
14080
|
-
function add_css$
|
14483
|
+
function add_css$6(target) {
|
14081
14484
|
append_styles(target, "svelte-2imv7z", ".flex-text-button.svelte-2imv7z{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;cursor:pointer;outline:0;padding:0;text-decoration:underline;background-color:rgba(255, 255, 255, 0);transition:color 0.12s}.flex-text-button.svelte-2imv7z:hover{text-decoration:none}.flex-text-button-icon.svelte-2imv7z{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
14082
14485
|
}
|
14083
14486
|
|
@@ -14340,7 +14743,7 @@ class TextButton extends SvelteComponent {
|
|
14340
14743
|
props: 0,
|
14341
14744
|
layerId: 1
|
14342
14745
|
},
|
14343
|
-
add_css$
|
14746
|
+
add_css$6
|
14344
14747
|
);
|
14345
14748
|
}
|
14346
14749
|
}
|
@@ -14389,7 +14792,7 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
14389
14792
|
|
14390
14793
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
14391
14794
|
|
14392
|
-
function add_css$
|
14795
|
+
function add_css$5(target) {
|
14393
14796
|
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}");
|
14394
14797
|
}
|
14395
14798
|
|
@@ -14628,18 +15031,18 @@ class CloseButton extends SvelteComponent {
|
|
14628
15031
|
eventName: 10,
|
14629
15032
|
eventValue: 11
|
14630
15033
|
},
|
14631
|
-
add_css$
|
15034
|
+
add_css$5
|
14632
15035
|
);
|
14633
15036
|
}
|
14634
15037
|
}
|
14635
15038
|
|
14636
15039
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
14637
15040
|
|
14638
|
-
function add_css$
|
14639
|
-
append_styles(target, "svelte-
|
15041
|
+
function add_css$4(target) {
|
15042
|
+
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}");
|
14640
15043
|
}
|
14641
15044
|
|
14642
|
-
// (
|
15045
|
+
// (21:0) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14643
15046
|
function create_default_slot$1(ctx) {
|
14644
15047
|
let object;
|
14645
15048
|
let img;
|
@@ -14652,9 +15055,9 @@ function create_default_slot$1(ctx) {
|
|
14652
15055
|
img = element("img");
|
14653
15056
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
14654
15057
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
14655
|
-
attr(img, "class", "image-img svelte-
|
15058
|
+
attr(img, "class", "image-img svelte-1nwdvab");
|
14656
15059
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
14657
|
-
attr(object, "class", "image-object svelte-
|
15060
|
+
attr(object, "class", "image-object svelte-1nwdvab");
|
14658
15061
|
},
|
14659
15062
|
m(target, anchor) {
|
14660
15063
|
insert(target, object, anchor);
|
@@ -14680,12 +15083,13 @@ function create_default_slot$1(ctx) {
|
|
14680
15083
|
}
|
14681
15084
|
|
14682
15085
|
function create_fragment$5(ctx) {
|
14683
|
-
let div;
|
14684
15086
|
let clickable;
|
14685
15087
|
let current;
|
14686
15088
|
|
14687
15089
|
clickable = new Clickable({
|
14688
15090
|
props: {
|
15091
|
+
layerId: /*layerId*/ ctx[1],
|
15092
|
+
style: /*style*/ ctx[3],
|
14689
15093
|
onClick: /*props*/ ctx[0].onClick,
|
14690
15094
|
eventName: /*props*/ ctx[0].eventName,
|
14691
15095
|
eventValue: /*props*/ ctx[0].eventValue,
|
@@ -14696,19 +15100,16 @@ function create_fragment$5(ctx) {
|
|
14696
15100
|
|
14697
15101
|
return {
|
14698
15102
|
c() {
|
14699
|
-
div = element("div");
|
14700
15103
|
create_component(clickable.$$.fragment);
|
14701
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14702
|
-
attr(div, "class", "image svelte-180u8ho");
|
14703
|
-
attr(div, "style", /*style*/ ctx[3]);
|
14704
15104
|
},
|
14705
15105
|
m(target, anchor) {
|
14706
|
-
|
14707
|
-
mount_component(clickable, div, null);
|
15106
|
+
mount_component(clickable, target, anchor);
|
14708
15107
|
current = true;
|
14709
15108
|
},
|
14710
15109
|
p(ctx, [dirty]) {
|
14711
15110
|
const clickable_changes = {};
|
15111
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
15112
|
+
if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
|
14712
15113
|
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
14713
15114
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
14714
15115
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
@@ -14718,14 +15119,6 @@ function create_fragment$5(ctx) {
|
|
14718
15119
|
}
|
14719
15120
|
|
14720
15121
|
clickable.$set(clickable_changes);
|
14721
|
-
|
14722
|
-
if (!current || dirty & /*layerId*/ 2) {
|
14723
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
14724
|
-
}
|
14725
|
-
|
14726
|
-
if (!current || dirty & /*style*/ 8) {
|
14727
|
-
attr(div, "style", /*style*/ ctx[3]);
|
14728
|
-
}
|
14729
15122
|
},
|
14730
15123
|
i(local) {
|
14731
15124
|
if (current) return;
|
@@ -14737,8 +15130,7 @@ function create_fragment$5(ctx) {
|
|
14737
15130
|
current = false;
|
14738
15131
|
},
|
14739
15132
|
d(detaching) {
|
14740
|
-
|
14741
|
-
destroy_component(clickable);
|
15133
|
+
destroy_component(clickable, detaching);
|
14742
15134
|
}
|
14743
15135
|
};
|
14744
15136
|
}
|
@@ -14758,6 +15150,12 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14758
15150
|
if ($$self.$$.dirty & /*props*/ 1) {
|
14759
15151
|
$$invalidate(3, style = objToStyle({
|
14760
15152
|
width: props.width ?? '100%',
|
15153
|
+
maxWidth: '100%',
|
15154
|
+
overflow: 'hidden',
|
15155
|
+
flexShrink: 0,
|
15156
|
+
display: 'flex',
|
15157
|
+
alignItems: 'center',
|
15158
|
+
justifyContent: 'center',
|
14761
15159
|
...toCssCommon(props)
|
14762
15160
|
}));
|
14763
15161
|
}
|
@@ -14773,7 +15171,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14773
15171
|
class Image extends SvelteComponent {
|
14774
15172
|
constructor(options) {
|
14775
15173
|
super();
|
14776
|
-
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$
|
15174
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$4);
|
14777
15175
|
}
|
14778
15176
|
}
|
14779
15177
|
|
@@ -14931,14 +15329,18 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
14931
15329
|
|
14932
15330
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
14933
15331
|
|
15332
|
+
function add_css$3(target) {
|
15333
|
+
append_styles(target, "svelte-17ij7ip", ".container.svelte-17ij7ip{-webkit-user-drag:none}");
|
15334
|
+
}
|
15335
|
+
|
14934
15336
|
function get_each_context(ctx, list, i) {
|
14935
15337
|
const child_ctx = ctx.slice();
|
14936
|
-
child_ctx[
|
14937
|
-
child_ctx[
|
15338
|
+
child_ctx[29] = list[i];
|
15339
|
+
child_ctx[31] = i;
|
14938
15340
|
return child_ctx;
|
14939
15341
|
}
|
14940
15342
|
|
14941
|
-
// (
|
15343
|
+
// (151:4) {#each indicators ?? [] as indicator, i}
|
14942
15344
|
function create_each_block(ctx) {
|
14943
15345
|
let button;
|
14944
15346
|
let i_1;
|
@@ -14948,7 +15350,7 @@ function create_each_block(ctx) {
|
|
14948
15350
|
let dispose;
|
14949
15351
|
|
14950
15352
|
function click_handler() {
|
14951
|
-
return /*click_handler*/ ctx[
|
15353
|
+
return /*click_handler*/ ctx[19](/*i*/ ctx[31]);
|
14952
15354
|
}
|
14953
15355
|
|
14954
15356
|
return {
|
@@ -14960,11 +15362,15 @@ function create_each_block(ctx) {
|
|
14960
15362
|
attr(i_1, "style", i_1_style_value = objToStyle({
|
14961
15363
|
.../*indicatorItemStyle*/ ctx[3],
|
14962
15364
|
...{
|
14963
|
-
background: /*indicator*/ ctx[
|
15365
|
+
background: /*indicator*/ ctx[29].isActive ? '#555555' : '#AAAAAA'
|
14964
15366
|
}
|
14965
15367
|
}));
|
14966
15368
|
|
14967
|
-
attr(button, "style", objToStyle({
|
15369
|
+
attr(button, "style", objToStyle({
|
15370
|
+
padding: '4px',
|
15371
|
+
border: 0,
|
15372
|
+
background: 'none'
|
15373
|
+
}));
|
14968
15374
|
},
|
14969
15375
|
m(target, anchor) {
|
14970
15376
|
insert(target, button, anchor);
|
@@ -14979,10 +15385,10 @@ function create_each_block(ctx) {
|
|
14979
15385
|
p(new_ctx, dirty) {
|
14980
15386
|
ctx = new_ctx;
|
14981
15387
|
|
14982
|
-
if (dirty & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
15388
|
+
if (dirty[0] & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
14983
15389
|
.../*indicatorItemStyle*/ ctx[3],
|
14984
15390
|
...{
|
14985
|
-
background: /*indicator*/ ctx[
|
15391
|
+
background: /*indicator*/ ctx[29].isActive ? '#555555' : '#AAAAAA'
|
14986
15392
|
}
|
14987
15393
|
}))) {
|
14988
15394
|
attr(i_1, "style", i_1_style_value);
|
@@ -15003,8 +15409,10 @@ function create_fragment$3(ctx) {
|
|
15003
15409
|
let t;
|
15004
15410
|
let div1;
|
15005
15411
|
let current;
|
15006
|
-
|
15007
|
-
|
15412
|
+
let mounted;
|
15413
|
+
let dispose;
|
15414
|
+
const default_slot_template = /*#slots*/ ctx[17].default;
|
15415
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[16], null);
|
15008
15416
|
let each_value = /*indicators*/ ctx[7] ?? [];
|
15009
15417
|
let each_blocks = [];
|
15010
15418
|
|
@@ -15024,6 +15432,7 @@ function create_fragment$3(ctx) {
|
|
15024
15432
|
each_blocks[i].c();
|
15025
15433
|
}
|
15026
15434
|
|
15435
|
+
attr(div0, "class", "container svelte-17ij7ip");
|
15027
15436
|
attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
15028
15437
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
15029
15438
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
@@ -15037,7 +15446,7 @@ function create_fragment$3(ctx) {
|
|
15037
15446
|
default_slot.m(div0, null);
|
15038
15447
|
}
|
15039
15448
|
|
15040
|
-
/*div0_binding*/ ctx[
|
15449
|
+
/*div0_binding*/ ctx[18](div0);
|
15041
15450
|
append(div2, t);
|
15042
15451
|
append(div2, div1);
|
15043
15452
|
|
@@ -15046,28 +15455,37 @@ function create_fragment$3(ctx) {
|
|
15046
15455
|
}
|
15047
15456
|
|
15048
15457
|
current = true;
|
15458
|
+
|
15459
|
+
if (!mounted) {
|
15460
|
+
dispose = [
|
15461
|
+
listen(div0, "mousedown", /*handleMousedown*/ ctx[10]),
|
15462
|
+
listen(div0, "touchstart", /*handleTouchstart*/ ctx[9])
|
15463
|
+
];
|
15464
|
+
|
15465
|
+
mounted = true;
|
15466
|
+
}
|
15049
15467
|
},
|
15050
|
-
p(ctx,
|
15468
|
+
p(ctx, dirty) {
|
15051
15469
|
if (default_slot) {
|
15052
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
15470
|
+
if (default_slot.p && (!current || dirty[0] & /*$$scope*/ 65536)) {
|
15053
15471
|
update_slot_base(
|
15054
15472
|
default_slot,
|
15055
15473
|
default_slot_template,
|
15056
15474
|
ctx,
|
15057
|
-
/*$$scope*/ ctx[
|
15475
|
+
/*$$scope*/ ctx[16],
|
15058
15476
|
!current
|
15059
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
15060
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
15477
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[16])
|
15478
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[16], dirty, null),
|
15061
15479
|
null
|
15062
15480
|
);
|
15063
15481
|
}
|
15064
15482
|
}
|
15065
15483
|
|
15066
|
-
if (!current || dirty & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
15484
|
+
if (!current || dirty[0] & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
15067
15485
|
attr(div0, "style", div0_style_value);
|
15068
15486
|
}
|
15069
15487
|
|
15070
|
-
if (dirty & /*
|
15488
|
+
if (dirty[0] & /*handleClickIndicator, indicatorItemStyle, indicators*/ 392) {
|
15071
15489
|
each_value = /*indicators*/ ctx[7] ?? [];
|
15072
15490
|
let i;
|
15073
15491
|
|
@@ -15090,15 +15508,15 @@ function create_fragment$3(ctx) {
|
|
15090
15508
|
each_blocks.length = each_value.length;
|
15091
15509
|
}
|
15092
15510
|
|
15093
|
-
if (!current || dirty & /*indicatorListStyle*/ 16) {
|
15511
|
+
if (!current || dirty[0] & /*indicatorListStyle*/ 16) {
|
15094
15512
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
15095
15513
|
}
|
15096
15514
|
|
15097
|
-
if (!current || dirty & /*layerId*/ 1) {
|
15515
|
+
if (!current || dirty[0] & /*layerId*/ 1) {
|
15098
15516
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
15099
15517
|
}
|
15100
15518
|
|
15101
|
-
if (!current || dirty & /*style*/ 64) {
|
15519
|
+
if (!current || dirty[0] & /*style*/ 64) {
|
15102
15520
|
attr(div2, "style", /*style*/ ctx[6]);
|
15103
15521
|
}
|
15104
15522
|
},
|
@@ -15114,8 +15532,10 @@ function create_fragment$3(ctx) {
|
|
15114
15532
|
d(detaching) {
|
15115
15533
|
if (detaching) detach(div2);
|
15116
15534
|
if (default_slot) default_slot.d(detaching);
|
15117
|
-
/*div0_binding*/ ctx[
|
15535
|
+
/*div0_binding*/ ctx[18](null);
|
15118
15536
|
destroy_each(each_blocks, detaching);
|
15537
|
+
mounted = false;
|
15538
|
+
run_all(dispose);
|
15119
15539
|
}
|
15120
15540
|
};
|
15121
15541
|
}
|
@@ -15133,9 +15553,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15133
15553
|
let { overrideStyle } = $$props;
|
15134
15554
|
let slotElement;
|
15135
15555
|
let currentIndex = 0;
|
15556
|
+
let startX = 0;
|
15557
|
+
let movedX = null;
|
15136
15558
|
let childCount = slotElement?.children?.length ?? 0;
|
15137
15559
|
|
15138
|
-
const calcTransformX = (index, itemCount) => {
|
15560
|
+
const calcTransformX = (index, itemCount, _movedX) => {
|
15139
15561
|
if (index === 0) return undefined;
|
15140
15562
|
|
15141
15563
|
const movingX = (() => {
|
@@ -15153,24 +15575,92 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15153
15575
|
return result;
|
15154
15576
|
})();
|
15155
15577
|
|
15156
|
-
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px))`;
|
15578
|
+
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px + ${(movedX ?? 0) * -1}px))`;
|
15157
15579
|
};
|
15158
15580
|
|
15159
15581
|
const handleClickIndicator = index => {
|
15160
|
-
$$invalidate(
|
15582
|
+
$$invalidate(12, currentIndex = index);
|
15161
15583
|
};
|
15162
15584
|
|
15163
15585
|
const setChildCount = () => {
|
15164
15586
|
const count = slotElement?.children?.length ?? 0;
|
15165
15587
|
|
15166
15588
|
if (count !== childCount) {
|
15167
|
-
$$invalidate(
|
15589
|
+
$$invalidate(14, childCount = slotElement?.children?.length ?? 0);
|
15590
|
+
}
|
15591
|
+
};
|
15592
|
+
|
15593
|
+
const toNext = (loop = false) => {
|
15594
|
+
if (currentIndex < childCount - 1) {
|
15595
|
+
$$invalidate(12, currentIndex = currentIndex + 1);
|
15596
|
+
} else if (loop) {
|
15597
|
+
$$invalidate(12, currentIndex = 0);
|
15598
|
+
}
|
15599
|
+
};
|
15600
|
+
|
15601
|
+
const toPrev = (loop = false) => {
|
15602
|
+
if (currentIndex > 0) {
|
15603
|
+
$$invalidate(12, currentIndex = currentIndex - 1);
|
15604
|
+
}
|
15605
|
+
};
|
15606
|
+
|
15607
|
+
const handleTouchmove = e => {
|
15608
|
+
startX = startX - e.touches[0].clientX;
|
15609
|
+
};
|
15610
|
+
|
15611
|
+
const handleTouchend = e => {
|
15612
|
+
if (movedX >= 32) {
|
15613
|
+
toNext();
|
15614
|
+
} else if (movedX <= -32) {
|
15615
|
+
toPrev();
|
15616
|
+
}
|
15617
|
+
|
15618
|
+
$$invalidate(13, movedX = null);
|
15619
|
+
document.removeEventListener('touchmove', handleTouchmove);
|
15620
|
+
document.removeEventListener('touchend', handleTouchend);
|
15621
|
+
};
|
15622
|
+
|
15623
|
+
const handleTouchstart = e => {
|
15624
|
+
startX = e.touches[0].clientX;
|
15625
|
+
document.addEventListener('touchmove', handleTouchmove, { passive: true });
|
15626
|
+
document.addEventListener('touchend', handleTouchend, { passive: true });
|
15627
|
+
};
|
15628
|
+
|
15629
|
+
const handleMousemove = e => {
|
15630
|
+
$$invalidate(13, movedX = startX - e.clientX);
|
15631
|
+
};
|
15632
|
+
|
15633
|
+
const handleMouseup = e => {
|
15634
|
+
if (movedX >= 32) {
|
15635
|
+
toNext();
|
15636
|
+
} else if (movedX <= -32) {
|
15637
|
+
toPrev();
|
15168
15638
|
}
|
15639
|
+
|
15640
|
+
$$invalidate(13, movedX = null);
|
15641
|
+
document.removeEventListener('mousemove', handleMousemove);
|
15642
|
+
document.removeEventListener('mouseup', handleMouseup);
|
15643
|
+
};
|
15644
|
+
|
15645
|
+
const handleMousedown = e => {
|
15646
|
+
console.log('mousedown');
|
15647
|
+
startX = e.clientX;
|
15648
|
+
document.addEventListener('mousemove', handleMousemove, { passive: true });
|
15649
|
+
document.addEventListener('mouseup', handleMouseup, { passive: true });
|
15169
15650
|
};
|
15170
15651
|
|
15171
15652
|
onMount$1(() => {
|
15172
15653
|
setChildCount();
|
15173
15654
|
setInterval(setChildCount, 300);
|
15655
|
+
|
15656
|
+
if (props.auto) {
|
15657
|
+
setInterval(
|
15658
|
+
() => {
|
15659
|
+
toNext(true);
|
15660
|
+
},
|
15661
|
+
props.interval ?? 5000
|
15662
|
+
);
|
15663
|
+
}
|
15174
15664
|
});
|
15175
15665
|
|
15176
15666
|
function div0_binding($$value) {
|
@@ -15184,21 +15674,21 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15184
15674
|
|
15185
15675
|
$$self.$$set = $$props => {
|
15186
15676
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
15187
|
-
if ('props' in $$props) $$invalidate(
|
15677
|
+
if ('props' in $$props) $$invalidate(11, props = $$props.props);
|
15188
15678
|
if ('overrideStyle' in $$props) $$invalidate(1, overrideStyle = $$props.overrideStyle);
|
15189
|
-
if ('$$scope' in $$props) $$invalidate(
|
15679
|
+
if ('$$scope' in $$props) $$invalidate(16, $$scope = $$props.$$scope);
|
15190
15680
|
};
|
15191
15681
|
|
15192
15682
|
$$self.$$.update = () => {
|
15193
|
-
if ($$self.$$.dirty & /*childCount, currentIndex*/
|
15683
|
+
if ($$self.$$.dirty[0] & /*childCount, currentIndex*/ 20480) {
|
15194
15684
|
$$invalidate(7, indicators = [...Array(childCount)].map((_, i) => ({ index: i, isActive: i === currentIndex })));
|
15195
15685
|
}
|
15196
15686
|
|
15197
|
-
if ($$self.$$.dirty & /*props*/
|
15198
|
-
$$invalidate(
|
15687
|
+
if ($$self.$$.dirty[0] & /*props*/ 2048) {
|
15688
|
+
$$invalidate(15, itemWidthPercentage = props.itemWidthPercentage ?? 100);
|
15199
15689
|
}
|
15200
15690
|
|
15201
|
-
if ($$self.$$.dirty & /*props, itemWidthPercentage, currentIndex, childCount*/
|
15691
|
+
if ($$self.$$.dirty[0] & /*props, itemWidthPercentage, movedX, currentIndex, childCount*/ 63488) {
|
15202
15692
|
$$invalidate(5, containerStyle = objToStyle({
|
15203
15693
|
display: 'grid',
|
15204
15694
|
// marginInline: `-${props.gap}px`,
|
@@ -15207,8 +15697,9 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15207
15697
|
gridAutoFlow: 'column',
|
15208
15698
|
gridAutoColumns: `minmax(${itemWidthPercentage}%, 1fr)`,
|
15209
15699
|
flexShrink: 0,
|
15210
|
-
transition: 'transform 0.5s',
|
15211
|
-
transform: calcTransformX(currentIndex, childCount)
|
15700
|
+
transition: movedX === null ? 'transform 0.5s' : undefined,
|
15701
|
+
transform: calcTransformX(currentIndex, childCount),
|
15702
|
+
userSelect: 'none'
|
15212
15703
|
}));
|
15213
15704
|
}
|
15214
15705
|
};
|
@@ -15227,7 +15718,8 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15227
15718
|
height: '8px',
|
15228
15719
|
borderRadius: '100%',
|
15229
15720
|
display: 'block',
|
15230
|
-
background: '#AAAAAA'
|
15721
|
+
background: '#AAAAAA',
|
15722
|
+
border: 0
|
15231
15723
|
});
|
15232
15724
|
|
15233
15725
|
return [
|
@@ -15240,8 +15732,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15240
15732
|
style,
|
15241
15733
|
indicators,
|
15242
15734
|
handleClickIndicator,
|
15735
|
+
handleTouchstart,
|
15736
|
+
handleMousedown,
|
15243
15737
|
props,
|
15244
15738
|
currentIndex,
|
15739
|
+
movedX,
|
15245
15740
|
childCount,
|
15246
15741
|
itemWidthPercentage,
|
15247
15742
|
$$scope,
|
@@ -15254,7 +15749,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
15254
15749
|
class Slider extends SvelteComponent {
|
15255
15750
|
constructor(options) {
|
15256
15751
|
super();
|
15257
|
-
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props:
|
15752
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props: 11, overrideStyle: 1 }, add_css$3, [-1, -1]);
|
15258
15753
|
}
|
15259
15754
|
}
|
15260
15755
|
|
@@ -16204,4 +16699,4 @@ const ROUND_STYLES = {
|
|
16204
16699
|
},
|
16205
16700
|
};
|
16206
16701
|
|
16207
|
-
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_ROUND, BUTTON_ROUND_STYLES, BUTTON_SIZE, BUTTON_SIZE_STYLES, BUTTON_THEME, BUTTON_THEME_STYLES,
|
16702
|
+
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_OUTLINED_ROUND_STYLES, BUTTON_OUTLINED_SIZE_STYLES, BUTTON_OUTLINED_WRAP_STYLES, BUTTON_ROUND, BUTTON_ROUND_STYLES, BUTTON_SIZE, BUTTON_SIZE_STYLES, BUTTON_THEME, BUTTON_THEME_STYLES, BUTTON_WRAP_STYLES, BackgroundSizes, Box, CLOSE_BUTTON_LABEL_PLACEMENT, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, Avatar as FlexAvatar, Button as FlexButton, ButtonOutlined as FlexButtonOutlined, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Slider as FlexSlider, Text as FlexText, TextButton as FlexTextButton, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, ROUND_STYLES, ROUND_VARIANT, Repeats, SHADOW_STYLES, SHADOW_VARIANT, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_BUTTON_COLOR, TEXT_BUTTON_ICON_ANGLE, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ROUND, TEXT_BUTTON_SIZE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, buttonOutlinedPropsDefault, buttonPropsDefault, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };
|