@plaidev/karte-action-sdk 1.1.246-28734557.10a6b76b → 1.1.246-28747071.8f3f8f3e
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +41 -28
- package/dist/hydrate/index.es.js +1129 -598
- package/dist/index.es.d.ts +41 -28
- package/dist/index.es.js +1088 -588
- package/dist/templates.cjs.js +1 -0
- package/dist/templates.js +1 -0
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -2843,7 +2843,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
2843
2843
|
|
2844
2844
|
/* src/components/Header.svelte generated by Svelte v3.53.1 */
|
2845
2845
|
|
2846
|
-
function create_if_block$
|
2846
|
+
function create_if_block$h(ctx) {
|
2847
2847
|
let link;
|
2848
2848
|
|
2849
2849
|
return {
|
@@ -2874,9 +2874,9 @@ function create_if_block$g(ctx) {
|
|
2874
2874
|
};
|
2875
2875
|
}
|
2876
2876
|
|
2877
|
-
function create_fragment$
|
2877
|
+
function create_fragment$1f(ctx) {
|
2878
2878
|
let head;
|
2879
|
-
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$
|
2879
|
+
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$h(ctx);
|
2880
2880
|
|
2881
2881
|
return {
|
2882
2882
|
c() {
|
@@ -2898,7 +2898,7 @@ function create_fragment$1c(ctx) {
|
|
2898
2898
|
if (if_block) {
|
2899
2899
|
if_block.p(ctx, dirty);
|
2900
2900
|
} else {
|
2901
|
-
if_block = create_if_block$
|
2901
|
+
if_block = create_if_block$h(ctx);
|
2902
2902
|
if_block.c();
|
2903
2903
|
if_block.m(head, null);
|
2904
2904
|
}
|
@@ -2916,7 +2916,7 @@ function create_fragment$1c(ctx) {
|
|
2916
2916
|
};
|
2917
2917
|
}
|
2918
2918
|
|
2919
|
-
function instance$
|
2919
|
+
function instance$1f($$self, $$props, $$invalidate) {
|
2920
2920
|
let $fonts;
|
2921
2921
|
component_subscribe($$self, fonts, $$value => $$invalidate(1, $fonts = $$value));
|
2922
2922
|
let googleFontUrl = '';
|
@@ -2946,13 +2946,13 @@ function instance$1c($$self, $$props, $$invalidate) {
|
|
2946
2946
|
class Header extends SvelteComponent {
|
2947
2947
|
constructor(options) {
|
2948
2948
|
super();
|
2949
|
-
init(this, options, instance$
|
2949
|
+
init(this, options, instance$1f, create_fragment$1f, safe_not_equal, {});
|
2950
2950
|
}
|
2951
2951
|
}
|
2952
2952
|
|
2953
2953
|
/* src/components/State.svelte generated by Svelte v3.53.1 */
|
2954
2954
|
|
2955
|
-
function create_fragment$
|
2955
|
+
function create_fragment$1e(ctx) {
|
2956
2956
|
let header;
|
2957
2957
|
let t;
|
2958
2958
|
let current;
|
@@ -3016,7 +3016,7 @@ function create_fragment$1b(ctx) {
|
|
3016
3016
|
};
|
3017
3017
|
}
|
3018
3018
|
|
3019
|
-
function instance$
|
3019
|
+
function instance$1e($$self, $$props, $$invalidate) {
|
3020
3020
|
let { $$slots: slots = {}, $$scope } = $$props;
|
3021
3021
|
|
3022
3022
|
$$self.$$set = $$props => {
|
@@ -3029,18 +3029,18 @@ function instance$1b($$self, $$props, $$invalidate) {
|
|
3029
3029
|
class State extends SvelteComponent {
|
3030
3030
|
constructor(options) {
|
3031
3031
|
super();
|
3032
|
-
init(this, options, instance$
|
3032
|
+
init(this, options, instance$1e, create_fragment$1e, safe_not_equal, {});
|
3033
3033
|
}
|
3034
3034
|
}
|
3035
3035
|
|
3036
3036
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3037
3037
|
|
3038
|
-
function add_css$
|
3038
|
+
function add_css$F(target) {
|
3039
3039
|
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3040
3040
|
}
|
3041
3041
|
|
3042
3042
|
// (23:0) {#if $state === path}
|
3043
|
-
function create_if_block$
|
3043
|
+
function create_if_block$g(ctx) {
|
3044
3044
|
let div;
|
3045
3045
|
let t;
|
3046
3046
|
let current;
|
@@ -3112,10 +3112,10 @@ function create_if_block$f(ctx) {
|
|
3112
3112
|
};
|
3113
3113
|
}
|
3114
3114
|
|
3115
|
-
function create_fragment$
|
3115
|
+
function create_fragment$1d(ctx) {
|
3116
3116
|
let if_block_anchor;
|
3117
3117
|
let current;
|
3118
|
-
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$
|
3118
|
+
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$g(ctx);
|
3119
3119
|
|
3120
3120
|
return {
|
3121
3121
|
c() {
|
@@ -3140,7 +3140,7 @@ function create_fragment$1a(ctx) {
|
|
3140
3140
|
transition_in(if_block, 1);
|
3141
3141
|
}
|
3142
3142
|
} else {
|
3143
|
-
if_block = create_if_block$
|
3143
|
+
if_block = create_if_block$g(ctx);
|
3144
3144
|
if_block.c();
|
3145
3145
|
transition_in(if_block, 1);
|
3146
3146
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3177,7 +3177,7 @@ function getStateItemContext() {
|
|
3177
3177
|
return getContext(STATE_ITEM_CONTEXT_KEY);
|
3178
3178
|
}
|
3179
3179
|
|
3180
|
-
function instance$
|
3180
|
+
function instance$1d($$self, $$props, $$invalidate) {
|
3181
3181
|
let $state;
|
3182
3182
|
component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
|
3183
3183
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3203,7 +3203,7 @@ function instance$1a($$self, $$props, $$invalidate) {
|
|
3203
3203
|
class StateItem extends SvelteComponent {
|
3204
3204
|
constructor(options) {
|
3205
3205
|
super();
|
3206
|
-
init(this, options, instance$
|
3206
|
+
init(this, options, instance$1d, create_fragment$1d, safe_not_equal, { path: 0 }, add_css$F);
|
3207
3207
|
}
|
3208
3208
|
}
|
3209
3209
|
|
@@ -3329,12 +3329,12 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3329
3329
|
|
3330
3330
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3331
3331
|
|
3332
|
-
function add_css$
|
3332
|
+
function add_css$E(target) {
|
3333
3333
|
append_styles(target, "svelte-1d4fta", ".background.svelte-1d4fta{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
3334
3334
|
}
|
3335
3335
|
|
3336
3336
|
// (14:0) {#if backgroundOverlay}
|
3337
|
-
function create_if_block$
|
3337
|
+
function create_if_block$f(ctx) {
|
3338
3338
|
let div;
|
3339
3339
|
let div_class_value;
|
3340
3340
|
let mounted;
|
@@ -3374,9 +3374,9 @@ function create_if_block$e(ctx) {
|
|
3374
3374
|
};
|
3375
3375
|
}
|
3376
3376
|
|
3377
|
-
function create_fragment$
|
3377
|
+
function create_fragment$1c(ctx) {
|
3378
3378
|
let if_block_anchor;
|
3379
|
-
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$
|
3379
|
+
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$f(ctx);
|
3380
3380
|
|
3381
3381
|
return {
|
3382
3382
|
c() {
|
@@ -3396,7 +3396,7 @@ function create_fragment$19(ctx) {
|
|
3396
3396
|
if (if_block) {
|
3397
3397
|
if_block.p(ctx, dirty);
|
3398
3398
|
} else {
|
3399
|
-
if_block = create_if_block$
|
3399
|
+
if_block = create_if_block$f(ctx);
|
3400
3400
|
if_block.c();
|
3401
3401
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3402
3402
|
}
|
@@ -3414,7 +3414,7 @@ function create_fragment$19(ctx) {
|
|
3414
3414
|
};
|
3415
3415
|
}
|
3416
3416
|
|
3417
|
-
function instance$
|
3417
|
+
function instance$1c($$self, $$props, $$invalidate) {
|
3418
3418
|
let { backgroundOverlay = false } = $$props;
|
3419
3419
|
let { class: className = undefined } = $$props;
|
3420
3420
|
const dispatch = createEventDispatcher();
|
@@ -3431,7 +3431,7 @@ function instance$19($$self, $$props, $$invalidate) {
|
|
3431
3431
|
let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
|
3432
3432
|
constructor(options) {
|
3433
3433
|
super();
|
3434
|
-
init(this, options, instance$
|
3434
|
+
init(this, options, instance$1c, create_fragment$1c, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$E);
|
3435
3435
|
}
|
3436
3436
|
};
|
3437
3437
|
|
@@ -3471,7 +3471,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3471
3471
|
|
3472
3472
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3473
3473
|
|
3474
|
-
function add_css$
|
3474
|
+
function add_css$D(target) {
|
3475
3475
|
append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
|
3476
3476
|
}
|
3477
3477
|
|
@@ -3754,7 +3754,7 @@ function create_if_block_1$4(ctx) {
|
|
3754
3754
|
}
|
3755
3755
|
|
3756
3756
|
// (31:0) {#if disabled}
|
3757
|
-
function create_if_block$
|
3757
|
+
function create_if_block$e(ctx) {
|
3758
3758
|
let div;
|
3759
3759
|
let current;
|
3760
3760
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
@@ -3822,12 +3822,12 @@ function create_if_block$d(ctx) {
|
|
3822
3822
|
};
|
3823
3823
|
}
|
3824
3824
|
|
3825
|
-
function create_fragment$
|
3825
|
+
function create_fragment$1b(ctx) {
|
3826
3826
|
let current_block_type_index;
|
3827
3827
|
let if_block;
|
3828
3828
|
let if_block_anchor;
|
3829
3829
|
let current;
|
3830
|
-
const if_block_creators = [create_if_block$
|
3830
|
+
const if_block_creators = [create_if_block$e, create_if_block_1$4, create_if_block_2$2, create_else_block$6];
|
3831
3831
|
const if_blocks = [];
|
3832
3832
|
|
3833
3833
|
function select_block_type(ctx, dirty) {
|
@@ -3899,7 +3899,7 @@ function create_fragment$18(ctx) {
|
|
3899
3899
|
|
3900
3900
|
const BUTTON_CLASS = 'button';
|
3901
3901
|
|
3902
|
-
function instance$
|
3902
|
+
function instance$1b($$self, $$props, $$invalidate) {
|
3903
3903
|
let disabled;
|
3904
3904
|
let $valuesAreValid;
|
3905
3905
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3965,8 +3965,8 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3965
3965
|
init(
|
3966
3966
|
this,
|
3967
3967
|
options,
|
3968
|
-
instance$
|
3969
|
-
create_fragment$
|
3968
|
+
instance$1b,
|
3969
|
+
create_fragment$1b,
|
3970
3970
|
safe_not_equal,
|
3971
3971
|
{
|
3972
3972
|
onClick: 0,
|
@@ -3974,14 +3974,14 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3974
3974
|
eventValue: 6,
|
3975
3975
|
style: 1
|
3976
3976
|
},
|
3977
|
-
add_css$
|
3977
|
+
add_css$D
|
3978
3978
|
);
|
3979
3979
|
}
|
3980
3980
|
};
|
3981
3981
|
|
3982
3982
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3983
3983
|
|
3984
|
-
function add_css$
|
3984
|
+
function add_css$C(target) {
|
3985
3985
|
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
3986
3986
|
}
|
3987
3987
|
|
@@ -4120,7 +4120,7 @@ function create_if_block_2$1(ctx) {
|
|
4120
4120
|
}
|
4121
4121
|
|
4122
4122
|
// (281:0) {#if visible}
|
4123
|
-
function create_if_block$
|
4123
|
+
function create_if_block$d(ctx) {
|
4124
4124
|
let div;
|
4125
4125
|
let button;
|
4126
4126
|
let div_class_value;
|
@@ -4132,7 +4132,7 @@ function create_if_block$c(ctx) {
|
|
4132
4132
|
onClick: /*onClick*/ ctx[0],
|
4133
4133
|
eventName: /*clickEventName*/ ctx[1],
|
4134
4134
|
eventValue: /*clickEventValue*/ ctx[2],
|
4135
|
-
$$slots: { default: [create_default_slot$
|
4135
|
+
$$slots: { default: [create_default_slot$c] },
|
4136
4136
|
$$scope: { ctx }
|
4137
4137
|
}
|
4138
4138
|
});
|
@@ -4344,7 +4344,7 @@ function create_default_slot_1$1(ctx) {
|
|
4344
4344
|
}
|
4345
4345
|
|
4346
4346
|
// (293:4) <Button {onClick} eventName={clickEventName} eventValue={clickEventValue}>
|
4347
|
-
function create_default_slot$
|
4347
|
+
function create_default_slot$c(ctx) {
|
4348
4348
|
let t;
|
4349
4349
|
let div;
|
4350
4350
|
let current;
|
@@ -4447,7 +4447,7 @@ function create_default_slot$b(ctx) {
|
|
4447
4447
|
};
|
4448
4448
|
}
|
4449
4449
|
|
4450
|
-
function create_fragment$
|
4450
|
+
function create_fragment$1a(ctx) {
|
4451
4451
|
let show_if;
|
4452
4452
|
let current_block_type_index;
|
4453
4453
|
let if_block0;
|
@@ -4468,7 +4468,7 @@ function create_fragment$17(ctx) {
|
|
4468
4468
|
|
4469
4469
|
current_block_type_index = select_block_type(ctx);
|
4470
4470
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4471
|
-
let if_block1 = /*visible*/ ctx[16] && create_if_block$
|
4471
|
+
let if_block1 = /*visible*/ ctx[16] && create_if_block$d(ctx);
|
4472
4472
|
|
4473
4473
|
return {
|
4474
4474
|
c() {
|
@@ -4534,7 +4534,7 @@ function create_fragment$17(ctx) {
|
|
4534
4534
|
transition_in(if_block1, 1);
|
4535
4535
|
}
|
4536
4536
|
} else {
|
4537
|
-
if_block1 = create_if_block$
|
4537
|
+
if_block1 = create_if_block$d(ctx);
|
4538
4538
|
if_block1.c();
|
4539
4539
|
transition_in(if_block1, 1);
|
4540
4540
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -4571,7 +4571,7 @@ function create_fragment$17(ctx) {
|
|
4571
4571
|
};
|
4572
4572
|
}
|
4573
4573
|
|
4574
|
-
function instance$
|
4574
|
+
function instance$1a($$self, $$props, $$invalidate) {
|
4575
4575
|
let close;
|
4576
4576
|
let closable;
|
4577
4577
|
let backgroundClick;
|
@@ -4854,8 +4854,8 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4854
4854
|
init(
|
4855
4855
|
this,
|
4856
4856
|
options,
|
4857
|
-
instance$
|
4858
|
-
create_fragment$
|
4857
|
+
instance$1a,
|
4858
|
+
create_fragment$1a,
|
4859
4859
|
safe_not_equal,
|
4860
4860
|
{
|
4861
4861
|
onClick: 0,
|
@@ -4873,7 +4873,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4873
4873
|
closeButtonColor: 9,
|
4874
4874
|
_closeStyle: 10
|
4875
4875
|
},
|
4876
|
-
add_css$
|
4876
|
+
add_css$C,
|
4877
4877
|
[-1, -1]
|
4878
4878
|
);
|
4879
4879
|
}
|
@@ -4881,7 +4881,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4881
4881
|
|
4882
4882
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4883
4883
|
|
4884
|
-
function create_fragment$
|
4884
|
+
function create_fragment$19(ctx) {
|
4885
4885
|
let div;
|
4886
4886
|
let current;
|
4887
4887
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4949,7 +4949,7 @@ function create_fragment$16(ctx) {
|
|
4949
4949
|
};
|
4950
4950
|
}
|
4951
4951
|
|
4952
|
-
function instance$
|
4952
|
+
function instance$19($$self, $$props, $$invalidate) {
|
4953
4953
|
let _style;
|
4954
4954
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4955
4955
|
let { width = '512px' } = $$props;
|
@@ -4994,7 +4994,7 @@ class Grid extends SvelteComponent {
|
|
4994
4994
|
constructor(options) {
|
4995
4995
|
super();
|
4996
4996
|
|
4997
|
-
init(this, options, instance$
|
4997
|
+
init(this, options, instance$19, create_fragment$19, safe_not_equal, {
|
4998
4998
|
width: 1,
|
4999
4999
|
height: 2,
|
5000
5000
|
rows: 3,
|
@@ -5007,11 +5007,11 @@ class Grid extends SvelteComponent {
|
|
5007
5007
|
|
5008
5008
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
5009
5009
|
|
5010
|
-
function add_css$
|
5010
|
+
function add_css$B(target) {
|
5011
5011
|
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
5012
5012
|
}
|
5013
5013
|
|
5014
|
-
function create_fragment$
|
5014
|
+
function create_fragment$18(ctx) {
|
5015
5015
|
let div1;
|
5016
5016
|
let div0;
|
5017
5017
|
let current;
|
@@ -5104,7 +5104,7 @@ function create_fragment$15(ctx) {
|
|
5104
5104
|
|
5105
5105
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5106
5106
|
|
5107
|
-
function instance$
|
5107
|
+
function instance$18($$self, $$props, $$invalidate) {
|
5108
5108
|
let _style;
|
5109
5109
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5110
5110
|
let { x1 } = $$props;
|
@@ -5153,8 +5153,8 @@ class GridItem extends SvelteComponent {
|
|
5153
5153
|
init(
|
5154
5154
|
this,
|
5155
5155
|
options,
|
5156
|
-
instance$
|
5157
|
-
create_fragment$
|
5156
|
+
instance$18,
|
5157
|
+
create_fragment$18,
|
5158
5158
|
safe_not_equal,
|
5159
5159
|
{
|
5160
5160
|
x1: 2,
|
@@ -5165,7 +5165,7 @@ class GridItem extends SvelteComponent {
|
|
5165
5165
|
background: 7,
|
5166
5166
|
gridItemId: 0
|
5167
5167
|
},
|
5168
|
-
add_css$
|
5168
|
+
add_css$B
|
5169
5169
|
);
|
5170
5170
|
}
|
5171
5171
|
}
|
@@ -5203,7 +5203,7 @@ function create_else_block$4(ctx) {
|
|
5203
5203
|
}
|
5204
5204
|
|
5205
5205
|
// (11:2) {#if item.match(regexp)}
|
5206
|
-
function create_if_block$
|
5206
|
+
function create_if_block$c(ctx) {
|
5207
5207
|
let br;
|
5208
5208
|
|
5209
5209
|
return {
|
@@ -5231,7 +5231,7 @@ function create_each_block$7(ctx) {
|
|
5231
5231
|
function select_block_type(ctx, dirty) {
|
5232
5232
|
if (dirty & /*items*/ 1) show_if = null;
|
5233
5233
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5234
|
-
if (show_if) return create_if_block$
|
5234
|
+
if (show_if) return create_if_block$c;
|
5235
5235
|
return create_else_block$4;
|
5236
5236
|
}
|
5237
5237
|
|
@@ -5271,7 +5271,7 @@ function create_each_block$7(ctx) {
|
|
5271
5271
|
};
|
5272
5272
|
}
|
5273
5273
|
|
5274
|
-
function create_fragment$
|
5274
|
+
function create_fragment$17(ctx) {
|
5275
5275
|
let each_1_anchor;
|
5276
5276
|
let each_value = /*items*/ ctx[0];
|
5277
5277
|
let each_blocks = [];
|
@@ -5337,7 +5337,7 @@ function create_fragment$14(ctx) {
|
|
5337
5337
|
|
5338
5338
|
const regexp = /(\r?\n)/;
|
5339
5339
|
|
5340
|
-
function instance$
|
5340
|
+
function instance$17($$self, $$props, $$invalidate) {
|
5341
5341
|
let items;
|
5342
5342
|
let { text = 'サンプルSample' } = $$props;
|
5343
5343
|
|
@@ -5358,13 +5358,13 @@ function instance$14($$self, $$props, $$invalidate) {
|
|
5358
5358
|
class RenderText extends SvelteComponent {
|
5359
5359
|
constructor(options) {
|
5360
5360
|
super();
|
5361
|
-
init(this, options, instance$
|
5361
|
+
init(this, options, instance$17, create_fragment$17, safe_not_equal, { text: 1 });
|
5362
5362
|
}
|
5363
5363
|
}
|
5364
5364
|
|
5365
5365
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5366
5366
|
|
5367
|
-
function add_css$
|
5367
|
+
function add_css$A(target) {
|
5368
5368
|
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
5369
5369
|
}
|
5370
5370
|
|
@@ -5435,7 +5435,7 @@ function create_else_block$3(ctx) {
|
|
5435
5435
|
}
|
5436
5436
|
|
5437
5437
|
// (80:2) {#if enableCopy}
|
5438
|
-
function create_if_block$
|
5438
|
+
function create_if_block$b(ctx) {
|
5439
5439
|
let a;
|
5440
5440
|
let div0;
|
5441
5441
|
let rendertext;
|
@@ -5548,12 +5548,12 @@ function create_if_block$a(ctx) {
|
|
5548
5548
|
};
|
5549
5549
|
}
|
5550
5550
|
|
5551
|
-
function create_fragment$
|
5551
|
+
function create_fragment$16(ctx) {
|
5552
5552
|
let div;
|
5553
5553
|
let current_block_type_index;
|
5554
5554
|
let if_block;
|
5555
5555
|
let current;
|
5556
|
-
const if_block_creators = [create_if_block$
|
5556
|
+
const if_block_creators = [create_if_block$b, create_else_block$3];
|
5557
5557
|
const if_blocks = [];
|
5558
5558
|
|
5559
5559
|
function select_block_type(ctx, dirty) {
|
@@ -5628,7 +5628,7 @@ function create_fragment$13(ctx) {
|
|
5628
5628
|
};
|
5629
5629
|
}
|
5630
5630
|
|
5631
|
-
function instance$
|
5631
|
+
function instance$16($$self, $$props, $$invalidate) {
|
5632
5632
|
let style;
|
5633
5633
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5634
5634
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5724,8 +5724,8 @@ class TextElement extends SvelteComponent {
|
|
5724
5724
|
init(
|
5725
5725
|
this,
|
5726
5726
|
options,
|
5727
|
-
instance$
|
5728
|
-
create_fragment$
|
5727
|
+
instance$16,
|
5728
|
+
create_fragment$16,
|
5729
5729
|
safe_not_equal,
|
5730
5730
|
{
|
5731
5731
|
text: 0,
|
@@ -5736,19 +5736,19 @@ class TextElement extends SvelteComponent {
|
|
5736
5736
|
enableCopy: 2,
|
5737
5737
|
eventName: 10
|
5738
5738
|
},
|
5739
|
-
add_css$
|
5739
|
+
add_css$A
|
5740
5740
|
);
|
5741
5741
|
}
|
5742
5742
|
}
|
5743
5743
|
|
5744
5744
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5745
5745
|
|
5746
|
-
function add_css$
|
5746
|
+
function add_css$z(target) {
|
5747
5747
|
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5748
5748
|
}
|
5749
5749
|
|
5750
5750
|
// (48:2) <Button {onClick} {style} {eventName}>
|
5751
|
-
function create_default_slot$
|
5751
|
+
function create_default_slot$b(ctx) {
|
5752
5752
|
let rendertext;
|
5753
5753
|
let current;
|
5754
5754
|
rendertext = new RenderText({ props: { text: /*text*/ ctx[0] } });
|
@@ -5784,7 +5784,7 @@ function create_default_slot$a(ctx) {
|
|
5784
5784
|
};
|
5785
5785
|
}
|
5786
5786
|
|
5787
|
-
function create_fragment$
|
5787
|
+
function create_fragment$15(ctx) {
|
5788
5788
|
let div;
|
5789
5789
|
let button;
|
5790
5790
|
let current;
|
@@ -5794,7 +5794,7 @@ function create_fragment$12(ctx) {
|
|
5794
5794
|
onClick: /*onClick*/ ctx[1],
|
5795
5795
|
style: /*style*/ ctx[3],
|
5796
5796
|
eventName: /*eventName*/ ctx[2],
|
5797
|
-
$$slots: { default: [create_default_slot$
|
5797
|
+
$$slots: { default: [create_default_slot$b] },
|
5798
5798
|
$$scope: { ctx }
|
5799
5799
|
}
|
5800
5800
|
});
|
@@ -5848,7 +5848,7 @@ function create_fragment$12(ctx) {
|
|
5848
5848
|
};
|
5849
5849
|
}
|
5850
5850
|
|
5851
|
-
function instance$
|
5851
|
+
function instance$15($$self, $$props, $$invalidate) {
|
5852
5852
|
let style;
|
5853
5853
|
let { text = 'ボタンのラベル' } = $$props;
|
5854
5854
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5886,8 +5886,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5886
5886
|
init(
|
5887
5887
|
this,
|
5888
5888
|
options,
|
5889
|
-
instance$
|
5890
|
-
create_fragment$
|
5889
|
+
instance$15,
|
5890
|
+
create_fragment$15,
|
5891
5891
|
safe_not_equal,
|
5892
5892
|
{
|
5893
5893
|
text: 0,
|
@@ -5897,19 +5897,19 @@ class TextButtonElement extends SvelteComponent {
|
|
5897
5897
|
_buttonStyle: 5,
|
5898
5898
|
_style: 6
|
5899
5899
|
},
|
5900
|
-
add_css$
|
5900
|
+
add_css$z
|
5901
5901
|
);
|
5902
5902
|
}
|
5903
5903
|
}
|
5904
5904
|
|
5905
5905
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5906
5906
|
|
5907
|
-
function add_css$
|
5907
|
+
function add_css$y(target) {
|
5908
5908
|
append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-t6tu0e{width:100%;height:100%}");
|
5909
5909
|
}
|
5910
5910
|
|
5911
5911
|
// (44:2) <Button {onClick} style={_style} {eventName}>
|
5912
|
-
function create_default_slot$
|
5912
|
+
function create_default_slot$a(ctx) {
|
5913
5913
|
let img;
|
5914
5914
|
let img_style_value;
|
5915
5915
|
let img_src_value;
|
@@ -5975,7 +5975,7 @@ function create_default_slot$9(ctx) {
|
|
5975
5975
|
};
|
5976
5976
|
}
|
5977
5977
|
|
5978
|
-
function create_fragment$
|
5978
|
+
function create_fragment$14(ctx) {
|
5979
5979
|
let div;
|
5980
5980
|
let button;
|
5981
5981
|
let div_class_value;
|
@@ -5986,7 +5986,7 @@ function create_fragment$11(ctx) {
|
|
5986
5986
|
onClick: /*onClick*/ ctx[4],
|
5987
5987
|
style: /*_style*/ ctx[7],
|
5988
5988
|
eventName: /*eventName*/ ctx[5],
|
5989
|
-
$$slots: { default: [create_default_slot$
|
5989
|
+
$$slots: { default: [create_default_slot$a] },
|
5990
5990
|
$$scope: { ctx }
|
5991
5991
|
}
|
5992
5992
|
});
|
@@ -6044,7 +6044,7 @@ function create_fragment$11(ctx) {
|
|
6044
6044
|
};
|
6045
6045
|
}
|
6046
6046
|
|
6047
|
-
function instance$
|
6047
|
+
function instance$14($$self, $$props, $$invalidate) {
|
6048
6048
|
let { src = '' } = $$props;
|
6049
6049
|
let { alt = '画像の説明' } = $$props;
|
6050
6050
|
let { transport = false } = $$props;
|
@@ -6075,8 +6075,8 @@ class ImageElement extends SvelteComponent {
|
|
6075
6075
|
init(
|
6076
6076
|
this,
|
6077
6077
|
options,
|
6078
|
-
instance$
|
6079
|
-
create_fragment$
|
6078
|
+
instance$14,
|
6079
|
+
create_fragment$14,
|
6080
6080
|
safe_not_equal,
|
6081
6081
|
{
|
6082
6082
|
src: 0,
|
@@ -6088,18 +6088,18 @@ class ImageElement extends SvelteComponent {
|
|
6088
6088
|
_imageStyle: 6,
|
6089
6089
|
_style: 7
|
6090
6090
|
},
|
6091
|
-
add_css$
|
6091
|
+
add_css$y
|
6092
6092
|
);
|
6093
6093
|
}
|
6094
6094
|
}
|
6095
6095
|
|
6096
6096
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
6097
6097
|
|
6098
|
-
function add_css$
|
6098
|
+
function add_css$x(target) {
|
6099
6099
|
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
6100
6100
|
}
|
6101
6101
|
|
6102
|
-
function create_fragment$
|
6102
|
+
function create_fragment$13(ctx) {
|
6103
6103
|
let div;
|
6104
6104
|
let current;
|
6105
6105
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -6169,7 +6169,7 @@ function create_fragment$10(ctx) {
|
|
6169
6169
|
|
6170
6170
|
const LIST_CONTEXT_KEY = Symbol();
|
6171
6171
|
|
6172
|
-
function instance$
|
6172
|
+
function instance$13($$self, $$props, $$invalidate) {
|
6173
6173
|
let style;
|
6174
6174
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6175
6175
|
let { direction = 'vertical' } = $$props;
|
@@ -6236,8 +6236,8 @@ class List extends SvelteComponent {
|
|
6236
6236
|
init(
|
6237
6237
|
this,
|
6238
6238
|
options,
|
6239
|
-
instance$
|
6240
|
-
create_fragment$
|
6239
|
+
instance$13,
|
6240
|
+
create_fragment$13,
|
6241
6241
|
safe_not_equal,
|
6242
6242
|
{
|
6243
6243
|
direction: 1,
|
@@ -6245,19 +6245,19 @@ class List extends SvelteComponent {
|
|
6245
6245
|
background: 3,
|
6246
6246
|
_style: 4
|
6247
6247
|
},
|
6248
|
-
add_css$
|
6248
|
+
add_css$x
|
6249
6249
|
);
|
6250
6250
|
}
|
6251
6251
|
}
|
6252
6252
|
|
6253
6253
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6254
6254
|
|
6255
|
-
function add_css$
|
6255
|
+
function add_css$w(target) {
|
6256
6256
|
append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6257
6257
|
}
|
6258
6258
|
|
6259
6259
|
// (67:2) <Button {onClick} style={_style} eventName={clickEventName}>
|
6260
|
-
function create_default_slot$
|
6260
|
+
function create_default_slot$9(ctx) {
|
6261
6261
|
let current;
|
6262
6262
|
const default_slot_template = /*#slots*/ ctx[5].default;
|
6263
6263
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[6], null);
|
@@ -6307,7 +6307,7 @@ function create_default_slot$8(ctx) {
|
|
6307
6307
|
};
|
6308
6308
|
}
|
6309
6309
|
|
6310
|
-
function create_fragment
|
6310
|
+
function create_fragment$12(ctx) {
|
6311
6311
|
let div;
|
6312
6312
|
let button;
|
6313
6313
|
let current;
|
@@ -6317,7 +6317,7 @@ function create_fragment$$(ctx) {
|
|
6317
6317
|
onClick: /*onClick*/ ctx[0],
|
6318
6318
|
style: /*_style*/ ctx[2],
|
6319
6319
|
eventName: /*clickEventName*/ ctx[1],
|
6320
|
-
$$slots: { default: [create_default_slot$
|
6320
|
+
$$slots: { default: [create_default_slot$9] },
|
6321
6321
|
$$scope: { ctx }
|
6322
6322
|
}
|
6323
6323
|
});
|
@@ -6376,7 +6376,7 @@ function create_fragment$$(ctx) {
|
|
6376
6376
|
};
|
6377
6377
|
}
|
6378
6378
|
|
6379
|
-
function instance
|
6379
|
+
function instance$12($$self, $$props, $$invalidate) {
|
6380
6380
|
let listItemStyle;
|
6381
6381
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6382
6382
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6455,17 +6455,17 @@ function instance$$($$self, $$props, $$invalidate) {
|
|
6455
6455
|
class ListItem extends SvelteComponent {
|
6456
6456
|
constructor(options) {
|
6457
6457
|
super();
|
6458
|
-
init(this, options, instance
|
6458
|
+
init(this, options, instance$12, create_fragment$12, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$w);
|
6459
6459
|
}
|
6460
6460
|
}
|
6461
6461
|
|
6462
6462
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6463
6463
|
|
6464
|
-
function add_css$
|
6464
|
+
function add_css$v(target) {
|
6465
6465
|
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6466
6466
|
}
|
6467
6467
|
|
6468
|
-
function create_fragment$
|
6468
|
+
function create_fragment$11(ctx) {
|
6469
6469
|
let div;
|
6470
6470
|
|
6471
6471
|
return {
|
@@ -6501,7 +6501,7 @@ function create_fragment$_(ctx) {
|
|
6501
6501
|
};
|
6502
6502
|
}
|
6503
6503
|
|
6504
|
-
function instance$
|
6504
|
+
function instance$11($$self, $$props, $$invalidate) {
|
6505
6505
|
let { code } = $$props;
|
6506
6506
|
let { _style = '' } = $$props;
|
6507
6507
|
|
@@ -6516,17 +6516,17 @@ function instance$_($$self, $$props, $$invalidate) {
|
|
6516
6516
|
class EmbedElement extends SvelteComponent {
|
6517
6517
|
constructor(options) {
|
6518
6518
|
super();
|
6519
|
-
init(this, options, instance$
|
6519
|
+
init(this, options, instance$11, create_fragment$11, safe_not_equal, { code: 0, _style: 1 }, add_css$v);
|
6520
6520
|
}
|
6521
6521
|
}
|
6522
6522
|
|
6523
6523
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6524
6524
|
|
6525
|
-
function add_css$
|
6525
|
+
function add_css$u(target) {
|
6526
6526
|
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6527
6527
|
}
|
6528
6528
|
|
6529
|
-
function create_fragment$
|
6529
|
+
function create_fragment$10(ctx) {
|
6530
6530
|
let div1;
|
6531
6531
|
let div0;
|
6532
6532
|
|
@@ -6578,7 +6578,7 @@ function _setValue(obj, key, value) {
|
|
6578
6578
|
}
|
6579
6579
|
}
|
6580
6580
|
|
6581
|
-
function instance$
|
6581
|
+
function instance$10($$self, $$props, $$invalidate) {
|
6582
6582
|
let $system;
|
6583
6583
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6584
6584
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6849,8 +6849,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6849
6849
|
init(
|
6850
6850
|
this,
|
6851
6851
|
options,
|
6852
|
-
instance$
|
6853
|
-
create_fragment$
|
6852
|
+
instance$10,
|
6853
|
+
create_fragment$10,
|
6854
6854
|
safe_not_equal,
|
6855
6855
|
{
|
6856
6856
|
videoId: 2,
|
@@ -6879,7 +6879,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6879
6879
|
mute: 25,
|
6880
6880
|
_style: 0
|
6881
6881
|
},
|
6882
|
-
add_css$
|
6882
|
+
add_css$u,
|
6883
6883
|
[-1, -1]
|
6884
6884
|
);
|
6885
6885
|
}
|
@@ -6887,11 +6887,11 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6887
6887
|
|
6888
6888
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6889
6889
|
|
6890
|
-
function add_css$
|
6890
|
+
function add_css$t(target) {
|
6891
6891
|
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6892
6892
|
}
|
6893
6893
|
|
6894
|
-
function create_fragment
|
6894
|
+
function create_fragment$$(ctx) {
|
6895
6895
|
let div1;
|
6896
6896
|
let div0;
|
6897
6897
|
|
@@ -6933,7 +6933,7 @@ function create_fragment$Y(ctx) {
|
|
6933
6933
|
};
|
6934
6934
|
}
|
6935
6935
|
|
6936
|
-
function instance
|
6936
|
+
function instance$$($$self, $$props, $$invalidate) {
|
6937
6937
|
let $system;
|
6938
6938
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6939
6939
|
let { videoId = "201239468" } = $$props;
|
@@ -7076,8 +7076,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7076
7076
|
init(
|
7077
7077
|
this,
|
7078
7078
|
options,
|
7079
|
-
instance
|
7080
|
-
create_fragment
|
7079
|
+
instance$$,
|
7080
|
+
create_fragment$$,
|
7081
7081
|
safe_not_equal,
|
7082
7082
|
{
|
7083
7083
|
videoId: 2,
|
@@ -7087,18 +7087,18 @@ class MovieVimeoElement extends SvelteComponent {
|
|
7087
7087
|
mute: 6,
|
7088
7088
|
_style: 0
|
7089
7089
|
},
|
7090
|
-
add_css$
|
7090
|
+
add_css$t
|
7091
7091
|
);
|
7092
7092
|
}
|
7093
7093
|
}
|
7094
7094
|
|
7095
7095
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
7096
7096
|
|
7097
|
-
function add_css$
|
7097
|
+
function add_css$s(target) {
|
7098
7098
|
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
7099
7099
|
}
|
7100
7100
|
|
7101
|
-
function create_fragment$
|
7101
|
+
function create_fragment$_(ctx) {
|
7102
7102
|
let div;
|
7103
7103
|
let textarea;
|
7104
7104
|
let mounted;
|
@@ -7173,7 +7173,7 @@ function create_fragment$X(ctx) {
|
|
7173
7173
|
};
|
7174
7174
|
}
|
7175
7175
|
|
7176
|
-
function instance$
|
7176
|
+
function instance$_($$self, $$props, $$invalidate) {
|
7177
7177
|
let style;
|
7178
7178
|
let styleVariables;
|
7179
7179
|
let $value;
|
@@ -7261,8 +7261,8 @@ class FormTextarea extends SvelteComponent {
|
|
7261
7261
|
init(
|
7262
7262
|
this,
|
7263
7263
|
options,
|
7264
|
-
instance$
|
7265
|
-
create_fragment$
|
7264
|
+
instance$_,
|
7265
|
+
create_fragment$_,
|
7266
7266
|
safe_not_equal,
|
7267
7267
|
{
|
7268
7268
|
name: 7,
|
@@ -7274,14 +7274,14 @@ class FormTextarea extends SvelteComponent {
|
|
7274
7274
|
_textStyle: 11,
|
7275
7275
|
_placeholderStyle: 12
|
7276
7276
|
},
|
7277
|
-
add_css$
|
7277
|
+
add_css$s
|
7278
7278
|
);
|
7279
7279
|
}
|
7280
7280
|
}
|
7281
7281
|
|
7282
7282
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7283
7283
|
|
7284
|
-
function add_css$
|
7284
|
+
function add_css$r(target) {
|
7285
7285
|
append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-17s08g:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17s08g{margin-left:0.5em}");
|
7286
7286
|
}
|
7287
7287
|
|
@@ -7394,7 +7394,7 @@ function create_each_block$6(ctx) {
|
|
7394
7394
|
};
|
7395
7395
|
}
|
7396
7396
|
|
7397
|
-
function create_fragment$
|
7397
|
+
function create_fragment$Z(ctx) {
|
7398
7398
|
let div;
|
7399
7399
|
let each_value = /*_options*/ ctx[4];
|
7400
7400
|
let each_blocks = [];
|
@@ -7472,7 +7472,7 @@ function create_fragment$W(ctx) {
|
|
7472
7472
|
};
|
7473
7473
|
}
|
7474
7474
|
|
7475
|
-
function instance$
|
7475
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
7476
7476
|
let _options;
|
7477
7477
|
let buttonStyle;
|
7478
7478
|
let _value;
|
@@ -7572,8 +7572,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7572
7572
|
init(
|
7573
7573
|
this,
|
7574
7574
|
options,
|
7575
|
-
instance$
|
7576
|
-
create_fragment$
|
7575
|
+
instance$Z,
|
7576
|
+
create_fragment$Z,
|
7577
7577
|
safe_not_equal,
|
7578
7578
|
{
|
7579
7579
|
name: 0,
|
@@ -7586,14 +7586,14 @@ class FormRadioButtons extends SvelteComponent {
|
|
7586
7586
|
buttonColor: 13,
|
7587
7587
|
buttonColorActive: 14
|
7588
7588
|
},
|
7589
|
-
add_css$
|
7589
|
+
add_css$r
|
7590
7590
|
);
|
7591
7591
|
}
|
7592
7592
|
}
|
7593
7593
|
|
7594
7594
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7595
7595
|
|
7596
|
-
function add_css$
|
7596
|
+
function add_css$q(target) {
|
7597
7597
|
append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-t9ynyj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-t9ynyj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
7598
7598
|
}
|
7599
7599
|
|
@@ -7628,7 +7628,7 @@ function create_else_block$2(ctx) {
|
|
7628
7628
|
}
|
7629
7629
|
|
7630
7630
|
// (105:10) {#if option}
|
7631
|
-
function create_if_block$
|
7631
|
+
function create_if_block$a(ctx) {
|
7632
7632
|
let t_value = /*option*/ ctx[19] + "";
|
7633
7633
|
let t;
|
7634
7634
|
|
@@ -7659,7 +7659,7 @@ function create_each_block$5(ctx) {
|
|
7659
7659
|
let option_selected_value;
|
7660
7660
|
|
7661
7661
|
function select_block_type(ctx, dirty) {
|
7662
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7662
|
+
if (/*option*/ ctx[19]) return create_if_block$a;
|
7663
7663
|
return create_else_block$2;
|
7664
7664
|
}
|
7665
7665
|
|
@@ -7720,7 +7720,7 @@ function create_each_block$5(ctx) {
|
|
7720
7720
|
};
|
7721
7721
|
}
|
7722
7722
|
|
7723
|
-
function create_fragment$
|
7723
|
+
function create_fragment$Y(ctx) {
|
7724
7724
|
let div1;
|
7725
7725
|
let select;
|
7726
7726
|
let t;
|
@@ -7830,7 +7830,7 @@ function create_fragment$V(ctx) {
|
|
7830
7830
|
};
|
7831
7831
|
}
|
7832
7832
|
|
7833
|
-
function instance$
|
7833
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
7834
7834
|
let _options;
|
7835
7835
|
let style;
|
7836
7836
|
let styleVariables;
|
@@ -7946,8 +7946,8 @@ class FormSelect extends SvelteComponent {
|
|
7946
7946
|
init(
|
7947
7947
|
this,
|
7948
7948
|
options,
|
7949
|
-
instance$
|
7950
|
-
create_fragment$
|
7949
|
+
instance$Y,
|
7950
|
+
create_fragment$Y,
|
7951
7951
|
safe_not_equal,
|
7952
7952
|
{
|
7953
7953
|
name: 7,
|
@@ -7962,14 +7962,14 @@ class FormSelect extends SvelteComponent {
|
|
7962
7962
|
iconColor: 15,
|
7963
7963
|
iconSize: 16
|
7964
7964
|
},
|
7965
|
-
add_css$
|
7965
|
+
add_css$q
|
7966
7966
|
);
|
7967
7967
|
}
|
7968
7968
|
}
|
7969
7969
|
|
7970
7970
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7971
7971
|
|
7972
|
-
function add_css$
|
7972
|
+
function add_css$p(target) {
|
7973
7973
|
append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7974
7974
|
}
|
7975
7975
|
|
@@ -8098,7 +8098,7 @@ function create_each_block$4(ctx) {
|
|
8098
8098
|
};
|
8099
8099
|
}
|
8100
8100
|
|
8101
|
-
function create_fragment$
|
8101
|
+
function create_fragment$X(ctx) {
|
8102
8102
|
let div;
|
8103
8103
|
let each_value = /*_options*/ ctx[3];
|
8104
8104
|
let each_blocks = [];
|
@@ -8176,7 +8176,7 @@ function create_fragment$U(ctx) {
|
|
8176
8176
|
};
|
8177
8177
|
}
|
8178
8178
|
|
8179
|
-
function instance$
|
8179
|
+
function instance$X($$self, $$props, $$invalidate) {
|
8180
8180
|
let _options;
|
8181
8181
|
let styleVariables;
|
8182
8182
|
let isCheckedArray;
|
@@ -8282,8 +8282,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8282
8282
|
init(
|
8283
8283
|
this,
|
8284
8284
|
options,
|
8285
|
-
instance$
|
8286
|
-
create_fragment$
|
8285
|
+
instance$X,
|
8286
|
+
create_fragment$X,
|
8287
8287
|
safe_not_equal,
|
8288
8288
|
{
|
8289
8289
|
name: 0,
|
@@ -8296,14 +8296,14 @@ class FormCheckBoxes extends SvelteComponent {
|
|
8296
8296
|
buttonColor: 13,
|
8297
8297
|
buttonColorActive: 14
|
8298
8298
|
},
|
8299
|
-
add_css$
|
8299
|
+
add_css$p
|
8300
8300
|
);
|
8301
8301
|
}
|
8302
8302
|
}
|
8303
8303
|
|
8304
8304
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
8305
8305
|
|
8306
|
-
function add_css$
|
8306
|
+
function add_css$o(target) {
|
8307
8307
|
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
8308
8308
|
}
|
8309
8309
|
|
@@ -8371,7 +8371,7 @@ function create_each_block$3(ctx) {
|
|
8371
8371
|
};
|
8372
8372
|
}
|
8373
8373
|
|
8374
|
-
function create_fragment$
|
8374
|
+
function create_fragment$W(ctx) {
|
8375
8375
|
let div;
|
8376
8376
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
8377
8377
|
let each_blocks = [];
|
@@ -8444,7 +8444,7 @@ function create_fragment$T(ctx) {
|
|
8444
8444
|
};
|
8445
8445
|
}
|
8446
8446
|
|
8447
|
-
function instance$
|
8447
|
+
function instance$W($$self, $$props, $$invalidate) {
|
8448
8448
|
let _value;
|
8449
8449
|
let $value;
|
8450
8450
|
let { name = '' } = $$props;
|
@@ -8526,8 +8526,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8526
8526
|
init(
|
8527
8527
|
this,
|
8528
8528
|
options,
|
8529
|
-
instance$
|
8530
|
-
create_fragment$
|
8529
|
+
instance$W,
|
8530
|
+
create_fragment$W,
|
8531
8531
|
safe_not_equal,
|
8532
8532
|
{
|
8533
8533
|
name: 6,
|
@@ -8538,14 +8538,14 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8538
8538
|
buttonStyle: 9,
|
8539
8539
|
buttonActiveStyle: 10
|
8540
8540
|
},
|
8541
|
-
add_css$
|
8541
|
+
add_css$o
|
8542
8542
|
);
|
8543
8543
|
}
|
8544
8544
|
}
|
8545
8545
|
|
8546
8546
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8547
8547
|
|
8548
|
-
function add_css$
|
8548
|
+
function add_css$n(target) {
|
8549
8549
|
append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
|
8550
8550
|
}
|
8551
8551
|
|
@@ -8616,7 +8616,7 @@ function create_each_block$2(ctx) {
|
|
8616
8616
|
};
|
8617
8617
|
}
|
8618
8618
|
|
8619
|
-
function create_fragment$
|
8619
|
+
function create_fragment$V(ctx) {
|
8620
8620
|
let div;
|
8621
8621
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8622
8622
|
let each_blocks = [];
|
@@ -8692,7 +8692,7 @@ function create_fragment$S(ctx) {
|
|
8692
8692
|
const count = 5;
|
8693
8693
|
const func = i => i + 1;
|
8694
8694
|
|
8695
|
-
function instance$
|
8695
|
+
function instance$V($$self, $$props, $$invalidate) {
|
8696
8696
|
let _value;
|
8697
8697
|
let buttonStyle;
|
8698
8698
|
let $value;
|
@@ -8748,17 +8748,17 @@ function instance$S($$self, $$props, $$invalidate) {
|
|
8748
8748
|
class FormRatingButtonsFace extends SvelteComponent {
|
8749
8749
|
constructor(options) {
|
8750
8750
|
super();
|
8751
|
-
init(this, options, instance$
|
8751
|
+
init(this, options, instance$V, create_fragment$V, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$n);
|
8752
8752
|
}
|
8753
8753
|
}
|
8754
8754
|
|
8755
8755
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8756
8756
|
|
8757
|
-
function add_css$
|
8757
|
+
function add_css$m(target) {
|
8758
8758
|
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8759
8759
|
}
|
8760
8760
|
|
8761
|
-
function create_fragment$
|
8761
|
+
function create_fragment$U(ctx) {
|
8762
8762
|
let div;
|
8763
8763
|
let input;
|
8764
8764
|
let input_class_value;
|
@@ -8839,7 +8839,7 @@ function create_fragment$R(ctx) {
|
|
8839
8839
|
};
|
8840
8840
|
}
|
8841
8841
|
|
8842
|
-
function instance$
|
8842
|
+
function instance$U($$self, $$props, $$invalidate) {
|
8843
8843
|
let style;
|
8844
8844
|
let styleVariables;
|
8845
8845
|
let isValidForUI;
|
@@ -8970,8 +8970,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8970
8970
|
init(
|
8971
8971
|
this,
|
8972
8972
|
options,
|
8973
|
-
instance$
|
8974
|
-
create_fragment$
|
8973
|
+
instance$U,
|
8974
|
+
create_fragment$U,
|
8975
8975
|
safe_not_equal,
|
8976
8976
|
{
|
8977
8977
|
field: 9,
|
@@ -8985,18 +8985,18 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8985
8985
|
_textStyle: 15,
|
8986
8986
|
_placeholderStyle: 16
|
8987
8987
|
},
|
8988
|
-
add_css$
|
8988
|
+
add_css$m
|
8989
8989
|
);
|
8990
8990
|
}
|
8991
8991
|
}
|
8992
8992
|
|
8993
8993
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8994
8994
|
|
8995
|
-
function add_css$
|
8995
|
+
function add_css$l(target) {
|
8996
8996
|
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
8997
8997
|
}
|
8998
8998
|
|
8999
|
-
function create_fragment$
|
8999
|
+
function create_fragment$T(ctx) {
|
9000
9000
|
let div;
|
9001
9001
|
let label0;
|
9002
9002
|
let input0;
|
@@ -9137,7 +9137,7 @@ function create_fragment$Q(ctx) {
|
|
9137
9137
|
};
|
9138
9138
|
}
|
9139
9139
|
|
9140
|
-
function instance$
|
9140
|
+
function instance$T($$self, $$props, $$invalidate) {
|
9141
9141
|
let buttonStyle;
|
9142
9142
|
let $value;
|
9143
9143
|
let { field = 'subscription' } = $$props;
|
@@ -9219,8 +9219,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9219
9219
|
init(
|
9220
9220
|
this,
|
9221
9221
|
options,
|
9222
|
-
instance$
|
9223
|
-
create_fragment$
|
9222
|
+
instance$T,
|
9223
|
+
create_fragment$T,
|
9224
9224
|
safe_not_equal,
|
9225
9225
|
{
|
9226
9226
|
field: 6,
|
@@ -9232,14 +9232,14 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
9232
9232
|
buttonColor: 10,
|
9233
9233
|
buttonColorActive: 11
|
9234
9234
|
},
|
9235
|
-
add_css$
|
9235
|
+
add_css$l
|
9236
9236
|
);
|
9237
9237
|
}
|
9238
9238
|
}
|
9239
9239
|
|
9240
9240
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
9241
9241
|
|
9242
|
-
function add_css$
|
9242
|
+
function add_css$k(target) {
|
9243
9243
|
append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
|
9244
9244
|
}
|
9245
9245
|
|
@@ -9319,7 +9319,7 @@ function create_if_block_1$2(ctx) {
|
|
9319
9319
|
}
|
9320
9320
|
|
9321
9321
|
// (380:2) {#if isVisibleNextButton}
|
9322
|
-
function create_if_block$
|
9322
|
+
function create_if_block$9(ctx) {
|
9323
9323
|
let div;
|
9324
9324
|
let button;
|
9325
9325
|
let svg;
|
@@ -9450,7 +9450,7 @@ function create_each_block$1(ctx) {
|
|
9450
9450
|
};
|
9451
9451
|
}
|
9452
9452
|
|
9453
|
-
function create_fragment$
|
9453
|
+
function create_fragment$S(ctx) {
|
9454
9454
|
let div3;
|
9455
9455
|
let div1;
|
9456
9456
|
let div0;
|
@@ -9463,7 +9463,7 @@ function create_fragment$P(ctx) {
|
|
9463
9463
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
9464
9464
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
9465
9465
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$2(ctx);
|
9466
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
9466
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$9(ctx);
|
9467
9467
|
let each_value = /*items*/ ctx[1];
|
9468
9468
|
let each_blocks = [];
|
9469
9469
|
|
@@ -9602,7 +9602,7 @@ function create_fragment$P(ctx) {
|
|
9602
9602
|
if (if_block1) {
|
9603
9603
|
if_block1.p(ctx, dirty);
|
9604
9604
|
} else {
|
9605
|
-
if_block1 = create_if_block$
|
9605
|
+
if_block1 = create_if_block$9(ctx);
|
9606
9606
|
if_block1.c();
|
9607
9607
|
if_block1.m(div3, t2);
|
9608
9608
|
}
|
@@ -9674,7 +9674,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9674
9674
|
}
|
9675
9675
|
}
|
9676
9676
|
|
9677
|
-
function instance$
|
9677
|
+
function instance$S($$self, $$props, $$invalidate) {
|
9678
9678
|
let slideStyle;
|
9679
9679
|
let slideClass;
|
9680
9680
|
let _loop;
|
@@ -10127,8 +10127,8 @@ class Slide extends SvelteComponent {
|
|
10127
10127
|
init(
|
10128
10128
|
this,
|
10129
10129
|
options,
|
10130
|
-
instance$
|
10131
|
-
create_fragment$
|
10130
|
+
instance$S,
|
10131
|
+
create_fragment$S,
|
10132
10132
|
safe_not_equal,
|
10133
10133
|
{
|
10134
10134
|
loop: 18,
|
@@ -10142,7 +10142,7 @@ class Slide extends SvelteComponent {
|
|
10142
10142
|
navigationButton: 25,
|
10143
10143
|
navigationEdgePosition: 26
|
10144
10144
|
},
|
10145
|
-
add_css$
|
10145
|
+
add_css$k,
|
10146
10146
|
[-1, -1, -1]
|
10147
10147
|
);
|
10148
10148
|
}
|
@@ -10150,11 +10150,11 @@ class Slide extends SvelteComponent {
|
|
10150
10150
|
|
10151
10151
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
10152
10152
|
|
10153
|
-
function add_css$
|
10153
|
+
function add_css$j(target) {
|
10154
10154
|
append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
10155
10155
|
}
|
10156
10156
|
|
10157
|
-
function create_fragment$
|
10157
|
+
function create_fragment$R(ctx) {
|
10158
10158
|
let div1;
|
10159
10159
|
let div0;
|
10160
10160
|
let current;
|
@@ -10234,7 +10234,7 @@ function create_fragment$O(ctx) {
|
|
10234
10234
|
};
|
10235
10235
|
}
|
10236
10236
|
|
10237
|
-
function instance$
|
10237
|
+
function instance$R($$self, $$props, $$invalidate) {
|
10238
10238
|
let itemStyle;
|
10239
10239
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10240
10240
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -10300,20 +10300,20 @@ function instance$O($$self, $$props, $$invalidate) {
|
|
10300
10300
|
class SlideItem extends SvelteComponent {
|
10301
10301
|
constructor(options) {
|
10302
10302
|
super();
|
10303
|
-
init(this, options, instance$
|
10303
|
+
init(this, options, instance$R, create_fragment$R, safe_not_equal, { _style: 0 }, add_css$j);
|
10304
10304
|
}
|
10305
10305
|
}
|
10306
10306
|
|
10307
10307
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
10308
10308
|
|
10309
|
-
function add_css$
|
10309
|
+
function add_css$i(target) {
|
10310
10310
|
append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
10311
10311
|
}
|
10312
10312
|
|
10313
10313
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
10314
10314
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
10315
10315
|
|
10316
|
-
function create_fragment$
|
10316
|
+
function create_fragment$Q(ctx) {
|
10317
10317
|
let div1;
|
10318
10318
|
let div0;
|
10319
10319
|
let current;
|
@@ -10406,7 +10406,7 @@ function formatTimeDiff(ms) {
|
|
10406
10406
|
};
|
10407
10407
|
}
|
10408
10408
|
|
10409
|
-
function instance$
|
10409
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
10410
10410
|
let countdown;
|
10411
10411
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10412
10412
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -10463,18 +10463,18 @@ function instance$N($$self, $$props, $$invalidate) {
|
|
10463
10463
|
class Countdown extends SvelteComponent {
|
10464
10464
|
constructor(options) {
|
10465
10465
|
super();
|
10466
|
-
init(this, options, instance$
|
10466
|
+
init(this, options, instance$Q, create_fragment$Q, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$i);
|
10467
10467
|
}
|
10468
10468
|
}
|
10469
10469
|
|
10470
10470
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
10471
10471
|
|
10472
|
-
function add_css$
|
10472
|
+
function add_css$h(target) {
|
10473
10473
|
append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
10474
10474
|
}
|
10475
10475
|
|
10476
10476
|
// (24:2) <Button {onClick} style={_style} {eventName}>
|
10477
|
-
function create_default_slot$
|
10477
|
+
function create_default_slot$8(ctx) {
|
10478
10478
|
let current;
|
10479
10479
|
const default_slot_template = /*#slots*/ ctx[3].default;
|
10480
10480
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[4], null);
|
@@ -10524,7 +10524,7 @@ function create_default_slot$7(ctx) {
|
|
10524
10524
|
};
|
10525
10525
|
}
|
10526
10526
|
|
10527
|
-
function create_fragment$
|
10527
|
+
function create_fragment$P(ctx) {
|
10528
10528
|
let div;
|
10529
10529
|
let button;
|
10530
10530
|
let current;
|
@@ -10534,7 +10534,7 @@ function create_fragment$M(ctx) {
|
|
10534
10534
|
onClick: /*onClick*/ ctx[0],
|
10535
10535
|
style: /*_style*/ ctx[2],
|
10536
10536
|
eventName: /*eventName*/ ctx[1],
|
10537
|
-
$$slots: { default: [create_default_slot$
|
10537
|
+
$$slots: { default: [create_default_slot$8] },
|
10538
10538
|
$$scope: { ctx }
|
10539
10539
|
}
|
10540
10540
|
});
|
@@ -10588,7 +10588,7 @@ function create_fragment$M(ctx) {
|
|
10588
10588
|
};
|
10589
10589
|
}
|
10590
10590
|
|
10591
|
-
function instance$
|
10591
|
+
function instance$P($$self, $$props, $$invalidate) {
|
10592
10592
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10593
10593
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10594
10594
|
let { eventName = '' } = $$props;
|
@@ -10607,18 +10607,18 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
10607
10607
|
class Box extends SvelteComponent {
|
10608
10608
|
constructor(options) {
|
10609
10609
|
super();
|
10610
|
-
init(this, options, instance$
|
10610
|
+
init(this, options, instance$P, create_fragment$P, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$h);
|
10611
10611
|
}
|
10612
10612
|
}
|
10613
10613
|
|
10614
10614
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10615
10615
|
|
10616
|
-
function add_css$
|
10616
|
+
function add_css$g(target) {
|
10617
10617
|
append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10618
10618
|
}
|
10619
10619
|
|
10620
10620
|
// (56:4) {#if svg}
|
10621
|
-
function create_if_block$
|
10621
|
+
function create_if_block$8(ctx) {
|
10622
10622
|
let html_tag;
|
10623
10623
|
let html_anchor;
|
10624
10624
|
|
@@ -10651,9 +10651,9 @@ function create_if_block$7(ctx) {
|
|
10651
10651
|
}
|
10652
10652
|
|
10653
10653
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10654
|
-
function create_default_slot$
|
10654
|
+
function create_default_slot$7(ctx) {
|
10655
10655
|
let if_block_anchor;
|
10656
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10656
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$8(ctx);
|
10657
10657
|
|
10658
10658
|
return {
|
10659
10659
|
c() {
|
@@ -10673,7 +10673,7 @@ function create_default_slot$6(ctx) {
|
|
10673
10673
|
if (if_block) {
|
10674
10674
|
if_block.p(ctx, dirty);
|
10675
10675
|
} else {
|
10676
|
-
if_block = create_if_block$
|
10676
|
+
if_block = create_if_block$8(ctx);
|
10677
10677
|
if_block.c();
|
10678
10678
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10679
10679
|
}
|
@@ -10689,7 +10689,7 @@ function create_default_slot$6(ctx) {
|
|
10689
10689
|
};
|
10690
10690
|
}
|
10691
10691
|
|
10692
|
-
function create_fragment$
|
10692
|
+
function create_fragment$O(ctx) {
|
10693
10693
|
let div;
|
10694
10694
|
let button;
|
10695
10695
|
let current;
|
@@ -10699,7 +10699,7 @@ function create_fragment$L(ctx) {
|
|
10699
10699
|
onClick: /*onClick*/ ctx[0],
|
10700
10700
|
style: /*style*/ ctx[2],
|
10701
10701
|
eventName: /*eventName*/ ctx[1],
|
10702
|
-
$$slots: { default: [create_default_slot$
|
10702
|
+
$$slots: { default: [create_default_slot$7] },
|
10703
10703
|
$$scope: { ctx }
|
10704
10704
|
}
|
10705
10705
|
});
|
@@ -10760,7 +10760,7 @@ function parseData(dataUrl) {
|
|
10760
10760
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10761
10761
|
}
|
10762
10762
|
|
10763
|
-
function instance$
|
10763
|
+
function instance$O($$self, $$props, $$invalidate) {
|
10764
10764
|
let svg;
|
10765
10765
|
let styleVariables;
|
10766
10766
|
let style;
|
@@ -10808,8 +10808,8 @@ class IconElement extends SvelteComponent {
|
|
10808
10808
|
init(
|
10809
10809
|
this,
|
10810
10810
|
options,
|
10811
|
-
instance$
|
10812
|
-
create_fragment$
|
10811
|
+
instance$O,
|
10812
|
+
create_fragment$O,
|
10813
10813
|
safe_not_equal,
|
10814
10814
|
{
|
10815
10815
|
icon: 4,
|
@@ -10819,18 +10819,18 @@ class IconElement extends SvelteComponent {
|
|
10819
10819
|
color: 6,
|
10820
10820
|
_style: 7
|
10821
10821
|
},
|
10822
|
-
add_css$
|
10822
|
+
add_css$g
|
10823
10823
|
);
|
10824
10824
|
}
|
10825
10825
|
}
|
10826
10826
|
|
10827
10827
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10828
10828
|
|
10829
|
-
function add_css$
|
10829
|
+
function add_css$f(target) {
|
10830
10830
|
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10831
10831
|
}
|
10832
10832
|
|
10833
|
-
function create_fragment$
|
10833
|
+
function create_fragment$N(ctx) {
|
10834
10834
|
let div;
|
10835
10835
|
let switch_instance;
|
10836
10836
|
let current;
|
@@ -10920,7 +10920,7 @@ function create_fragment$K(ctx) {
|
|
10920
10920
|
};
|
10921
10921
|
}
|
10922
10922
|
|
10923
|
-
function instance$
|
10923
|
+
function instance$N($$self, $$props, $$invalidate) {
|
10924
10924
|
let $data,
|
10925
10925
|
$$unsubscribe_data = noop,
|
10926
10926
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10945,17 +10945,17 @@ function instance$K($$self, $$props, $$invalidate) {
|
|
10945
10945
|
class CodeElement extends SvelteComponent {
|
10946
10946
|
constructor(options) {
|
10947
10947
|
super();
|
10948
|
-
init(this, options, instance$
|
10948
|
+
init(this, options, instance$N, create_fragment$N, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$f);
|
10949
10949
|
}
|
10950
10950
|
}
|
10951
10951
|
|
10952
10952
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10953
10953
|
|
10954
|
-
function add_css$
|
10954
|
+
function add_css$e(target) {
|
10955
10955
|
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10956
10956
|
}
|
10957
10957
|
|
10958
|
-
function create_fragment$
|
10958
|
+
function create_fragment$M(ctx) {
|
10959
10959
|
let div;
|
10960
10960
|
let div_style_value;
|
10961
10961
|
let current;
|
@@ -11030,7 +11030,7 @@ function getFlexContext() {
|
|
11030
11030
|
return getContext(FlexContextKey);
|
11031
11031
|
}
|
11032
11032
|
|
11033
|
-
function instance$
|
11033
|
+
function instance$M($$self, $$props, $$invalidate) {
|
11034
11034
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11035
11035
|
let { direction = 'row' } = $$props;
|
11036
11036
|
let { width = '100%' } = $$props;
|
@@ -11056,8 +11056,8 @@ class Flex extends SvelteComponent {
|
|
11056
11056
|
init(
|
11057
11057
|
this,
|
11058
11058
|
options,
|
11059
|
-
instance$
|
11060
|
-
create_fragment$
|
11059
|
+
instance$M,
|
11060
|
+
create_fragment$M,
|
11061
11061
|
safe_not_equal,
|
11062
11062
|
{
|
11063
11063
|
direction: 0,
|
@@ -11065,18 +11065,18 @@ class Flex extends SvelteComponent {
|
|
11065
11065
|
height: 2,
|
11066
11066
|
_style: 3
|
11067
11067
|
},
|
11068
|
-
add_css$
|
11068
|
+
add_css$e
|
11069
11069
|
);
|
11070
11070
|
}
|
11071
11071
|
}
|
11072
11072
|
|
11073
11073
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
11074
11074
|
|
11075
|
-
function add_css$
|
11075
|
+
function add_css$d(target) {
|
11076
11076
|
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
11077
11077
|
}
|
11078
11078
|
|
11079
|
-
function create_fragment$
|
11079
|
+
function create_fragment$L(ctx) {
|
11080
11080
|
let div;
|
11081
11081
|
let current;
|
11082
11082
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -11144,7 +11144,7 @@ function create_fragment$I(ctx) {
|
|
11144
11144
|
};
|
11145
11145
|
}
|
11146
11146
|
|
11147
|
-
function instance$
|
11147
|
+
function instance$L($$self, $$props, $$invalidate) {
|
11148
11148
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11149
11149
|
let { length } = $$props;
|
11150
11150
|
let { _style = '' } = $$props;
|
@@ -11187,7 +11187,7 @@ function instance$I($$self, $$props, $$invalidate) {
|
|
11187
11187
|
class FlexItem extends SvelteComponent {
|
11188
11188
|
constructor(options) {
|
11189
11189
|
super();
|
11190
|
-
init(this, options, instance$
|
11190
|
+
init(this, options, instance$L, create_fragment$L, safe_not_equal, { length: 1, _style: 2 }, add_css$d);
|
11191
11191
|
}
|
11192
11192
|
}
|
11193
11193
|
|
@@ -11303,7 +11303,7 @@ function create_default_slot_1(ctx) {
|
|
11303
11303
|
}
|
11304
11304
|
|
11305
11305
|
// (106:0) <StateItem {path}>
|
11306
|
-
function create_default_slot$
|
11306
|
+
function create_default_slot$6(ctx) {
|
11307
11307
|
let modal;
|
11308
11308
|
let current;
|
11309
11309
|
|
@@ -11371,14 +11371,14 @@ function create_default_slot$5(ctx) {
|
|
11371
11371
|
};
|
11372
11372
|
}
|
11373
11373
|
|
11374
|
-
function create_fragment$
|
11374
|
+
function create_fragment$K(ctx) {
|
11375
11375
|
let stateitem;
|
11376
11376
|
let current;
|
11377
11377
|
|
11378
11378
|
stateitem = new StateItem({
|
11379
11379
|
props: {
|
11380
11380
|
path: /*path*/ ctx[0],
|
11381
|
-
$$slots: { default: [create_default_slot$
|
11381
|
+
$$slots: { default: [create_default_slot$6] },
|
11382
11382
|
$$scope: { ctx }
|
11383
11383
|
}
|
11384
11384
|
});
|
@@ -11419,7 +11419,7 @@ function create_fragment$H(ctx) {
|
|
11419
11419
|
};
|
11420
11420
|
}
|
11421
11421
|
|
11422
|
-
function instance$
|
11422
|
+
function instance$K($$self, $$props, $$invalidate) {
|
11423
11423
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11424
11424
|
let { path } = $$props;
|
11425
11425
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -11490,7 +11490,7 @@ class GridModalState extends SvelteComponent {
|
|
11490
11490
|
constructor(options) {
|
11491
11491
|
super();
|
11492
11492
|
|
11493
|
-
init(this, options, instance$
|
11493
|
+
init(this, options, instance$K, create_fragment$K, safe_not_equal, {
|
11494
11494
|
path: 0,
|
11495
11495
|
onClick: 1,
|
11496
11496
|
clickEventName: 2,
|
@@ -11515,11 +11515,11 @@ class GridModalState extends SvelteComponent {
|
|
11515
11515
|
|
11516
11516
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
11517
11517
|
|
11518
|
-
function add_css$
|
11518
|
+
function add_css$c(target) {
|
11519
11519
|
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
11520
11520
|
}
|
11521
11521
|
|
11522
|
-
function create_fragment$
|
11522
|
+
function create_fragment$J(ctx) {
|
11523
11523
|
let div1;
|
11524
11524
|
let div0;
|
11525
11525
|
let rendertext;
|
@@ -11584,7 +11584,7 @@ function create_fragment$G(ctx) {
|
|
11584
11584
|
};
|
11585
11585
|
}
|
11586
11586
|
|
11587
|
-
function instance$
|
11587
|
+
function instance$J($$self, $$props, $$invalidate) {
|
11588
11588
|
let style;
|
11589
11589
|
let { text = 'サンプルSample' } = $$props;
|
11590
11590
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -11620,8 +11620,8 @@ class TextBlock extends SvelteComponent {
|
|
11620
11620
|
init(
|
11621
11621
|
this,
|
11622
11622
|
options,
|
11623
|
-
instance$
|
11624
|
-
create_fragment$
|
11623
|
+
instance$J,
|
11624
|
+
create_fragment$J,
|
11625
11625
|
safe_not_equal,
|
11626
11626
|
{
|
11627
11627
|
text: 0,
|
@@ -11630,18 +11630,18 @@ class TextBlock extends SvelteComponent {
|
|
11630
11630
|
textDirection: 1,
|
11631
11631
|
_style: 5
|
11632
11632
|
},
|
11633
|
-
add_css$
|
11633
|
+
add_css$c
|
11634
11634
|
);
|
11635
11635
|
}
|
11636
11636
|
}
|
11637
11637
|
|
11638
11638
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11639
11639
|
|
11640
|
-
function add_css$
|
11640
|
+
function add_css$b(target) {
|
11641
11641
|
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
11642
11642
|
}
|
11643
11643
|
|
11644
|
-
function create_fragment$
|
11644
|
+
function create_fragment$I(ctx) {
|
11645
11645
|
let div;
|
11646
11646
|
let button;
|
11647
11647
|
let rendertext;
|
@@ -11715,7 +11715,7 @@ function create_fragment$F(ctx) {
|
|
11715
11715
|
};
|
11716
11716
|
}
|
11717
11717
|
|
11718
|
-
function instance$
|
11718
|
+
function instance$I($$self, $$props, $$invalidate) {
|
11719
11719
|
let { text = 'ボタンラベル' } = $$props;
|
11720
11720
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11721
11721
|
|
@@ -11757,8 +11757,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11757
11757
|
init(
|
11758
11758
|
this,
|
11759
11759
|
options,
|
11760
|
-
instance$
|
11761
|
-
create_fragment$
|
11760
|
+
instance$I,
|
11761
|
+
create_fragment$I,
|
11762
11762
|
safe_not_equal,
|
11763
11763
|
{
|
11764
11764
|
text: 0,
|
@@ -11768,18 +11768,18 @@ class TextButtonBlock extends SvelteComponent {
|
|
11768
11768
|
_buttonStyle: 1,
|
11769
11769
|
_style: 2
|
11770
11770
|
},
|
11771
|
-
add_css$
|
11771
|
+
add_css$b
|
11772
11772
|
);
|
11773
11773
|
}
|
11774
11774
|
}
|
11775
11775
|
|
11776
11776
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11777
11777
|
|
11778
|
-
function add_css$
|
11778
|
+
function add_css$a(target) {
|
11779
11779
|
append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11780
11780
|
}
|
11781
11781
|
|
11782
|
-
function create_fragment$
|
11782
|
+
function create_fragment$H(ctx) {
|
11783
11783
|
let div;
|
11784
11784
|
let img;
|
11785
11785
|
let img_style_value;
|
@@ -11862,7 +11862,7 @@ function create_fragment$E(ctx) {
|
|
11862
11862
|
};
|
11863
11863
|
}
|
11864
11864
|
|
11865
|
-
function instance$
|
11865
|
+
function instance$H($$self, $$props, $$invalidate) {
|
11866
11866
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11867
11867
|
let { alt = 'No Image' } = $$props;
|
11868
11868
|
let { transport = false } = $$props;
|
@@ -11902,8 +11902,8 @@ class ImageBlock extends SvelteComponent {
|
|
11902
11902
|
init(
|
11903
11903
|
this,
|
11904
11904
|
options,
|
11905
|
-
instance$
|
11906
|
-
create_fragment$
|
11905
|
+
instance$H,
|
11906
|
+
create_fragment$H,
|
11907
11907
|
safe_not_equal,
|
11908
11908
|
{
|
11909
11909
|
src: 0,
|
@@ -11915,7 +11915,7 @@ class ImageBlock extends SvelteComponent {
|
|
11915
11915
|
_imageStyle: 4,
|
11916
11916
|
_style: 5
|
11917
11917
|
},
|
11918
|
-
add_css$
|
11918
|
+
add_css$a
|
11919
11919
|
);
|
11920
11920
|
}
|
11921
11921
|
}
|
@@ -12012,11 +12012,16 @@ const toCssShadow = (p) => {
|
|
12012
12012
|
boxShadow: p?.shadow,
|
12013
12013
|
};
|
12014
12014
|
};
|
12015
|
+
const toCssOverflow = (p) => {
|
12016
|
+
return {
|
12017
|
+
overflow: p?.overflow,
|
12018
|
+
};
|
12019
|
+
};
|
12015
12020
|
|
12016
12021
|
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
12017
12022
|
|
12018
|
-
function add_css$
|
12019
|
-
append_styles(target, "svelte-
|
12023
|
+
function add_css$9(target) {
|
12024
|
+
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}");
|
12020
12025
|
}
|
12021
12026
|
|
12022
12027
|
// (40:0) {:else}
|
@@ -12061,7 +12066,7 @@ function create_else_block$1(ctx) {
|
|
12061
12066
|
},
|
12062
12067
|
h() {
|
12063
12068
|
set_attributes(button, button_data);
|
12064
|
-
toggle_class(button, "svelte-
|
12069
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
12065
12070
|
},
|
12066
12071
|
m(target, anchor) {
|
12067
12072
|
insert_hydration(target, button, anchor);
|
@@ -12101,7 +12106,7 @@ function create_else_block$1(ctx) {
|
|
12101
12106
|
dataAttrStopPropagation('click')
|
12102
12107
|
]));
|
12103
12108
|
|
12104
|
-
toggle_class(button, "svelte-
|
12109
|
+
toggle_class(button, "svelte-12c4e5i", true);
|
12105
12110
|
},
|
12106
12111
|
i(local) {
|
12107
12112
|
if (current) return;
|
@@ -12149,7 +12154,7 @@ function create_if_block_1$1(ctx) {
|
|
12149
12154
|
},
|
12150
12155
|
h() {
|
12151
12156
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
12152
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
12157
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"));
|
12153
12158
|
attr(div, "style", /*style*/ ctx[1]);
|
12154
12159
|
},
|
12155
12160
|
m(target, anchor) {
|
@@ -12181,7 +12186,7 @@ function create_if_block_1$1(ctx) {
|
|
12181
12186
|
attr(div, "data-layer-id", /*layerId*/ ctx[2]);
|
12182
12187
|
}
|
12183
12188
|
|
12184
|
-
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-
|
12189
|
+
if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-12c4e5i"))) {
|
12185
12190
|
attr(div, "class", div_class_value);
|
12186
12191
|
}
|
12187
12192
|
|
@@ -12206,7 +12211,7 @@ function create_if_block_1$1(ctx) {
|
|
12206
12211
|
}
|
12207
12212
|
|
12208
12213
|
// (20:0) {#if onClick.operation === 'linkTo'}
|
12209
|
-
function create_if_block$
|
12214
|
+
function create_if_block$7(ctx) {
|
12210
12215
|
let a;
|
12211
12216
|
let a_href_value;
|
12212
12217
|
let a_target_value;
|
@@ -12259,7 +12264,7 @@ function create_if_block$6(ctx) {
|
|
12259
12264
|
},
|
12260
12265
|
h() {
|
12261
12266
|
set_attributes(a, a_data);
|
12262
|
-
toggle_class(a, "svelte-
|
12267
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
12263
12268
|
},
|
12264
12269
|
m(target, anchor) {
|
12265
12270
|
insert_hydration(target, a, anchor);
|
@@ -12302,7 +12307,7 @@ function create_if_block$6(ctx) {
|
|
12302
12307
|
dataAttrStopPropagation('click')
|
12303
12308
|
]));
|
12304
12309
|
|
12305
|
-
toggle_class(a, "svelte-
|
12310
|
+
toggle_class(a, "svelte-12c4e5i", true);
|
12306
12311
|
},
|
12307
12312
|
i(local) {
|
12308
12313
|
if (current) return;
|
@@ -12322,12 +12327,12 @@ function create_if_block$6(ctx) {
|
|
12322
12327
|
};
|
12323
12328
|
}
|
12324
12329
|
|
12325
|
-
function create_fragment$
|
12330
|
+
function create_fragment$G(ctx) {
|
12326
12331
|
let current_block_type_index;
|
12327
12332
|
let if_block;
|
12328
12333
|
let if_block_anchor;
|
12329
12334
|
let current;
|
12330
|
-
const if_block_creators = [create_if_block$
|
12335
|
+
const if_block_creators = [create_if_block$7, create_if_block_1$1, create_else_block$1];
|
12331
12336
|
const if_blocks = [];
|
12332
12337
|
|
12333
12338
|
function select_block_type(ctx, dirty) {
|
@@ -12398,7 +12403,7 @@ function create_fragment$D(ctx) {
|
|
12398
12403
|
|
12399
12404
|
const CLICKABLE_CLASS = 'clickable';
|
12400
12405
|
|
12401
|
-
function instance$
|
12406
|
+
function instance$G($$self, $$props, $$invalidate) {
|
12402
12407
|
let fixedClass;
|
12403
12408
|
let { $$slots: slots = {}, $$scope } = $$props;
|
12404
12409
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -12453,8 +12458,8 @@ class Clickable extends SvelteComponent {
|
|
12453
12458
|
init(
|
12454
12459
|
this,
|
12455
12460
|
options,
|
12456
|
-
instance$
|
12457
|
-
create_fragment$
|
12461
|
+
instance$G,
|
12462
|
+
create_fragment$G,
|
12458
12463
|
safe_not_equal,
|
12459
12464
|
{
|
12460
12465
|
onClick: 0,
|
@@ -12464,14 +12469,14 @@ class Clickable extends SvelteComponent {
|
|
12464
12469
|
layerId: 2,
|
12465
12470
|
className: 7
|
12466
12471
|
},
|
12467
|
-
add_css$
|
12472
|
+
add_css$9
|
12468
12473
|
);
|
12469
12474
|
}
|
12470
12475
|
}
|
12471
12476
|
|
12472
12477
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
12473
12478
|
|
12474
|
-
function create_default_slot$
|
12479
|
+
function create_default_slot$5(ctx) {
|
12475
12480
|
let img;
|
12476
12481
|
let img_src_value;
|
12477
12482
|
let img_alt_value;
|
@@ -12512,7 +12517,7 @@ function create_default_slot$4(ctx) {
|
|
12512
12517
|
};
|
12513
12518
|
}
|
12514
12519
|
|
12515
|
-
function create_fragment$
|
12520
|
+
function create_fragment$F(ctx) {
|
12516
12521
|
let clickable;
|
12517
12522
|
let current;
|
12518
12523
|
|
@@ -12523,7 +12528,7 @@ function create_fragment$C(ctx) {
|
|
12523
12528
|
onClick: /*props*/ ctx[0].onClick,
|
12524
12529
|
eventName: /*props*/ ctx[0].eventName,
|
12525
12530
|
eventValue: /*props*/ ctx[0].eventValue,
|
12526
|
-
$$slots: { default: [create_default_slot$
|
12531
|
+
$$slots: { default: [create_default_slot$5] },
|
12527
12532
|
$$scope: { ctx }
|
12528
12533
|
}
|
12529
12534
|
});
|
@@ -12568,7 +12573,7 @@ function create_fragment$C(ctx) {
|
|
12568
12573
|
};
|
12569
12574
|
}
|
12570
12575
|
|
12571
|
-
function instance$
|
12576
|
+
function instance$F($$self, $$props, $$invalidate) {
|
12572
12577
|
let style;
|
12573
12578
|
let imgStyle;
|
12574
12579
|
let { props = {} } = $$props;
|
@@ -12617,7 +12622,7 @@ function instance$C($$self, $$props, $$invalidate) {
|
|
12617
12622
|
class Avatar extends SvelteComponent {
|
12618
12623
|
constructor(options) {
|
12619
12624
|
super();
|
12620
|
-
init(this, options, instance$
|
12625
|
+
init(this, options, instance$F, create_fragment$F, safe_not_equal, { props: 0, layerId: 1 });
|
12621
12626
|
}
|
12622
12627
|
}
|
12623
12628
|
|
@@ -12642,8 +12647,13 @@ const BUTTON_SIZE = {
|
|
12642
12647
|
};
|
12643
12648
|
const BUTTON_THEME = {
|
12644
12649
|
default: 'デフォルト',
|
12645
|
-
|
12650
|
+
primary: 'プライマリー',
|
12651
|
+
secondary: 'セカンダリー',
|
12652
|
+
success: 'サクセス',
|
12653
|
+
warning: 'ワーニング',
|
12646
12654
|
alert: 'アラート',
|
12655
|
+
info: 'インフォ',
|
12656
|
+
neutral: 'ニュートラル',
|
12647
12657
|
transparent: '背景なし',
|
12648
12658
|
};
|
12649
12659
|
const BUTTON_ROUND = {
|
@@ -12670,7 +12680,7 @@ const buttonPropsDefault = {
|
|
12670
12680
|
|
12671
12681
|
/* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
12672
12682
|
|
12673
|
-
function create_fragment$
|
12683
|
+
function create_fragment$E(ctx) {
|
12674
12684
|
let svg;
|
12675
12685
|
let path;
|
12676
12686
|
|
@@ -12713,7 +12723,7 @@ function create_fragment$B(ctx) {
|
|
12713
12723
|
};
|
12714
12724
|
}
|
12715
12725
|
|
12716
|
-
function instance$
|
12726
|
+
function instance$E($$self, $$props, $$invalidate) {
|
12717
12727
|
let { color } = $$props;
|
12718
12728
|
|
12719
12729
|
$$self.$$set = $$props => {
|
@@ -12726,13 +12736,13 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
12726
12736
|
class IconArrowDown extends SvelteComponent {
|
12727
12737
|
constructor(options) {
|
12728
12738
|
super();
|
12729
|
-
init(this, options, instance$
|
12739
|
+
init(this, options, instance$E, create_fragment$E, safe_not_equal, { color: 0 });
|
12730
12740
|
}
|
12731
12741
|
}
|
12732
12742
|
|
12733
12743
|
/* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
12734
12744
|
|
12735
|
-
function create_fragment$
|
12745
|
+
function create_fragment$D(ctx) {
|
12736
12746
|
let svg;
|
12737
12747
|
let path;
|
12738
12748
|
|
@@ -12775,7 +12785,7 @@ function create_fragment$A(ctx) {
|
|
12775
12785
|
};
|
12776
12786
|
}
|
12777
12787
|
|
12778
|
-
function instance$
|
12788
|
+
function instance$D($$self, $$props, $$invalidate) {
|
12779
12789
|
let { color } = $$props;
|
12780
12790
|
|
12781
12791
|
$$self.$$set = $$props => {
|
@@ -12788,13 +12798,13 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
12788
12798
|
class IconArrowUp extends SvelteComponent {
|
12789
12799
|
constructor(options) {
|
12790
12800
|
super();
|
12791
|
-
init(this, options, instance$
|
12801
|
+
init(this, options, instance$D, create_fragment$D, safe_not_equal, { color: 0 });
|
12792
12802
|
}
|
12793
12803
|
}
|
12794
12804
|
|
12795
12805
|
/* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
12796
12806
|
|
12797
|
-
function create_fragment$
|
12807
|
+
function create_fragment$C(ctx) {
|
12798
12808
|
let svg;
|
12799
12809
|
let path;
|
12800
12810
|
|
@@ -12837,7 +12847,7 @@ function create_fragment$z(ctx) {
|
|
12837
12847
|
};
|
12838
12848
|
}
|
12839
12849
|
|
12840
|
-
function instance$
|
12850
|
+
function instance$C($$self, $$props, $$invalidate) {
|
12841
12851
|
let { color } = $$props;
|
12842
12852
|
|
12843
12853
|
$$self.$$set = $$props => {
|
@@ -12850,13 +12860,13 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
12850
12860
|
class IconUsers extends SvelteComponent {
|
12851
12861
|
constructor(options) {
|
12852
12862
|
super();
|
12853
|
-
init(this, options, instance$
|
12863
|
+
init(this, options, instance$C, create_fragment$C, safe_not_equal, { color: 0 });
|
12854
12864
|
}
|
12855
12865
|
}
|
12856
12866
|
|
12857
12867
|
/* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
12858
12868
|
|
12859
|
-
function create_fragment$
|
12869
|
+
function create_fragment$B(ctx) {
|
12860
12870
|
let svg;
|
12861
12871
|
let path;
|
12862
12872
|
|
@@ -12899,7 +12909,7 @@ function create_fragment$y(ctx) {
|
|
12899
12909
|
};
|
12900
12910
|
}
|
12901
12911
|
|
12902
|
-
function instance$
|
12912
|
+
function instance$B($$self, $$props, $$invalidate) {
|
12903
12913
|
let { color } = $$props;
|
12904
12914
|
|
12905
12915
|
$$self.$$set = $$props => {
|
@@ -12912,13 +12922,13 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
12912
12922
|
class IconArrowLeft extends SvelteComponent {
|
12913
12923
|
constructor(options) {
|
12914
12924
|
super();
|
12915
|
-
init(this, options, instance$
|
12925
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
|
12916
12926
|
}
|
12917
12927
|
}
|
12918
12928
|
|
12919
12929
|
/* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
12920
12930
|
|
12921
|
-
function create_fragment$
|
12931
|
+
function create_fragment$A(ctx) {
|
12922
12932
|
let svg;
|
12923
12933
|
let path;
|
12924
12934
|
|
@@ -12961,7 +12971,7 @@ function create_fragment$x(ctx) {
|
|
12961
12971
|
};
|
12962
12972
|
}
|
12963
12973
|
|
12964
|
-
function instance$
|
12974
|
+
function instance$A($$self, $$props, $$invalidate) {
|
12965
12975
|
let { color } = $$props;
|
12966
12976
|
|
12967
12977
|
$$self.$$set = $$props => {
|
@@ -12974,13 +12984,13 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
12974
12984
|
class IconArrowRight extends SvelteComponent {
|
12975
12985
|
constructor(options) {
|
12976
12986
|
super();
|
12977
|
-
init(this, options, instance$
|
12987
|
+
init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
|
12978
12988
|
}
|
12979
12989
|
}
|
12980
12990
|
|
12981
12991
|
/* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
12982
12992
|
|
12983
|
-
function create_fragment$
|
12993
|
+
function create_fragment$z(ctx) {
|
12984
12994
|
let svg;
|
12985
12995
|
let path;
|
12986
12996
|
|
@@ -13023,7 +13033,7 @@ function create_fragment$w(ctx) {
|
|
13023
13033
|
};
|
13024
13034
|
}
|
13025
13035
|
|
13026
|
-
function instance$
|
13036
|
+
function instance$z($$self, $$props, $$invalidate) {
|
13027
13037
|
let { color } = $$props;
|
13028
13038
|
|
13029
13039
|
$$self.$$set = $$props => {
|
@@ -13036,13 +13046,13 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
13036
13046
|
class IconBell extends SvelteComponent {
|
13037
13047
|
constructor(options) {
|
13038
13048
|
super();
|
13039
|
-
init(this, options, instance$
|
13049
|
+
init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
|
13040
13050
|
}
|
13041
13051
|
}
|
13042
13052
|
|
13043
13053
|
/* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
13044
13054
|
|
13045
|
-
function create_fragment$
|
13055
|
+
function create_fragment$y(ctx) {
|
13046
13056
|
let svg;
|
13047
13057
|
let path;
|
13048
13058
|
|
@@ -13085,7 +13095,7 @@ function create_fragment$v(ctx) {
|
|
13085
13095
|
};
|
13086
13096
|
}
|
13087
13097
|
|
13088
|
-
function instance$
|
13098
|
+
function instance$y($$self, $$props, $$invalidate) {
|
13089
13099
|
let { color } = $$props;
|
13090
13100
|
|
13091
13101
|
$$self.$$set = $$props => {
|
@@ -13098,13 +13108,13 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
13098
13108
|
class IconArrowUpFromSquare extends SvelteComponent {
|
13099
13109
|
constructor(options) {
|
13100
13110
|
super();
|
13101
|
-
init(this, options, instance$
|
13111
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
|
13102
13112
|
}
|
13103
13113
|
}
|
13104
13114
|
|
13105
13115
|
/* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
13106
13116
|
|
13107
|
-
function create_fragment$
|
13117
|
+
function create_fragment$x(ctx) {
|
13108
13118
|
let svg;
|
13109
13119
|
let path;
|
13110
13120
|
|
@@ -13147,7 +13157,7 @@ function create_fragment$u(ctx) {
|
|
13147
13157
|
};
|
13148
13158
|
}
|
13149
13159
|
|
13150
|
-
function instance$
|
13160
|
+
function instance$x($$self, $$props, $$invalidate) {
|
13151
13161
|
let { color } = $$props;
|
13152
13162
|
|
13153
13163
|
$$self.$$set = $$props => {
|
@@ -13160,13 +13170,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
13160
13170
|
class IconTicket extends SvelteComponent {
|
13161
13171
|
constructor(options) {
|
13162
13172
|
super();
|
13163
|
-
init(this, options, instance$
|
13173
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
|
13164
13174
|
}
|
13165
13175
|
}
|
13166
13176
|
|
13167
13177
|
/* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
13168
13178
|
|
13169
|
-
function create_fragment$
|
13179
|
+
function create_fragment$w(ctx) {
|
13170
13180
|
let svg;
|
13171
13181
|
let path;
|
13172
13182
|
|
@@ -13209,7 +13219,7 @@ function create_fragment$t(ctx) {
|
|
13209
13219
|
};
|
13210
13220
|
}
|
13211
13221
|
|
13212
|
-
function instance$
|
13222
|
+
function instance$w($$self, $$props, $$invalidate) {
|
13213
13223
|
let { color } = $$props;
|
13214
13224
|
|
13215
13225
|
$$self.$$set = $$props => {
|
@@ -13222,13 +13232,13 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
13222
13232
|
class IconTrack extends SvelteComponent {
|
13223
13233
|
constructor(options) {
|
13224
13234
|
super();
|
13225
|
-
init(this, options, instance$
|
13235
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
|
13226
13236
|
}
|
13227
13237
|
}
|
13228
13238
|
|
13229
13239
|
/* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
13230
13240
|
|
13231
|
-
function create_fragment$
|
13241
|
+
function create_fragment$v(ctx) {
|
13232
13242
|
let svg;
|
13233
13243
|
let path;
|
13234
13244
|
|
@@ -13271,7 +13281,7 @@ function create_fragment$s(ctx) {
|
|
13271
13281
|
};
|
13272
13282
|
}
|
13273
13283
|
|
13274
|
-
function instance$
|
13284
|
+
function instance$v($$self, $$props, $$invalidate) {
|
13275
13285
|
let { color } = $$props;
|
13276
13286
|
|
13277
13287
|
$$self.$$set = $$props => {
|
@@ -13284,13 +13294,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
13284
13294
|
class IconCartShopping extends SvelteComponent {
|
13285
13295
|
constructor(options) {
|
13286
13296
|
super();
|
13287
|
-
init(this, options, instance$
|
13297
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
13288
13298
|
}
|
13289
13299
|
}
|
13290
13300
|
|
13291
13301
|
/* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
13292
13302
|
|
13293
|
-
function create_fragment$
|
13303
|
+
function create_fragment$u(ctx) {
|
13294
13304
|
let svg;
|
13295
13305
|
let path;
|
13296
13306
|
|
@@ -13333,7 +13343,7 @@ function create_fragment$r(ctx) {
|
|
13333
13343
|
};
|
13334
13344
|
}
|
13335
13345
|
|
13336
|
-
function instance$
|
13346
|
+
function instance$u($$self, $$props, $$invalidate) {
|
13337
13347
|
let { color } = $$props;
|
13338
13348
|
|
13339
13349
|
$$self.$$set = $$props => {
|
@@ -13346,13 +13356,13 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
13346
13356
|
class IconCircle extends SvelteComponent {
|
13347
13357
|
constructor(options) {
|
13348
13358
|
super();
|
13349
|
-
init(this, options, instance$
|
13359
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
13350
13360
|
}
|
13351
13361
|
}
|
13352
13362
|
|
13353
13363
|
/* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
13354
13364
|
|
13355
|
-
function create_fragment$
|
13365
|
+
function create_fragment$t(ctx) {
|
13356
13366
|
let svg;
|
13357
13367
|
let path;
|
13358
13368
|
|
@@ -13395,7 +13405,7 @@ function create_fragment$q(ctx) {
|
|
13395
13405
|
};
|
13396
13406
|
}
|
13397
13407
|
|
13398
|
-
function instance$
|
13408
|
+
function instance$t($$self, $$props, $$invalidate) {
|
13399
13409
|
let { color } = $$props;
|
13400
13410
|
|
13401
13411
|
$$self.$$set = $$props => {
|
@@ -13408,13 +13418,13 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
13408
13418
|
class IconCircleQuestion extends SvelteComponent {
|
13409
13419
|
constructor(options) {
|
13410
13420
|
super();
|
13411
|
-
init(this, options, instance$
|
13421
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
13412
13422
|
}
|
13413
13423
|
}
|
13414
13424
|
|
13415
13425
|
/* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
13416
13426
|
|
13417
|
-
function create_fragment$
|
13427
|
+
function create_fragment$s(ctx) {
|
13418
13428
|
let svg;
|
13419
13429
|
let path;
|
13420
13430
|
|
@@ -13457,7 +13467,7 @@ function create_fragment$p(ctx) {
|
|
13457
13467
|
};
|
13458
13468
|
}
|
13459
13469
|
|
13460
|
-
function instance$
|
13470
|
+
function instance$s($$self, $$props, $$invalidate) {
|
13461
13471
|
let { color } = $$props;
|
13462
13472
|
|
13463
13473
|
$$self.$$set = $$props => {
|
@@ -13470,13 +13480,13 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
13470
13480
|
class IconCheck extends SvelteComponent {
|
13471
13481
|
constructor(options) {
|
13472
13482
|
super();
|
13473
|
-
init(this, options, instance$
|
13483
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
13474
13484
|
}
|
13475
13485
|
}
|
13476
13486
|
|
13477
13487
|
/* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
13478
13488
|
|
13479
|
-
function create_fragment$
|
13489
|
+
function create_fragment$r(ctx) {
|
13480
13490
|
let svg;
|
13481
13491
|
let path;
|
13482
13492
|
|
@@ -13519,7 +13529,7 @@ function create_fragment$o(ctx) {
|
|
13519
13529
|
};
|
13520
13530
|
}
|
13521
13531
|
|
13522
|
-
function instance$
|
13532
|
+
function instance$r($$self, $$props, $$invalidate) {
|
13523
13533
|
let { color } = $$props;
|
13524
13534
|
|
13525
13535
|
$$self.$$set = $$props => {
|
@@ -13532,13 +13542,13 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
13532
13542
|
class IconXMark extends SvelteComponent {
|
13533
13543
|
constructor(options) {
|
13534
13544
|
super();
|
13535
|
-
init(this, options, instance$
|
13545
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
13536
13546
|
}
|
13537
13547
|
}
|
13538
13548
|
|
13539
13549
|
/* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
13540
13550
|
|
13541
|
-
function create_fragment$
|
13551
|
+
function create_fragment$q(ctx) {
|
13542
13552
|
let svg;
|
13543
13553
|
let path;
|
13544
13554
|
|
@@ -13581,7 +13591,7 @@ function create_fragment$n(ctx) {
|
|
13581
13591
|
};
|
13582
13592
|
}
|
13583
13593
|
|
13584
|
-
function instance$
|
13594
|
+
function instance$q($$self, $$props, $$invalidate) {
|
13585
13595
|
let { color } = $$props;
|
13586
13596
|
|
13587
13597
|
$$self.$$set = $$props => {
|
@@ -13594,13 +13604,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
13594
13604
|
class IconPaperPlane extends SvelteComponent {
|
13595
13605
|
constructor(options) {
|
13596
13606
|
super();
|
13597
|
-
init(this, options, instance$
|
13607
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
13598
13608
|
}
|
13599
13609
|
}
|
13600
13610
|
|
13601
13611
|
/* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
13602
13612
|
|
13603
|
-
function create_fragment$
|
13613
|
+
function create_fragment$p(ctx) {
|
13604
13614
|
let svg;
|
13605
13615
|
let path;
|
13606
13616
|
|
@@ -13643,7 +13653,7 @@ function create_fragment$m(ctx) {
|
|
13643
13653
|
};
|
13644
13654
|
}
|
13645
13655
|
|
13646
|
-
function instance$
|
13656
|
+
function instance$p($$self, $$props, $$invalidate) {
|
13647
13657
|
let { color } = $$props;
|
13648
13658
|
|
13649
13659
|
$$self.$$set = $$props => {
|
@@ -13656,13 +13666,13 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
13656
13666
|
class IconCopy extends SvelteComponent {
|
13657
13667
|
constructor(options) {
|
13658
13668
|
super();
|
13659
|
-
init(this, options, instance$
|
13669
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
13660
13670
|
}
|
13661
13671
|
}
|
13662
13672
|
|
13663
13673
|
/* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
13664
13674
|
|
13665
|
-
function create_fragment$
|
13675
|
+
function create_fragment$o(ctx) {
|
13666
13676
|
let svg;
|
13667
13677
|
let path;
|
13668
13678
|
|
@@ -13705,7 +13715,7 @@ function create_fragment$l(ctx) {
|
|
13705
13715
|
};
|
13706
13716
|
}
|
13707
13717
|
|
13708
|
-
function instance$
|
13718
|
+
function instance$o($$self, $$props, $$invalidate) {
|
13709
13719
|
let { color } = $$props;
|
13710
13720
|
|
13711
13721
|
$$self.$$set = $$props => {
|
@@ -13718,13 +13728,13 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
13718
13728
|
class IconCircleXMark extends SvelteComponent {
|
13719
13729
|
constructor(options) {
|
13720
13730
|
super();
|
13721
|
-
init(this, options, instance$
|
13731
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
13722
13732
|
}
|
13723
13733
|
}
|
13724
13734
|
|
13725
13735
|
/* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
13726
13736
|
|
13727
|
-
function create_fragment$
|
13737
|
+
function create_fragment$n(ctx) {
|
13728
13738
|
let svg;
|
13729
13739
|
let path;
|
13730
13740
|
|
@@ -13767,7 +13777,7 @@ function create_fragment$k(ctx) {
|
|
13767
13777
|
};
|
13768
13778
|
}
|
13769
13779
|
|
13770
|
-
function instance$
|
13780
|
+
function instance$n($$self, $$props, $$invalidate) {
|
13771
13781
|
let { color } = $$props;
|
13772
13782
|
|
13773
13783
|
$$self.$$set = $$props => {
|
@@ -13780,13 +13790,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
13780
13790
|
class IconHeart extends SvelteComponent {
|
13781
13791
|
constructor(options) {
|
13782
13792
|
super();
|
13783
|
-
init(this, options, instance$
|
13793
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
13784
13794
|
}
|
13785
13795
|
}
|
13786
13796
|
|
13787
13797
|
/* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
13788
13798
|
|
13789
|
-
function create_fragment$
|
13799
|
+
function create_fragment$m(ctx) {
|
13790
13800
|
let svg;
|
13791
13801
|
let path;
|
13792
13802
|
|
@@ -13829,7 +13839,7 @@ function create_fragment$j(ctx) {
|
|
13829
13839
|
};
|
13830
13840
|
}
|
13831
13841
|
|
13832
|
-
function instance$
|
13842
|
+
function instance$m($$self, $$props, $$invalidate) {
|
13833
13843
|
let { color } = $$props;
|
13834
13844
|
|
13835
13845
|
$$self.$$set = $$props => {
|
@@ -13842,13 +13852,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
13842
13852
|
class IconMagnifyingGrass extends SvelteComponent {
|
13843
13853
|
constructor(options) {
|
13844
13854
|
super();
|
13845
|
-
init(this, options, instance$
|
13855
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
13846
13856
|
}
|
13847
13857
|
}
|
13848
13858
|
|
13849
13859
|
/* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
13850
13860
|
|
13851
|
-
function create_fragment$
|
13861
|
+
function create_fragment$l(ctx) {
|
13852
13862
|
let svg;
|
13853
13863
|
let path;
|
13854
13864
|
|
@@ -13891,7 +13901,7 @@ function create_fragment$i(ctx) {
|
|
13891
13901
|
};
|
13892
13902
|
}
|
13893
13903
|
|
13894
|
-
function instance$
|
13904
|
+
function instance$l($$self, $$props, $$invalidate) {
|
13895
13905
|
let { color } = $$props;
|
13896
13906
|
|
13897
13907
|
$$self.$$set = $$props => {
|
@@ -13904,13 +13914,13 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
13904
13914
|
class IconStar extends SvelteComponent {
|
13905
13915
|
constructor(options) {
|
13906
13916
|
super();
|
13907
|
-
init(this, options, instance$
|
13917
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
13908
13918
|
}
|
13909
13919
|
}
|
13910
13920
|
|
13911
13921
|
/* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
13912
13922
|
|
13913
|
-
function create_fragment$
|
13923
|
+
function create_fragment$k(ctx) {
|
13914
13924
|
let svg;
|
13915
13925
|
let path;
|
13916
13926
|
|
@@ -13953,7 +13963,7 @@ function create_fragment$h(ctx) {
|
|
13953
13963
|
};
|
13954
13964
|
}
|
13955
13965
|
|
13956
|
-
function instance$
|
13966
|
+
function instance$k($$self, $$props, $$invalidate) {
|
13957
13967
|
let { color } = $$props;
|
13958
13968
|
|
13959
13969
|
$$self.$$set = $$props => {
|
@@ -13966,13 +13976,13 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
13966
13976
|
class IconCircleInfo extends SvelteComponent {
|
13967
13977
|
constructor(options) {
|
13968
13978
|
super();
|
13969
|
-
init(this, options, instance$
|
13979
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
13970
13980
|
}
|
13971
13981
|
}
|
13972
13982
|
|
13973
13983
|
/* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
13974
13984
|
|
13975
|
-
function create_fragment$
|
13985
|
+
function create_fragment$j(ctx) {
|
13976
13986
|
let svg;
|
13977
13987
|
let path;
|
13978
13988
|
|
@@ -14015,7 +14025,7 @@ function create_fragment$g(ctx) {
|
|
14015
14025
|
};
|
14016
14026
|
}
|
14017
14027
|
|
14018
|
-
function instance$
|
14028
|
+
function instance$j($$self, $$props, $$invalidate) {
|
14019
14029
|
let { color } = $$props;
|
14020
14030
|
|
14021
14031
|
$$self.$$set = $$props => {
|
@@ -14028,13 +14038,13 @@ function instance$g($$self, $$props, $$invalidate) {
|
|
14028
14038
|
class IconEnvelope extends SvelteComponent {
|
14029
14039
|
constructor(options) {
|
14030
14040
|
super();
|
14031
|
-
init(this, options, instance$
|
14041
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
14032
14042
|
}
|
14033
14043
|
}
|
14034
14044
|
|
14035
14045
|
/* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
14036
14046
|
|
14037
|
-
function create_fragment$
|
14047
|
+
function create_fragment$i(ctx) {
|
14038
14048
|
let svg;
|
14039
14049
|
let path;
|
14040
14050
|
|
@@ -14077,7 +14087,7 @@ function create_fragment$f(ctx) {
|
|
14077
14087
|
};
|
14078
14088
|
}
|
14079
14089
|
|
14080
|
-
function instance$
|
14090
|
+
function instance$i($$self, $$props, $$invalidate) {
|
14081
14091
|
let { color } = $$props;
|
14082
14092
|
|
14083
14093
|
$$self.$$set = $$props => {
|
@@ -14090,13 +14100,13 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
14090
14100
|
class IconGift extends SvelteComponent {
|
14091
14101
|
constructor(options) {
|
14092
14102
|
super();
|
14093
|
-
init(this, options, instance$
|
14103
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
14094
14104
|
}
|
14095
14105
|
}
|
14096
14106
|
|
14097
14107
|
/* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
14098
14108
|
|
14099
|
-
function create_fragment$
|
14109
|
+
function create_fragment$h(ctx) {
|
14100
14110
|
let svg;
|
14101
14111
|
let path;
|
14102
14112
|
|
@@ -14145,7 +14155,7 @@ function create_fragment$e(ctx) {
|
|
14145
14155
|
};
|
14146
14156
|
}
|
14147
14157
|
|
14148
|
-
function instance$
|
14158
|
+
function instance$h($$self, $$props, $$invalidate) {
|
14149
14159
|
let { color } = $$props;
|
14150
14160
|
|
14151
14161
|
$$self.$$set = $$props => {
|
@@ -14158,13 +14168,13 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
14158
14168
|
class IconPaperclip extends SvelteComponent {
|
14159
14169
|
constructor(options) {
|
14160
14170
|
super();
|
14161
|
-
init(this, options, instance$
|
14171
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
14162
14172
|
}
|
14163
14173
|
}
|
14164
14174
|
|
14165
14175
|
/* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
14166
14176
|
|
14167
|
-
function create_fragment$
|
14177
|
+
function create_fragment$g(ctx) {
|
14168
14178
|
let svg;
|
14169
14179
|
let path;
|
14170
14180
|
|
@@ -14213,7 +14223,7 @@ function create_fragment$d(ctx) {
|
|
14213
14223
|
};
|
14214
14224
|
}
|
14215
14225
|
|
14216
|
-
function instance$
|
14226
|
+
function instance$g($$self, $$props, $$invalidate) {
|
14217
14227
|
let { color } = $$props;
|
14218
14228
|
|
14219
14229
|
$$self.$$set = $$props => {
|
@@ -14226,13 +14236,13 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
14226
14236
|
class IconFire extends SvelteComponent {
|
14227
14237
|
constructor(options) {
|
14228
14238
|
super();
|
14229
|
-
init(this, options, instance$
|
14239
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
14230
14240
|
}
|
14231
14241
|
}
|
14232
14242
|
|
14233
14243
|
/* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
14234
14244
|
|
14235
|
-
function create_fragment$
|
14245
|
+
function create_fragment$f(ctx) {
|
14236
14246
|
let svg;
|
14237
14247
|
let path;
|
14238
14248
|
|
@@ -14281,7 +14291,7 @@ function create_fragment$c(ctx) {
|
|
14281
14291
|
};
|
14282
14292
|
}
|
14283
14293
|
|
14284
|
-
function instance$
|
14294
|
+
function instance$f($$self, $$props, $$invalidate) {
|
14285
14295
|
let { color } = $$props;
|
14286
14296
|
|
14287
14297
|
$$self.$$set = $$props => {
|
@@ -14294,13 +14304,13 @@ function instance$c($$self, $$props, $$invalidate) {
|
|
14294
14304
|
class IconLink extends SvelteComponent {
|
14295
14305
|
constructor(options) {
|
14296
14306
|
super();
|
14297
|
-
init(this, options, instance$
|
14307
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
14298
14308
|
}
|
14299
14309
|
}
|
14300
14310
|
|
14301
14311
|
/* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
|
14302
14312
|
|
14303
|
-
function create_fragment$
|
14313
|
+
function create_fragment$e(ctx) {
|
14304
14314
|
let svg;
|
14305
14315
|
let path;
|
14306
14316
|
|
@@ -14343,7 +14353,7 @@ function create_fragment$b(ctx) {
|
|
14343
14353
|
};
|
14344
14354
|
}
|
14345
14355
|
|
14346
|
-
function instance$
|
14356
|
+
function instance$e($$self, $$props, $$invalidate) {
|
14347
14357
|
let { color } = $$props;
|
14348
14358
|
|
14349
14359
|
$$self.$$set = $$props => {
|
@@ -14356,13 +14366,13 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
14356
14366
|
class IconBuildings extends SvelteComponent {
|
14357
14367
|
constructor(options) {
|
14358
14368
|
super();
|
14359
|
-
init(this, options, instance$
|
14369
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
14360
14370
|
}
|
14361
14371
|
}
|
14362
14372
|
|
14363
14373
|
/* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
|
14364
14374
|
|
14365
|
-
function create_fragment$
|
14375
|
+
function create_fragment$d(ctx) {
|
14366
14376
|
let svg;
|
14367
14377
|
let path;
|
14368
14378
|
|
@@ -14405,7 +14415,7 @@ function create_fragment$a(ctx) {
|
|
14405
14415
|
};
|
14406
14416
|
}
|
14407
14417
|
|
14408
|
-
function instance$
|
14418
|
+
function instance$d($$self, $$props, $$invalidate) {
|
14409
14419
|
let { color } = $$props;
|
14410
14420
|
|
14411
14421
|
$$self.$$set = $$props => {
|
@@ -14418,11 +14428,135 @@ function instance$a($$self, $$props, $$invalidate) {
|
|
14418
14428
|
class IconChevronsRight extends SvelteComponent {
|
14419
14429
|
constructor(options) {
|
14420
14430
|
super();
|
14421
|
-
init(this, options, instance$
|
14431
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
14422
14432
|
}
|
14423
14433
|
}
|
14424
14434
|
|
14425
|
-
|
14435
|
+
/* src/components-flex/icon/variants/IconPhone.svelte generated by Svelte v3.53.1 */
|
14436
|
+
|
14437
|
+
function create_fragment$c(ctx) {
|
14438
|
+
let svg;
|
14439
|
+
let path;
|
14440
|
+
|
14441
|
+
return {
|
14442
|
+
c() {
|
14443
|
+
svg = svg_element("svg");
|
14444
|
+
path = svg_element("path");
|
14445
|
+
this.h();
|
14446
|
+
},
|
14447
|
+
l(nodes) {
|
14448
|
+
svg = claim_svg_element(nodes, "svg", { xmlns: true, style: true, viewBox: true });
|
14449
|
+
var svg_nodes = children(svg);
|
14450
|
+
path = claim_svg_element(svg_nodes, "path", { fill: true, d: true });
|
14451
|
+
children(path).forEach(detach);
|
14452
|
+
svg_nodes.forEach(detach);
|
14453
|
+
this.h();
|
14454
|
+
},
|
14455
|
+
h() {
|
14456
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14457
|
+
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");
|
14458
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
14459
|
+
set_style(svg, "width", "100%");
|
14460
|
+
set_style(svg, "height", "100%");
|
14461
|
+
attr(svg, "viewBox", "0 0 512 512");
|
14462
|
+
},
|
14463
|
+
m(target, anchor) {
|
14464
|
+
insert_hydration(target, svg, anchor);
|
14465
|
+
append_hydration(svg, path);
|
14466
|
+
},
|
14467
|
+
p(ctx, [dirty]) {
|
14468
|
+
if (dirty & /*color*/ 1) {
|
14469
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14470
|
+
}
|
14471
|
+
},
|
14472
|
+
i: noop,
|
14473
|
+
o: noop,
|
14474
|
+
d(detaching) {
|
14475
|
+
if (detaching) detach(svg);
|
14476
|
+
}
|
14477
|
+
};
|
14478
|
+
}
|
14479
|
+
|
14480
|
+
function instance$c($$self, $$props, $$invalidate) {
|
14481
|
+
let { color } = $$props;
|
14482
|
+
|
14483
|
+
$$self.$$set = $$props => {
|
14484
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
14485
|
+
};
|
14486
|
+
|
14487
|
+
return [color];
|
14488
|
+
}
|
14489
|
+
|
14490
|
+
class IconPhone extends SvelteComponent {
|
14491
|
+
constructor(options) {
|
14492
|
+
super();
|
14493
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
|
14494
|
+
}
|
14495
|
+
}
|
14496
|
+
|
14497
|
+
/* src/components-flex/icon/variants/IconLocationDot.svelte generated by Svelte v3.53.1 */
|
14498
|
+
|
14499
|
+
function create_fragment$b(ctx) {
|
14500
|
+
let svg;
|
14501
|
+
let path;
|
14502
|
+
|
14503
|
+
return {
|
14504
|
+
c() {
|
14505
|
+
svg = svg_element("svg");
|
14506
|
+
path = svg_element("path");
|
14507
|
+
this.h();
|
14508
|
+
},
|
14509
|
+
l(nodes) {
|
14510
|
+
svg = claim_svg_element(nodes, "svg", { xmlns: true, style: true, viewBox: true });
|
14511
|
+
var svg_nodes = children(svg);
|
14512
|
+
path = claim_svg_element(svg_nodes, "path", { fill: true, d: true });
|
14513
|
+
children(path).forEach(detach);
|
14514
|
+
svg_nodes.forEach(detach);
|
14515
|
+
this.h();
|
14516
|
+
},
|
14517
|
+
h() {
|
14518
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14519
|
+
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");
|
14520
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
14521
|
+
set_style(svg, "width", "100%");
|
14522
|
+
set_style(svg, "height", "100%");
|
14523
|
+
attr(svg, "viewBox", "0 0 384 512");
|
14524
|
+
},
|
14525
|
+
m(target, anchor) {
|
14526
|
+
insert_hydration(target, svg, anchor);
|
14527
|
+
append_hydration(svg, path);
|
14528
|
+
},
|
14529
|
+
p(ctx, [dirty]) {
|
14530
|
+
if (dirty & /*color*/ 1) {
|
14531
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
14532
|
+
}
|
14533
|
+
},
|
14534
|
+
i: noop,
|
14535
|
+
o: noop,
|
14536
|
+
d(detaching) {
|
14537
|
+
if (detaching) detach(svg);
|
14538
|
+
}
|
14539
|
+
};
|
14540
|
+
}
|
14541
|
+
|
14542
|
+
function instance$b($$self, $$props, $$invalidate) {
|
14543
|
+
let { color } = $$props;
|
14544
|
+
|
14545
|
+
$$self.$$set = $$props => {
|
14546
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
14547
|
+
};
|
14548
|
+
|
14549
|
+
return [color];
|
14550
|
+
}
|
14551
|
+
|
14552
|
+
class IconLocationDot extends SvelteComponent {
|
14553
|
+
constructor(options) {
|
14554
|
+
super();
|
14555
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, { color: 0 });
|
14556
|
+
}
|
14557
|
+
}
|
14558
|
+
|
14559
|
+
const ICON_SIZE = {
|
14426
14560
|
x_small: {
|
14427
14561
|
label: 'X Small',
|
14428
14562
|
value: '12px',
|
@@ -14474,9 +14608,11 @@ const ICON_VARIANTS = {
|
|
14474
14608
|
gift: IconGift,
|
14475
14609
|
heart: IconHeart,
|
14476
14610
|
link: IconLink,
|
14611
|
+
locationDot: IconLocationDot,
|
14477
14612
|
magnifying_grass: IconMagnifyingGrass,
|
14478
14613
|
paperclip: IconPaperclip,
|
14479
14614
|
paper_plane: IconPaperPlane,
|
14615
|
+
phone: IconPhone,
|
14480
14616
|
star: IconStar,
|
14481
14617
|
ticket: IconTicket,
|
14482
14618
|
truck: IconTrack,
|
@@ -14486,7 +14622,7 @@ const ICON_VARIANTS = {
|
|
14486
14622
|
|
14487
14623
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
14488
14624
|
|
14489
|
-
function create_if_block$
|
14625
|
+
function create_if_block$6(ctx) {
|
14490
14626
|
let clickable;
|
14491
14627
|
let current;
|
14492
14628
|
|
@@ -14497,7 +14633,7 @@ function create_if_block$5(ctx) {
|
|
14497
14633
|
onClick: /*props*/ ctx[0].onClick,
|
14498
14634
|
eventName: /*props*/ ctx[0].eventName,
|
14499
14635
|
eventValue: /*props*/ ctx[0].eventValue,
|
14500
|
-
$$slots: { default: [create_default_slot$
|
14636
|
+
$$slots: { default: [create_default_slot$4] },
|
14501
14637
|
$$scope: { ctx }
|
14502
14638
|
}
|
14503
14639
|
});
|
@@ -14543,7 +14679,7 @@ function create_if_block$5(ctx) {
|
|
14543
14679
|
}
|
14544
14680
|
|
14545
14681
|
// (26:2) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
14546
|
-
function create_default_slot$
|
14682
|
+
function create_default_slot$4(ctx) {
|
14547
14683
|
let switch_instance;
|
14548
14684
|
let switch_instance_anchor;
|
14549
14685
|
let current;
|
@@ -14619,10 +14755,10 @@ function create_default_slot$3(ctx) {
|
|
14619
14755
|
};
|
14620
14756
|
}
|
14621
14757
|
|
14622
|
-
function create_fragment$
|
14758
|
+
function create_fragment$a(ctx) {
|
14623
14759
|
let if_block_anchor;
|
14624
14760
|
let current;
|
14625
|
-
let if_block = /*IconComponent*/ ctx[2] && create_if_block$
|
14761
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$6(ctx);
|
14626
14762
|
|
14627
14763
|
return {
|
14628
14764
|
c() {
|
@@ -14639,64 +14775,459 @@ function create_fragment$9(ctx) {
|
|
14639
14775
|
current = true;
|
14640
14776
|
},
|
14641
14777
|
p(ctx, [dirty]) {
|
14642
|
-
if (/*IconComponent*/ ctx[2]) {
|
14643
|
-
if (if_block) {
|
14644
|
-
if_block.p(ctx, dirty);
|
14645
|
-
|
14646
|
-
if (dirty & /*IconComponent*/ 4) {
|
14647
|
-
transition_in(if_block, 1);
|
14648
|
-
}
|
14649
|
-
} else {
|
14650
|
-
if_block = create_if_block$
|
14651
|
-
if_block.c();
|
14652
|
-
transition_in(if_block, 1);
|
14653
|
-
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
14654
|
-
}
|
14655
|
-
} else if (if_block) {
|
14656
|
-
group_outros();
|
14657
|
-
|
14658
|
-
transition_out(if_block, 1, 1, () => {
|
14659
|
-
if_block = null;
|
14660
|
-
});
|
14778
|
+
if (/*IconComponent*/ ctx[2]) {
|
14779
|
+
if (if_block) {
|
14780
|
+
if_block.p(ctx, dirty);
|
14781
|
+
|
14782
|
+
if (dirty & /*IconComponent*/ 4) {
|
14783
|
+
transition_in(if_block, 1);
|
14784
|
+
}
|
14785
|
+
} else {
|
14786
|
+
if_block = create_if_block$6(ctx);
|
14787
|
+
if_block.c();
|
14788
|
+
transition_in(if_block, 1);
|
14789
|
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
14790
|
+
}
|
14791
|
+
} else if (if_block) {
|
14792
|
+
group_outros();
|
14793
|
+
|
14794
|
+
transition_out(if_block, 1, 1, () => {
|
14795
|
+
if_block = null;
|
14796
|
+
});
|
14797
|
+
|
14798
|
+
check_outros();
|
14799
|
+
}
|
14800
|
+
},
|
14801
|
+
i(local) {
|
14802
|
+
if (current) return;
|
14803
|
+
transition_in(if_block);
|
14804
|
+
current = true;
|
14805
|
+
},
|
14806
|
+
o(local) {
|
14807
|
+
transition_out(if_block);
|
14808
|
+
current = false;
|
14809
|
+
},
|
14810
|
+
d(detaching) {
|
14811
|
+
if (if_block) if_block.d(detaching);
|
14812
|
+
if (detaching) detach(if_block_anchor);
|
14813
|
+
}
|
14814
|
+
};
|
14815
|
+
}
|
14816
|
+
|
14817
|
+
function instance$a($$self, $$props, $$invalidate) {
|
14818
|
+
let style;
|
14819
|
+
let IconComponent;
|
14820
|
+
let { props = {} } = $$props;
|
14821
|
+
let { layerId = '' } = $$props;
|
14822
|
+
|
14823
|
+
const getSizeCss = () => {
|
14824
|
+
return {
|
14825
|
+
minWidth: props.width
|
14826
|
+
? props.width
|
14827
|
+
: ICON_SIZE[props.size ?? 'medium'].value,
|
14828
|
+
width: props.width
|
14829
|
+
? props.width
|
14830
|
+
: ICON_SIZE[props.size ?? 'medium'].value,
|
14831
|
+
height: props.height
|
14832
|
+
? props.height
|
14833
|
+
: ICON_SIZE[props.size ?? 'medium'].value
|
14834
|
+
};
|
14835
|
+
};
|
14836
|
+
|
14837
|
+
$$self.$$set = $$props => {
|
14838
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
14839
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
14840
|
+
};
|
14841
|
+
|
14842
|
+
$$self.$$.update = () => {
|
14843
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
14844
|
+
$$invalidate(3, style = objToStyle({
|
14845
|
+
display: 'flex',
|
14846
|
+
alignItems: 'center',
|
14847
|
+
overflow: 'hidden',
|
14848
|
+
width: 'auto',
|
14849
|
+
...getSizeCss(),
|
14850
|
+
...toCssCommon(props)
|
14851
|
+
}));
|
14852
|
+
}
|
14853
|
+
|
14854
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
14855
|
+
$$invalidate(2, IconComponent = ICON_VARIANTS[props.variant] ?? undefined);
|
14856
|
+
}
|
14857
|
+
};
|
14858
|
+
|
14859
|
+
return [props, layerId, IconComponent, style];
|
14860
|
+
}
|
14861
|
+
|
14862
|
+
class Icon extends SvelteComponent {
|
14863
|
+
constructor(options) {
|
14864
|
+
super();
|
14865
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, { props: 0, layerId: 1 });
|
14866
|
+
}
|
14867
|
+
}
|
14868
|
+
|
14869
|
+
const BUTTON_SIZE_STYLES = {
|
14870
|
+
extra_small: {
|
14871
|
+
minHeight: '32px',
|
14872
|
+
paddingInline: '12px',
|
14873
|
+
fontSize: '12px',
|
14874
|
+
paddingBlock: '8px',
|
14875
|
+
lineHeight: 1.5,
|
14876
|
+
borderRadius: '4px',
|
14877
|
+
},
|
14878
|
+
small: {
|
14879
|
+
minHeight: '36px',
|
14880
|
+
paddingInline: '16px',
|
14881
|
+
fontSize: '13px',
|
14882
|
+
paddingBlock: '8px',
|
14883
|
+
lineHeight: 1.5,
|
14884
|
+
borderRadius: '4px',
|
14885
|
+
},
|
14886
|
+
medium: {
|
14887
|
+
minHeight: '40px',
|
14888
|
+
paddingInline: '24px',
|
14889
|
+
fontSize: '14px',
|
14890
|
+
paddingBlock: '8px',
|
14891
|
+
lineHeight: 1.5,
|
14892
|
+
borderRadius: '4px',
|
14893
|
+
},
|
14894
|
+
large: {
|
14895
|
+
minHeight: '48px',
|
14896
|
+
paddingInline: '32px',
|
14897
|
+
fontSize: '14px',
|
14898
|
+
paddingBlock: '10px',
|
14899
|
+
lineHeight: 1.5,
|
14900
|
+
borderRadius: '4px',
|
14901
|
+
},
|
14902
|
+
extra_large: {
|
14903
|
+
minHeight: '56px',
|
14904
|
+
paddingInline: '40px',
|
14905
|
+
fontSize: '17px',
|
14906
|
+
paddingBlock: '12px',
|
14907
|
+
lineHeight: 1.5,
|
14908
|
+
borderRadius: '4px',
|
14909
|
+
},
|
14910
|
+
};
|
14911
|
+
const BUTTON_THEME_STYLES = {
|
14912
|
+
default: {
|
14913
|
+
backgroundColor: '#33403e',
|
14914
|
+
color: '#FFFFFF',
|
14915
|
+
fontWeight: 'bold',
|
14916
|
+
},
|
14917
|
+
primary: {
|
14918
|
+
backgroundColor: 'rgba(18,160,160,1)',
|
14919
|
+
color: '#FFFFFF',
|
14920
|
+
fontWeight: 'bold',
|
14921
|
+
},
|
14922
|
+
secondary: {
|
14923
|
+
backgroundColor: '#f3f4f6',
|
14924
|
+
color: '#000000',
|
14925
|
+
fontWeight: 'bold',
|
14926
|
+
},
|
14927
|
+
success: {
|
14928
|
+
backgroundColor: '#10b981',
|
14929
|
+
color: '#ffffff',
|
14930
|
+
fontWeight: 'bold',
|
14931
|
+
},
|
14932
|
+
warning: {
|
14933
|
+
backgroundColor: '#fbbf24',
|
14934
|
+
color: '#ffffff',
|
14935
|
+
fontWeight: 'bold',
|
14936
|
+
},
|
14937
|
+
alert: {
|
14938
|
+
backgroundColor: '#ef4444',
|
14939
|
+
color: '#FFFFFF',
|
14940
|
+
fontWeight: 'bold',
|
14941
|
+
},
|
14942
|
+
info: {
|
14943
|
+
backgroundColor: '#0ea5e9',
|
14944
|
+
color: '#FFFFFF',
|
14945
|
+
fontWeight: 'bold',
|
14946
|
+
},
|
14947
|
+
neutral: {
|
14948
|
+
backgroundColor: '#9ca3af',
|
14949
|
+
color: '#333333',
|
14950
|
+
fontWeight: 'bold',
|
14951
|
+
},
|
14952
|
+
transparent: {
|
14953
|
+
backgroundColor: 'rgba(255, 255, 255, 0)',
|
14954
|
+
color: '#00100ea1',
|
14955
|
+
fontWeight: 'bold',
|
14956
|
+
},
|
14957
|
+
};
|
14958
|
+
const BUTTON_ROUND_STYLES = {
|
14959
|
+
none: {
|
14960
|
+
borderRadius: 0,
|
14961
|
+
},
|
14962
|
+
default: {},
|
14963
|
+
fulled: {
|
14964
|
+
borderRadius: '56px',
|
14965
|
+
},
|
14966
|
+
};
|
14967
|
+
const BUTTON_WRAP_STYLES = {
|
14968
|
+
nowrap: {
|
14969
|
+
whiteSpace: 'nowrap',
|
14970
|
+
},
|
14971
|
+
wrap: {
|
14972
|
+
whiteSpace: 'pre-wrap',
|
14973
|
+
},
|
14974
|
+
};
|
14975
|
+
|
14976
|
+
function hexToRgb(hex) {
|
14977
|
+
let r = 0, g = 0, b = 0;
|
14978
|
+
if (hex.length === 4) {
|
14979
|
+
r = parseInt(hex[1] + hex[1], 16);
|
14980
|
+
g = parseInt(hex[2] + hex[2], 16);
|
14981
|
+
b = parseInt(hex[3] + hex[3], 16);
|
14982
|
+
}
|
14983
|
+
else if (hex.length === 7) {
|
14984
|
+
r = parseInt(hex[1] + hex[2], 16);
|
14985
|
+
g = parseInt(hex[3] + hex[4], 16);
|
14986
|
+
b = parseInt(hex[5] + hex[6], 16);
|
14987
|
+
}
|
14988
|
+
return { r, g, b };
|
14989
|
+
}
|
14990
|
+
function rgbToHex(r, g, b) {
|
14991
|
+
return '#' + ((1 << 24) + (r << 16) + (g << 8) + b).toString(16).slice(1).toUpperCase();
|
14992
|
+
}
|
14993
|
+
function darkenColor(color, percent) {
|
14994
|
+
let r, g, b;
|
14995
|
+
if (color.startsWith('rgba') || color.startsWith('rgb')) {
|
14996
|
+
const rgbaMatch = color.replace(', ', ',').match(/rgba?\((\d+),(\d+),(\d+)(?:,[\d.]+)?\)/);
|
14997
|
+
if (rgbaMatch) {
|
14998
|
+
r = parseInt(rgbaMatch[1]);
|
14999
|
+
g = parseInt(rgbaMatch[2]);
|
15000
|
+
b = parseInt(rgbaMatch[3]);
|
15001
|
+
}
|
15002
|
+
else {
|
15003
|
+
throw new Error('Invalid RGB/RGBA color format');
|
15004
|
+
}
|
15005
|
+
}
|
15006
|
+
else if (color.startsWith('#')) {
|
15007
|
+
const rgb = hexToRgb(color);
|
15008
|
+
r = rgb.r;
|
15009
|
+
g = rgb.g;
|
15010
|
+
b = rgb.b;
|
15011
|
+
}
|
15012
|
+
else {
|
15013
|
+
throw new Error('Unsupported color format');
|
15014
|
+
}
|
15015
|
+
// 色を暗くする
|
15016
|
+
r = Math.round(r * (1 - percent));
|
15017
|
+
g = Math.round(g * (1 - percent));
|
15018
|
+
b = Math.round(b * (1 - percent));
|
15019
|
+
return rgbToHex(r, g, b);
|
15020
|
+
}
|
15021
|
+
|
15022
|
+
/* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
|
15023
|
+
|
15024
|
+
function add_css$8(target) {
|
15025
|
+
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}");
|
15026
|
+
}
|
15027
|
+
|
15028
|
+
// (42:2) {#if props.isIcon && props.iconVariant}
|
15029
|
+
function create_if_block$5(ctx) {
|
15030
|
+
let div;
|
15031
|
+
let icon;
|
15032
|
+
let current;
|
15033
|
+
|
15034
|
+
icon = new Icon({
|
15035
|
+
props: {
|
15036
|
+
props: {
|
15037
|
+
variant: /*props*/ ctx[0].iconVariant,
|
15038
|
+
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
15039
|
+
width: '1em',
|
15040
|
+
height: '1em'
|
15041
|
+
}
|
15042
|
+
}
|
15043
|
+
});
|
15044
|
+
|
15045
|
+
return {
|
15046
|
+
c() {
|
15047
|
+
div = element("div");
|
15048
|
+
create_component(icon.$$.fragment);
|
15049
|
+
this.h();
|
15050
|
+
},
|
15051
|
+
l(nodes) {
|
15052
|
+
div = claim_element(nodes, "DIV", { class: true });
|
15053
|
+
var div_nodes = children(div);
|
15054
|
+
claim_component(icon.$$.fragment, div_nodes);
|
15055
|
+
div_nodes.forEach(detach);
|
15056
|
+
this.h();
|
15057
|
+
},
|
15058
|
+
h() {
|
15059
|
+
attr(div, "class", "button-icon svelte-jar2a9");
|
15060
|
+
},
|
15061
|
+
m(target, anchor) {
|
15062
|
+
insert_hydration(target, div, anchor);
|
15063
|
+
mount_component(icon, div, null);
|
15064
|
+
current = true;
|
15065
|
+
},
|
15066
|
+
p(ctx, dirty) {
|
15067
|
+
const icon_changes = {};
|
15068
|
+
|
15069
|
+
if (dirty & /*props*/ 1) icon_changes.props = {
|
15070
|
+
variant: /*props*/ ctx[0].iconVariant,
|
15071
|
+
color: /*props*/ ctx[0].color ?? /*buttonThemeStyle*/ ctx[3].color,
|
15072
|
+
width: '1em',
|
15073
|
+
height: '1em'
|
15074
|
+
};
|
15075
|
+
|
15076
|
+
icon.$set(icon_changes);
|
15077
|
+
},
|
15078
|
+
i(local) {
|
15079
|
+
if (current) return;
|
15080
|
+
transition_in(icon.$$.fragment, local);
|
15081
|
+
current = true;
|
15082
|
+
},
|
15083
|
+
o(local) {
|
15084
|
+
transition_out(icon.$$.fragment, local);
|
15085
|
+
current = false;
|
15086
|
+
},
|
15087
|
+
d(detaching) {
|
15088
|
+
if (detaching) detach(div);
|
15089
|
+
destroy_component(icon);
|
15090
|
+
}
|
15091
|
+
};
|
15092
|
+
}
|
15093
|
+
|
15094
|
+
// (41:0) <Clickable className="button" layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
15095
|
+
function create_default_slot$3(ctx) {
|
15096
|
+
let t0;
|
15097
|
+
let span;
|
15098
|
+
let t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "";
|
15099
|
+
let t1;
|
15100
|
+
let current;
|
15101
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$5(ctx);
|
15102
|
+
|
15103
|
+
return {
|
15104
|
+
c() {
|
15105
|
+
if (if_block) if_block.c();
|
15106
|
+
t0 = space();
|
15107
|
+
span = element("span");
|
15108
|
+
t1 = text(t1_value);
|
15109
|
+
},
|
15110
|
+
l(nodes) {
|
15111
|
+
if (if_block) if_block.l(nodes);
|
15112
|
+
t0 = claim_space(nodes);
|
15113
|
+
span = claim_element(nodes, "SPAN", {});
|
15114
|
+
var span_nodes = children(span);
|
15115
|
+
t1 = claim_text(span_nodes, t1_value);
|
15116
|
+
span_nodes.forEach(detach);
|
15117
|
+
},
|
15118
|
+
m(target, anchor) {
|
15119
|
+
if (if_block) if_block.m(target, anchor);
|
15120
|
+
insert_hydration(target, t0, anchor);
|
15121
|
+
insert_hydration(target, span, anchor);
|
15122
|
+
append_hydration(span, t1);
|
15123
|
+
current = true;
|
15124
|
+
},
|
15125
|
+
p(ctx, dirty) {
|
15126
|
+
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
15127
|
+
if (if_block) {
|
15128
|
+
if_block.p(ctx, dirty);
|
15129
|
+
|
15130
|
+
if (dirty & /*props*/ 1) {
|
15131
|
+
transition_in(if_block, 1);
|
15132
|
+
}
|
15133
|
+
} else {
|
15134
|
+
if_block = create_if_block$5(ctx);
|
15135
|
+
if_block.c();
|
15136
|
+
transition_in(if_block, 1);
|
15137
|
+
if_block.m(t0.parentNode, t0);
|
15138
|
+
}
|
15139
|
+
} else if (if_block) {
|
15140
|
+
group_outros();
|
15141
|
+
|
15142
|
+
transition_out(if_block, 1, 1, () => {
|
15143
|
+
if_block = null;
|
15144
|
+
});
|
15145
|
+
|
15146
|
+
check_outros();
|
15147
|
+
}
|
15148
|
+
|
15149
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonPropsDefault.label) + "")) set_data(t1, t1_value);
|
15150
|
+
},
|
15151
|
+
i(local) {
|
15152
|
+
if (current) return;
|
15153
|
+
transition_in(if_block);
|
15154
|
+
current = true;
|
15155
|
+
},
|
15156
|
+
o(local) {
|
15157
|
+
transition_out(if_block);
|
15158
|
+
current = false;
|
15159
|
+
},
|
15160
|
+
d(detaching) {
|
15161
|
+
if (if_block) if_block.d(detaching);
|
15162
|
+
if (detaching) detach(t0);
|
15163
|
+
if (detaching) detach(span);
|
15164
|
+
}
|
15165
|
+
};
|
15166
|
+
}
|
15167
|
+
|
15168
|
+
function create_fragment$9(ctx) {
|
15169
|
+
let clickable;
|
15170
|
+
let current;
|
15171
|
+
|
15172
|
+
clickable = new Clickable({
|
15173
|
+
props: {
|
15174
|
+
className: "button",
|
15175
|
+
layerId: /*layerId*/ ctx[1],
|
15176
|
+
style: /*style*/ ctx[2],
|
15177
|
+
onClick: /*props*/ ctx[0].onClick,
|
15178
|
+
eventName: /*props*/ ctx[0].eventName,
|
15179
|
+
eventValue: /*props*/ ctx[0].eventValue,
|
15180
|
+
$$slots: { default: [create_default_slot$3] },
|
15181
|
+
$$scope: { ctx }
|
15182
|
+
}
|
15183
|
+
});
|
15184
|
+
|
15185
|
+
return {
|
15186
|
+
c() {
|
15187
|
+
create_component(clickable.$$.fragment);
|
15188
|
+
},
|
15189
|
+
l(nodes) {
|
15190
|
+
claim_component(clickable.$$.fragment, nodes);
|
15191
|
+
},
|
15192
|
+
m(target, anchor) {
|
15193
|
+
mount_component(clickable, target, anchor);
|
15194
|
+
current = true;
|
15195
|
+
},
|
15196
|
+
p(ctx, [dirty]) {
|
15197
|
+
const clickable_changes = {};
|
15198
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
15199
|
+
if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
|
15200
|
+
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
15201
|
+
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
15202
|
+
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
14661
15203
|
|
14662
|
-
|
15204
|
+
if (dirty & /*$$scope, props*/ 33) {
|
15205
|
+
clickable_changes.$$scope = { dirty, ctx };
|
14663
15206
|
}
|
15207
|
+
|
15208
|
+
clickable.$set(clickable_changes);
|
14664
15209
|
},
|
14665
15210
|
i(local) {
|
14666
15211
|
if (current) return;
|
14667
|
-
transition_in(
|
15212
|
+
transition_in(clickable.$$.fragment, local);
|
14668
15213
|
current = true;
|
14669
15214
|
},
|
14670
15215
|
o(local) {
|
14671
|
-
transition_out(
|
15216
|
+
transition_out(clickable.$$.fragment, local);
|
14672
15217
|
current = false;
|
14673
15218
|
},
|
14674
15219
|
d(detaching) {
|
14675
|
-
|
14676
|
-
if (detaching) detach(if_block_anchor);
|
15220
|
+
destroy_component(clickable, detaching);
|
14677
15221
|
}
|
14678
15222
|
};
|
14679
15223
|
}
|
14680
15224
|
|
14681
15225
|
function instance$9($$self, $$props, $$invalidate) {
|
15226
|
+
let variables;
|
14682
15227
|
let style;
|
14683
|
-
let IconComponent;
|
14684
15228
|
let { props = {} } = $$props;
|
14685
15229
|
let { layerId = '' } = $$props;
|
14686
|
-
|
14687
|
-
const getSizeCss = () => {
|
14688
|
-
return {
|
14689
|
-
minWidth: props.width
|
14690
|
-
? props.width
|
14691
|
-
: ICON_SIZE[props.size ?? 'medium'].value,
|
14692
|
-
width: props.width
|
14693
|
-
? props.width
|
14694
|
-
: ICON_SIZE[props.size ?? 'medium'].value,
|
14695
|
-
height: props.height
|
14696
|
-
? props.height
|
14697
|
-
: ICON_SIZE[props.size ?? 'medium'].value
|
14698
|
-
};
|
14699
|
-
};
|
15230
|
+
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonPropsDefault.theme];
|
14700
15231
|
|
14701
15232
|
$$self.$$set = $$props => {
|
14702
15233
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
@@ -14705,32 +15236,58 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
14705
15236
|
|
14706
15237
|
$$self.$$.update = () => {
|
14707
15238
|
if ($$self.$$.dirty & /*props*/ 1) {
|
14708
|
-
$$invalidate(
|
14709
|
-
|
14710
|
-
|
14711
|
-
|
14712
|
-
width: 'auto',
|
14713
|
-
...getSizeCss(),
|
14714
|
-
...toCssCommon(props)
|
14715
|
-
}));
|
15239
|
+
$$invalidate(4, variables = {
|
15240
|
+
'--bg-color': props.backgroundColor ?? buttonThemeStyle.backgroundColor,
|
15241
|
+
'--hover-bg-color': darkenColor(props.backgroundColor ?? buttonThemeStyle.backgroundColor, 0.16)
|
15242
|
+
});
|
14716
15243
|
}
|
14717
15244
|
|
14718
|
-
if ($$self.$$.dirty & /*props*/
|
14719
|
-
$$invalidate(2,
|
15245
|
+
if ($$self.$$.dirty & /*props, variables*/ 17) {
|
15246
|
+
$$invalidate(2, style = objToStyle({
|
15247
|
+
display: 'inline-flex',
|
15248
|
+
gap: '0.65em',
|
15249
|
+
alignItems: 'center',
|
15250
|
+
justifyContent: 'center',
|
15251
|
+
outline: 0,
|
15252
|
+
border: 0,
|
15253
|
+
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
15254
|
+
width: props.width,
|
15255
|
+
color: props.color ?? buttonThemeStyle.color,
|
15256
|
+
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
15257
|
+
cursor: 'pointer',
|
15258
|
+
...BUTTON_SIZE_STYLES[props.size ?? buttonPropsDefault.size],
|
15259
|
+
...BUTTON_WRAP_STYLES[props.wrap ?? buttonPropsDefault.wrap],
|
15260
|
+
...BUTTON_ROUND_STYLES[props.round ?? buttonPropsDefault.round],
|
15261
|
+
...props.iconAngle
|
15262
|
+
? { flexDirection: props.iconAngle }
|
15263
|
+
: {},
|
15264
|
+
...toCssCommon(props),
|
15265
|
+
...toCssBorder(props),
|
15266
|
+
...variables
|
15267
|
+
}));
|
14720
15268
|
}
|
14721
15269
|
};
|
14722
15270
|
|
14723
|
-
return [props, layerId,
|
15271
|
+
return [props, layerId, style, buttonThemeStyle, variables];
|
14724
15272
|
}
|
14725
15273
|
|
14726
|
-
class
|
15274
|
+
class Button extends SvelteComponent {
|
14727
15275
|
constructor(options) {
|
14728
15276
|
super();
|
14729
|
-
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 });
|
15277
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 }, add_css$8);
|
14730
15278
|
}
|
14731
15279
|
}
|
14732
15280
|
|
14733
|
-
const
|
15281
|
+
const buttonOutlinedPropsDefault = {
|
15282
|
+
label: 'ボタン',
|
15283
|
+
size: 'medium',
|
15284
|
+
theme: 'default',
|
15285
|
+
round: 'default',
|
15286
|
+
width: 'auto',
|
15287
|
+
wrap: 'nowrap',
|
15288
|
+
};
|
15289
|
+
|
15290
|
+
const BUTTON_OUTLINED_SIZE_STYLES = {
|
14734
15291
|
extra_small: {
|
14735
15292
|
minHeight: '32px',
|
14736
15293
|
paddingInline: '12px',
|
@@ -14772,29 +15329,7 @@ const BUTTON_SIZE_STYLES = {
|
|
14772
15329
|
borderRadius: '4px',
|
14773
15330
|
},
|
14774
15331
|
};
|
14775
|
-
const
|
14776
|
-
theme: {
|
14777
|
-
backgroundColor: 'rgba(18,160,160,1)',
|
14778
|
-
color: '#FFFFFF',
|
14779
|
-
fontWeight: 'bold',
|
14780
|
-
},
|
14781
|
-
default: {
|
14782
|
-
backgroundColor: '#33403e',
|
14783
|
-
color: '#FFFFFF',
|
14784
|
-
fontWeight: 'bold',
|
14785
|
-
},
|
14786
|
-
transparent: {
|
14787
|
-
backgroundColor: 'rgba(255, 255, 255, 0)',
|
14788
|
-
color: '#00100ea1',
|
14789
|
-
fontWeight: 'bold',
|
14790
|
-
},
|
14791
|
-
alert: {
|
14792
|
-
backgroundColor: 'rgb(242,83,32,1)',
|
14793
|
-
color: '#FFFFFF',
|
14794
|
-
fontWeight: 'bold',
|
14795
|
-
},
|
14796
|
-
};
|
14797
|
-
const BUTTON_ROUND_STYLES = {
|
15332
|
+
const BUTTON_OUTLINED_ROUND_STYLES = {
|
14798
15333
|
none: {
|
14799
15334
|
borderRadius: 0,
|
14800
15335
|
},
|
@@ -14803,7 +15338,7 @@ const BUTTON_ROUND_STYLES = {
|
|
14803
15338
|
borderRadius: '56px',
|
14804
15339
|
},
|
14805
15340
|
};
|
14806
|
-
const
|
15341
|
+
const BUTTON_OUTLINED_WRAP_STYLES = {
|
14807
15342
|
nowrap: {
|
14808
15343
|
whiteSpace: 'nowrap',
|
14809
15344
|
},
|
@@ -14811,100 +15346,14 @@ const BUTTON_WRAP_STYLES = {
|
|
14811
15346
|
whiteSpace: 'pre-wrap',
|
14812
15347
|
},
|
14813
15348
|
};
|
14814
|
-
const BUTTON_VARIANTS = {
|
14815
|
-
size: {
|
14816
|
-
extra_small: {
|
14817
|
-
minHeight: '32px',
|
14818
|
-
paddingInline: '12px',
|
14819
|
-
fontSize: '12px',
|
14820
|
-
paddingBlock: '8px',
|
14821
|
-
lineHeight: 1.5,
|
14822
|
-
borderRadius: '4px',
|
14823
|
-
},
|
14824
|
-
small: {
|
14825
|
-
minHeight: '36px',
|
14826
|
-
paddingInline: '16px',
|
14827
|
-
fontSize: '13px',
|
14828
|
-
paddingBlock: '8px',
|
14829
|
-
lineHeight: 1.5,
|
14830
|
-
borderRadius: '4px',
|
14831
|
-
},
|
14832
|
-
medium: {
|
14833
|
-
minHeight: '40px',
|
14834
|
-
paddingInline: '24px',
|
14835
|
-
fontSize: '14px',
|
14836
|
-
paddingBlock: '8px',
|
14837
|
-
lineHeight: 1.5,
|
14838
|
-
borderRadius: '4px',
|
14839
|
-
},
|
14840
|
-
large: {
|
14841
|
-
minHeight: '48px',
|
14842
|
-
paddingInline: '32px',
|
14843
|
-
fontSize: '14px',
|
14844
|
-
paddingBlock: '10px',
|
14845
|
-
lineHeight: 1.5,
|
14846
|
-
borderRadius: '4px',
|
14847
|
-
},
|
14848
|
-
extra_large: {
|
14849
|
-
minHeight: '56px',
|
14850
|
-
paddingInline: '40px',
|
14851
|
-
fontSize: '17px',
|
14852
|
-
paddingBlock: '12px',
|
14853
|
-
lineHeight: 1.5,
|
14854
|
-
borderRadius: '4px',
|
14855
|
-
},
|
14856
|
-
},
|
14857
|
-
theme: {
|
14858
|
-
theme: {
|
14859
|
-
backgroundColor: 'rgba(18,160,160,1)',
|
14860
|
-
color: '#FFFFFF',
|
14861
|
-
fontWeight: 'bold',
|
14862
|
-
},
|
14863
|
-
default: {
|
14864
|
-
backgroundColor: '#33403e',
|
14865
|
-
color: '#FFFFFF',
|
14866
|
-
fontWeight: 'bold',
|
14867
|
-
// 'bg-action-default hover:bg-action-default-hover text-default'
|
14868
|
-
},
|
14869
|
-
transparent: {
|
14870
|
-
backgroundColor: 'rgba(255, 255, 255, 0)',
|
14871
|
-
color: '#00100ea1',
|
14872
|
-
fontWeight: 'bold',
|
14873
|
-
// 'bg-action-default hover:bg-action-default-hover text-default'
|
14874
|
-
},
|
14875
|
-
alert: {
|
14876
|
-
backgroundColor: 'rgb(242,83,32,1)',
|
14877
|
-
color: '#FFFFFF',
|
14878
|
-
fontWeight: 'bold',
|
14879
|
-
// 'bg-negative hover:bg-negative-hover text-primitive-white font-bold'
|
14880
|
-
},
|
14881
|
-
},
|
14882
|
-
round: {
|
14883
|
-
none: {
|
14884
|
-
borderRadius: 0,
|
14885
|
-
},
|
14886
|
-
default: {},
|
14887
|
-
fulled: {
|
14888
|
-
borderRadius: '56px',
|
14889
|
-
},
|
14890
|
-
},
|
14891
|
-
wrap: {
|
14892
|
-
nowrap: {
|
14893
|
-
whiteSpace: 'nowrap',
|
14894
|
-
},
|
14895
|
-
wrap: {
|
14896
|
-
whiteSpace: 'pre-wrap',
|
14897
|
-
},
|
14898
|
-
},
|
14899
|
-
};
|
14900
15349
|
|
14901
|
-
/* src/components-flex/button/
|
15350
|
+
/* src/components-flex/button-outlined/ButtonOutlined.svelte generated by Svelte v3.53.1 */
|
14902
15351
|
|
14903
|
-
function add_css$
|
14904
|
-
append_styles(target, "svelte-
|
15352
|
+
function add_css$7(target) {
|
15353
|
+
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}");
|
14905
15354
|
}
|
14906
15355
|
|
14907
|
-
// (
|
15356
|
+
// (46:2) {#if props.isIcon && props.iconVariant}
|
14908
15357
|
function create_if_block$4(ctx) {
|
14909
15358
|
let div;
|
14910
15359
|
let icon;
|
@@ -14935,7 +15384,7 @@ function create_if_block$4(ctx) {
|
|
14935
15384
|
this.h();
|
14936
15385
|
},
|
14937
15386
|
h() {
|
14938
|
-
attr(div, "class", "button-icon svelte-
|
15387
|
+
attr(div, "class", "button-outlined-icon svelte-11hj92h");
|
14939
15388
|
},
|
14940
15389
|
m(target, anchor) {
|
14941
15390
|
insert_hydration(target, div, anchor);
|
@@ -14970,11 +15419,11 @@ function create_if_block$4(ctx) {
|
|
14970
15419
|
};
|
14971
15420
|
}
|
14972
15421
|
|
14973
|
-
// (
|
15422
|
+
// (38:0) <Clickable className="button-outlined" {layerId} {style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
14974
15423
|
function create_default_slot$2(ctx) {
|
14975
15424
|
let t0;
|
14976
15425
|
let span;
|
14977
|
-
let t1_value = (/*props*/ ctx[0].label ??
|
15426
|
+
let t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "";
|
14978
15427
|
let t1;
|
14979
15428
|
let current;
|
14980
15429
|
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$4(ctx);
|
@@ -15025,7 +15474,7 @@ function create_default_slot$2(ctx) {
|
|
15025
15474
|
check_outros();
|
15026
15475
|
}
|
15027
15476
|
|
15028
|
-
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ??
|
15477
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = (/*props*/ ctx[0].label ?? buttonOutlinedPropsDefault.label) + "")) set_data(t1, t1_value);
|
15029
15478
|
},
|
15030
15479
|
i(local) {
|
15031
15480
|
if (current) return;
|
@@ -15050,7 +15499,7 @@ function create_fragment$8(ctx) {
|
|
15050
15499
|
|
15051
15500
|
clickable = new Clickable({
|
15052
15501
|
props: {
|
15053
|
-
className: "button",
|
15502
|
+
className: "button-outlined",
|
15054
15503
|
layerId: /*layerId*/ ctx[1],
|
15055
15504
|
style: /*style*/ ctx[2],
|
15056
15505
|
onClick: /*props*/ ctx[0].onClick,
|
@@ -15105,7 +15554,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
15105
15554
|
let style;
|
15106
15555
|
let { props = {} } = $$props;
|
15107
15556
|
let { layerId = '' } = $$props;
|
15108
|
-
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ??
|
15557
|
+
const buttonThemeStyle = BUTTON_THEME_STYLES[props.theme ?? buttonOutlinedPropsDefault.theme];
|
15109
15558
|
|
15110
15559
|
$$self.$$set = $$props => {
|
15111
15560
|
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
@@ -15120,15 +15569,17 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
15120
15569
|
alignItems: 'center',
|
15121
15570
|
justifyContent: 'center',
|
15122
15571
|
outline: 0,
|
15123
|
-
|
15572
|
+
borderWidth: '1px',
|
15573
|
+
borderStyle: 'solid',
|
15124
15574
|
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
15125
15575
|
width: props.width,
|
15126
|
-
|
15127
|
-
|
15576
|
+
color: props.color ?? buttonThemeStyle.backgroundColor,
|
15577
|
+
borderColor: props.color ?? buttonThemeStyle.backgroundColor,
|
15128
15578
|
fontWeight: props.fontWeight ?? buttonThemeStyle.fontWeight,
|
15129
|
-
|
15130
|
-
...
|
15131
|
-
...
|
15579
|
+
cursor: 'pointer',
|
15580
|
+
...BUTTON_OUTLINED_SIZE_STYLES[props.size ?? buttonOutlinedPropsDefault.size],
|
15581
|
+
...BUTTON_OUTLINED_WRAP_STYLES[props.wrap ?? buttonOutlinedPropsDefault.wrap],
|
15582
|
+
...BUTTON_OUTLINED_ROUND_STYLES[props.round ?? buttonOutlinedPropsDefault.round],
|
15132
15583
|
...props.iconAngle
|
15133
15584
|
? { flexDirection: props.iconAngle }
|
15134
15585
|
: {},
|
@@ -15141,16 +15592,16 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
15141
15592
|
return [props, layerId, style, buttonThemeStyle];
|
15142
15593
|
}
|
15143
15594
|
|
15144
|
-
class
|
15595
|
+
class ButtonOutlined extends SvelteComponent {
|
15145
15596
|
constructor(options) {
|
15146
15597
|
super();
|
15147
|
-
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$
|
15598
|
+
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$7);
|
15148
15599
|
}
|
15149
15600
|
}
|
15150
15601
|
|
15151
15602
|
/* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
|
15152
15603
|
|
15153
|
-
function add_css$
|
15604
|
+
function add_css$6(target) {
|
15154
15605
|
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}");
|
15155
15606
|
}
|
15156
15607
|
|
@@ -15443,7 +15894,7 @@ class TextButton extends SvelteComponent {
|
|
15443
15894
|
props: 0,
|
15444
15895
|
layerId: 1
|
15445
15896
|
},
|
15446
|
-
add_css$
|
15897
|
+
add_css$6
|
15447
15898
|
);
|
15448
15899
|
}
|
15449
15900
|
}
|
@@ -15492,7 +15943,7 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
15492
15943
|
|
15493
15944
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
15494
15945
|
|
15495
|
-
function add_css$
|
15946
|
+
function add_css$5(target) {
|
15496
15947
|
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}");
|
15497
15948
|
}
|
15498
15949
|
|
@@ -15772,18 +16223,18 @@ class CloseButton extends SvelteComponent {
|
|
15772
16223
|
eventName: 10,
|
15773
16224
|
eventValue: 11
|
15774
16225
|
},
|
15775
|
-
add_css$
|
16226
|
+
add_css$5
|
15776
16227
|
);
|
15777
16228
|
}
|
15778
16229
|
}
|
15779
16230
|
|
15780
16231
|
/* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
|
15781
16232
|
|
15782
|
-
function add_css$
|
15783
|
-
append_styles(target, "svelte-
|
16233
|
+
function add_css$4(target) {
|
16234
|
+
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}");
|
15784
16235
|
}
|
15785
16236
|
|
15786
|
-
// (
|
16237
|
+
// (21:0) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
15787
16238
|
function create_default_slot$1(ctx) {
|
15788
16239
|
let object;
|
15789
16240
|
let img;
|
@@ -15806,9 +16257,9 @@ function create_default_slot$1(ctx) {
|
|
15806
16257
|
h() {
|
15807
16258
|
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
15808
16259
|
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
15809
|
-
attr(img, "class", "image-img svelte-
|
16260
|
+
attr(img, "class", "image-img svelte-1nwdvab");
|
15810
16261
|
attr(object, "style", /*objectStyle*/ ctx[2]);
|
15811
|
-
attr(object, "class", "image-object svelte-
|
16262
|
+
attr(object, "class", "image-object svelte-1nwdvab");
|
15812
16263
|
},
|
15813
16264
|
m(target, anchor) {
|
15814
16265
|
insert_hydration(target, object, anchor);
|
@@ -15834,12 +16285,13 @@ function create_default_slot$1(ctx) {
|
|
15834
16285
|
}
|
15835
16286
|
|
15836
16287
|
function create_fragment$5(ctx) {
|
15837
|
-
let div;
|
15838
16288
|
let clickable;
|
15839
16289
|
let current;
|
15840
16290
|
|
15841
16291
|
clickable = new Clickable({
|
15842
16292
|
props: {
|
16293
|
+
layerId: /*layerId*/ ctx[1],
|
16294
|
+
style: /*style*/ ctx[3],
|
15843
16295
|
onClick: /*props*/ ctx[0].onClick,
|
15844
16296
|
eventName: /*props*/ ctx[0].eventName,
|
15845
16297
|
eventValue: /*props*/ ctx[0].eventValue,
|
@@ -15850,34 +16302,19 @@ function create_fragment$5(ctx) {
|
|
15850
16302
|
|
15851
16303
|
return {
|
15852
16304
|
c() {
|
15853
|
-
div = element("div");
|
15854
16305
|
create_component(clickable.$$.fragment);
|
15855
|
-
this.h();
|
15856
16306
|
},
|
15857
16307
|
l(nodes) {
|
15858
|
-
|
15859
|
-
"data-layer-id": true,
|
15860
|
-
class: true,
|
15861
|
-
style: true
|
15862
|
-
});
|
15863
|
-
|
15864
|
-
var div_nodes = children(div);
|
15865
|
-
claim_component(clickable.$$.fragment, div_nodes);
|
15866
|
-
div_nodes.forEach(detach);
|
15867
|
-
this.h();
|
15868
|
-
},
|
15869
|
-
h() {
|
15870
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
15871
|
-
attr(div, "class", "image svelte-180u8ho");
|
15872
|
-
attr(div, "style", /*style*/ ctx[3]);
|
16308
|
+
claim_component(clickable.$$.fragment, nodes);
|
15873
16309
|
},
|
15874
16310
|
m(target, anchor) {
|
15875
|
-
|
15876
|
-
mount_component(clickable, div, null);
|
16311
|
+
mount_component(clickable, target, anchor);
|
15877
16312
|
current = true;
|
15878
16313
|
},
|
15879
16314
|
p(ctx, [dirty]) {
|
15880
16315
|
const clickable_changes = {};
|
16316
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
16317
|
+
if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
|
15881
16318
|
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
15882
16319
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
15883
16320
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
@@ -15887,14 +16324,6 @@ function create_fragment$5(ctx) {
|
|
15887
16324
|
}
|
15888
16325
|
|
15889
16326
|
clickable.$set(clickable_changes);
|
15890
|
-
|
15891
|
-
if (!current || dirty & /*layerId*/ 2) {
|
15892
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
15893
|
-
}
|
15894
|
-
|
15895
|
-
if (!current || dirty & /*style*/ 8) {
|
15896
|
-
attr(div, "style", /*style*/ ctx[3]);
|
15897
|
-
}
|
15898
16327
|
},
|
15899
16328
|
i(local) {
|
15900
16329
|
if (current) return;
|
@@ -15906,8 +16335,7 @@ function create_fragment$5(ctx) {
|
|
15906
16335
|
current = false;
|
15907
16336
|
},
|
15908
16337
|
d(detaching) {
|
15909
|
-
|
15910
|
-
destroy_component(clickable);
|
16338
|
+
destroy_component(clickable, detaching);
|
15911
16339
|
}
|
15912
16340
|
};
|
15913
16341
|
}
|
@@ -15927,6 +16355,12 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
15927
16355
|
if ($$self.$$.dirty & /*props*/ 1) {
|
15928
16356
|
$$invalidate(3, style = objToStyle({
|
15929
16357
|
width: props.width ?? '100%',
|
16358
|
+
maxWidth: '100%',
|
16359
|
+
overflow: 'hidden',
|
16360
|
+
flexShrink: 0,
|
16361
|
+
display: 'flex',
|
16362
|
+
alignItems: 'center',
|
16363
|
+
justifyContent: 'center',
|
15930
16364
|
...toCssCommon(props)
|
15931
16365
|
}));
|
15932
16366
|
}
|
@@ -15942,7 +16376,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
15942
16376
|
class Image extends SvelteComponent {
|
15943
16377
|
constructor(options) {
|
15944
16378
|
super();
|
15945
|
-
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$
|
16379
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$4);
|
15946
16380
|
}
|
15947
16381
|
}
|
15948
16382
|
|
@@ -16077,7 +16511,7 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
16077
16511
|
rowGap: props.rowGap,
|
16078
16512
|
columnGap: props.columnGap,
|
16079
16513
|
width: props.width,
|
16080
|
-
|
16514
|
+
...toCssOverflow(props),
|
16081
16515
|
...toCssShadow(props),
|
16082
16516
|
...toCssRadius(props),
|
16083
16517
|
...toCssBackgroundImage(props),
|
@@ -16106,14 +16540,18 @@ const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
|
16106
16540
|
|
16107
16541
|
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
16108
16542
|
|
16543
|
+
function add_css$3(target) {
|
16544
|
+
append_styles(target, "svelte-17ij7ip", ".container.svelte-17ij7ip{-webkit-user-drag:none}");
|
16545
|
+
}
|
16546
|
+
|
16109
16547
|
function get_each_context(ctx, list, i) {
|
16110
16548
|
const child_ctx = ctx.slice();
|
16111
|
-
child_ctx[
|
16112
|
-
child_ctx[
|
16549
|
+
child_ctx[29] = list[i];
|
16550
|
+
child_ctx[31] = i;
|
16113
16551
|
return child_ctx;
|
16114
16552
|
}
|
16115
16553
|
|
16116
|
-
// (
|
16554
|
+
// (151:4) {#each indicators ?? [] as indicator, i}
|
16117
16555
|
function create_each_block(ctx) {
|
16118
16556
|
let button;
|
16119
16557
|
let i_1;
|
@@ -16123,7 +16561,7 @@ function create_each_block(ctx) {
|
|
16123
16561
|
let dispose;
|
16124
16562
|
|
16125
16563
|
function click_handler() {
|
16126
|
-
return /*click_handler*/ ctx[
|
16564
|
+
return /*click_handler*/ ctx[19](/*i*/ ctx[31]);
|
16127
16565
|
}
|
16128
16566
|
|
16129
16567
|
return {
|
@@ -16146,11 +16584,15 @@ function create_each_block(ctx) {
|
|
16146
16584
|
attr(i_1, "style", i_1_style_value = objToStyle({
|
16147
16585
|
.../*indicatorItemStyle*/ ctx[3],
|
16148
16586
|
...{
|
16149
|
-
background: /*indicator*/ ctx[
|
16587
|
+
background: /*indicator*/ ctx[29].isActive ? '#555555' : '#AAAAAA'
|
16150
16588
|
}
|
16151
16589
|
}));
|
16152
16590
|
|
16153
|
-
attr(button, "style", objToStyle({
|
16591
|
+
attr(button, "style", objToStyle({
|
16592
|
+
padding: '4px',
|
16593
|
+
border: 0,
|
16594
|
+
background: 'none'
|
16595
|
+
}));
|
16154
16596
|
},
|
16155
16597
|
m(target, anchor) {
|
16156
16598
|
insert_hydration(target, button, anchor);
|
@@ -16165,10 +16607,10 @@ function create_each_block(ctx) {
|
|
16165
16607
|
p(new_ctx, dirty) {
|
16166
16608
|
ctx = new_ctx;
|
16167
16609
|
|
16168
|
-
if (dirty & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
16610
|
+
if (dirty[0] & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
16169
16611
|
.../*indicatorItemStyle*/ ctx[3],
|
16170
16612
|
...{
|
16171
|
-
background: /*indicator*/ ctx[
|
16613
|
+
background: /*indicator*/ ctx[29].isActive ? '#555555' : '#AAAAAA'
|
16172
16614
|
}
|
16173
16615
|
}))) {
|
16174
16616
|
attr(i_1, "style", i_1_style_value);
|
@@ -16189,8 +16631,10 @@ function create_fragment$3(ctx) {
|
|
16189
16631
|
let t;
|
16190
16632
|
let div1;
|
16191
16633
|
let current;
|
16192
|
-
|
16193
|
-
|
16634
|
+
let mounted;
|
16635
|
+
let dispose;
|
16636
|
+
const default_slot_template = /*#slots*/ ctx[17].default;
|
16637
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[16], null);
|
16194
16638
|
let each_value = /*indicators*/ ctx[7] ?? [];
|
16195
16639
|
let each_blocks = [];
|
16196
16640
|
|
@@ -16215,7 +16659,7 @@ function create_fragment$3(ctx) {
|
|
16215
16659
|
l(nodes) {
|
16216
16660
|
div2 = claim_element(nodes, "DIV", { "data-layer-id": true, style: true });
|
16217
16661
|
var div2_nodes = children(div2);
|
16218
|
-
div0 = claim_element(div2_nodes, "DIV", { style: true });
|
16662
|
+
div0 = claim_element(div2_nodes, "DIV", { class: true, style: true });
|
16219
16663
|
var div0_nodes = children(div0);
|
16220
16664
|
if (default_slot) default_slot.l(div0_nodes);
|
16221
16665
|
div0_nodes.forEach(detach);
|
@@ -16232,6 +16676,7 @@ function create_fragment$3(ctx) {
|
|
16232
16676
|
this.h();
|
16233
16677
|
},
|
16234
16678
|
h() {
|
16679
|
+
attr(div0, "class", "container svelte-17ij7ip");
|
16235
16680
|
attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
16236
16681
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
16237
16682
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
@@ -16245,7 +16690,7 @@ function create_fragment$3(ctx) {
|
|
16245
16690
|
default_slot.m(div0, null);
|
16246
16691
|
}
|
16247
16692
|
|
16248
|
-
/*div0_binding*/ ctx[
|
16693
|
+
/*div0_binding*/ ctx[18](div0);
|
16249
16694
|
append_hydration(div2, t);
|
16250
16695
|
append_hydration(div2, div1);
|
16251
16696
|
|
@@ -16254,28 +16699,37 @@ function create_fragment$3(ctx) {
|
|
16254
16699
|
}
|
16255
16700
|
|
16256
16701
|
current = true;
|
16702
|
+
|
16703
|
+
if (!mounted) {
|
16704
|
+
dispose = [
|
16705
|
+
listen(div0, "mousedown", /*handleMousedown*/ ctx[10]),
|
16706
|
+
listen(div0, "touchstart", /*handleTouchstart*/ ctx[9])
|
16707
|
+
];
|
16708
|
+
|
16709
|
+
mounted = true;
|
16710
|
+
}
|
16257
16711
|
},
|
16258
|
-
p(ctx,
|
16712
|
+
p(ctx, dirty) {
|
16259
16713
|
if (default_slot) {
|
16260
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
16714
|
+
if (default_slot.p && (!current || dirty[0] & /*$$scope*/ 65536)) {
|
16261
16715
|
update_slot_base(
|
16262
16716
|
default_slot,
|
16263
16717
|
default_slot_template,
|
16264
16718
|
ctx,
|
16265
|
-
/*$$scope*/ ctx[
|
16719
|
+
/*$$scope*/ ctx[16],
|
16266
16720
|
!current
|
16267
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
16268
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
16721
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[16])
|
16722
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[16], dirty, null),
|
16269
16723
|
null
|
16270
16724
|
);
|
16271
16725
|
}
|
16272
16726
|
}
|
16273
16727
|
|
16274
|
-
if (!current || dirty & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
16728
|
+
if (!current || dirty[0] & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
16275
16729
|
attr(div0, "style", div0_style_value);
|
16276
16730
|
}
|
16277
16731
|
|
16278
|
-
if (dirty & /*
|
16732
|
+
if (dirty[0] & /*handleClickIndicator, indicatorItemStyle, indicators*/ 392) {
|
16279
16733
|
each_value = /*indicators*/ ctx[7] ?? [];
|
16280
16734
|
let i;
|
16281
16735
|
|
@@ -16298,15 +16752,15 @@ function create_fragment$3(ctx) {
|
|
16298
16752
|
each_blocks.length = each_value.length;
|
16299
16753
|
}
|
16300
16754
|
|
16301
|
-
if (!current || dirty & /*indicatorListStyle*/ 16) {
|
16755
|
+
if (!current || dirty[0] & /*indicatorListStyle*/ 16) {
|
16302
16756
|
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
16303
16757
|
}
|
16304
16758
|
|
16305
|
-
if (!current || dirty & /*layerId*/ 1) {
|
16759
|
+
if (!current || dirty[0] & /*layerId*/ 1) {
|
16306
16760
|
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
16307
16761
|
}
|
16308
16762
|
|
16309
|
-
if (!current || dirty & /*style*/ 64) {
|
16763
|
+
if (!current || dirty[0] & /*style*/ 64) {
|
16310
16764
|
attr(div2, "style", /*style*/ ctx[6]);
|
16311
16765
|
}
|
16312
16766
|
},
|
@@ -16322,8 +16776,10 @@ function create_fragment$3(ctx) {
|
|
16322
16776
|
d(detaching) {
|
16323
16777
|
if (detaching) detach(div2);
|
16324
16778
|
if (default_slot) default_slot.d(detaching);
|
16325
|
-
/*div0_binding*/ ctx[
|
16779
|
+
/*div0_binding*/ ctx[18](null);
|
16326
16780
|
destroy_each(each_blocks, detaching);
|
16781
|
+
mounted = false;
|
16782
|
+
run_all(dispose);
|
16327
16783
|
}
|
16328
16784
|
};
|
16329
16785
|
}
|
@@ -16341,9 +16797,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16341
16797
|
let { overrideStyle } = $$props;
|
16342
16798
|
let slotElement;
|
16343
16799
|
let currentIndex = 0;
|
16800
|
+
let startX = 0;
|
16801
|
+
let movedX = null;
|
16344
16802
|
let childCount = slotElement?.children?.length ?? 0;
|
16345
16803
|
|
16346
|
-
const calcTransformX = (index, itemCount) => {
|
16804
|
+
const calcTransformX = (index, itemCount, _movedX) => {
|
16347
16805
|
if (index === 0) return undefined;
|
16348
16806
|
|
16349
16807
|
const movingX = (() => {
|
@@ -16361,24 +16819,92 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16361
16819
|
return result;
|
16362
16820
|
})();
|
16363
16821
|
|
16364
|
-
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px))`;
|
16822
|
+
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px + ${(movedX ?? 0) * -1}px))`;
|
16365
16823
|
};
|
16366
16824
|
|
16367
16825
|
const handleClickIndicator = index => {
|
16368
|
-
$$invalidate(
|
16826
|
+
$$invalidate(12, currentIndex = index);
|
16369
16827
|
};
|
16370
16828
|
|
16371
16829
|
const setChildCount = () => {
|
16372
16830
|
const count = slotElement?.children?.length ?? 0;
|
16373
16831
|
|
16374
16832
|
if (count !== childCount) {
|
16375
|
-
$$invalidate(
|
16833
|
+
$$invalidate(14, childCount = slotElement?.children?.length ?? 0);
|
16834
|
+
}
|
16835
|
+
};
|
16836
|
+
|
16837
|
+
const toNext = (loop = false) => {
|
16838
|
+
if (currentIndex < childCount - 1) {
|
16839
|
+
$$invalidate(12, currentIndex = currentIndex + 1);
|
16840
|
+
} else if (loop) {
|
16841
|
+
$$invalidate(12, currentIndex = 0);
|
16842
|
+
}
|
16843
|
+
};
|
16844
|
+
|
16845
|
+
const toPrev = (loop = false) => {
|
16846
|
+
if (currentIndex > 0) {
|
16847
|
+
$$invalidate(12, currentIndex = currentIndex - 1);
|
16848
|
+
}
|
16849
|
+
};
|
16850
|
+
|
16851
|
+
const handleTouchmove = e => {
|
16852
|
+
startX = startX - e.touches[0].clientX;
|
16853
|
+
};
|
16854
|
+
|
16855
|
+
const handleTouchend = e => {
|
16856
|
+
if (movedX >= 32) {
|
16857
|
+
toNext();
|
16858
|
+
} else if (movedX <= -32) {
|
16859
|
+
toPrev();
|
16860
|
+
}
|
16861
|
+
|
16862
|
+
$$invalidate(13, movedX = null);
|
16863
|
+
document.removeEventListener('touchmove', handleTouchmove);
|
16864
|
+
document.removeEventListener('touchend', handleTouchend);
|
16865
|
+
};
|
16866
|
+
|
16867
|
+
const handleTouchstart = e => {
|
16868
|
+
startX = e.touches[0].clientX;
|
16869
|
+
document.addEventListener('touchmove', handleTouchmove, { passive: true });
|
16870
|
+
document.addEventListener('touchend', handleTouchend, { passive: true });
|
16871
|
+
};
|
16872
|
+
|
16873
|
+
const handleMousemove = e => {
|
16874
|
+
$$invalidate(13, movedX = startX - e.clientX);
|
16875
|
+
};
|
16876
|
+
|
16877
|
+
const handleMouseup = e => {
|
16878
|
+
if (movedX >= 32) {
|
16879
|
+
toNext();
|
16880
|
+
} else if (movedX <= -32) {
|
16881
|
+
toPrev();
|
16376
16882
|
}
|
16883
|
+
|
16884
|
+
$$invalidate(13, movedX = null);
|
16885
|
+
document.removeEventListener('mousemove', handleMousemove);
|
16886
|
+
document.removeEventListener('mouseup', handleMouseup);
|
16887
|
+
};
|
16888
|
+
|
16889
|
+
const handleMousedown = e => {
|
16890
|
+
console.log('mousedown');
|
16891
|
+
startX = e.clientX;
|
16892
|
+
document.addEventListener('mousemove', handleMousemove, { passive: true });
|
16893
|
+
document.addEventListener('mouseup', handleMouseup, { passive: true });
|
16377
16894
|
};
|
16378
16895
|
|
16379
16896
|
onMount$1(() => {
|
16380
16897
|
setChildCount();
|
16381
16898
|
setInterval(setChildCount, 300);
|
16899
|
+
|
16900
|
+
if (props.auto) {
|
16901
|
+
setInterval(
|
16902
|
+
() => {
|
16903
|
+
toNext(true);
|
16904
|
+
},
|
16905
|
+
props.interval ?? 5000
|
16906
|
+
);
|
16907
|
+
}
|
16382
16908
|
});
|
16383
16909
|
|
16384
16910
|
function div0_binding($$value) {
|
@@ -16392,21 +16918,21 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16392
16918
|
|
16393
16919
|
$$self.$$set = $$props => {
|
16394
16920
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
16395
|
-
if ('props' in $$props) $$invalidate(
|
16921
|
+
if ('props' in $$props) $$invalidate(11, props = $$props.props);
|
16396
16922
|
if ('overrideStyle' in $$props) $$invalidate(1, overrideStyle = $$props.overrideStyle);
|
16397
|
-
if ('$$scope' in $$props) $$invalidate(
|
16923
|
+
if ('$$scope' in $$props) $$invalidate(16, $$scope = $$props.$$scope);
|
16398
16924
|
};
|
16399
16925
|
|
16400
16926
|
$$self.$$.update = () => {
|
16401
|
-
if ($$self.$$.dirty & /*childCount, currentIndex*/
|
16927
|
+
if ($$self.$$.dirty[0] & /*childCount, currentIndex*/ 20480) {
|
16402
16928
|
$$invalidate(7, indicators = [...Array(childCount)].map((_, i) => ({ index: i, isActive: i === currentIndex })));
|
16403
16929
|
}
|
16404
16930
|
|
16405
|
-
if ($$self.$$.dirty & /*props*/
|
16406
|
-
$$invalidate(
|
16931
|
+
if ($$self.$$.dirty[0] & /*props*/ 2048) {
|
16932
|
+
$$invalidate(15, itemWidthPercentage = props.itemWidthPercentage ?? 100);
|
16407
16933
|
}
|
16408
16934
|
|
16409
|
-
if ($$self.$$.dirty & /*props, itemWidthPercentage, currentIndex, childCount*/
|
16935
|
+
if ($$self.$$.dirty[0] & /*props, itemWidthPercentage, movedX, currentIndex, childCount*/ 63488) {
|
16410
16936
|
$$invalidate(5, containerStyle = objToStyle({
|
16411
16937
|
display: 'grid',
|
16412
16938
|
// marginInline: `-${props.gap}px`,
|
@@ -16415,8 +16941,9 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16415
16941
|
gridAutoFlow: 'column',
|
16416
16942
|
gridAutoColumns: `minmax(${itemWidthPercentage}%, 1fr)`,
|
16417
16943
|
flexShrink: 0,
|
16418
|
-
transition: 'transform 0.5s',
|
16419
|
-
transform: calcTransformX(currentIndex, childCount)
|
16944
|
+
transition: movedX === null ? 'transform 0.5s' : undefined,
|
16945
|
+
transform: calcTransformX(currentIndex, childCount),
|
16946
|
+
userSelect: 'none'
|
16420
16947
|
}));
|
16421
16948
|
}
|
16422
16949
|
};
|
@@ -16435,7 +16962,8 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16435
16962
|
height: '8px',
|
16436
16963
|
borderRadius: '100%',
|
16437
16964
|
display: 'block',
|
16438
|
-
background: '#AAAAAA'
|
16965
|
+
background: '#AAAAAA',
|
16966
|
+
border: 0
|
16439
16967
|
});
|
16440
16968
|
|
16441
16969
|
return [
|
@@ -16448,8 +16976,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16448
16976
|
style,
|
16449
16977
|
indicators,
|
16450
16978
|
handleClickIndicator,
|
16979
|
+
handleTouchstart,
|
16980
|
+
handleMousedown,
|
16451
16981
|
props,
|
16452
16982
|
currentIndex,
|
16983
|
+
movedX,
|
16453
16984
|
childCount,
|
16454
16985
|
itemWidthPercentage,
|
16455
16986
|
$$scope,
|
@@ -16462,7 +16993,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
16462
16993
|
class Slider extends SvelteComponent {
|
16463
16994
|
constructor(options) {
|
16464
16995
|
super();
|
16465
|
-
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props:
|
16996
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props: 11, overrideStyle: 1 }, add_css$3, [-1, -1]);
|
16466
16997
|
}
|
16467
16998
|
}
|
16468
16999
|
|
@@ -17440,4 +17971,4 @@ const ROUND_STYLES = {
|
|
17440
17971
|
},
|
17441
17972
|
};
|
17442
17973
|
|
17443
|
-
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,
|
17974
|
+
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 };
|