@plaidev/karte-action-sdk 1.1.243-28734079.0a250704 → 1.1.243-28734213.1776baf6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +7 -1
- package/dist/hydrate/index.es.js +781 -486
- package/dist/index.es.d.ts +7 -1
- package/dist/index.es.js +738 -448
- package/dist/templates.cjs.js +1 -0
- package/dist/templates.js +1 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -2929,7 +2929,7 @@ function create_if_block$g(ctx) {
|
|
2929
2929
|
};
|
2930
2930
|
}
|
2931
2931
|
|
2932
|
-
function create_fragment$
|
2932
|
+
function create_fragment$1c(ctx) {
|
2933
2933
|
let head;
|
2934
2934
|
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$g(ctx);
|
2935
2935
|
|
@@ -2965,7 +2965,7 @@ function create_fragment$1b(ctx) {
|
|
2965
2965
|
};
|
2966
2966
|
}
|
2967
2967
|
|
2968
|
-
function instance$
|
2968
|
+
function instance$1c($$self, $$props, $$invalidate) {
|
2969
2969
|
let $fonts;
|
2970
2970
|
component_subscribe($$self, fonts, $$value => $$invalidate(1, $fonts = $$value));
|
2971
2971
|
let googleFontUrl = '';
|
@@ -2994,13 +2994,13 @@ function instance$1b($$self, $$props, $$invalidate) {
|
|
2994
2994
|
class Header extends SvelteComponent {
|
2995
2995
|
constructor(options) {
|
2996
2996
|
super();
|
2997
|
-
init(this, options, instance$
|
2997
|
+
init(this, options, instance$1c, create_fragment$1c, safe_not_equal, {});
|
2998
2998
|
}
|
2999
2999
|
}
|
3000
3000
|
|
3001
3001
|
/* src/components/State.svelte generated by Svelte v3.53.1 */
|
3002
3002
|
|
3003
|
-
function create_fragment$
|
3003
|
+
function create_fragment$1b(ctx) {
|
3004
3004
|
let header;
|
3005
3005
|
let t;
|
3006
3006
|
let current;
|
@@ -3059,7 +3059,7 @@ function create_fragment$1a(ctx) {
|
|
3059
3059
|
};
|
3060
3060
|
}
|
3061
3061
|
|
3062
|
-
function instance$
|
3062
|
+
function instance$1b($$self, $$props, $$invalidate) {
|
3063
3063
|
let { $$slots: slots = {}, $$scope } = $$props;
|
3064
3064
|
|
3065
3065
|
$$self.$$set = $$props => {
|
@@ -3072,13 +3072,13 @@ function instance$1a($$self, $$props, $$invalidate) {
|
|
3072
3072
|
class State extends SvelteComponent {
|
3073
3073
|
constructor(options) {
|
3074
3074
|
super();
|
3075
|
-
init(this, options, instance$
|
3075
|
+
init(this, options, instance$1b, create_fragment$1b, safe_not_equal, {});
|
3076
3076
|
}
|
3077
3077
|
}
|
3078
3078
|
|
3079
3079
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3080
3080
|
|
3081
|
-
function add_css$
|
3081
|
+
function add_css$D(target) {
|
3082
3082
|
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3083
3083
|
}
|
3084
3084
|
|
@@ -3145,7 +3145,7 @@ function create_if_block$f(ctx) {
|
|
3145
3145
|
};
|
3146
3146
|
}
|
3147
3147
|
|
3148
|
-
function create_fragment$
|
3148
|
+
function create_fragment$1a(ctx) {
|
3149
3149
|
let if_block_anchor;
|
3150
3150
|
let current;
|
3151
3151
|
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$f(ctx);
|
@@ -3206,7 +3206,7 @@ function getStateItemContext() {
|
|
3206
3206
|
return getContext(STATE_ITEM_CONTEXT_KEY);
|
3207
3207
|
}
|
3208
3208
|
|
3209
|
-
function instance$
|
3209
|
+
function instance$1a($$self, $$props, $$invalidate) {
|
3210
3210
|
let $state;
|
3211
3211
|
component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
|
3212
3212
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3232,7 +3232,7 @@ function instance$19($$self, $$props, $$invalidate) {
|
|
3232
3232
|
class StateItem extends SvelteComponent {
|
3233
3233
|
constructor(options) {
|
3234
3234
|
super();
|
3235
|
-
init(this, options, instance$
|
3235
|
+
init(this, options, instance$1a, create_fragment$1a, safe_not_equal, { path: 0 }, add_css$D);
|
3236
3236
|
}
|
3237
3237
|
}
|
3238
3238
|
|
@@ -3417,7 +3417,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3417
3417
|
|
3418
3418
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3419
3419
|
|
3420
|
-
function add_css$
|
3420
|
+
function add_css$C(target) {
|
3421
3421
|
append_styles(target, "svelte-1d4fta", ".background.svelte-1d4fta{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
3422
3422
|
}
|
3423
3423
|
|
@@ -3454,7 +3454,7 @@ function create_if_block$e(ctx) {
|
|
3454
3454
|
};
|
3455
3455
|
}
|
3456
3456
|
|
3457
|
-
function create_fragment$
|
3457
|
+
function create_fragment$19(ctx) {
|
3458
3458
|
let if_block_anchor;
|
3459
3459
|
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$e(ctx);
|
3460
3460
|
|
@@ -3490,7 +3490,7 @@ function create_fragment$18(ctx) {
|
|
3490
3490
|
};
|
3491
3491
|
}
|
3492
3492
|
|
3493
|
-
function instance$
|
3493
|
+
function instance$19($$self, $$props, $$invalidate) {
|
3494
3494
|
let { backgroundOverlay = false } = $$props;
|
3495
3495
|
let { class: className = undefined } = $$props;
|
3496
3496
|
const dispatch = createEventDispatcher();
|
@@ -3507,7 +3507,7 @@ function instance$18($$self, $$props, $$invalidate) {
|
|
3507
3507
|
let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
|
3508
3508
|
constructor(options) {
|
3509
3509
|
super();
|
3510
|
-
init(this, options, instance$
|
3510
|
+
init(this, options, instance$19, create_fragment$19, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$C);
|
3511
3511
|
}
|
3512
3512
|
};
|
3513
3513
|
|
@@ -3547,7 +3547,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3547
3547
|
|
3548
3548
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3549
3549
|
|
3550
|
-
function add_css$
|
3550
|
+
function add_css$B(target) {
|
3551
3551
|
append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
|
3552
3552
|
}
|
3553
3553
|
|
@@ -3852,7 +3852,7 @@ function create_if_block$d(ctx) {
|
|
3852
3852
|
};
|
3853
3853
|
}
|
3854
3854
|
|
3855
|
-
function create_fragment$
|
3855
|
+
function create_fragment$18(ctx) {
|
3856
3856
|
let current_block_type_index;
|
3857
3857
|
let if_block;
|
3858
3858
|
let if_block_anchor;
|
@@ -3925,7 +3925,7 @@ function create_fragment$17(ctx) {
|
|
3925
3925
|
|
3926
3926
|
const BUTTON_CLASS = 'button';
|
3927
3927
|
|
3928
|
-
function instance$
|
3928
|
+
function instance$18($$self, $$props, $$invalidate) {
|
3929
3929
|
let disabled;
|
3930
3930
|
let $valuesAreValid;
|
3931
3931
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3991,8 +3991,8 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3991
3991
|
init(
|
3992
3992
|
this,
|
3993
3993
|
options,
|
3994
|
-
instance$
|
3995
|
-
create_fragment$
|
3994
|
+
instance$18,
|
3995
|
+
create_fragment$18,
|
3996
3996
|
safe_not_equal,
|
3997
3997
|
{
|
3998
3998
|
onClick: 0,
|
@@ -4000,14 +4000,14 @@ let Button$1 = class Button extends SvelteComponent {
|
|
4000
4000
|
eventValue: 6,
|
4001
4001
|
style: 1
|
4002
4002
|
},
|
4003
|
-
add_css$
|
4003
|
+
add_css$B
|
4004
4004
|
);
|
4005
4005
|
}
|
4006
4006
|
};
|
4007
4007
|
|
4008
4008
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
4009
4009
|
|
4010
|
-
function add_css$
|
4010
|
+
function add_css$A(target) {
|
4011
4011
|
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
4012
4012
|
}
|
4013
4013
|
|
@@ -4402,7 +4402,7 @@ function create_default_slot$b(ctx) {
|
|
4402
4402
|
};
|
4403
4403
|
}
|
4404
4404
|
|
4405
|
-
function create_fragment$
|
4405
|
+
function create_fragment$17(ctx) {
|
4406
4406
|
let show_if;
|
4407
4407
|
let current_block_type_index;
|
4408
4408
|
let if_block0;
|
@@ -4520,7 +4520,7 @@ function create_fragment$16(ctx) {
|
|
4520
4520
|
};
|
4521
4521
|
}
|
4522
4522
|
|
4523
|
-
function instance$
|
4523
|
+
function instance$17($$self, $$props, $$invalidate) {
|
4524
4524
|
let close;
|
4525
4525
|
let closable;
|
4526
4526
|
let backgroundClick;
|
@@ -4831,8 +4831,8 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4831
4831
|
init(
|
4832
4832
|
this,
|
4833
4833
|
options,
|
4834
|
-
instance$
|
4835
|
-
create_fragment$
|
4834
|
+
instance$17,
|
4835
|
+
create_fragment$17,
|
4836
4836
|
safe_not_equal,
|
4837
4837
|
{
|
4838
4838
|
onClick: 0,
|
@@ -4850,7 +4850,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4850
4850
|
closeButtonColor: 9,
|
4851
4851
|
_closeStyle: 10
|
4852
4852
|
},
|
4853
|
-
add_css$
|
4853
|
+
add_css$A,
|
4854
4854
|
[-1, -1]
|
4855
4855
|
);
|
4856
4856
|
}
|
@@ -4858,7 +4858,7 @@ let Modal$1 = class Modal extends SvelteComponent {
|
|
4858
4858
|
|
4859
4859
|
/* src/components/Grid.svelte generated by Svelte v3.53.1 */
|
4860
4860
|
|
4861
|
-
function create_fragment$
|
4861
|
+
function create_fragment$16(ctx) {
|
4862
4862
|
let div;
|
4863
4863
|
let current;
|
4864
4864
|
const default_slot_template = /*#slots*/ ctx[8].default;
|
@@ -4916,7 +4916,7 @@ function create_fragment$15(ctx) {
|
|
4916
4916
|
};
|
4917
4917
|
}
|
4918
4918
|
|
4919
|
-
function instance$
|
4919
|
+
function instance$16($$self, $$props, $$invalidate) {
|
4920
4920
|
let _style;
|
4921
4921
|
let { $$slots: slots = {}, $$scope } = $$props;
|
4922
4922
|
let { width = '512px' } = $$props;
|
@@ -4961,7 +4961,7 @@ class Grid extends SvelteComponent {
|
|
4961
4961
|
constructor(options) {
|
4962
4962
|
super();
|
4963
4963
|
|
4964
|
-
init(this, options, instance$
|
4964
|
+
init(this, options, instance$16, create_fragment$16, safe_not_equal, {
|
4965
4965
|
width: 1,
|
4966
4966
|
height: 2,
|
4967
4967
|
rows: 3,
|
@@ -4974,11 +4974,11 @@ class Grid extends SvelteComponent {
|
|
4974
4974
|
|
4975
4975
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4976
4976
|
|
4977
|
-
function add_css$
|
4977
|
+
function add_css$z(target) {
|
4978
4978
|
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4979
4979
|
}
|
4980
4980
|
|
4981
|
-
function create_fragment$
|
4981
|
+
function create_fragment$15(ctx) {
|
4982
4982
|
let div1;
|
4983
4983
|
let div0;
|
4984
4984
|
let current;
|
@@ -5052,7 +5052,7 @@ function create_fragment$14(ctx) {
|
|
5052
5052
|
|
5053
5053
|
const GRID_ITEM_CONTEXT_KEY = 'GRID_ITEM';
|
5054
5054
|
|
5055
|
-
function instance$
|
5055
|
+
function instance$15($$self, $$props, $$invalidate) {
|
5056
5056
|
let _style;
|
5057
5057
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5058
5058
|
let { x1 } = $$props;
|
@@ -5101,8 +5101,8 @@ class GridItem extends SvelteComponent {
|
|
5101
5101
|
init(
|
5102
5102
|
this,
|
5103
5103
|
options,
|
5104
|
-
instance$
|
5105
|
-
create_fragment$
|
5104
|
+
instance$15,
|
5105
|
+
create_fragment$15,
|
5106
5106
|
safe_not_equal,
|
5107
5107
|
{
|
5108
5108
|
x1: 2,
|
@@ -5113,14 +5113,14 @@ class GridItem extends SvelteComponent {
|
|
5113
5113
|
background: 7,
|
5114
5114
|
gridItemId: 0
|
5115
5115
|
},
|
5116
|
-
add_css$
|
5116
|
+
add_css$z
|
5117
5117
|
);
|
5118
5118
|
}
|
5119
5119
|
}
|
5120
5120
|
|
5121
5121
|
/* src/components/RenderText.svelte generated by Svelte v3.53.1 */
|
5122
5122
|
|
5123
|
-
function get_each_context$
|
5123
|
+
function get_each_context$7(ctx, list, i) {
|
5124
5124
|
const child_ctx = ctx.slice();
|
5125
5125
|
child_ctx[2] = list[i];
|
5126
5126
|
return child_ctx;
|
@@ -5166,7 +5166,7 @@ function create_if_block$b(ctx) {
|
|
5166
5166
|
}
|
5167
5167
|
|
5168
5168
|
// (10:0) {#each items as item}
|
5169
|
-
function create_each_block$
|
5169
|
+
function create_each_block$7(ctx) {
|
5170
5170
|
let show_if;
|
5171
5171
|
let if_block_anchor;
|
5172
5172
|
|
@@ -5209,13 +5209,13 @@ function create_each_block$6(ctx) {
|
|
5209
5209
|
};
|
5210
5210
|
}
|
5211
5211
|
|
5212
|
-
function create_fragment$
|
5212
|
+
function create_fragment$14(ctx) {
|
5213
5213
|
let each_1_anchor;
|
5214
5214
|
let each_value = /*items*/ ctx[0];
|
5215
5215
|
let each_blocks = [];
|
5216
5216
|
|
5217
5217
|
for (let i = 0; i < each_value.length; i += 1) {
|
5218
|
-
each_blocks[i] = create_each_block$
|
5218
|
+
each_blocks[i] = create_each_block$7(get_each_context$7(ctx, each_value, i));
|
5219
5219
|
}
|
5220
5220
|
|
5221
5221
|
return {
|
@@ -5239,12 +5239,12 @@ function create_fragment$13(ctx) {
|
|
5239
5239
|
let i;
|
5240
5240
|
|
5241
5241
|
for (i = 0; i < each_value.length; i += 1) {
|
5242
|
-
const child_ctx = get_each_context$
|
5242
|
+
const child_ctx = get_each_context$7(ctx, each_value, i);
|
5243
5243
|
|
5244
5244
|
if (each_blocks[i]) {
|
5245
5245
|
each_blocks[i].p(child_ctx, dirty);
|
5246
5246
|
} else {
|
5247
|
-
each_blocks[i] = create_each_block$
|
5247
|
+
each_blocks[i] = create_each_block$7(child_ctx);
|
5248
5248
|
each_blocks[i].c();
|
5249
5249
|
each_blocks[i].m(each_1_anchor.parentNode, each_1_anchor);
|
5250
5250
|
}
|
@@ -5268,7 +5268,7 @@ function create_fragment$13(ctx) {
|
|
5268
5268
|
|
5269
5269
|
const regexp = /(\r?\n)/;
|
5270
5270
|
|
5271
|
-
function instance$
|
5271
|
+
function instance$14($$self, $$props, $$invalidate) {
|
5272
5272
|
let items;
|
5273
5273
|
let { text = 'サンプルSample' } = $$props;
|
5274
5274
|
|
@@ -5289,13 +5289,13 @@ function instance$13($$self, $$props, $$invalidate) {
|
|
5289
5289
|
class RenderText extends SvelteComponent {
|
5290
5290
|
constructor(options) {
|
5291
5291
|
super();
|
5292
|
-
init(this, options, instance$
|
5292
|
+
init(this, options, instance$14, create_fragment$14, safe_not_equal, { text: 1 });
|
5293
5293
|
}
|
5294
5294
|
}
|
5295
5295
|
|
5296
5296
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5297
5297
|
|
5298
|
-
function add_css$
|
5298
|
+
function add_css$y(target) {
|
5299
5299
|
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
5300
5300
|
}
|
5301
5301
|
|
@@ -5439,7 +5439,7 @@ function create_if_block$a(ctx) {
|
|
5439
5439
|
};
|
5440
5440
|
}
|
5441
5441
|
|
5442
|
-
function create_fragment$
|
5442
|
+
function create_fragment$13(ctx) {
|
5443
5443
|
let div;
|
5444
5444
|
let current_block_type_index;
|
5445
5445
|
let if_block;
|
@@ -5509,7 +5509,7 @@ function create_fragment$12(ctx) {
|
|
5509
5509
|
};
|
5510
5510
|
}
|
5511
5511
|
|
5512
|
-
function instance$
|
5512
|
+
function instance$13($$self, $$props, $$invalidate) {
|
5513
5513
|
let style;
|
5514
5514
|
let { text = 'テキストのコンテンツ' } = $$props;
|
5515
5515
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5605,8 +5605,8 @@ class TextElement extends SvelteComponent {
|
|
5605
5605
|
init(
|
5606
5606
|
this,
|
5607
5607
|
options,
|
5608
|
-
instance$
|
5609
|
-
create_fragment$
|
5608
|
+
instance$13,
|
5609
|
+
create_fragment$13,
|
5610
5610
|
safe_not_equal,
|
5611
5611
|
{
|
5612
5612
|
text: 0,
|
@@ -5617,14 +5617,14 @@ class TextElement extends SvelteComponent {
|
|
5617
5617
|
enableCopy: 2,
|
5618
5618
|
eventName: 10
|
5619
5619
|
},
|
5620
|
-
add_css$
|
5620
|
+
add_css$y
|
5621
5621
|
);
|
5622
5622
|
}
|
5623
5623
|
}
|
5624
5624
|
|
5625
5625
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5626
5626
|
|
5627
|
-
function add_css$
|
5627
|
+
function add_css$x(target) {
|
5628
5628
|
append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
5629
5629
|
}
|
5630
5630
|
|
@@ -5662,7 +5662,7 @@ function create_default_slot$a(ctx) {
|
|
5662
5662
|
};
|
5663
5663
|
}
|
5664
5664
|
|
5665
|
-
function create_fragment$
|
5665
|
+
function create_fragment$12(ctx) {
|
5666
5666
|
let div;
|
5667
5667
|
let button;
|
5668
5668
|
let current;
|
@@ -5716,7 +5716,7 @@ function create_fragment$11(ctx) {
|
|
5716
5716
|
};
|
5717
5717
|
}
|
5718
5718
|
|
5719
|
-
function instance$
|
5719
|
+
function instance$12($$self, $$props, $$invalidate) {
|
5720
5720
|
let style;
|
5721
5721
|
let { text = 'ボタンのラベル' } = $$props;
|
5722
5722
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -5754,8 +5754,8 @@ class TextButtonElement extends SvelteComponent {
|
|
5754
5754
|
init(
|
5755
5755
|
this,
|
5756
5756
|
options,
|
5757
|
-
instance$
|
5758
|
-
create_fragment$
|
5757
|
+
instance$12,
|
5758
|
+
create_fragment$12,
|
5759
5759
|
safe_not_equal,
|
5760
5760
|
{
|
5761
5761
|
text: 0,
|
@@ -5765,14 +5765,14 @@ class TextButtonElement extends SvelteComponent {
|
|
5765
5765
|
_buttonStyle: 5,
|
5766
5766
|
_style: 6
|
5767
5767
|
},
|
5768
|
-
add_css$
|
5768
|
+
add_css$x
|
5769
5769
|
);
|
5770
5770
|
}
|
5771
5771
|
}
|
5772
5772
|
|
5773
5773
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5774
5774
|
|
5775
|
-
function add_css$
|
5775
|
+
function add_css$w(target) {
|
5776
5776
|
append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-t6tu0e{width:100%;height:100%}");
|
5777
5777
|
}
|
5778
5778
|
|
@@ -5827,7 +5827,7 @@ function create_default_slot$9(ctx) {
|
|
5827
5827
|
};
|
5828
5828
|
}
|
5829
5829
|
|
5830
|
-
function create_fragment$
|
5830
|
+
function create_fragment$11(ctx) {
|
5831
5831
|
let div;
|
5832
5832
|
let button;
|
5833
5833
|
let div_class_value;
|
@@ -5886,7 +5886,7 @@ function create_fragment$10(ctx) {
|
|
5886
5886
|
};
|
5887
5887
|
}
|
5888
5888
|
|
5889
|
-
function instance$
|
5889
|
+
function instance$11($$self, $$props, $$invalidate) {
|
5890
5890
|
let { src = '' } = $$props;
|
5891
5891
|
let { alt = '画像の説明' } = $$props;
|
5892
5892
|
let { transport = false } = $$props;
|
@@ -5917,8 +5917,8 @@ class ImageElement extends SvelteComponent {
|
|
5917
5917
|
init(
|
5918
5918
|
this,
|
5919
5919
|
options,
|
5920
|
-
instance$
|
5921
|
-
create_fragment$
|
5920
|
+
instance$11,
|
5921
|
+
create_fragment$11,
|
5922
5922
|
safe_not_equal,
|
5923
5923
|
{
|
5924
5924
|
src: 0,
|
@@ -5930,18 +5930,18 @@ class ImageElement extends SvelteComponent {
|
|
5930
5930
|
_imageStyle: 6,
|
5931
5931
|
_style: 7
|
5932
5932
|
},
|
5933
|
-
add_css$
|
5933
|
+
add_css$w
|
5934
5934
|
);
|
5935
5935
|
}
|
5936
5936
|
}
|
5937
5937
|
|
5938
5938
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5939
5939
|
|
5940
|
-
function add_css$
|
5940
|
+
function add_css$v(target) {
|
5941
5941
|
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
5942
5942
|
}
|
5943
5943
|
|
5944
|
-
function create_fragment
|
5944
|
+
function create_fragment$10(ctx) {
|
5945
5945
|
let div;
|
5946
5946
|
let current;
|
5947
5947
|
const default_slot_template = /*#slots*/ ctx[6].default;
|
@@ -6001,7 +6001,7 @@ function create_fragment$$(ctx) {
|
|
6001
6001
|
|
6002
6002
|
const LIST_CONTEXT_KEY = Symbol();
|
6003
6003
|
|
6004
|
-
function instance
|
6004
|
+
function instance$10($$self, $$props, $$invalidate) {
|
6005
6005
|
let style;
|
6006
6006
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6007
6007
|
let { direction = 'vertical' } = $$props;
|
@@ -6068,8 +6068,8 @@ class List extends SvelteComponent {
|
|
6068
6068
|
init(
|
6069
6069
|
this,
|
6070
6070
|
options,
|
6071
|
-
instance
|
6072
|
-
create_fragment
|
6071
|
+
instance$10,
|
6072
|
+
create_fragment$10,
|
6073
6073
|
safe_not_equal,
|
6074
6074
|
{
|
6075
6075
|
direction: 1,
|
@@ -6077,14 +6077,14 @@ class List extends SvelteComponent {
|
|
6077
6077
|
background: 3,
|
6078
6078
|
_style: 4
|
6079
6079
|
},
|
6080
|
-
add_css$
|
6080
|
+
add_css$v
|
6081
6081
|
);
|
6082
6082
|
}
|
6083
6083
|
}
|
6084
6084
|
|
6085
6085
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6086
6086
|
|
6087
|
-
function add_css$
|
6087
|
+
function add_css$u(target) {
|
6088
6088
|
append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6089
6089
|
}
|
6090
6090
|
|
@@ -6136,7 +6136,7 @@ function create_default_slot$8(ctx) {
|
|
6136
6136
|
};
|
6137
6137
|
}
|
6138
6138
|
|
6139
|
-
function create_fragment
|
6139
|
+
function create_fragment$$(ctx) {
|
6140
6140
|
let div;
|
6141
6141
|
let button;
|
6142
6142
|
let current;
|
@@ -6195,7 +6195,7 @@ function create_fragment$_(ctx) {
|
|
6195
6195
|
};
|
6196
6196
|
}
|
6197
6197
|
|
6198
|
-
function instance
|
6198
|
+
function instance$$($$self, $$props, $$invalidate) {
|
6199
6199
|
let listItemStyle;
|
6200
6200
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6201
6201
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
@@ -6274,17 +6274,17 @@ function instance$_($$self, $$props, $$invalidate) {
|
|
6274
6274
|
class ListItem extends SvelteComponent {
|
6275
6275
|
constructor(options) {
|
6276
6276
|
super();
|
6277
|
-
init(this, options, instance
|
6277
|
+
init(this, options, instance$$, create_fragment$$, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$u);
|
6278
6278
|
}
|
6279
6279
|
}
|
6280
6280
|
|
6281
6281
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6282
6282
|
|
6283
|
-
function add_css$
|
6283
|
+
function add_css$t(target) {
|
6284
6284
|
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6285
6285
|
}
|
6286
6286
|
|
6287
|
-
function create_fragment$
|
6287
|
+
function create_fragment$_(ctx) {
|
6288
6288
|
let div;
|
6289
6289
|
|
6290
6290
|
return {
|
@@ -6311,7 +6311,7 @@ function create_fragment$Z(ctx) {
|
|
6311
6311
|
};
|
6312
6312
|
}
|
6313
6313
|
|
6314
|
-
function instance$
|
6314
|
+
function instance$_($$self, $$props, $$invalidate) {
|
6315
6315
|
let { code } = $$props;
|
6316
6316
|
let { _style = '' } = $$props;
|
6317
6317
|
|
@@ -6326,17 +6326,17 @@ function instance$Z($$self, $$props, $$invalidate) {
|
|
6326
6326
|
class EmbedElement extends SvelteComponent {
|
6327
6327
|
constructor(options) {
|
6328
6328
|
super();
|
6329
|
-
init(this, options, instance$
|
6329
|
+
init(this, options, instance$_, create_fragment$_, safe_not_equal, { code: 0, _style: 1 }, add_css$t);
|
6330
6330
|
}
|
6331
6331
|
}
|
6332
6332
|
|
6333
6333
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6334
6334
|
|
6335
|
-
function add_css$
|
6335
|
+
function add_css$s(target) {
|
6336
6336
|
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6337
6337
|
}
|
6338
6338
|
|
6339
|
-
function create_fragment$
|
6339
|
+
function create_fragment$Z(ctx) {
|
6340
6340
|
let div1;
|
6341
6341
|
let div0;
|
6342
6342
|
|
@@ -6377,7 +6377,7 @@ function _setValue(obj, key, value) {
|
|
6377
6377
|
}
|
6378
6378
|
}
|
6379
6379
|
|
6380
|
-
function instance$
|
6380
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
6381
6381
|
let $system;
|
6382
6382
|
component_subscribe($$self, system, $$value => $$invalidate(31, $system = $$value));
|
6383
6383
|
let { videoId = 'wt0OjOeX-JA' } = $$props;
|
@@ -6648,8 +6648,8 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6648
6648
|
init(
|
6649
6649
|
this,
|
6650
6650
|
options,
|
6651
|
-
instance$
|
6652
|
-
create_fragment$
|
6651
|
+
instance$Z,
|
6652
|
+
create_fragment$Z,
|
6653
6653
|
safe_not_equal,
|
6654
6654
|
{
|
6655
6655
|
videoId: 2,
|
@@ -6678,7 +6678,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6678
6678
|
mute: 25,
|
6679
6679
|
_style: 0
|
6680
6680
|
},
|
6681
|
-
add_css$
|
6681
|
+
add_css$s,
|
6682
6682
|
[-1, -1]
|
6683
6683
|
);
|
6684
6684
|
}
|
@@ -6686,11 +6686,11 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6686
6686
|
|
6687
6687
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6688
6688
|
|
6689
|
-
function add_css$
|
6689
|
+
function add_css$r(target) {
|
6690
6690
|
append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6691
6691
|
}
|
6692
6692
|
|
6693
|
-
function create_fragment$
|
6693
|
+
function create_fragment$Y(ctx) {
|
6694
6694
|
let div1;
|
6695
6695
|
let div0;
|
6696
6696
|
|
@@ -6721,7 +6721,7 @@ function create_fragment$X(ctx) {
|
|
6721
6721
|
};
|
6722
6722
|
}
|
6723
6723
|
|
6724
|
-
function instance$
|
6724
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
6725
6725
|
let $system;
|
6726
6726
|
component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
|
6727
6727
|
let { videoId = "201239468" } = $$props;
|
@@ -6864,8 +6864,8 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6864
6864
|
init(
|
6865
6865
|
this,
|
6866
6866
|
options,
|
6867
|
-
instance$
|
6868
|
-
create_fragment$
|
6867
|
+
instance$Y,
|
6868
|
+
create_fragment$Y,
|
6869
6869
|
safe_not_equal,
|
6870
6870
|
{
|
6871
6871
|
videoId: 2,
|
@@ -6875,18 +6875,18 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6875
6875
|
mute: 6,
|
6876
6876
|
_style: 0
|
6877
6877
|
},
|
6878
|
-
add_css$
|
6878
|
+
add_css$r
|
6879
6879
|
);
|
6880
6880
|
}
|
6881
6881
|
}
|
6882
6882
|
|
6883
6883
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6884
6884
|
|
6885
|
-
function add_css$
|
6885
|
+
function add_css$q(target) {
|
6886
6886
|
append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
6887
6887
|
}
|
6888
6888
|
|
6889
|
-
function create_fragment$
|
6889
|
+
function create_fragment$X(ctx) {
|
6890
6890
|
let div;
|
6891
6891
|
let textarea;
|
6892
6892
|
let mounted;
|
@@ -6944,7 +6944,7 @@ function create_fragment$W(ctx) {
|
|
6944
6944
|
};
|
6945
6945
|
}
|
6946
6946
|
|
6947
|
-
function instance$
|
6947
|
+
function instance$X($$self, $$props, $$invalidate) {
|
6948
6948
|
let style;
|
6949
6949
|
let styleVariables;
|
6950
6950
|
let $value;
|
@@ -7032,8 +7032,8 @@ class FormTextarea extends SvelteComponent {
|
|
7032
7032
|
init(
|
7033
7033
|
this,
|
7034
7034
|
options,
|
7035
|
-
instance$
|
7036
|
-
create_fragment$
|
7035
|
+
instance$X,
|
7036
|
+
create_fragment$X,
|
7037
7037
|
safe_not_equal,
|
7038
7038
|
{
|
7039
7039
|
name: 7,
|
@@ -7045,18 +7045,18 @@ class FormTextarea extends SvelteComponent {
|
|
7045
7045
|
_textStyle: 11,
|
7046
7046
|
_placeholderStyle: 12
|
7047
7047
|
},
|
7048
|
-
add_css$
|
7048
|
+
add_css$q
|
7049
7049
|
);
|
7050
7050
|
}
|
7051
7051
|
}
|
7052
7052
|
|
7053
7053
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7054
7054
|
|
7055
|
-
function add_css$
|
7055
|
+
function add_css$p(target) {
|
7056
7056
|
append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-17s08g:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17s08g{margin-left:0.5em}");
|
7057
7057
|
}
|
7058
7058
|
|
7059
|
-
function get_each_context$
|
7059
|
+
function get_each_context$6(ctx, list, i) {
|
7060
7060
|
const child_ctx = ctx.slice();
|
7061
7061
|
child_ctx[17] = list[i];
|
7062
7062
|
child_ctx[19] = i;
|
@@ -7064,7 +7064,7 @@ function get_each_context$5(ctx, list, i) {
|
|
7064
7064
|
}
|
7065
7065
|
|
7066
7066
|
// (99:2) {#each _options as option, i}
|
7067
|
-
function create_each_block$
|
7067
|
+
function create_each_block$6(ctx) {
|
7068
7068
|
let label;
|
7069
7069
|
let input;
|
7070
7070
|
let input_value_value;
|
@@ -7142,13 +7142,13 @@ function create_each_block$5(ctx) {
|
|
7142
7142
|
};
|
7143
7143
|
}
|
7144
7144
|
|
7145
|
-
function create_fragment$
|
7145
|
+
function create_fragment$W(ctx) {
|
7146
7146
|
let div;
|
7147
7147
|
let each_value = /*_options*/ ctx[4];
|
7148
7148
|
let each_blocks = [];
|
7149
7149
|
|
7150
7150
|
for (let i = 0; i < each_value.length; i += 1) {
|
7151
|
-
each_blocks[i] = create_each_block$
|
7151
|
+
each_blocks[i] = create_each_block$6(get_each_context$6(ctx, each_value, i));
|
7152
7152
|
}
|
7153
7153
|
|
7154
7154
|
return {
|
@@ -7175,12 +7175,12 @@ function create_fragment$V(ctx) {
|
|
7175
7175
|
let i;
|
7176
7176
|
|
7177
7177
|
for (i = 0; i < each_value.length; i += 1) {
|
7178
|
-
const child_ctx = get_each_context$
|
7178
|
+
const child_ctx = get_each_context$6(ctx, each_value, i);
|
7179
7179
|
|
7180
7180
|
if (each_blocks[i]) {
|
7181
7181
|
each_blocks[i].p(child_ctx, dirty);
|
7182
7182
|
} else {
|
7183
|
-
each_blocks[i] = create_each_block$
|
7183
|
+
each_blocks[i] = create_each_block$6(child_ctx);
|
7184
7184
|
each_blocks[i].c();
|
7185
7185
|
each_blocks[i].m(div, null);
|
7186
7186
|
}
|
@@ -7206,7 +7206,7 @@ function create_fragment$V(ctx) {
|
|
7206
7206
|
};
|
7207
7207
|
}
|
7208
7208
|
|
7209
|
-
function instance$
|
7209
|
+
function instance$W($$self, $$props, $$invalidate) {
|
7210
7210
|
let _options;
|
7211
7211
|
let buttonStyle;
|
7212
7212
|
let _value;
|
@@ -7306,8 +7306,8 @@ class FormRadioButtons extends SvelteComponent {
|
|
7306
7306
|
init(
|
7307
7307
|
this,
|
7308
7308
|
options,
|
7309
|
-
instance$
|
7310
|
-
create_fragment$
|
7309
|
+
instance$W,
|
7310
|
+
create_fragment$W,
|
7311
7311
|
safe_not_equal,
|
7312
7312
|
{
|
7313
7313
|
name: 0,
|
@@ -7320,18 +7320,18 @@ class FormRadioButtons extends SvelteComponent {
|
|
7320
7320
|
buttonColor: 13,
|
7321
7321
|
buttonColorActive: 14
|
7322
7322
|
},
|
7323
|
-
add_css$
|
7323
|
+
add_css$p
|
7324
7324
|
);
|
7325
7325
|
}
|
7326
7326
|
}
|
7327
7327
|
|
7328
7328
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7329
7329
|
|
7330
|
-
function add_css$
|
7330
|
+
function add_css$o(target) {
|
7331
7331
|
append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-t9ynyj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-t9ynyj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
|
7332
7332
|
}
|
7333
7333
|
|
7334
|
-
function get_each_context$
|
7334
|
+
function get_each_context$5(ctx, list, i) {
|
7335
7335
|
const child_ctx = ctx.slice();
|
7336
7336
|
child_ctx[19] = list[i];
|
7337
7337
|
child_ctx[21] = i;
|
@@ -7380,7 +7380,7 @@ function create_if_block$9(ctx) {
|
|
7380
7380
|
}
|
7381
7381
|
|
7382
7382
|
// (103:6) {#each _options as option, i}
|
7383
|
-
function create_each_block$
|
7383
|
+
function create_each_block$5(ctx) {
|
7384
7384
|
let option;
|
7385
7385
|
let t;
|
7386
7386
|
let option_value_value;
|
@@ -7437,7 +7437,7 @@ function create_each_block$4(ctx) {
|
|
7437
7437
|
};
|
7438
7438
|
}
|
7439
7439
|
|
7440
|
-
function create_fragment$
|
7440
|
+
function create_fragment$V(ctx) {
|
7441
7441
|
let div1;
|
7442
7442
|
let select;
|
7443
7443
|
let t;
|
@@ -7448,7 +7448,7 @@ function create_fragment$U(ctx) {
|
|
7448
7448
|
let each_blocks = [];
|
7449
7449
|
|
7450
7450
|
for (let i = 0; i < each_value.length; i += 1) {
|
7451
|
-
each_blocks[i] = create_each_block$
|
7451
|
+
each_blocks[i] = create_each_block$5(get_each_context$5(ctx, each_value, i));
|
7452
7452
|
}
|
7453
7453
|
|
7454
7454
|
return {
|
@@ -7490,12 +7490,12 @@ function create_fragment$U(ctx) {
|
|
7490
7490
|
let i;
|
7491
7491
|
|
7492
7492
|
for (i = 0; i < each_value.length; i += 1) {
|
7493
|
-
const child_ctx = get_each_context$
|
7493
|
+
const child_ctx = get_each_context$5(ctx, each_value, i);
|
7494
7494
|
|
7495
7495
|
if (each_blocks[i]) {
|
7496
7496
|
each_blocks[i].p(child_ctx, dirty);
|
7497
7497
|
} else {
|
7498
|
-
each_blocks[i] = create_each_block$
|
7498
|
+
each_blocks[i] = create_each_block$5(child_ctx);
|
7499
7499
|
each_blocks[i].c();
|
7500
7500
|
each_blocks[i].m(select, null);
|
7501
7501
|
}
|
@@ -7527,7 +7527,7 @@ function create_fragment$U(ctx) {
|
|
7527
7527
|
};
|
7528
7528
|
}
|
7529
7529
|
|
7530
|
-
function instance$
|
7530
|
+
function instance$V($$self, $$props, $$invalidate) {
|
7531
7531
|
let _options;
|
7532
7532
|
let style;
|
7533
7533
|
let styleVariables;
|
@@ -7643,8 +7643,8 @@ class FormSelect extends SvelteComponent {
|
|
7643
7643
|
init(
|
7644
7644
|
this,
|
7645
7645
|
options,
|
7646
|
-
instance$
|
7647
|
-
create_fragment$
|
7646
|
+
instance$V,
|
7647
|
+
create_fragment$V,
|
7648
7648
|
safe_not_equal,
|
7649
7649
|
{
|
7650
7650
|
name: 7,
|
@@ -7659,18 +7659,18 @@ class FormSelect extends SvelteComponent {
|
|
7659
7659
|
iconColor: 15,
|
7660
7660
|
iconSize: 16
|
7661
7661
|
},
|
7662
|
-
add_css$
|
7662
|
+
add_css$o
|
7663
7663
|
);
|
7664
7664
|
}
|
7665
7665
|
}
|
7666
7666
|
|
7667
7667
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7668
7668
|
|
7669
|
-
function add_css$
|
7669
|
+
function add_css$n(target) {
|
7670
7670
|
append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
|
7671
7671
|
}
|
7672
7672
|
|
7673
|
-
function get_each_context$
|
7673
|
+
function get_each_context$4(ctx, list, i) {
|
7674
7674
|
const child_ctx = ctx.slice();
|
7675
7675
|
child_ctx[17] = list[i];
|
7676
7676
|
child_ctx[19] = i;
|
@@ -7678,7 +7678,7 @@ function get_each_context$3(ctx, list, i) {
|
|
7678
7678
|
}
|
7679
7679
|
|
7680
7680
|
// (105:2) {#each _options as option, i}
|
7681
|
-
function create_each_block$
|
7681
|
+
function create_each_block$4(ctx) {
|
7682
7682
|
let label;
|
7683
7683
|
let input;
|
7684
7684
|
let input_checked_value;
|
@@ -7772,13 +7772,13 @@ function create_each_block$3(ctx) {
|
|
7772
7772
|
};
|
7773
7773
|
}
|
7774
7774
|
|
7775
|
-
function create_fragment$
|
7775
|
+
function create_fragment$U(ctx) {
|
7776
7776
|
let div;
|
7777
7777
|
let each_value = /*_options*/ ctx[3];
|
7778
7778
|
let each_blocks = [];
|
7779
7779
|
|
7780
7780
|
for (let i = 0; i < each_value.length; i += 1) {
|
7781
|
-
each_blocks[i] = create_each_block$
|
7781
|
+
each_blocks[i] = create_each_block$4(get_each_context$4(ctx, each_value, i));
|
7782
7782
|
}
|
7783
7783
|
|
7784
7784
|
return {
|
@@ -7805,12 +7805,12 @@ function create_fragment$T(ctx) {
|
|
7805
7805
|
let i;
|
7806
7806
|
|
7807
7807
|
for (i = 0; i < each_value.length; i += 1) {
|
7808
|
-
const child_ctx = get_each_context$
|
7808
|
+
const child_ctx = get_each_context$4(ctx, each_value, i);
|
7809
7809
|
|
7810
7810
|
if (each_blocks[i]) {
|
7811
7811
|
each_blocks[i].p(child_ctx, dirty);
|
7812
7812
|
} else {
|
7813
|
-
each_blocks[i] = create_each_block$
|
7813
|
+
each_blocks[i] = create_each_block$4(child_ctx);
|
7814
7814
|
each_blocks[i].c();
|
7815
7815
|
each_blocks[i].m(div, null);
|
7816
7816
|
}
|
@@ -7836,7 +7836,7 @@ function create_fragment$T(ctx) {
|
|
7836
7836
|
};
|
7837
7837
|
}
|
7838
7838
|
|
7839
|
-
function instance$
|
7839
|
+
function instance$U($$self, $$props, $$invalidate) {
|
7840
7840
|
let _options;
|
7841
7841
|
let styleVariables;
|
7842
7842
|
let isCheckedArray;
|
@@ -7942,8 +7942,8 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7942
7942
|
init(
|
7943
7943
|
this,
|
7944
7944
|
options,
|
7945
|
-
instance$
|
7946
|
-
create_fragment$
|
7945
|
+
instance$U,
|
7946
|
+
create_fragment$U,
|
7947
7947
|
safe_not_equal,
|
7948
7948
|
{
|
7949
7949
|
name: 0,
|
@@ -7956,25 +7956,25 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7956
7956
|
buttonColor: 13,
|
7957
7957
|
buttonColorActive: 14
|
7958
7958
|
},
|
7959
|
-
add_css$
|
7959
|
+
add_css$n
|
7960
7960
|
);
|
7961
7961
|
}
|
7962
7962
|
}
|
7963
7963
|
|
7964
7964
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7965
7965
|
|
7966
|
-
function add_css$
|
7966
|
+
function add_css$m(target) {
|
7967
7967
|
append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
|
7968
7968
|
}
|
7969
7969
|
|
7970
|
-
function get_each_context$
|
7970
|
+
function get_each_context$3(ctx, list, i) {
|
7971
7971
|
const child_ctx = ctx.slice();
|
7972
7972
|
child_ctx[14] = list[i];
|
7973
7973
|
return child_ctx;
|
7974
7974
|
}
|
7975
7975
|
|
7976
7976
|
// (68:2) {#each [...Array(count).keys()].map(i => i + startingNumber) as i}
|
7977
|
-
function create_each_block$
|
7977
|
+
function create_each_block$3(ctx) {
|
7978
7978
|
let button;
|
7979
7979
|
let t0_value = /*i*/ ctx[14] + "";
|
7980
7980
|
let t0;
|
@@ -8020,13 +8020,13 @@ function create_each_block$2(ctx) {
|
|
8020
8020
|
};
|
8021
8021
|
}
|
8022
8022
|
|
8023
|
-
function create_fragment$
|
8023
|
+
function create_fragment$T(ctx) {
|
8024
8024
|
let div;
|
8025
8025
|
let each_value = [...Array(/*count*/ ctx[0]).keys()].map(/*func*/ ctx[12]);
|
8026
8026
|
let each_blocks = [];
|
8027
8027
|
|
8028
8028
|
for (let i = 0; i < each_value.length; i += 1) {
|
8029
|
-
each_blocks[i] = create_each_block$
|
8029
|
+
each_blocks[i] = create_each_block$3(get_each_context$3(ctx, each_value, i));
|
8030
8030
|
}
|
8031
8031
|
|
8032
8032
|
return {
|
@@ -8052,12 +8052,12 @@ function create_fragment$S(ctx) {
|
|
8052
8052
|
let i;
|
8053
8053
|
|
8054
8054
|
for (i = 0; i < each_value.length; i += 1) {
|
8055
|
-
const child_ctx = get_each_context$
|
8055
|
+
const child_ctx = get_each_context$3(ctx, each_value, i);
|
8056
8056
|
|
8057
8057
|
if (each_blocks[i]) {
|
8058
8058
|
each_blocks[i].p(child_ctx, dirty);
|
8059
8059
|
} else {
|
8060
|
-
each_blocks[i] = create_each_block$
|
8060
|
+
each_blocks[i] = create_each_block$3(child_ctx);
|
8061
8061
|
each_blocks[i].c();
|
8062
8062
|
each_blocks[i].m(div, null);
|
8063
8063
|
}
|
@@ -8079,7 +8079,7 @@ function create_fragment$S(ctx) {
|
|
8079
8079
|
};
|
8080
8080
|
}
|
8081
8081
|
|
8082
|
-
function instance$
|
8082
|
+
function instance$T($$self, $$props, $$invalidate) {
|
8083
8083
|
let _value;
|
8084
8084
|
let $value;
|
8085
8085
|
let { name = '' } = $$props;
|
@@ -8161,8 +8161,8 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8161
8161
|
init(
|
8162
8162
|
this,
|
8163
8163
|
options,
|
8164
|
-
instance$
|
8165
|
-
create_fragment$
|
8164
|
+
instance$T,
|
8165
|
+
create_fragment$T,
|
8166
8166
|
safe_not_equal,
|
8167
8167
|
{
|
8168
8168
|
name: 6,
|
@@ -8173,25 +8173,25 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8173
8173
|
buttonStyle: 9,
|
8174
8174
|
buttonActiveStyle: 10
|
8175
8175
|
},
|
8176
|
-
add_css$
|
8176
|
+
add_css$m
|
8177
8177
|
);
|
8178
8178
|
}
|
8179
8179
|
}
|
8180
8180
|
|
8181
8181
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8182
8182
|
|
8183
|
-
function add_css$
|
8183
|
+
function add_css$l(target) {
|
8184
8184
|
append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
|
8185
8185
|
}
|
8186
8186
|
|
8187
|
-
function get_each_context$
|
8187
|
+
function get_each_context$2(ctx, list, i) {
|
8188
8188
|
const child_ctx = ctx.slice();
|
8189
8189
|
child_ctx[10] = list[i];
|
8190
8190
|
return child_ctx;
|
8191
8191
|
}
|
8192
8192
|
|
8193
8193
|
// (42:2) {#each [...Array(count).keys()].reverse().map(i => i + 1) as i}
|
8194
|
-
function create_each_block$
|
8194
|
+
function create_each_block$2(ctx) {
|
8195
8195
|
let button;
|
8196
8196
|
let img;
|
8197
8197
|
let img_src_value;
|
@@ -8240,13 +8240,13 @@ function create_each_block$1(ctx) {
|
|
8240
8240
|
};
|
8241
8241
|
}
|
8242
8242
|
|
8243
|
-
function create_fragment$
|
8243
|
+
function create_fragment$S(ctx) {
|
8244
8244
|
let div;
|
8245
8245
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8246
8246
|
let each_blocks = [];
|
8247
8247
|
|
8248
8248
|
for (let i = 0; i < each_value.length; i += 1) {
|
8249
|
-
each_blocks[i] = create_each_block$
|
8249
|
+
each_blocks[i] = create_each_block$2(get_each_context$2(ctx, each_value, i));
|
8250
8250
|
}
|
8251
8251
|
|
8252
8252
|
return {
|
@@ -8272,12 +8272,12 @@ function create_fragment$R(ctx) {
|
|
8272
8272
|
let i;
|
8273
8273
|
|
8274
8274
|
for (i = 0; i < each_value.length; i += 1) {
|
8275
|
-
const child_ctx = get_each_context$
|
8275
|
+
const child_ctx = get_each_context$2(ctx, each_value, i);
|
8276
8276
|
|
8277
8277
|
if (each_blocks[i]) {
|
8278
8278
|
each_blocks[i].p(child_ctx, dirty);
|
8279
8279
|
} else {
|
8280
|
-
each_blocks[i] = create_each_block$
|
8280
|
+
each_blocks[i] = create_each_block$2(child_ctx);
|
8281
8281
|
each_blocks[i].c();
|
8282
8282
|
each_blocks[i].m(div, null);
|
8283
8283
|
}
|
@@ -8302,7 +8302,7 @@ function create_fragment$R(ctx) {
|
|
8302
8302
|
const count = 5;
|
8303
8303
|
const func = i => i + 1;
|
8304
8304
|
|
8305
|
-
function instance$
|
8305
|
+
function instance$S($$self, $$props, $$invalidate) {
|
8306
8306
|
let _value;
|
8307
8307
|
let buttonStyle;
|
8308
8308
|
let $value;
|
@@ -8358,17 +8358,17 @@ function instance$R($$self, $$props, $$invalidate) {
|
|
8358
8358
|
class FormRatingButtonsFace extends SvelteComponent {
|
8359
8359
|
constructor(options) {
|
8360
8360
|
super();
|
8361
|
-
init(this, options, instance$
|
8361
|
+
init(this, options, instance$S, create_fragment$S, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$l);
|
8362
8362
|
}
|
8363
8363
|
}
|
8364
8364
|
|
8365
8365
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8366
8366
|
|
8367
|
-
function add_css$
|
8367
|
+
function add_css$k(target) {
|
8368
8368
|
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8369
8369
|
}
|
8370
8370
|
|
8371
|
-
function create_fragment$
|
8371
|
+
function create_fragment$R(ctx) {
|
8372
8372
|
let div;
|
8373
8373
|
let input;
|
8374
8374
|
let input_class_value;
|
@@ -8432,7 +8432,7 @@ function create_fragment$Q(ctx) {
|
|
8432
8432
|
};
|
8433
8433
|
}
|
8434
8434
|
|
8435
|
-
function instance$
|
8435
|
+
function instance$R($$self, $$props, $$invalidate) {
|
8436
8436
|
let style;
|
8437
8437
|
let styleVariables;
|
8438
8438
|
let isValidForUI;
|
@@ -8563,8 +8563,8 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8563
8563
|
init(
|
8564
8564
|
this,
|
8565
8565
|
options,
|
8566
|
-
instance$
|
8567
|
-
create_fragment$
|
8566
|
+
instance$R,
|
8567
|
+
create_fragment$R,
|
8568
8568
|
safe_not_equal,
|
8569
8569
|
{
|
8570
8570
|
field: 9,
|
@@ -8578,18 +8578,18 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8578
8578
|
_textStyle: 15,
|
8579
8579
|
_placeholderStyle: 16
|
8580
8580
|
},
|
8581
|
-
add_css$
|
8581
|
+
add_css$k
|
8582
8582
|
);
|
8583
8583
|
}
|
8584
8584
|
}
|
8585
8585
|
|
8586
8586
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8587
8587
|
|
8588
|
-
function add_css$
|
8588
|
+
function add_css$j(target) {
|
8589
8589
|
append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
|
8590
8590
|
}
|
8591
8591
|
|
8592
|
-
function create_fragment$
|
8592
|
+
function create_fragment$Q(ctx) {
|
8593
8593
|
let div;
|
8594
8594
|
let label0;
|
8595
8595
|
let input0;
|
@@ -8702,7 +8702,7 @@ function create_fragment$P(ctx) {
|
|
8702
8702
|
};
|
8703
8703
|
}
|
8704
8704
|
|
8705
|
-
function instance$
|
8705
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
8706
8706
|
let buttonStyle;
|
8707
8707
|
let $value;
|
8708
8708
|
let { field = 'subscription' } = $$props;
|
@@ -8784,8 +8784,8 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8784
8784
|
init(
|
8785
8785
|
this,
|
8786
8786
|
options,
|
8787
|
-
instance$
|
8788
|
-
create_fragment$
|
8787
|
+
instance$Q,
|
8788
|
+
create_fragment$Q,
|
8789
8789
|
safe_not_equal,
|
8790
8790
|
{
|
8791
8791
|
field: 6,
|
@@ -8797,18 +8797,18 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8797
8797
|
buttonColor: 10,
|
8798
8798
|
buttonColorActive: 11
|
8799
8799
|
},
|
8800
|
-
add_css$
|
8800
|
+
add_css$j
|
8801
8801
|
);
|
8802
8802
|
}
|
8803
8803
|
}
|
8804
8804
|
|
8805
8805
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8806
8806
|
|
8807
|
-
function add_css$
|
8807
|
+
function add_css$i(target) {
|
8808
8808
|
append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
|
8809
8809
|
}
|
8810
8810
|
|
8811
|
-
function get_each_context(ctx, list, i) {
|
8811
|
+
function get_each_context$1(ctx, list, i) {
|
8812
8812
|
const child_ctx = ctx.slice();
|
8813
8813
|
child_ctx[61] = list[i];
|
8814
8814
|
child_ctx[63] = i;
|
@@ -8918,7 +8918,7 @@ function create_if_block$8(ctx) {
|
|
8918
8918
|
}
|
8919
8919
|
|
8920
8920
|
// (393:4) {#each items as _, i}
|
8921
|
-
function create_each_block(ctx) {
|
8921
|
+
function create_each_block$1(ctx) {
|
8922
8922
|
let button;
|
8923
8923
|
let div;
|
8924
8924
|
let div_style_value;
|
@@ -8969,7 +8969,7 @@ function create_each_block(ctx) {
|
|
8969
8969
|
};
|
8970
8970
|
}
|
8971
8971
|
|
8972
|
-
function create_fragment$
|
8972
|
+
function create_fragment$P(ctx) {
|
8973
8973
|
let div3;
|
8974
8974
|
let div1;
|
8975
8975
|
let div0;
|
@@ -8987,7 +8987,7 @@ function create_fragment$O(ctx) {
|
|
8987
8987
|
let each_blocks = [];
|
8988
8988
|
|
8989
8989
|
for (let i = 0; i < each_value.length; i += 1) {
|
8990
|
-
each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
|
8990
|
+
each_blocks[i] = create_each_block$1(get_each_context$1(ctx, each_value, i));
|
8991
8991
|
}
|
8992
8992
|
|
8993
8993
|
let div3_levels = [{ class: "root" }, dataAttrStopPropagation('click')];
|
@@ -9106,12 +9106,12 @@ function create_fragment$O(ctx) {
|
|
9106
9106
|
let i;
|
9107
9107
|
|
9108
9108
|
for (i = 0; i < each_value.length; i += 1) {
|
9109
|
-
const child_ctx = get_each_context(ctx, each_value, i);
|
9109
|
+
const child_ctx = get_each_context$1(ctx, each_value, i);
|
9110
9110
|
|
9111
9111
|
if (each_blocks[i]) {
|
9112
9112
|
each_blocks[i].p(child_ctx, dirty);
|
9113
9113
|
} else {
|
9114
|
-
each_blocks[i] = create_each_block(child_ctx);
|
9114
|
+
each_blocks[i] = create_each_block$1(child_ctx);
|
9115
9115
|
each_blocks[i].c();
|
9116
9116
|
each_blocks[i].m(div2, null);
|
9117
9117
|
}
|
@@ -9164,7 +9164,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9164
9164
|
}
|
9165
9165
|
}
|
9166
9166
|
|
9167
|
-
function instance$
|
9167
|
+
function instance$P($$self, $$props, $$invalidate) {
|
9168
9168
|
let slideStyle;
|
9169
9169
|
let slideClass;
|
9170
9170
|
let _loop;
|
@@ -9617,8 +9617,8 @@ class Slide extends SvelteComponent {
|
|
9617
9617
|
init(
|
9618
9618
|
this,
|
9619
9619
|
options,
|
9620
|
-
instance$
|
9621
|
-
create_fragment$
|
9620
|
+
instance$P,
|
9621
|
+
create_fragment$P,
|
9622
9622
|
safe_not_equal,
|
9623
9623
|
{
|
9624
9624
|
loop: 18,
|
@@ -9632,7 +9632,7 @@ class Slide extends SvelteComponent {
|
|
9632
9632
|
navigationButton: 25,
|
9633
9633
|
navigationEdgePosition: 26
|
9634
9634
|
},
|
9635
|
-
add_css$
|
9635
|
+
add_css$i,
|
9636
9636
|
[-1, -1, -1]
|
9637
9637
|
);
|
9638
9638
|
}
|
@@ -9640,11 +9640,11 @@ class Slide extends SvelteComponent {
|
|
9640
9640
|
|
9641
9641
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9642
9642
|
|
9643
|
-
function add_css$
|
9643
|
+
function add_css$h(target) {
|
9644
9644
|
append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
9645
9645
|
}
|
9646
9646
|
|
9647
|
-
function create_fragment$
|
9647
|
+
function create_fragment$O(ctx) {
|
9648
9648
|
let div1;
|
9649
9649
|
let div0;
|
9650
9650
|
let current;
|
@@ -9711,7 +9711,7 @@ function create_fragment$N(ctx) {
|
|
9711
9711
|
};
|
9712
9712
|
}
|
9713
9713
|
|
9714
|
-
function instance$
|
9714
|
+
function instance$O($$self, $$props, $$invalidate) {
|
9715
9715
|
let itemStyle;
|
9716
9716
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9717
9717
|
const { registerItem, unregisterItem } = getContext('SLIDE');
|
@@ -9777,20 +9777,20 @@ function instance$N($$self, $$props, $$invalidate) {
|
|
9777
9777
|
class SlideItem extends SvelteComponent {
|
9778
9778
|
constructor(options) {
|
9779
9779
|
super();
|
9780
|
-
init(this, options, instance$
|
9780
|
+
init(this, options, instance$O, create_fragment$O, safe_not_equal, { _style: 0 }, add_css$h);
|
9781
9781
|
}
|
9782
9782
|
}
|
9783
9783
|
|
9784
9784
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9785
9785
|
|
9786
|
-
function add_css$
|
9786
|
+
function add_css$g(target) {
|
9787
9787
|
append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9788
9788
|
}
|
9789
9789
|
|
9790
9790
|
const get_default_slot_changes = dirty => ({ countdown: dirty & /*countdown*/ 2 });
|
9791
9791
|
const get_default_slot_context = ctx => ({ countdown: /*countdown*/ ctx[1] });
|
9792
9792
|
|
9793
|
-
function create_fragment$
|
9793
|
+
function create_fragment$N(ctx) {
|
9794
9794
|
let div1;
|
9795
9795
|
let div0;
|
9796
9796
|
let current;
|
@@ -9870,7 +9870,7 @@ function formatTimeDiff(ms) {
|
|
9870
9870
|
};
|
9871
9871
|
}
|
9872
9872
|
|
9873
|
-
function instance$
|
9873
|
+
function instance$N($$self, $$props, $$invalidate) {
|
9874
9874
|
let countdown;
|
9875
9875
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9876
9876
|
let { timeLimit = '2023/12/31 23:59:59' } = $$props;
|
@@ -9931,13 +9931,13 @@ function instance$M($$self, $$props, $$invalidate) {
|
|
9931
9931
|
class Countdown extends SvelteComponent {
|
9932
9932
|
constructor(options) {
|
9933
9933
|
super();
|
9934
|
-
init(this, options, instance$
|
9934
|
+
init(this, options, instance$N, create_fragment$N, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$g);
|
9935
9935
|
}
|
9936
9936
|
}
|
9937
9937
|
|
9938
9938
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9939
9939
|
|
9940
|
-
function add_css$
|
9940
|
+
function add_css$f(target) {
|
9941
9941
|
append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
9942
9942
|
}
|
9943
9943
|
|
@@ -9989,7 +9989,7 @@ function create_default_slot$7(ctx) {
|
|
9989
9989
|
};
|
9990
9990
|
}
|
9991
9991
|
|
9992
|
-
function create_fragment$
|
9992
|
+
function create_fragment$M(ctx) {
|
9993
9993
|
let div;
|
9994
9994
|
let button;
|
9995
9995
|
let current;
|
@@ -10043,7 +10043,7 @@ function create_fragment$L(ctx) {
|
|
10043
10043
|
};
|
10044
10044
|
}
|
10045
10045
|
|
10046
|
-
function instance$
|
10046
|
+
function instance$M($$self, $$props, $$invalidate) {
|
10047
10047
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10048
10048
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
10049
10049
|
let { eventName = '' } = $$props;
|
@@ -10062,13 +10062,13 @@ function instance$L($$self, $$props, $$invalidate) {
|
|
10062
10062
|
class Box extends SvelteComponent {
|
10063
10063
|
constructor(options) {
|
10064
10064
|
super();
|
10065
|
-
init(this, options, instance$
|
10065
|
+
init(this, options, instance$M, create_fragment$M, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$f);
|
10066
10066
|
}
|
10067
10067
|
}
|
10068
10068
|
|
10069
10069
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10070
10070
|
|
10071
|
-
function add_css$
|
10071
|
+
function add_css$e(target) {
|
10072
10072
|
append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
10073
10073
|
}
|
10074
10074
|
|
@@ -10132,7 +10132,7 @@ function create_default_slot$6(ctx) {
|
|
10132
10132
|
};
|
10133
10133
|
}
|
10134
10134
|
|
10135
|
-
function create_fragment$
|
10135
|
+
function create_fragment$L(ctx) {
|
10136
10136
|
let div;
|
10137
10137
|
let button;
|
10138
10138
|
let current;
|
@@ -10193,7 +10193,7 @@ function parseData(dataUrl) {
|
|
10193
10193
|
return decodeURIComponent(data).replaceAll('\'', '"');
|
10194
10194
|
}
|
10195
10195
|
|
10196
|
-
function instance$
|
10196
|
+
function instance$L($$self, $$props, $$invalidate) {
|
10197
10197
|
let svg;
|
10198
10198
|
let styleVariables;
|
10199
10199
|
let style;
|
@@ -10241,8 +10241,8 @@ class IconElement extends SvelteComponent {
|
|
10241
10241
|
init(
|
10242
10242
|
this,
|
10243
10243
|
options,
|
10244
|
-
instance$
|
10245
|
-
create_fragment$
|
10244
|
+
instance$L,
|
10245
|
+
create_fragment$L,
|
10246
10246
|
safe_not_equal,
|
10247
10247
|
{
|
10248
10248
|
icon: 4,
|
@@ -10252,18 +10252,18 @@ class IconElement extends SvelteComponent {
|
|
10252
10252
|
color: 6,
|
10253
10253
|
_style: 7
|
10254
10254
|
},
|
10255
|
-
add_css$
|
10255
|
+
add_css$e
|
10256
10256
|
);
|
10257
10257
|
}
|
10258
10258
|
}
|
10259
10259
|
|
10260
10260
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10261
10261
|
|
10262
|
-
function add_css$
|
10262
|
+
function add_css$d(target) {
|
10263
10263
|
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10264
10264
|
}
|
10265
10265
|
|
10266
|
-
function create_fragment$
|
10266
|
+
function create_fragment$K(ctx) {
|
10267
10267
|
let div;
|
10268
10268
|
let switch_instance;
|
10269
10269
|
let current;
|
@@ -10343,7 +10343,7 @@ function create_fragment$J(ctx) {
|
|
10343
10343
|
};
|
10344
10344
|
}
|
10345
10345
|
|
10346
|
-
function instance$
|
10346
|
+
function instance$K($$self, $$props, $$invalidate) {
|
10347
10347
|
let $data,
|
10348
10348
|
$$unsubscribe_data = noop,
|
10349
10349
|
$$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, $$value => $$invalidate(4, $data = $$value)), data);
|
@@ -10368,17 +10368,17 @@ function instance$J($$self, $$props, $$invalidate) {
|
|
10368
10368
|
class CodeElement extends SvelteComponent {
|
10369
10369
|
constructor(options) {
|
10370
10370
|
super();
|
10371
|
-
init(this, options, instance$
|
10371
|
+
init(this, options, instance$K, create_fragment$K, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$d);
|
10372
10372
|
}
|
10373
10373
|
}
|
10374
10374
|
|
10375
10375
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10376
10376
|
|
10377
|
-
function add_css$
|
10377
|
+
function add_css$c(target) {
|
10378
10378
|
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10379
10379
|
}
|
10380
10380
|
|
10381
|
-
function create_fragment$
|
10381
|
+
function create_fragment$J(ctx) {
|
10382
10382
|
let div;
|
10383
10383
|
let div_style_value;
|
10384
10384
|
let current;
|
@@ -10443,7 +10443,7 @@ function getFlexContext() {
|
|
10443
10443
|
return getContext(FlexContextKey);
|
10444
10444
|
}
|
10445
10445
|
|
10446
|
-
function instance$
|
10446
|
+
function instance$J($$self, $$props, $$invalidate) {
|
10447
10447
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10448
10448
|
let { direction = 'row' } = $$props;
|
10449
10449
|
let { width = '100%' } = $$props;
|
@@ -10469,8 +10469,8 @@ class Flex extends SvelteComponent {
|
|
10469
10469
|
init(
|
10470
10470
|
this,
|
10471
10471
|
options,
|
10472
|
-
instance$
|
10473
|
-
create_fragment$
|
10472
|
+
instance$J,
|
10473
|
+
create_fragment$J,
|
10474
10474
|
safe_not_equal,
|
10475
10475
|
{
|
10476
10476
|
direction: 0,
|
@@ -10478,18 +10478,18 @@ class Flex extends SvelteComponent {
|
|
10478
10478
|
height: 2,
|
10479
10479
|
_style: 3
|
10480
10480
|
},
|
10481
|
-
add_css$
|
10481
|
+
add_css$c
|
10482
10482
|
);
|
10483
10483
|
}
|
10484
10484
|
}
|
10485
10485
|
|
10486
10486
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10487
10487
|
|
10488
|
-
function add_css$
|
10488
|
+
function add_css$b(target) {
|
10489
10489
|
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10490
10490
|
}
|
10491
10491
|
|
10492
|
-
function create_fragment$
|
10492
|
+
function create_fragment$I(ctx) {
|
10493
10493
|
let div;
|
10494
10494
|
let current;
|
10495
10495
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -10547,7 +10547,7 @@ function create_fragment$H(ctx) {
|
|
10547
10547
|
};
|
10548
10548
|
}
|
10549
10549
|
|
10550
|
-
function instance$
|
10550
|
+
function instance$I($$self, $$props, $$invalidate) {
|
10551
10551
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10552
10552
|
let { length } = $$props;
|
10553
10553
|
let { _style = '' } = $$props;
|
@@ -10590,7 +10590,7 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
10590
10590
|
class FlexItem extends SvelteComponent {
|
10591
10591
|
constructor(options) {
|
10592
10592
|
super();
|
10593
|
-
init(this, options, instance$
|
10593
|
+
init(this, options, instance$I, create_fragment$I, safe_not_equal, { length: 1, _style: 2 }, add_css$b);
|
10594
10594
|
}
|
10595
10595
|
}
|
10596
10596
|
|
@@ -10765,7 +10765,7 @@ function create_default_slot$5(ctx) {
|
|
10765
10765
|
};
|
10766
10766
|
}
|
10767
10767
|
|
10768
|
-
function create_fragment$
|
10768
|
+
function create_fragment$H(ctx) {
|
10769
10769
|
let stateitem;
|
10770
10770
|
let current;
|
10771
10771
|
|
@@ -10810,7 +10810,7 @@ function create_fragment$G(ctx) {
|
|
10810
10810
|
};
|
10811
10811
|
}
|
10812
10812
|
|
10813
|
-
function instance$
|
10813
|
+
function instance$H($$self, $$props, $$invalidate) {
|
10814
10814
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10815
10815
|
let { path } = $$props;
|
10816
10816
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -10881,7 +10881,7 @@ class GridModalState extends SvelteComponent {
|
|
10881
10881
|
constructor(options) {
|
10882
10882
|
super();
|
10883
10883
|
|
10884
|
-
init(this, options, instance$
|
10884
|
+
init(this, options, instance$H, create_fragment$H, safe_not_equal, {
|
10885
10885
|
path: 0,
|
10886
10886
|
onClick: 1,
|
10887
10887
|
clickEventName: 2,
|
@@ -10906,11 +10906,11 @@ class GridModalState extends SvelteComponent {
|
|
10906
10906
|
|
10907
10907
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10908
10908
|
|
10909
|
-
function add_css$
|
10909
|
+
function add_css$a(target) {
|
10910
10910
|
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
10911
10911
|
}
|
10912
10912
|
|
10913
|
-
function create_fragment$
|
10913
|
+
function create_fragment$G(ctx) {
|
10914
10914
|
let div1;
|
10915
10915
|
let div0;
|
10916
10916
|
let rendertext;
|
@@ -10962,7 +10962,7 @@ function create_fragment$F(ctx) {
|
|
10962
10962
|
};
|
10963
10963
|
}
|
10964
10964
|
|
10965
|
-
function instance$
|
10965
|
+
function instance$G($$self, $$props, $$invalidate) {
|
10966
10966
|
let style;
|
10967
10967
|
let { text = 'サンプルSample' } = $$props;
|
10968
10968
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -10998,8 +10998,8 @@ class TextBlock extends SvelteComponent {
|
|
10998
10998
|
init(
|
10999
10999
|
this,
|
11000
11000
|
options,
|
11001
|
-
instance$
|
11002
|
-
create_fragment$
|
11001
|
+
instance$G,
|
11002
|
+
create_fragment$G,
|
11003
11003
|
safe_not_equal,
|
11004
11004
|
{
|
11005
11005
|
text: 0,
|
@@ -11008,18 +11008,18 @@ class TextBlock extends SvelteComponent {
|
|
11008
11008
|
textDirection: 1,
|
11009
11009
|
_style: 5
|
11010
11010
|
},
|
11011
|
-
add_css$
|
11011
|
+
add_css$a
|
11012
11012
|
);
|
11013
11013
|
}
|
11014
11014
|
}
|
11015
11015
|
|
11016
11016
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
11017
11017
|
|
11018
|
-
function add_css$
|
11018
|
+
function add_css$9(target) {
|
11019
11019
|
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
11020
11020
|
}
|
11021
11021
|
|
11022
|
-
function create_fragment$
|
11022
|
+
function create_fragment$F(ctx) {
|
11023
11023
|
let div;
|
11024
11024
|
let button;
|
11025
11025
|
let rendertext;
|
@@ -11080,7 +11080,7 @@ function create_fragment$E(ctx) {
|
|
11080
11080
|
};
|
11081
11081
|
}
|
11082
11082
|
|
11083
|
-
function instance$
|
11083
|
+
function instance$F($$self, $$props, $$invalidate) {
|
11084
11084
|
let { text = 'ボタンラベル' } = $$props;
|
11085
11085
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
11086
11086
|
|
@@ -11122,8 +11122,8 @@ class TextButtonBlock extends SvelteComponent {
|
|
11122
11122
|
init(
|
11123
11123
|
this,
|
11124
11124
|
options,
|
11125
|
-
instance$
|
11126
|
-
create_fragment$
|
11125
|
+
instance$F,
|
11126
|
+
create_fragment$F,
|
11127
11127
|
safe_not_equal,
|
11128
11128
|
{
|
11129
11129
|
text: 0,
|
@@ -11133,18 +11133,18 @@ class TextButtonBlock extends SvelteComponent {
|
|
11133
11133
|
_buttonStyle: 1,
|
11134
11134
|
_style: 2
|
11135
11135
|
},
|
11136
|
-
add_css$
|
11136
|
+
add_css$9
|
11137
11137
|
);
|
11138
11138
|
}
|
11139
11139
|
}
|
11140
11140
|
|
11141
11141
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11142
11142
|
|
11143
|
-
function add_css$
|
11143
|
+
function add_css$8(target) {
|
11144
11144
|
append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
11145
11145
|
}
|
11146
11146
|
|
11147
|
-
function create_fragment$
|
11147
|
+
function create_fragment$E(ctx) {
|
11148
11148
|
let div;
|
11149
11149
|
let img;
|
11150
11150
|
let img_style_value;
|
@@ -11207,7 +11207,7 @@ function create_fragment$D(ctx) {
|
|
11207
11207
|
};
|
11208
11208
|
}
|
11209
11209
|
|
11210
|
-
function instance$
|
11210
|
+
function instance$E($$self, $$props, $$invalidate) {
|
11211
11211
|
let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
|
11212
11212
|
let { alt = 'No Image' } = $$props;
|
11213
11213
|
let { transport = false } = $$props;
|
@@ -11247,8 +11247,8 @@ class ImageBlock extends SvelteComponent {
|
|
11247
11247
|
init(
|
11248
11248
|
this,
|
11249
11249
|
options,
|
11250
|
-
instance$
|
11251
|
-
create_fragment$
|
11250
|
+
instance$E,
|
11251
|
+
create_fragment$E,
|
11252
11252
|
safe_not_equal,
|
11253
11253
|
{
|
11254
11254
|
src: 0,
|
@@ -11260,7 +11260,7 @@ class ImageBlock extends SvelteComponent {
|
|
11260
11260
|
_imageStyle: 4,
|
11261
11261
|
_style: 5
|
11262
11262
|
},
|
11263
|
-
add_css$
|
11263
|
+
add_css$8
|
11264
11264
|
);
|
11265
11265
|
}
|
11266
11266
|
}
|
@@ -11303,6 +11303,7 @@ const toCssPosition = (p) => {
|
|
11303
11303
|
left: p?.left,
|
11304
11304
|
bottom: p?.bottom,
|
11305
11305
|
right: p?.right,
|
11306
|
+
transform: p?.transform,
|
11306
11307
|
};
|
11307
11308
|
};
|
11308
11309
|
const toCssCommon = (p) => {
|
@@ -11311,7 +11312,6 @@ const toCssCommon = (p) => {
|
|
11311
11312
|
};
|
11312
11313
|
};
|
11313
11314
|
const toCssBorder = (p) => {
|
11314
|
-
console.log(p);
|
11315
11315
|
const borderWidth = p?.borderTopWidth ?? p?.borderRightWidth ?? p?.borderLeftWidth ?? p?.borderBottomWidth ?? null;
|
11316
11316
|
if (borderWidth === null)
|
11317
11317
|
return {};
|
@@ -11360,7 +11360,7 @@ const toCssShadow = (p) => {
|
|
11360
11360
|
|
11361
11361
|
/* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
|
11362
11362
|
|
11363
|
-
function add_css$
|
11363
|
+
function add_css$7(target) {
|
11364
11364
|
append_styles(target, "svelte-1agjjit", ".clickable.svelte-1agjjit:link,.clickable.svelte-1agjjit:visited,.clickable.svelte-1agjjit:active,.clickable.svelte-1agjjit:hover{color:inherit}.clickable.svelte-1agjjit{cursor:pointer;text-decoration:none}");
|
11365
11365
|
}
|
11366
11366
|
|
@@ -11620,7 +11620,7 @@ function create_if_block$6(ctx) {
|
|
11620
11620
|
};
|
11621
11621
|
}
|
11622
11622
|
|
11623
|
-
function create_fragment$
|
11623
|
+
function create_fragment$D(ctx) {
|
11624
11624
|
let current_block_type_index;
|
11625
11625
|
let if_block;
|
11626
11626
|
let if_block_anchor;
|
@@ -11692,7 +11692,7 @@ function create_fragment$C(ctx) {
|
|
11692
11692
|
|
11693
11693
|
const CLICKABLE_CLASS = 'clickable';
|
11694
11694
|
|
11695
|
-
function instance$
|
11695
|
+
function instance$D($$self, $$props, $$invalidate) {
|
11696
11696
|
let fixedClass;
|
11697
11697
|
let { $$slots: slots = {}, $$scope } = $$props;
|
11698
11698
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
@@ -11747,8 +11747,8 @@ class Clickable extends SvelteComponent {
|
|
11747
11747
|
init(
|
11748
11748
|
this,
|
11749
11749
|
options,
|
11750
|
-
instance$
|
11751
|
-
create_fragment$
|
11750
|
+
instance$D,
|
11751
|
+
create_fragment$D,
|
11752
11752
|
safe_not_equal,
|
11753
11753
|
{
|
11754
11754
|
onClick: 0,
|
@@ -11758,18 +11758,13 @@ class Clickable extends SvelteComponent {
|
|
11758
11758
|
layerId: 2,
|
11759
11759
|
className: 7
|
11760
11760
|
},
|
11761
|
-
add_css$
|
11761
|
+
add_css$7
|
11762
11762
|
);
|
11763
11763
|
}
|
11764
11764
|
}
|
11765
11765
|
|
11766
11766
|
/* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11767
11767
|
|
11768
|
-
function add_css$8(target) {
|
11769
|
-
append_styles(target, "svelte-17xar9h", ".avatar.svelte-17xar9h{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
|
11770
|
-
}
|
11771
|
-
|
11772
|
-
// (34:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
|
11773
11768
|
function create_default_slot$4(ctx) {
|
11774
11769
|
let img;
|
11775
11770
|
let img_src_value;
|
@@ -11804,13 +11799,14 @@ function create_default_slot$4(ctx) {
|
|
11804
11799
|
};
|
11805
11800
|
}
|
11806
11801
|
|
11807
|
-
function create_fragment$
|
11808
|
-
let div;
|
11802
|
+
function create_fragment$C(ctx) {
|
11809
11803
|
let clickable;
|
11810
11804
|
let current;
|
11811
11805
|
|
11812
11806
|
clickable = new Clickable({
|
11813
11807
|
props: {
|
11808
|
+
layerId: /*layerId*/ ctx[1],
|
11809
|
+
style: /*style*/ ctx[3],
|
11814
11810
|
onClick: /*props*/ ctx[0].onClick,
|
11815
11811
|
eventName: /*props*/ ctx[0].eventName,
|
11816
11812
|
eventValue: /*props*/ ctx[0].eventValue,
|
@@ -11821,19 +11817,16 @@ function create_fragment$B(ctx) {
|
|
11821
11817
|
|
11822
11818
|
return {
|
11823
11819
|
c() {
|
11824
|
-
div = element("div");
|
11825
11820
|
create_component(clickable.$$.fragment);
|
11826
|
-
attr(div, "class", "avatar svelte-17xar9h");
|
11827
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
11828
|
-
attr(div, "style", /*style*/ ctx[3]);
|
11829
11821
|
},
|
11830
11822
|
m(target, anchor) {
|
11831
|
-
|
11832
|
-
mount_component(clickable, div, null);
|
11823
|
+
mount_component(clickable, target, anchor);
|
11833
11824
|
current = true;
|
11834
11825
|
},
|
11835
11826
|
p(ctx, [dirty]) {
|
11836
11827
|
const clickable_changes = {};
|
11828
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
11829
|
+
if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
|
11837
11830
|
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
11838
11831
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
11839
11832
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
@@ -11843,14 +11836,6 @@ function create_fragment$B(ctx) {
|
|
11843
11836
|
}
|
11844
11837
|
|
11845
11838
|
clickable.$set(clickable_changes);
|
11846
|
-
|
11847
|
-
if (!current || dirty & /*layerId*/ 2) {
|
11848
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
11849
|
-
}
|
11850
|
-
|
11851
|
-
if (!current || dirty & /*style*/ 8) {
|
11852
|
-
attr(div, "style", /*style*/ ctx[3]);
|
11853
|
-
}
|
11854
11839
|
},
|
11855
11840
|
i(local) {
|
11856
11841
|
if (current) return;
|
@@ -11862,13 +11847,12 @@ function create_fragment$B(ctx) {
|
|
11862
11847
|
current = false;
|
11863
11848
|
},
|
11864
11849
|
d(detaching) {
|
11865
|
-
|
11866
|
-
destroy_component(clickable);
|
11850
|
+
destroy_component(clickable, detaching);
|
11867
11851
|
}
|
11868
11852
|
};
|
11869
11853
|
}
|
11870
11854
|
|
11871
|
-
function instance$
|
11855
|
+
function instance$C($$self, $$props, $$invalidate) {
|
11872
11856
|
let style;
|
11873
11857
|
let imgStyle;
|
11874
11858
|
let { props = {} } = $$props;
|
@@ -11891,6 +11875,11 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
11891
11875
|
$$self.$$.update = () => {
|
11892
11876
|
if ($$self.$$.dirty & /*props*/ 1) {
|
11893
11877
|
$$invalidate(3, style = objToStyle({
|
11878
|
+
display: 'flex',
|
11879
|
+
alignItems: 'center',
|
11880
|
+
justifyContent: 'center',
|
11881
|
+
overflow: 'hidden',
|
11882
|
+
flexShrink: 0,
|
11894
11883
|
width: `${size}px`,
|
11895
11884
|
height: `${size}px`,
|
11896
11885
|
...VARIANTS.shape[props.shape ?? 'square'],
|
@@ -11912,7 +11901,7 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
11912
11901
|
class Avatar extends SvelteComponent {
|
11913
11902
|
constructor(options) {
|
11914
11903
|
super();
|
11915
|
-
init(this, options, instance$
|
11904
|
+
init(this, options, instance$C, create_fragment$C, safe_not_equal, { props: 0, layerId: 1 });
|
11916
11905
|
}
|
11917
11906
|
}
|
11918
11907
|
|
@@ -11965,7 +11954,7 @@ const buttonPropsDefault = {
|
|
11965
11954
|
|
11966
11955
|
/* src/components-flex/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
11967
11956
|
|
11968
|
-
function create_fragment$
|
11957
|
+
function create_fragment$B(ctx) {
|
11969
11958
|
let svg;
|
11970
11959
|
let path;
|
11971
11960
|
|
@@ -11997,7 +11986,7 @@ function create_fragment$A(ctx) {
|
|
11997
11986
|
};
|
11998
11987
|
}
|
11999
11988
|
|
12000
|
-
function instance$
|
11989
|
+
function instance$B($$self, $$props, $$invalidate) {
|
12001
11990
|
let { color } = $$props;
|
12002
11991
|
|
12003
11992
|
$$self.$$set = $$props => {
|
@@ -12010,13 +11999,13 @@ function instance$A($$self, $$props, $$invalidate) {
|
|
12010
11999
|
class IconArrowDown extends SvelteComponent {
|
12011
12000
|
constructor(options) {
|
12012
12001
|
super();
|
12013
|
-
init(this, options, instance$
|
12002
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { color: 0 });
|
12014
12003
|
}
|
12015
12004
|
}
|
12016
12005
|
|
12017
12006
|
/* src/components-flex/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
12018
12007
|
|
12019
|
-
function create_fragment$
|
12008
|
+
function create_fragment$A(ctx) {
|
12020
12009
|
let svg;
|
12021
12010
|
let path;
|
12022
12011
|
|
@@ -12048,7 +12037,7 @@ function create_fragment$z(ctx) {
|
|
12048
12037
|
};
|
12049
12038
|
}
|
12050
12039
|
|
12051
|
-
function instance$
|
12040
|
+
function instance$A($$self, $$props, $$invalidate) {
|
12052
12041
|
let { color } = $$props;
|
12053
12042
|
|
12054
12043
|
$$self.$$set = $$props => {
|
@@ -12061,13 +12050,13 @@ function instance$z($$self, $$props, $$invalidate) {
|
|
12061
12050
|
class IconArrowUp extends SvelteComponent {
|
12062
12051
|
constructor(options) {
|
12063
12052
|
super();
|
12064
|
-
init(this, options, instance$
|
12053
|
+
init(this, options, instance$A, create_fragment$A, safe_not_equal, { color: 0 });
|
12065
12054
|
}
|
12066
12055
|
}
|
12067
12056
|
|
12068
12057
|
/* src/components-flex/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
12069
12058
|
|
12070
|
-
function create_fragment$
|
12059
|
+
function create_fragment$z(ctx) {
|
12071
12060
|
let svg;
|
12072
12061
|
let path;
|
12073
12062
|
|
@@ -12099,7 +12088,7 @@ function create_fragment$y(ctx) {
|
|
12099
12088
|
};
|
12100
12089
|
}
|
12101
12090
|
|
12102
|
-
function instance$
|
12091
|
+
function instance$z($$self, $$props, $$invalidate) {
|
12103
12092
|
let { color } = $$props;
|
12104
12093
|
|
12105
12094
|
$$self.$$set = $$props => {
|
@@ -12112,13 +12101,13 @@ function instance$y($$self, $$props, $$invalidate) {
|
|
12112
12101
|
class IconUsers extends SvelteComponent {
|
12113
12102
|
constructor(options) {
|
12114
12103
|
super();
|
12115
|
-
init(this, options, instance$
|
12104
|
+
init(this, options, instance$z, create_fragment$z, safe_not_equal, { color: 0 });
|
12116
12105
|
}
|
12117
12106
|
}
|
12118
12107
|
|
12119
12108
|
/* src/components-flex/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
12120
12109
|
|
12121
|
-
function create_fragment$
|
12110
|
+
function create_fragment$y(ctx) {
|
12122
12111
|
let svg;
|
12123
12112
|
let path;
|
12124
12113
|
|
@@ -12150,7 +12139,7 @@ function create_fragment$x(ctx) {
|
|
12150
12139
|
};
|
12151
12140
|
}
|
12152
12141
|
|
12153
|
-
function instance$
|
12142
|
+
function instance$y($$self, $$props, $$invalidate) {
|
12154
12143
|
let { color } = $$props;
|
12155
12144
|
|
12156
12145
|
$$self.$$set = $$props => {
|
@@ -12163,13 +12152,13 @@ function instance$x($$self, $$props, $$invalidate) {
|
|
12163
12152
|
class IconArrowLeft extends SvelteComponent {
|
12164
12153
|
constructor(options) {
|
12165
12154
|
super();
|
12166
|
-
init(this, options, instance$
|
12155
|
+
init(this, options, instance$y, create_fragment$y, safe_not_equal, { color: 0 });
|
12167
12156
|
}
|
12168
12157
|
}
|
12169
12158
|
|
12170
12159
|
/* src/components-flex/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
12171
12160
|
|
12172
|
-
function create_fragment$
|
12161
|
+
function create_fragment$x(ctx) {
|
12173
12162
|
let svg;
|
12174
12163
|
let path;
|
12175
12164
|
|
@@ -12201,7 +12190,7 @@ function create_fragment$w(ctx) {
|
|
12201
12190
|
};
|
12202
12191
|
}
|
12203
12192
|
|
12204
|
-
function instance$
|
12193
|
+
function instance$x($$self, $$props, $$invalidate) {
|
12205
12194
|
let { color } = $$props;
|
12206
12195
|
|
12207
12196
|
$$self.$$set = $$props => {
|
@@ -12214,13 +12203,13 @@ function instance$w($$self, $$props, $$invalidate) {
|
|
12214
12203
|
class IconArrowRight extends SvelteComponent {
|
12215
12204
|
constructor(options) {
|
12216
12205
|
super();
|
12217
|
-
init(this, options, instance$
|
12206
|
+
init(this, options, instance$x, create_fragment$x, safe_not_equal, { color: 0 });
|
12218
12207
|
}
|
12219
12208
|
}
|
12220
12209
|
|
12221
12210
|
/* src/components-flex/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
12222
12211
|
|
12223
|
-
function create_fragment$
|
12212
|
+
function create_fragment$w(ctx) {
|
12224
12213
|
let svg;
|
12225
12214
|
let path;
|
12226
12215
|
|
@@ -12252,7 +12241,7 @@ function create_fragment$v(ctx) {
|
|
12252
12241
|
};
|
12253
12242
|
}
|
12254
12243
|
|
12255
|
-
function instance$
|
12244
|
+
function instance$w($$self, $$props, $$invalidate) {
|
12256
12245
|
let { color } = $$props;
|
12257
12246
|
|
12258
12247
|
$$self.$$set = $$props => {
|
@@ -12265,13 +12254,13 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
12265
12254
|
class IconBell extends SvelteComponent {
|
12266
12255
|
constructor(options) {
|
12267
12256
|
super();
|
12268
|
-
init(this, options, instance$
|
12257
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { color: 0 });
|
12269
12258
|
}
|
12270
12259
|
}
|
12271
12260
|
|
12272
12261
|
/* src/components-flex/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
12273
12262
|
|
12274
|
-
function create_fragment$
|
12263
|
+
function create_fragment$v(ctx) {
|
12275
12264
|
let svg;
|
12276
12265
|
let path;
|
12277
12266
|
|
@@ -12303,7 +12292,7 @@ function create_fragment$u(ctx) {
|
|
12303
12292
|
};
|
12304
12293
|
}
|
12305
12294
|
|
12306
|
-
function instance$
|
12295
|
+
function instance$v($$self, $$props, $$invalidate) {
|
12307
12296
|
let { color } = $$props;
|
12308
12297
|
|
12309
12298
|
$$self.$$set = $$props => {
|
@@ -12316,13 +12305,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
12316
12305
|
class IconArrowUpFromSquare extends SvelteComponent {
|
12317
12306
|
constructor(options) {
|
12318
12307
|
super();
|
12319
|
-
init(this, options, instance$
|
12308
|
+
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
12320
12309
|
}
|
12321
12310
|
}
|
12322
12311
|
|
12323
12312
|
/* src/components-flex/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
12324
12313
|
|
12325
|
-
function create_fragment$
|
12314
|
+
function create_fragment$u(ctx) {
|
12326
12315
|
let svg;
|
12327
12316
|
let path;
|
12328
12317
|
|
@@ -12354,7 +12343,7 @@ function create_fragment$t(ctx) {
|
|
12354
12343
|
};
|
12355
12344
|
}
|
12356
12345
|
|
12357
|
-
function instance$
|
12346
|
+
function instance$u($$self, $$props, $$invalidate) {
|
12358
12347
|
let { color } = $$props;
|
12359
12348
|
|
12360
12349
|
$$self.$$set = $$props => {
|
@@ -12367,13 +12356,13 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
12367
12356
|
class IconTicket extends SvelteComponent {
|
12368
12357
|
constructor(options) {
|
12369
12358
|
super();
|
12370
|
-
init(this, options, instance$
|
12359
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
12371
12360
|
}
|
12372
12361
|
}
|
12373
12362
|
|
12374
12363
|
/* src/components-flex/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
12375
12364
|
|
12376
|
-
function create_fragment$
|
12365
|
+
function create_fragment$t(ctx) {
|
12377
12366
|
let svg;
|
12378
12367
|
let path;
|
12379
12368
|
|
@@ -12405,7 +12394,7 @@ function create_fragment$s(ctx) {
|
|
12405
12394
|
};
|
12406
12395
|
}
|
12407
12396
|
|
12408
|
-
function instance$
|
12397
|
+
function instance$t($$self, $$props, $$invalidate) {
|
12409
12398
|
let { color } = $$props;
|
12410
12399
|
|
12411
12400
|
$$self.$$set = $$props => {
|
@@ -12418,13 +12407,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
12418
12407
|
class IconTrack extends SvelteComponent {
|
12419
12408
|
constructor(options) {
|
12420
12409
|
super();
|
12421
|
-
init(this, options, instance$
|
12410
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
12422
12411
|
}
|
12423
12412
|
}
|
12424
12413
|
|
12425
12414
|
/* src/components-flex/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
12426
12415
|
|
12427
|
-
function create_fragment$
|
12416
|
+
function create_fragment$s(ctx) {
|
12428
12417
|
let svg;
|
12429
12418
|
let path;
|
12430
12419
|
|
@@ -12456,7 +12445,7 @@ function create_fragment$r(ctx) {
|
|
12456
12445
|
};
|
12457
12446
|
}
|
12458
12447
|
|
12459
|
-
function instance$
|
12448
|
+
function instance$s($$self, $$props, $$invalidate) {
|
12460
12449
|
let { color } = $$props;
|
12461
12450
|
|
12462
12451
|
$$self.$$set = $$props => {
|
@@ -12469,13 +12458,13 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
12469
12458
|
class IconCartShopping extends SvelteComponent {
|
12470
12459
|
constructor(options) {
|
12471
12460
|
super();
|
12472
|
-
init(this, options, instance$
|
12461
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
12473
12462
|
}
|
12474
12463
|
}
|
12475
12464
|
|
12476
12465
|
/* src/components-flex/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
12477
12466
|
|
12478
|
-
function create_fragment$
|
12467
|
+
function create_fragment$r(ctx) {
|
12479
12468
|
let svg;
|
12480
12469
|
let path;
|
12481
12470
|
|
@@ -12507,7 +12496,7 @@ function create_fragment$q(ctx) {
|
|
12507
12496
|
};
|
12508
12497
|
}
|
12509
12498
|
|
12510
|
-
function instance$
|
12499
|
+
function instance$r($$self, $$props, $$invalidate) {
|
12511
12500
|
let { color } = $$props;
|
12512
12501
|
|
12513
12502
|
$$self.$$set = $$props => {
|
@@ -12520,13 +12509,13 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
12520
12509
|
class IconCircle extends SvelteComponent {
|
12521
12510
|
constructor(options) {
|
12522
12511
|
super();
|
12523
|
-
init(this, options, instance$
|
12512
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
12524
12513
|
}
|
12525
12514
|
}
|
12526
12515
|
|
12527
12516
|
/* src/components-flex/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
12528
12517
|
|
12529
|
-
function create_fragment$
|
12518
|
+
function create_fragment$q(ctx) {
|
12530
12519
|
let svg;
|
12531
12520
|
let path;
|
12532
12521
|
|
@@ -12558,7 +12547,7 @@ function create_fragment$p(ctx) {
|
|
12558
12547
|
};
|
12559
12548
|
}
|
12560
12549
|
|
12561
|
-
function instance$
|
12550
|
+
function instance$q($$self, $$props, $$invalidate) {
|
12562
12551
|
let { color } = $$props;
|
12563
12552
|
|
12564
12553
|
$$self.$$set = $$props => {
|
@@ -12571,13 +12560,13 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
12571
12560
|
class IconCircleQuestion extends SvelteComponent {
|
12572
12561
|
constructor(options) {
|
12573
12562
|
super();
|
12574
|
-
init(this, options, instance$
|
12563
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
12575
12564
|
}
|
12576
12565
|
}
|
12577
12566
|
|
12578
12567
|
/* src/components-flex/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
12579
12568
|
|
12580
|
-
function create_fragment$
|
12569
|
+
function create_fragment$p(ctx) {
|
12581
12570
|
let svg;
|
12582
12571
|
let path;
|
12583
12572
|
|
@@ -12609,7 +12598,7 @@ function create_fragment$o(ctx) {
|
|
12609
12598
|
};
|
12610
12599
|
}
|
12611
12600
|
|
12612
|
-
function instance$
|
12601
|
+
function instance$p($$self, $$props, $$invalidate) {
|
12613
12602
|
let { color } = $$props;
|
12614
12603
|
|
12615
12604
|
$$self.$$set = $$props => {
|
@@ -12622,13 +12611,13 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
12622
12611
|
class IconCheck extends SvelteComponent {
|
12623
12612
|
constructor(options) {
|
12624
12613
|
super();
|
12625
|
-
init(this, options, instance$
|
12614
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
12626
12615
|
}
|
12627
12616
|
}
|
12628
12617
|
|
12629
12618
|
/* src/components-flex/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
12630
12619
|
|
12631
|
-
function create_fragment$
|
12620
|
+
function create_fragment$o(ctx) {
|
12632
12621
|
let svg;
|
12633
12622
|
let path;
|
12634
12623
|
|
@@ -12660,7 +12649,7 @@ function create_fragment$n(ctx) {
|
|
12660
12649
|
};
|
12661
12650
|
}
|
12662
12651
|
|
12663
|
-
function instance$
|
12652
|
+
function instance$o($$self, $$props, $$invalidate) {
|
12664
12653
|
let { color } = $$props;
|
12665
12654
|
|
12666
12655
|
$$self.$$set = $$props => {
|
@@ -12673,13 +12662,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
12673
12662
|
class IconXMark extends SvelteComponent {
|
12674
12663
|
constructor(options) {
|
12675
12664
|
super();
|
12676
|
-
init(this, options, instance$
|
12665
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
12677
12666
|
}
|
12678
12667
|
}
|
12679
12668
|
|
12680
12669
|
/* src/components-flex/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
12681
12670
|
|
12682
|
-
function create_fragment$
|
12671
|
+
function create_fragment$n(ctx) {
|
12683
12672
|
let svg;
|
12684
12673
|
let path;
|
12685
12674
|
|
@@ -12711,7 +12700,7 @@ function create_fragment$m(ctx) {
|
|
12711
12700
|
};
|
12712
12701
|
}
|
12713
12702
|
|
12714
|
-
function instance$
|
12703
|
+
function instance$n($$self, $$props, $$invalidate) {
|
12715
12704
|
let { color } = $$props;
|
12716
12705
|
|
12717
12706
|
$$self.$$set = $$props => {
|
@@ -12724,13 +12713,13 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
12724
12713
|
class IconPaperPlane extends SvelteComponent {
|
12725
12714
|
constructor(options) {
|
12726
12715
|
super();
|
12727
|
-
init(this, options, instance$
|
12716
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
12728
12717
|
}
|
12729
12718
|
}
|
12730
12719
|
|
12731
12720
|
/* src/components-flex/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
12732
12721
|
|
12733
|
-
function create_fragment$
|
12722
|
+
function create_fragment$m(ctx) {
|
12734
12723
|
let svg;
|
12735
12724
|
let path;
|
12736
12725
|
|
@@ -12762,7 +12751,7 @@ function create_fragment$l(ctx) {
|
|
12762
12751
|
};
|
12763
12752
|
}
|
12764
12753
|
|
12765
|
-
function instance$
|
12754
|
+
function instance$m($$self, $$props, $$invalidate) {
|
12766
12755
|
let { color } = $$props;
|
12767
12756
|
|
12768
12757
|
$$self.$$set = $$props => {
|
@@ -12775,13 +12764,13 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
12775
12764
|
class IconCopy extends SvelteComponent {
|
12776
12765
|
constructor(options) {
|
12777
12766
|
super();
|
12778
|
-
init(this, options, instance$
|
12767
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
12779
12768
|
}
|
12780
12769
|
}
|
12781
12770
|
|
12782
12771
|
/* src/components-flex/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
12783
12772
|
|
12784
|
-
function create_fragment$
|
12773
|
+
function create_fragment$l(ctx) {
|
12785
12774
|
let svg;
|
12786
12775
|
let path;
|
12787
12776
|
|
@@ -12813,7 +12802,7 @@ function create_fragment$k(ctx) {
|
|
12813
12802
|
};
|
12814
12803
|
}
|
12815
12804
|
|
12816
|
-
function instance$
|
12805
|
+
function instance$l($$self, $$props, $$invalidate) {
|
12817
12806
|
let { color } = $$props;
|
12818
12807
|
|
12819
12808
|
$$self.$$set = $$props => {
|
@@ -12826,13 +12815,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
12826
12815
|
class IconCircleXMark extends SvelteComponent {
|
12827
12816
|
constructor(options) {
|
12828
12817
|
super();
|
12829
|
-
init(this, options, instance$
|
12818
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
12830
12819
|
}
|
12831
12820
|
}
|
12832
12821
|
|
12833
12822
|
/* src/components-flex/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
12834
12823
|
|
12835
|
-
function create_fragment$
|
12824
|
+
function create_fragment$k(ctx) {
|
12836
12825
|
let svg;
|
12837
12826
|
let path;
|
12838
12827
|
|
@@ -12864,7 +12853,7 @@ function create_fragment$j(ctx) {
|
|
12864
12853
|
};
|
12865
12854
|
}
|
12866
12855
|
|
12867
|
-
function instance$
|
12856
|
+
function instance$k($$self, $$props, $$invalidate) {
|
12868
12857
|
let { color } = $$props;
|
12869
12858
|
|
12870
12859
|
$$self.$$set = $$props => {
|
@@ -12877,13 +12866,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
12877
12866
|
class IconHeart extends SvelteComponent {
|
12878
12867
|
constructor(options) {
|
12879
12868
|
super();
|
12880
|
-
init(this, options, instance$
|
12869
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
12881
12870
|
}
|
12882
12871
|
}
|
12883
12872
|
|
12884
12873
|
/* src/components-flex/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
12885
12874
|
|
12886
|
-
function create_fragment$
|
12875
|
+
function create_fragment$j(ctx) {
|
12887
12876
|
let svg;
|
12888
12877
|
let path;
|
12889
12878
|
|
@@ -12915,7 +12904,7 @@ function create_fragment$i(ctx) {
|
|
12915
12904
|
};
|
12916
12905
|
}
|
12917
12906
|
|
12918
|
-
function instance$
|
12907
|
+
function instance$j($$self, $$props, $$invalidate) {
|
12919
12908
|
let { color } = $$props;
|
12920
12909
|
|
12921
12910
|
$$self.$$set = $$props => {
|
@@ -12928,13 +12917,13 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
12928
12917
|
class IconMagnifyingGrass extends SvelteComponent {
|
12929
12918
|
constructor(options) {
|
12930
12919
|
super();
|
12931
|
-
init(this, options, instance$
|
12920
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
12932
12921
|
}
|
12933
12922
|
}
|
12934
12923
|
|
12935
12924
|
/* src/components-flex/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
12936
12925
|
|
12937
|
-
function create_fragment$
|
12926
|
+
function create_fragment$i(ctx) {
|
12938
12927
|
let svg;
|
12939
12928
|
let path;
|
12940
12929
|
|
@@ -12966,7 +12955,7 @@ function create_fragment$h(ctx) {
|
|
12966
12955
|
};
|
12967
12956
|
}
|
12968
12957
|
|
12969
|
-
function instance$
|
12958
|
+
function instance$i($$self, $$props, $$invalidate) {
|
12970
12959
|
let { color } = $$props;
|
12971
12960
|
|
12972
12961
|
$$self.$$set = $$props => {
|
@@ -12979,13 +12968,13 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
12979
12968
|
class IconStar extends SvelteComponent {
|
12980
12969
|
constructor(options) {
|
12981
12970
|
super();
|
12982
|
-
init(this, options, instance$
|
12971
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
12983
12972
|
}
|
12984
12973
|
}
|
12985
12974
|
|
12986
12975
|
/* src/components-flex/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
12987
12976
|
|
12988
|
-
function create_fragment$
|
12977
|
+
function create_fragment$h(ctx) {
|
12989
12978
|
let svg;
|
12990
12979
|
let path;
|
12991
12980
|
|
@@ -13017,7 +13006,7 @@ function create_fragment$g(ctx) {
|
|
13017
13006
|
};
|
13018
13007
|
}
|
13019
13008
|
|
13020
|
-
function instance$
|
13009
|
+
function instance$h($$self, $$props, $$invalidate) {
|
13021
13010
|
let { color } = $$props;
|
13022
13011
|
|
13023
13012
|
$$self.$$set = $$props => {
|
@@ -13030,13 +13019,13 @@ function instance$g($$self, $$props, $$invalidate) {
|
|
13030
13019
|
class IconCircleInfo extends SvelteComponent {
|
13031
13020
|
constructor(options) {
|
13032
13021
|
super();
|
13033
|
-
init(this, options, instance$
|
13022
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
13034
13023
|
}
|
13035
13024
|
}
|
13036
13025
|
|
13037
13026
|
/* src/components-flex/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
13038
13027
|
|
13039
|
-
function create_fragment$
|
13028
|
+
function create_fragment$g(ctx) {
|
13040
13029
|
let svg;
|
13041
13030
|
let path;
|
13042
13031
|
|
@@ -13068,7 +13057,7 @@ function create_fragment$f(ctx) {
|
|
13068
13057
|
};
|
13069
13058
|
}
|
13070
13059
|
|
13071
|
-
function instance$
|
13060
|
+
function instance$g($$self, $$props, $$invalidate) {
|
13072
13061
|
let { color } = $$props;
|
13073
13062
|
|
13074
13063
|
$$self.$$set = $$props => {
|
@@ -13081,13 +13070,13 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
13081
13070
|
class IconEnvelope extends SvelteComponent {
|
13082
13071
|
constructor(options) {
|
13083
13072
|
super();
|
13084
|
-
init(this, options, instance$
|
13073
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
13085
13074
|
}
|
13086
13075
|
}
|
13087
13076
|
|
13088
13077
|
/* src/components-flex/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
13089
13078
|
|
13090
|
-
function create_fragment$
|
13079
|
+
function create_fragment$f(ctx) {
|
13091
13080
|
let svg;
|
13092
13081
|
let path;
|
13093
13082
|
|
@@ -13119,7 +13108,7 @@ function create_fragment$e(ctx) {
|
|
13119
13108
|
};
|
13120
13109
|
}
|
13121
13110
|
|
13122
|
-
function instance$
|
13111
|
+
function instance$f($$self, $$props, $$invalidate) {
|
13123
13112
|
let { color } = $$props;
|
13124
13113
|
|
13125
13114
|
$$self.$$set = $$props => {
|
@@ -13132,13 +13121,13 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
13132
13121
|
class IconGift extends SvelteComponent {
|
13133
13122
|
constructor(options) {
|
13134
13123
|
super();
|
13135
|
-
init(this, options, instance$
|
13124
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
13136
13125
|
}
|
13137
13126
|
}
|
13138
13127
|
|
13139
13128
|
/* src/components-flex/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
13140
13129
|
|
13141
|
-
function create_fragment$
|
13130
|
+
function create_fragment$e(ctx) {
|
13142
13131
|
let svg;
|
13143
13132
|
let path;
|
13144
13133
|
|
@@ -13170,7 +13159,7 @@ function create_fragment$d(ctx) {
|
|
13170
13159
|
};
|
13171
13160
|
}
|
13172
13161
|
|
13173
|
-
function instance$
|
13162
|
+
function instance$e($$self, $$props, $$invalidate) {
|
13174
13163
|
let { color } = $$props;
|
13175
13164
|
|
13176
13165
|
$$self.$$set = $$props => {
|
@@ -13183,13 +13172,13 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
13183
13172
|
class IconPaperclip extends SvelteComponent {
|
13184
13173
|
constructor(options) {
|
13185
13174
|
super();
|
13186
|
-
init(this, options, instance$
|
13175
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
13187
13176
|
}
|
13188
13177
|
}
|
13189
13178
|
|
13190
13179
|
/* src/components-flex/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
13191
13180
|
|
13192
|
-
function create_fragment$
|
13181
|
+
function create_fragment$d(ctx) {
|
13193
13182
|
let svg;
|
13194
13183
|
let path;
|
13195
13184
|
|
@@ -13221,7 +13210,7 @@ function create_fragment$c(ctx) {
|
|
13221
13210
|
};
|
13222
13211
|
}
|
13223
13212
|
|
13224
|
-
function instance$
|
13213
|
+
function instance$d($$self, $$props, $$invalidate) {
|
13225
13214
|
let { color } = $$props;
|
13226
13215
|
|
13227
13216
|
$$self.$$set = $$props => {
|
@@ -13234,13 +13223,13 @@ function instance$c($$self, $$props, $$invalidate) {
|
|
13234
13223
|
class IconFire extends SvelteComponent {
|
13235
13224
|
constructor(options) {
|
13236
13225
|
super();
|
13237
|
-
init(this, options, instance$
|
13226
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
13238
13227
|
}
|
13239
13228
|
}
|
13240
13229
|
|
13241
13230
|
/* src/components-flex/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
13242
13231
|
|
13243
|
-
function create_fragment$
|
13232
|
+
function create_fragment$c(ctx) {
|
13244
13233
|
let svg;
|
13245
13234
|
let path;
|
13246
13235
|
|
@@ -13272,7 +13261,7 @@ function create_fragment$b(ctx) {
|
|
13272
13261
|
};
|
13273
13262
|
}
|
13274
13263
|
|
13275
|
-
function instance$
|
13264
|
+
function instance$c($$self, $$props, $$invalidate) {
|
13276
13265
|
let { color } = $$props;
|
13277
13266
|
|
13278
13267
|
$$self.$$set = $$props => {
|
@@ -13285,13 +13274,13 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
13285
13274
|
class IconLink extends SvelteComponent {
|
13286
13275
|
constructor(options) {
|
13287
13276
|
super();
|
13288
|
-
init(this, options, instance$
|
13277
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
|
13289
13278
|
}
|
13290
13279
|
}
|
13291
13280
|
|
13292
13281
|
/* src/components-flex/icon/variants/IconBuildings.svelte generated by Svelte v3.53.1 */
|
13293
13282
|
|
13294
|
-
function create_fragment$
|
13283
|
+
function create_fragment$b(ctx) {
|
13295
13284
|
let svg;
|
13296
13285
|
let path;
|
13297
13286
|
|
@@ -13323,7 +13312,7 @@ function create_fragment$a(ctx) {
|
|
13323
13312
|
};
|
13324
13313
|
}
|
13325
13314
|
|
13326
|
-
function instance$
|
13315
|
+
function instance$b($$self, $$props, $$invalidate) {
|
13327
13316
|
let { color } = $$props;
|
13328
13317
|
|
13329
13318
|
$$self.$$set = $$props => {
|
@@ -13336,13 +13325,13 @@ function instance$a($$self, $$props, $$invalidate) {
|
|
13336
13325
|
class IconBuildings extends SvelteComponent {
|
13337
13326
|
constructor(options) {
|
13338
13327
|
super();
|
13339
|
-
init(this, options, instance$
|
13328
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, { color: 0 });
|
13340
13329
|
}
|
13341
13330
|
}
|
13342
13331
|
|
13343
13332
|
/* src/components-flex/icon/variants/IconChevronsRight.svelte generated by Svelte v3.53.1 */
|
13344
13333
|
|
13345
|
-
function create_fragment$
|
13334
|
+
function create_fragment$a(ctx) {
|
13346
13335
|
let svg;
|
13347
13336
|
let path;
|
13348
13337
|
|
@@ -13374,7 +13363,7 @@ function create_fragment$9(ctx) {
|
|
13374
13363
|
};
|
13375
13364
|
}
|
13376
13365
|
|
13377
|
-
function instance$
|
13366
|
+
function instance$a($$self, $$props, $$invalidate) {
|
13378
13367
|
let { color } = $$props;
|
13379
13368
|
|
13380
13369
|
$$self.$$set = $$props => {
|
@@ -13387,7 +13376,7 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
13387
13376
|
class IconChevronsRight extends SvelteComponent {
|
13388
13377
|
constructor(options) {
|
13389
13378
|
super();
|
13390
|
-
init(this, options, instance$
|
13379
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, { color: 0 });
|
13391
13380
|
}
|
13392
13381
|
}
|
13393
13382
|
|
@@ -13455,18 +13444,14 @@ const ICON_VARIANTS = {
|
|
13455
13444
|
|
13456
13445
|
/* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
|
13457
13446
|
|
13458
|
-
function add_css$7(target) {
|
13459
|
-
append_styles(target, "svelte-1ou0ruz", ".icon.svelte-1ou0ruz{display:flex;align-items:center;overflow:hidden;width:auto}");
|
13460
|
-
}
|
13461
|
-
|
13462
|
-
// (21:0) {#if (IconComponent)}
|
13463
13447
|
function create_if_block$5(ctx) {
|
13464
|
-
let div;
|
13465
13448
|
let clickable;
|
13466
13449
|
let current;
|
13467
13450
|
|
13468
13451
|
clickable = new Clickable({
|
13469
13452
|
props: {
|
13453
|
+
layerId: /*layerId*/ ctx[1],
|
13454
|
+
style: /*style*/ ctx[3],
|
13470
13455
|
onClick: /*props*/ ctx[0].onClick,
|
13471
13456
|
eventName: /*props*/ ctx[0].eventName,
|
13472
13457
|
eventValue: /*props*/ ctx[0].eventValue,
|
@@ -13477,19 +13462,16 @@ function create_if_block$5(ctx) {
|
|
13477
13462
|
|
13478
13463
|
return {
|
13479
13464
|
c() {
|
13480
|
-
div = element("div");
|
13481
13465
|
create_component(clickable.$$.fragment);
|
13482
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13483
|
-
attr(div, "class", "icon svelte-1ou0ruz");
|
13484
|
-
attr(div, "style", /*style*/ ctx[3]);
|
13485
13466
|
},
|
13486
13467
|
m(target, anchor) {
|
13487
|
-
|
13488
|
-
mount_component(clickable, div, null);
|
13468
|
+
mount_component(clickable, target, anchor);
|
13489
13469
|
current = true;
|
13490
13470
|
},
|
13491
13471
|
p(ctx, dirty) {
|
13492
13472
|
const clickable_changes = {};
|
13473
|
+
if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
|
13474
|
+
if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
|
13493
13475
|
if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
|
13494
13476
|
if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
|
13495
13477
|
if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
|
@@ -13499,14 +13481,6 @@ function create_if_block$5(ctx) {
|
|
13499
13481
|
}
|
13500
13482
|
|
13501
13483
|
clickable.$set(clickable_changes);
|
13502
|
-
|
13503
|
-
if (!current || dirty & /*layerId*/ 2) {
|
13504
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13505
|
-
}
|
13506
|
-
|
13507
|
-
if (!current || dirty & /*style*/ 8) {
|
13508
|
-
attr(div, "style", /*style*/ ctx[3]);
|
13509
|
-
}
|
13510
13484
|
},
|
13511
13485
|
i(local) {
|
13512
13486
|
if (current) return;
|
@@ -13518,13 +13492,12 @@ function create_if_block$5(ctx) {
|
|
13518
13492
|
current = false;
|
13519
13493
|
},
|
13520
13494
|
d(detaching) {
|
13521
|
-
|
13522
|
-
destroy_component(clickable);
|
13495
|
+
destroy_component(clickable, detaching);
|
13523
13496
|
}
|
13524
13497
|
};
|
13525
13498
|
}
|
13526
13499
|
|
13527
|
-
// (
|
13500
|
+
// (26:2) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
|
13528
13501
|
function create_default_slot$3(ctx) {
|
13529
13502
|
let switch_instance;
|
13530
13503
|
let switch_instance_anchor;
|
@@ -13597,7 +13570,7 @@ function create_default_slot$3(ctx) {
|
|
13597
13570
|
};
|
13598
13571
|
}
|
13599
13572
|
|
13600
|
-
function create_fragment$
|
13573
|
+
function create_fragment$9(ctx) {
|
13601
13574
|
let if_block_anchor;
|
13602
13575
|
let current;
|
13603
13576
|
let if_block = /*IconComponent*/ ctx[2] && create_if_block$5(ctx);
|
@@ -13652,7 +13625,7 @@ function create_fragment$8(ctx) {
|
|
13652
13625
|
};
|
13653
13626
|
}
|
13654
13627
|
|
13655
|
-
function instance$
|
13628
|
+
function instance$9($$self, $$props, $$invalidate) {
|
13656
13629
|
let style;
|
13657
13630
|
let IconComponent;
|
13658
13631
|
let { props = {} } = $$props;
|
@@ -13679,7 +13652,14 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
13679
13652
|
|
13680
13653
|
$$self.$$.update = () => {
|
13681
13654
|
if ($$self.$$.dirty & /*props*/ 1) {
|
13682
|
-
$$invalidate(3, style = objToStyle({
|
13655
|
+
$$invalidate(3, style = objToStyle({
|
13656
|
+
display: 'flex',
|
13657
|
+
alignItems: 'center',
|
13658
|
+
overflow: 'hidden',
|
13659
|
+
width: 'auto',
|
13660
|
+
...getSizeCss(),
|
13661
|
+
...toCssCommon(props)
|
13662
|
+
}));
|
13683
13663
|
}
|
13684
13664
|
|
13685
13665
|
if ($$self.$$.dirty & /*props*/ 1) {
|
@@ -13693,7 +13673,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
13693
13673
|
class Icon extends SvelteComponent {
|
13694
13674
|
constructor(options) {
|
13695
13675
|
super();
|
13696
|
-
init(this, options, instance$
|
13676
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { props: 0, layerId: 1 });
|
13697
13677
|
}
|
13698
13678
|
}
|
13699
13679
|
|
@@ -13993,7 +13973,7 @@ function create_default_slot$2(ctx) {
|
|
13993
13973
|
};
|
13994
13974
|
}
|
13995
13975
|
|
13996
|
-
function create_fragment$
|
13976
|
+
function create_fragment$8(ctx) {
|
13997
13977
|
let clickable;
|
13998
13978
|
let current;
|
13999
13979
|
|
@@ -14047,7 +14027,7 @@ function create_fragment$7(ctx) {
|
|
14047
14027
|
};
|
14048
14028
|
}
|
14049
14029
|
|
14050
|
-
function instance$
|
14030
|
+
function instance$8($$self, $$props, $$invalidate) {
|
14051
14031
|
let style;
|
14052
14032
|
let { props = {} } = $$props;
|
14053
14033
|
let { layerId = '' } = $$props;
|
@@ -14090,7 +14070,7 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
14090
14070
|
class Button extends SvelteComponent {
|
14091
14071
|
constructor(options) {
|
14092
14072
|
super();
|
14093
|
-
init(this, options, instance$
|
14073
|
+
init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$6);
|
14094
14074
|
}
|
14095
14075
|
}
|
14096
14076
|
|
@@ -14152,7 +14132,7 @@ function create_if_block$3(ctx) {
|
|
14152
14132
|
};
|
14153
14133
|
}
|
14154
14134
|
|
14155
|
-
function create_fragment$
|
14135
|
+
function create_fragment$7(ctx) {
|
14156
14136
|
let button;
|
14157
14137
|
let t0;
|
14158
14138
|
let span;
|
@@ -14239,7 +14219,7 @@ function create_fragment$6(ctx) {
|
|
14239
14219
|
};
|
14240
14220
|
}
|
14241
14221
|
|
14242
|
-
function instance$
|
14222
|
+
function instance$7($$self, $$props, $$invalidate) {
|
14243
14223
|
let style;
|
14244
14224
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
14245
14225
|
let { eventName = '' } = $$props;
|
@@ -14349,8 +14329,8 @@ class TextButton extends SvelteComponent {
|
|
14349
14329
|
init(
|
14350
14330
|
this,
|
14351
14331
|
options,
|
14352
|
-
instance$
|
14353
|
-
create_fragment$
|
14332
|
+
instance$7,
|
14333
|
+
create_fragment$7,
|
14354
14334
|
safe_not_equal,
|
14355
14335
|
{
|
14356
14336
|
onClick: 5,
|
@@ -14409,10 +14389,10 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
|
14409
14389
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
14410
14390
|
|
14411
14391
|
function add_css$4(target) {
|
14412
|
-
append_styles(target, "svelte-
|
14392
|
+
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}");
|
14413
14393
|
}
|
14414
14394
|
|
14415
|
-
// (
|
14395
|
+
// (93:2) {#if hasLabel}
|
14416
14396
|
function create_if_block$2(ctx) {
|
14417
14397
|
let span;
|
14418
14398
|
let t;
|
@@ -14421,19 +14401,19 @@ function create_if_block$2(ctx) {
|
|
14421
14401
|
c() {
|
14422
14402
|
span = element("span");
|
14423
14403
|
t = text(/*label*/ ctx[7]);
|
14424
|
-
attr(span, "style", /*labelStyle*/ ctx[
|
14404
|
+
attr(span, "style", /*labelStyle*/ ctx[2]);
|
14425
14405
|
|
14426
14406
|
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
14427
14407
|
? 'close-button-order-one'
|
14428
|
-
: '') + " svelte-
|
14408
|
+
: '') + " svelte-12v1h9t");
|
14429
14409
|
},
|
14430
14410
|
m(target, anchor) {
|
14431
14411
|
insert(target, span, anchor);
|
14432
14412
|
append(span, t);
|
14433
14413
|
},
|
14434
14414
|
p(ctx, dirty) {
|
14435
|
-
if (dirty & /*labelStyle*/
|
14436
|
-
attr(span, "style", /*labelStyle*/ ctx[
|
14415
|
+
if (dirty & /*labelStyle*/ 4) {
|
14416
|
+
attr(span, "style", /*labelStyle*/ ctx[2]);
|
14437
14417
|
}
|
14438
14418
|
},
|
14439
14419
|
d(detaching) {
|
@@ -14442,16 +14422,16 @@ function create_if_block$2(ctx) {
|
|
14442
14422
|
};
|
14443
14423
|
}
|
14444
14424
|
|
14445
|
-
function create_fragment$
|
14446
|
-
let div1;
|
14447
|
-
let div0;
|
14425
|
+
function create_fragment$6(ctx) {
|
14448
14426
|
let button;
|
14427
|
+
let span;
|
14449
14428
|
let svg;
|
14450
14429
|
let path;
|
14451
|
-
let button_class_value;
|
14452
14430
|
let t;
|
14431
|
+
let button_class_value;
|
14453
14432
|
let mounted;
|
14454
14433
|
let dispose;
|
14434
|
+
let if_block = /*hasLabel*/ ctx[4] && create_if_block$2(ctx);
|
14455
14435
|
|
14456
14436
|
let button_levels = [
|
14457
14437
|
{ "data-layer-id": /*layerId*/ ctx[0] },
|
@@ -14460,7 +14440,7 @@ function create_fragment$5(ctx) {
|
|
14460
14440
|
? 'close-button-order-two'
|
14461
14441
|
: '')
|
14462
14442
|
},
|
14463
|
-
{ style: /*style*/ ctx[
|
14443
|
+
{ style: /*style*/ ctx[3] },
|
14464
14444
|
dataAttrStopPropagation('click')
|
14465
14445
|
];
|
14466
14446
|
|
@@ -14470,38 +14450,32 @@ function create_fragment$5(ctx) {
|
|
14470
14450
|
button_data = assign(button_data, button_levels[i]);
|
14471
14451
|
}
|
14472
14452
|
|
14473
|
-
let if_block = /*hasLabel*/ ctx[4] && create_if_block$2(ctx);
|
14474
|
-
|
14475
14453
|
return {
|
14476
14454
|
c() {
|
14477
|
-
div1 = element("div");
|
14478
|
-
div0 = element("div");
|
14479
14455
|
button = element("button");
|
14456
|
+
span = element("span");
|
14480
14457
|
svg = svg_element("svg");
|
14481
14458
|
path = svg_element("path");
|
14482
14459
|
t = space();
|
14483
14460
|
if (if_block) if_block.c();
|
14484
14461
|
attr(path, "d", "M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z");
|
14485
14462
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
14486
|
-
set_style(svg, "width", "75%");
|
14487
|
-
set_style(svg, "height", "75%");
|
14488
14463
|
attr(svg, "viewBox", "0 0 384 512");
|
14464
|
+
set_style(svg, "width", "100%");
|
14465
|
+
set_style(svg, "height", "100%");
|
14489
14466
|
attr(svg, "fill", /*color*/ ctx[6]);
|
14467
|
+
attr(span, "style", /*iconStyle*/ ctx[1]);
|
14490
14468
|
set_attributes(button, button_data);
|
14491
|
-
toggle_class(button, "svelte-
|
14492
|
-
attr(div0, "class", "close-button-row svelte-vq43u1");
|
14493
|
-
attr(div1, "class", "close svelte-vq43u1");
|
14494
|
-
attr(div1, "style", /*rootStyle*/ ctx[3]);
|
14469
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
14495
14470
|
},
|
14496
14471
|
m(target, anchor) {
|
14497
|
-
insert(target,
|
14498
|
-
append(
|
14499
|
-
append(
|
14500
|
-
append(button, svg);
|
14472
|
+
insert(target, button, anchor);
|
14473
|
+
append(button, span);
|
14474
|
+
append(span, svg);
|
14501
14475
|
append(svg, path);
|
14476
|
+
append(button, t);
|
14477
|
+
if (if_block) if_block.m(button, null);
|
14502
14478
|
if (button.autofocus) button.focus();
|
14503
|
-
append(div0, t);
|
14504
|
-
if (if_block) if_block.m(div0, null);
|
14505
14479
|
|
14506
14480
|
if (!mounted) {
|
14507
14481
|
dispose = listen(button, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[5])));
|
@@ -14509,14 +14483,9 @@ function create_fragment$5(ctx) {
|
|
14509
14483
|
}
|
14510
14484
|
},
|
14511
14485
|
p(ctx, [dirty]) {
|
14512
|
-
|
14513
|
-
|
14514
|
-
|
14515
|
-
dirty & /*style*/ 4 && { style: /*style*/ ctx[2] },
|
14516
|
-
dataAttrStopPropagation('click')
|
14517
|
-
]));
|
14518
|
-
|
14519
|
-
toggle_class(button, "svelte-vq43u1", true);
|
14486
|
+
if (dirty & /*iconStyle*/ 2) {
|
14487
|
+
attr(span, "style", /*iconStyle*/ ctx[1]);
|
14488
|
+
}
|
14520
14489
|
|
14521
14490
|
if (/*hasLabel*/ ctx[4]) {
|
14522
14491
|
if (if_block) {
|
@@ -14524,21 +14493,26 @@ function create_fragment$5(ctx) {
|
|
14524
14493
|
} else {
|
14525
14494
|
if_block = create_if_block$2(ctx);
|
14526
14495
|
if_block.c();
|
14527
|
-
if_block.m(
|
14496
|
+
if_block.m(button, null);
|
14528
14497
|
}
|
14529
14498
|
} else if (if_block) {
|
14530
14499
|
if_block.d(1);
|
14531
14500
|
if_block = null;
|
14532
14501
|
}
|
14533
14502
|
|
14534
|
-
|
14535
|
-
|
14536
|
-
|
14503
|
+
set_attributes(button, button_data = get_spread_update(button_levels, [
|
14504
|
+
dirty & /*layerId*/ 1 && { "data-layer-id": /*layerId*/ ctx[0] },
|
14505
|
+
{ class: button_class_value },
|
14506
|
+
dirty & /*style*/ 8 && { style: /*style*/ ctx[3] },
|
14507
|
+
dataAttrStopPropagation('click')
|
14508
|
+
]));
|
14509
|
+
|
14510
|
+
toggle_class(button, "svelte-12v1h9t", true);
|
14537
14511
|
},
|
14538
14512
|
i: noop,
|
14539
14513
|
o: noop,
|
14540
14514
|
d(detaching) {
|
14541
|
-
if (detaching) detach(
|
14515
|
+
if (detaching) detach(button);
|
14542
14516
|
if (if_block) if_block.d();
|
14543
14517
|
mounted = false;
|
14544
14518
|
dispose();
|
@@ -14546,13 +14520,11 @@ function create_fragment$5(ctx) {
|
|
14546
14520
|
};
|
14547
14521
|
}
|
14548
14522
|
|
14549
|
-
function instance$
|
14523
|
+
function instance$6($$self, $$props, $$invalidate) {
|
14550
14524
|
let hasLabel;
|
14551
|
-
let rootStyle;
|
14552
14525
|
let style;
|
14553
14526
|
let labelStyle;
|
14554
|
-
let
|
14555
|
-
component_subscribe($$self, maximumZindex, $$value => $$invalidate(12, $maximumZindex = $$value));
|
14527
|
+
let iconStyle;
|
14556
14528
|
let { props = {} } = $$props;
|
14557
14529
|
let { layerId = '' } = $$props;
|
14558
14530
|
let { eventName = '' } = $$props;
|
@@ -14587,15 +14559,6 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14587
14559
|
const label = props.label;
|
14588
14560
|
const isLeftLabelPlacement = props.labelPlacement === 'left';
|
14589
14561
|
|
14590
|
-
const getCssPlacement = () => {
|
14591
|
-
return {
|
14592
|
-
top: props.top ?? VARIANTS.placement[props.placement ?? 'topRight'].top,
|
14593
|
-
right: props.right ?? VARIANTS.placement[props.placement ?? 'topRight'].right,
|
14594
|
-
left: props.left ?? VARIANTS.placement[props.placement ?? 'topRight'].left,
|
14595
|
-
bottom: props.bottom ?? VARIANTS.placement[props.placement ?? 'topRight'].bottom
|
14596
|
-
};
|
14597
|
-
};
|
14598
|
-
|
14599
14562
|
$$self.$$set = $$props => {
|
14600
14563
|
if ('props' in $$props) $$invalidate(9, props = $$props.props);
|
14601
14564
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
@@ -14604,18 +14567,12 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14604
14567
|
};
|
14605
14568
|
|
14606
14569
|
$$self.$$.update = () => {
|
14607
|
-
if ($$self.$$.dirty & /*$maximumZindex*/ 4096) {
|
14608
|
-
$$invalidate(3, rootStyle = objToStyle({
|
14609
|
-
...getCssPlacement(),
|
14610
|
-
zIndex: $maximumZindex + 1
|
14611
|
-
}));
|
14612
|
-
}
|
14613
|
-
|
14614
14570
|
if ($$self.$$.dirty & /*props*/ 512) {
|
14615
|
-
$$invalidate(
|
14616
|
-
width: `${size}px`,
|
14617
|
-
height: `${size}px`,
|
14571
|
+
$$invalidate(3, style = objToStyle({
|
14618
14572
|
...props.bordered && { border: '1px solid #666' },
|
14573
|
+
height: `${size}px`,
|
14574
|
+
boxSizing: 'border-box',
|
14575
|
+
padding: '6px',
|
14619
14576
|
backgroundColor: props.backgroundColor ?? 'transparent',
|
14620
14577
|
...VARIANTS.round[props.round ?? 'default'],
|
14621
14578
|
...toCssCommon(props),
|
@@ -14624,7 +14581,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14624
14581
|
}
|
14625
14582
|
|
14626
14583
|
if ($$self.$$.dirty & /*props*/ 512) {
|
14627
|
-
$$invalidate(
|
14584
|
+
$$invalidate(2, labelStyle = objToStyle({
|
14628
14585
|
color: props.labelColor ?? color,
|
14629
14586
|
fontSize: `${size / 2.1}px`
|
14630
14587
|
}));
|
@@ -14633,11 +14590,16 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14633
14590
|
|
14634
14591
|
$$invalidate(4, hasLabel = label !== undefined && label !== '');
|
14635
14592
|
|
14593
|
+
$$invalidate(1, iconStyle = objToStyle({
|
14594
|
+
width: `${size - 12}px`,
|
14595
|
+
height: `${size - 12}px`
|
14596
|
+
}));
|
14597
|
+
|
14636
14598
|
return [
|
14637
14599
|
layerId,
|
14600
|
+
iconStyle,
|
14638
14601
|
labelStyle,
|
14639
14602
|
style,
|
14640
|
-
rootStyle,
|
14641
14603
|
hasLabel,
|
14642
14604
|
handleClick,
|
14643
14605
|
color,
|
@@ -14645,8 +14607,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14645
14607
|
isLeftLabelPlacement,
|
14646
14608
|
props,
|
14647
14609
|
eventName,
|
14648
|
-
eventValue
|
14649
|
-
$maximumZindex
|
14610
|
+
eventValue
|
14650
14611
|
];
|
14651
14612
|
}
|
14652
14613
|
|
@@ -14657,8 +14618,8 @@ class CloseButton extends SvelteComponent {
|
|
14657
14618
|
init(
|
14658
14619
|
this,
|
14659
14620
|
options,
|
14660
|
-
instance$
|
14661
|
-
create_fragment$
|
14621
|
+
instance$6,
|
14622
|
+
create_fragment$6,
|
14662
14623
|
safe_not_equal,
|
14663
14624
|
{
|
14664
14625
|
props: 9,
|
@@ -14717,7 +14678,7 @@ function create_default_slot$1(ctx) {
|
|
14717
14678
|
};
|
14718
14679
|
}
|
14719
14680
|
|
14720
|
-
function create_fragment$
|
14681
|
+
function create_fragment$5(ctx) {
|
14721
14682
|
let div;
|
14722
14683
|
let clickable;
|
14723
14684
|
let current;
|
@@ -14781,7 +14742,7 @@ function create_fragment$4(ctx) {
|
|
14781
14742
|
};
|
14782
14743
|
}
|
14783
14744
|
|
14784
|
-
function instance$
|
14745
|
+
function instance$5($$self, $$props, $$invalidate) {
|
14785
14746
|
let style;
|
14786
14747
|
let objectStyle;
|
14787
14748
|
let { props = {} } = $$props;
|
@@ -14811,7 +14772,7 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
14811
14772
|
class Image extends SvelteComponent {
|
14812
14773
|
constructor(options) {
|
14813
14774
|
super();
|
14814
|
-
init(this, options, instance$
|
14775
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$3);
|
14815
14776
|
}
|
14816
14777
|
}
|
14817
14778
|
|
@@ -14864,7 +14825,7 @@ function create_default_slot(ctx) {
|
|
14864
14825
|
};
|
14865
14826
|
}
|
14866
14827
|
|
14867
|
-
function create_fragment$
|
14828
|
+
function create_fragment$4(ctx) {
|
14868
14829
|
let clickable;
|
14869
14830
|
let current;
|
14870
14831
|
|
@@ -14918,7 +14879,7 @@ function create_fragment$3(ctx) {
|
|
14918
14879
|
};
|
14919
14880
|
}
|
14920
14881
|
|
14921
|
-
function instance$
|
14882
|
+
function instance$4($$self, $$props, $$invalidate) {
|
14922
14883
|
let style;
|
14923
14884
|
let { $$slots: slots = {}, $$scope } = $$props;
|
14924
14885
|
let { props = {} } = $$props;
|
@@ -14958,7 +14919,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
14958
14919
|
class Layout extends SvelteComponent {
|
14959
14920
|
constructor(options) {
|
14960
14921
|
super();
|
14961
|
-
init(this, options, instance$
|
14922
|
+
init(this, options, instance$4, create_fragment$4, safe_not_equal, { props: 0, layerId: 1 });
|
14962
14923
|
}
|
14963
14924
|
}
|
14964
14925
|
|
@@ -14967,6 +14928,335 @@ const LAYOUT_DIRECTION = ['column', 'column-reverse', 'row', 'row-reverse'];
|
|
14967
14928
|
const LAYOUT_ALIGN = ['flex-start', 'center', 'flex-end', 'stretch'];
|
14968
14929
|
const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
14969
14930
|
|
14931
|
+
/* src/components-flex/slider/Slider.svelte generated by Svelte v3.53.1 */
|
14932
|
+
|
14933
|
+
function get_each_context(ctx, list, i) {
|
14934
|
+
const child_ctx = ctx.slice();
|
14935
|
+
child_ctx[19] = list[i];
|
14936
|
+
child_ctx[21] = i;
|
14937
|
+
return child_ctx;
|
14938
|
+
}
|
14939
|
+
|
14940
|
+
// (87:4) {#each indicators ?? [] as indicator, i}
|
14941
|
+
function create_each_block(ctx) {
|
14942
|
+
let button;
|
14943
|
+
let i_1;
|
14944
|
+
let i_1_style_value;
|
14945
|
+
let t;
|
14946
|
+
let mounted;
|
14947
|
+
let dispose;
|
14948
|
+
|
14949
|
+
function click_handler() {
|
14950
|
+
return /*click_handler*/ ctx[16](/*i*/ ctx[21]);
|
14951
|
+
}
|
14952
|
+
|
14953
|
+
return {
|
14954
|
+
c() {
|
14955
|
+
button = element("button");
|
14956
|
+
i_1 = element("i");
|
14957
|
+
t = space();
|
14958
|
+
|
14959
|
+
attr(i_1, "style", i_1_style_value = objToStyle({
|
14960
|
+
.../*indicatorItemStyle*/ ctx[3],
|
14961
|
+
...{
|
14962
|
+
background: /*indicator*/ ctx[19].isActive ? '#555555' : '#AAAAAA'
|
14963
|
+
}
|
14964
|
+
}));
|
14965
|
+
|
14966
|
+
attr(button, "style", objToStyle({ padding: '4px' }));
|
14967
|
+
},
|
14968
|
+
m(target, anchor) {
|
14969
|
+
insert(target, button, anchor);
|
14970
|
+
append(button, i_1);
|
14971
|
+
append(button, t);
|
14972
|
+
|
14973
|
+
if (!mounted) {
|
14974
|
+
dispose = listen(button, "click", click_handler);
|
14975
|
+
mounted = true;
|
14976
|
+
}
|
14977
|
+
},
|
14978
|
+
p(new_ctx, dirty) {
|
14979
|
+
ctx = new_ctx;
|
14980
|
+
|
14981
|
+
if (dirty & /*indicatorItemStyle, indicators*/ 136 && i_1_style_value !== (i_1_style_value = objToStyle({
|
14982
|
+
.../*indicatorItemStyle*/ ctx[3],
|
14983
|
+
...{
|
14984
|
+
background: /*indicator*/ ctx[19].isActive ? '#555555' : '#AAAAAA'
|
14985
|
+
}
|
14986
|
+
}))) {
|
14987
|
+
attr(i_1, "style", i_1_style_value);
|
14988
|
+
}
|
14989
|
+
},
|
14990
|
+
d(detaching) {
|
14991
|
+
if (detaching) detach(button);
|
14992
|
+
mounted = false;
|
14993
|
+
dispose();
|
14994
|
+
}
|
14995
|
+
};
|
14996
|
+
}
|
14997
|
+
|
14998
|
+
function create_fragment$3(ctx) {
|
14999
|
+
let div2;
|
15000
|
+
let div0;
|
15001
|
+
let div0_style_value;
|
15002
|
+
let t;
|
15003
|
+
let div1;
|
15004
|
+
let current;
|
15005
|
+
const default_slot_template = /*#slots*/ ctx[14].default;
|
15006
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[13], null);
|
15007
|
+
let each_value = /*indicators*/ ctx[7] ?? [];
|
15008
|
+
let each_blocks = [];
|
15009
|
+
|
15010
|
+
for (let i = 0; i < each_value.length; i += 1) {
|
15011
|
+
each_blocks[i] = create_each_block(get_each_context(ctx, each_value, i));
|
15012
|
+
}
|
15013
|
+
|
15014
|
+
return {
|
15015
|
+
c() {
|
15016
|
+
div2 = element("div");
|
15017
|
+
div0 = element("div");
|
15018
|
+
if (default_slot) default_slot.c();
|
15019
|
+
t = space();
|
15020
|
+
div1 = element("div");
|
15021
|
+
|
15022
|
+
for (let i = 0; i < each_blocks.length; i += 1) {
|
15023
|
+
each_blocks[i].c();
|
15024
|
+
}
|
15025
|
+
|
15026
|
+
attr(div0, "style", div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '));
|
15027
|
+
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
15028
|
+
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
15029
|
+
attr(div2, "style", /*style*/ ctx[6]);
|
15030
|
+
},
|
15031
|
+
m(target, anchor) {
|
15032
|
+
insert(target, div2, anchor);
|
15033
|
+
append(div2, div0);
|
15034
|
+
|
15035
|
+
if (default_slot) {
|
15036
|
+
default_slot.m(div0, null);
|
15037
|
+
}
|
15038
|
+
|
15039
|
+
/*div0_binding*/ ctx[15](div0);
|
15040
|
+
append(div2, t);
|
15041
|
+
append(div2, div1);
|
15042
|
+
|
15043
|
+
for (let i = 0; i < each_blocks.length; i += 1) {
|
15044
|
+
each_blocks[i].m(div1, null);
|
15045
|
+
}
|
15046
|
+
|
15047
|
+
current = true;
|
15048
|
+
},
|
15049
|
+
p(ctx, [dirty]) {
|
15050
|
+
if (default_slot) {
|
15051
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 8192)) {
|
15052
|
+
update_slot_base(
|
15053
|
+
default_slot,
|
15054
|
+
default_slot_template,
|
15055
|
+
ctx,
|
15056
|
+
/*$$scope*/ ctx[13],
|
15057
|
+
!current
|
15058
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[13])
|
15059
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[13], dirty, null),
|
15060
|
+
null
|
15061
|
+
);
|
15062
|
+
}
|
15063
|
+
}
|
15064
|
+
|
15065
|
+
if (!current || dirty & /*containerStyle, overrideStyle*/ 34 && div0_style_value !== (div0_style_value = [/*containerStyle*/ ctx[5], /*overrideStyle*/ ctx[1]].join(' '))) {
|
15066
|
+
attr(div0, "style", div0_style_value);
|
15067
|
+
}
|
15068
|
+
|
15069
|
+
if (dirty & /*objToStyle, handleClickIndicator, indicatorItemStyle, indicators*/ 392) {
|
15070
|
+
each_value = /*indicators*/ ctx[7] ?? [];
|
15071
|
+
let i;
|
15072
|
+
|
15073
|
+
for (i = 0; i < each_value.length; i += 1) {
|
15074
|
+
const child_ctx = get_each_context(ctx, each_value, i);
|
15075
|
+
|
15076
|
+
if (each_blocks[i]) {
|
15077
|
+
each_blocks[i].p(child_ctx, dirty);
|
15078
|
+
} else {
|
15079
|
+
each_blocks[i] = create_each_block(child_ctx);
|
15080
|
+
each_blocks[i].c();
|
15081
|
+
each_blocks[i].m(div1, null);
|
15082
|
+
}
|
15083
|
+
}
|
15084
|
+
|
15085
|
+
for (; i < each_blocks.length; i += 1) {
|
15086
|
+
each_blocks[i].d(1);
|
15087
|
+
}
|
15088
|
+
|
15089
|
+
each_blocks.length = each_value.length;
|
15090
|
+
}
|
15091
|
+
|
15092
|
+
if (!current || dirty & /*indicatorListStyle*/ 16) {
|
15093
|
+
attr(div1, "style", /*indicatorListStyle*/ ctx[4]);
|
15094
|
+
}
|
15095
|
+
|
15096
|
+
if (!current || dirty & /*layerId*/ 1) {
|
15097
|
+
attr(div2, "data-layer-id", /*layerId*/ ctx[0]);
|
15098
|
+
}
|
15099
|
+
|
15100
|
+
if (!current || dirty & /*style*/ 64) {
|
15101
|
+
attr(div2, "style", /*style*/ ctx[6]);
|
15102
|
+
}
|
15103
|
+
},
|
15104
|
+
i(local) {
|
15105
|
+
if (current) return;
|
15106
|
+
transition_in(default_slot, local);
|
15107
|
+
current = true;
|
15108
|
+
},
|
15109
|
+
o(local) {
|
15110
|
+
transition_out(default_slot, local);
|
15111
|
+
current = false;
|
15112
|
+
},
|
15113
|
+
d(detaching) {
|
15114
|
+
if (detaching) detach(div2);
|
15115
|
+
if (default_slot) default_slot.d(detaching);
|
15116
|
+
/*div0_binding*/ ctx[15](null);
|
15117
|
+
destroy_each(each_blocks, detaching);
|
15118
|
+
}
|
15119
|
+
};
|
15120
|
+
}
|
15121
|
+
|
15122
|
+
function instance$3($$self, $$props, $$invalidate) {
|
15123
|
+
let indicators;
|
15124
|
+
let itemWidthPercentage;
|
15125
|
+
let style;
|
15126
|
+
let containerStyle;
|
15127
|
+
let indicatorListStyle;
|
15128
|
+
let indicatorItemStyle;
|
15129
|
+
let { $$slots: slots = {}, $$scope } = $$props;
|
15130
|
+
let { layerId } = $$props;
|
15131
|
+
let { props } = $$props;
|
15132
|
+
let { overrideStyle } = $$props;
|
15133
|
+
let slotElement;
|
15134
|
+
let currentIndex = 0;
|
15135
|
+
let childCount = slotElement?.children?.length ?? 0;
|
15136
|
+
|
15137
|
+
const calcTransformX = (index, itemCount) => {
|
15138
|
+
if (index === 0) return undefined;
|
15139
|
+
|
15140
|
+
const movingX = (() => {
|
15141
|
+
let result = 0;
|
15142
|
+
const itemWidth = itemWidthPercentage;
|
15143
|
+
const itemMargin = (100 - itemWidthPercentage) / 2;
|
15144
|
+
|
15145
|
+
const movingMap = [...Array(currentIndex + 1)].map((_, index) => {
|
15146
|
+
if (index === 0) return 0;
|
15147
|
+
if (index === 1 || index === itemCount - 1) return itemWidth - itemMargin;
|
15148
|
+
return itemWidth;
|
15149
|
+
});
|
15150
|
+
|
15151
|
+
movingMap.forEach(value => result += value);
|
15152
|
+
return result;
|
15153
|
+
})();
|
15154
|
+
|
15155
|
+
return `translateX(calc(-${movingX}% - ${(props.gap ?? 0) * index}px))`;
|
15156
|
+
};
|
15157
|
+
|
15158
|
+
const handleClickIndicator = index => {
|
15159
|
+
$$invalidate(10, currentIndex = index);
|
15160
|
+
};
|
15161
|
+
|
15162
|
+
const setChildCount = () => {
|
15163
|
+
const count = slotElement?.children?.length ?? 0;
|
15164
|
+
|
15165
|
+
if (count !== childCount) {
|
15166
|
+
$$invalidate(11, childCount = slotElement?.children?.length ?? 0);
|
15167
|
+
}
|
15168
|
+
};
|
15169
|
+
|
15170
|
+
onMount$1(() => {
|
15171
|
+
setChildCount();
|
15172
|
+
setInterval(setChildCount, 500);
|
15173
|
+
});
|
15174
|
+
|
15175
|
+
function div0_binding($$value) {
|
15176
|
+
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
15177
|
+
slotElement = $$value;
|
15178
|
+
$$invalidate(2, slotElement);
|
15179
|
+
});
|
15180
|
+
}
|
15181
|
+
|
15182
|
+
const click_handler = i => handleClickIndicator(i);
|
15183
|
+
|
15184
|
+
$$self.$$set = $$props => {
|
15185
|
+
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
15186
|
+
if ('props' in $$props) $$invalidate(9, props = $$props.props);
|
15187
|
+
if ('overrideStyle' in $$props) $$invalidate(1, overrideStyle = $$props.overrideStyle);
|
15188
|
+
if ('$$scope' in $$props) $$invalidate(13, $$scope = $$props.$$scope);
|
15189
|
+
};
|
15190
|
+
|
15191
|
+
$$self.$$.update = () => {
|
15192
|
+
if ($$self.$$.dirty & /*childCount, currentIndex*/ 3072) {
|
15193
|
+
$$invalidate(7, indicators = [...Array(childCount)].map((_, i) => ({ index: i, isActive: i === currentIndex })));
|
15194
|
+
}
|
15195
|
+
|
15196
|
+
if ($$self.$$.dirty & /*props*/ 512) {
|
15197
|
+
$$invalidate(12, itemWidthPercentage = props.itemWidthPercentage ?? 100);
|
15198
|
+
}
|
15199
|
+
|
15200
|
+
if ($$self.$$.dirty & /*props, itemWidthPercentage, currentIndex, childCount*/ 7680) {
|
15201
|
+
$$invalidate(5, containerStyle = objToStyle({
|
15202
|
+
display: 'grid',
|
15203
|
+
// marginInline: `-${props.gap}px`,
|
15204
|
+
gap: `${props.gap}px`,
|
15205
|
+
gridTemplateColumns: `repeat(auto-fill, minmax(${itemWidthPercentage}%, 1fr))`,
|
15206
|
+
gridAutoFlow: 'column',
|
15207
|
+
gridAutoColumns: `minmax(${itemWidthPercentage}%, 1fr)`,
|
15208
|
+
flexShrink: 0,
|
15209
|
+
transition: 'transform 0.5s',
|
15210
|
+
transform: calcTransformX(currentIndex, childCount)
|
15211
|
+
}));
|
15212
|
+
}
|
15213
|
+
};
|
15214
|
+
|
15215
|
+
$$invalidate(6, style = objToStyle({ overflow: 'auto', width: '100%' }));
|
15216
|
+
|
15217
|
+
$$invalidate(4, indicatorListStyle = objToStyle({
|
15218
|
+
display: 'flex',
|
15219
|
+
justifyContent: 'center',
|
15220
|
+
gap: '4px',
|
15221
|
+
marginTop: '12px'
|
15222
|
+
}));
|
15223
|
+
|
15224
|
+
$$invalidate(3, indicatorItemStyle = {
|
15225
|
+
width: '8px',
|
15226
|
+
height: '8px',
|
15227
|
+
borderRadius: '100%',
|
15228
|
+
display: 'block',
|
15229
|
+
background: '#AAAAAA'
|
15230
|
+
});
|
15231
|
+
|
15232
|
+
return [
|
15233
|
+
layerId,
|
15234
|
+
overrideStyle,
|
15235
|
+
slotElement,
|
15236
|
+
indicatorItemStyle,
|
15237
|
+
indicatorListStyle,
|
15238
|
+
containerStyle,
|
15239
|
+
style,
|
15240
|
+
indicators,
|
15241
|
+
handleClickIndicator,
|
15242
|
+
props,
|
15243
|
+
currentIndex,
|
15244
|
+
childCount,
|
15245
|
+
itemWidthPercentage,
|
15246
|
+
$$scope,
|
15247
|
+
slots,
|
15248
|
+
div0_binding,
|
15249
|
+
click_handler
|
15250
|
+
];
|
15251
|
+
}
|
15252
|
+
|
15253
|
+
class Slider extends SvelteComponent {
|
15254
|
+
constructor(options) {
|
15255
|
+
super();
|
15256
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { layerId: 0, props: 9, overrideStyle: 1 });
|
15257
|
+
}
|
15258
|
+
}
|
15259
|
+
|
14970
15260
|
const TEXT_VARIANTS = {
|
14971
15261
|
size: {
|
14972
15262
|
extra_small: {
|
@@ -15913,4 +16203,4 @@ const ROUND_STYLES = {
|
|
15913
16203
|
},
|
15914
16204
|
};
|
15915
16205
|
|
15916
|
-
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, BUTTON_VARIANTS, 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, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, 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, 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 };
|
16206
|
+
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, BUTTON_VARIANTS, 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, 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, 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 };
|