@plaidev/karte-action-sdk 1.1.232-28658179.8f1dd9a9 → 1.1.232-28684891.17fd688b
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +262 -4
- package/dist/hydrate/index.es.js +767 -795
- package/dist/index.es.d.ts +262 -4
- package/dist/index.es.js +703 -738
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -2880,7 +2880,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
2880
2880
|
|
2881
2881
|
/* src/components/Header.svelte generated by Svelte v3.53.1 */
|
2882
2882
|
|
2883
|
-
function create_if_block$
|
2883
|
+
function create_if_block$b(ctx) {
|
2884
2884
|
let link;
|
2885
2885
|
|
2886
2886
|
return {
|
@@ -2906,7 +2906,7 @@ function create_if_block$d(ctx) {
|
|
2906
2906
|
|
2907
2907
|
function create_fragment$15(ctx) {
|
2908
2908
|
let head;
|
2909
|
-
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$
|
2909
|
+
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$b(ctx);
|
2910
2910
|
|
2911
2911
|
return {
|
2912
2912
|
c() {
|
@@ -2922,7 +2922,7 @@ function create_fragment$15(ctx) {
|
|
2922
2922
|
if (if_block) {
|
2923
2923
|
if_block.p(ctx, dirty);
|
2924
2924
|
} else {
|
2925
|
-
if_block = create_if_block$
|
2925
|
+
if_block = create_if_block$b(ctx);
|
2926
2926
|
if_block.c();
|
2927
2927
|
if_block.m(head, null);
|
2928
2928
|
}
|
@@ -3053,12 +3053,12 @@ class State extends SvelteComponent {
|
|
3053
3053
|
|
3054
3054
|
/* src/components/StateItem.svelte generated by Svelte v3.53.1 */
|
3055
3055
|
|
3056
|
-
function add_css$
|
3056
|
+
function add_css$C(target) {
|
3057
3057
|
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3058
3058
|
}
|
3059
3059
|
|
3060
3060
|
// (23:0) {#if $state === path}
|
3061
|
-
function create_if_block$
|
3061
|
+
function create_if_block$a(ctx) {
|
3062
3062
|
let div;
|
3063
3063
|
let t;
|
3064
3064
|
let current;
|
@@ -3123,7 +3123,7 @@ function create_if_block$c(ctx) {
|
|
3123
3123
|
function create_fragment$13(ctx) {
|
3124
3124
|
let if_block_anchor;
|
3125
3125
|
let current;
|
3126
|
-
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$
|
3126
|
+
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$a(ctx);
|
3127
3127
|
|
3128
3128
|
return {
|
3129
3129
|
c() {
|
@@ -3144,7 +3144,7 @@ function create_fragment$13(ctx) {
|
|
3144
3144
|
transition_in(if_block, 1);
|
3145
3145
|
}
|
3146
3146
|
} else {
|
3147
|
-
if_block = create_if_block$
|
3147
|
+
if_block = create_if_block$a(ctx);
|
3148
3148
|
if_block.c();
|
3149
3149
|
transition_in(if_block, 1);
|
3150
3150
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3207,7 +3207,7 @@ function instance$13($$self, $$props, $$invalidate) {
|
|
3207
3207
|
class StateItem extends SvelteComponent {
|
3208
3208
|
constructor(options) {
|
3209
3209
|
super();
|
3210
|
-
init(this, options, instance$13, create_fragment$13, safe_not_equal, { path: 0 }, add_css$
|
3210
|
+
init(this, options, instance$13, create_fragment$13, safe_not_equal, { path: 0 }, add_css$C);
|
3211
3211
|
}
|
3212
3212
|
}
|
3213
3213
|
|
@@ -3392,12 +3392,12 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3392
3392
|
|
3393
3393
|
/* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
|
3394
3394
|
|
3395
|
-
function add_css$
|
3395
|
+
function add_css$B(target) {
|
3396
3396
|
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}");
|
3397
3397
|
}
|
3398
3398
|
|
3399
3399
|
// (14:0) {#if backgroundOverlay}
|
3400
|
-
function create_if_block$
|
3400
|
+
function create_if_block$9(ctx) {
|
3401
3401
|
let div;
|
3402
3402
|
let div_class_value;
|
3403
3403
|
let mounted;
|
@@ -3431,7 +3431,7 @@ function create_if_block$b(ctx) {
|
|
3431
3431
|
|
3432
3432
|
function create_fragment$12(ctx) {
|
3433
3433
|
let if_block_anchor;
|
3434
|
-
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$
|
3434
|
+
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$9(ctx);
|
3435
3435
|
|
3436
3436
|
return {
|
3437
3437
|
c() {
|
@@ -3447,7 +3447,7 @@ function create_fragment$12(ctx) {
|
|
3447
3447
|
if (if_block) {
|
3448
3448
|
if_block.p(ctx, dirty);
|
3449
3449
|
} else {
|
3450
|
-
if_block = create_if_block$
|
3450
|
+
if_block = create_if_block$9(ctx);
|
3451
3451
|
if_block.c();
|
3452
3452
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3453
3453
|
}
|
@@ -3482,7 +3482,7 @@ function instance$12($$self, $$props, $$invalidate) {
|
|
3482
3482
|
class BackgroundOverlay extends SvelteComponent {
|
3483
3483
|
constructor(options) {
|
3484
3484
|
super();
|
3485
|
-
init(this, options, instance$12, create_fragment$12, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$
|
3485
|
+
init(this, options, instance$12, create_fragment$12, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$B);
|
3486
3486
|
}
|
3487
3487
|
}
|
3488
3488
|
|
@@ -3522,7 +3522,7 @@ function checkStopPropagation(eventName, handler) {
|
|
3522
3522
|
|
3523
3523
|
/* src/components/Button.svelte generated by Svelte v3.53.1 */
|
3524
3524
|
|
3525
|
-
function add_css$
|
3525
|
+
function add_css$A(target) {
|
3526
3526
|
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}");
|
3527
3527
|
}
|
3528
3528
|
|
@@ -3769,7 +3769,7 @@ function create_if_block_1$2(ctx) {
|
|
3769
3769
|
}
|
3770
3770
|
|
3771
3771
|
// (31:0) {#if disabled}
|
3772
|
-
function create_if_block$
|
3772
|
+
function create_if_block$8(ctx) {
|
3773
3773
|
let div;
|
3774
3774
|
let current;
|
3775
3775
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
@@ -3832,7 +3832,7 @@ function create_fragment$11(ctx) {
|
|
3832
3832
|
let if_block;
|
3833
3833
|
let if_block_anchor;
|
3834
3834
|
let current;
|
3835
|
-
const if_block_creators = [create_if_block$
|
3835
|
+
const if_block_creators = [create_if_block$8, create_if_block_1$2, create_if_block_2$1, create_else_block$4];
|
3836
3836
|
const if_blocks = [];
|
3837
3837
|
|
3838
3838
|
function select_block_type(ctx, dirty) {
|
@@ -3975,14 +3975,14 @@ let Button$1 = class Button extends SvelteComponent {
|
|
3975
3975
|
eventValue: 6,
|
3976
3976
|
style: 1
|
3977
3977
|
},
|
3978
|
-
add_css$
|
3978
|
+
add_css$A
|
3979
3979
|
);
|
3980
3980
|
}
|
3981
3981
|
};
|
3982
3982
|
|
3983
3983
|
/* src/components/Modal.svelte generated by Svelte v3.53.1 */
|
3984
3984
|
|
3985
|
-
function add_css$
|
3985
|
+
function add_css$z(target) {
|
3986
3986
|
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}}");
|
3987
3987
|
}
|
3988
3988
|
|
@@ -4112,7 +4112,7 @@ function create_if_block_2(ctx) {
|
|
4112
4112
|
}
|
4113
4113
|
|
4114
4114
|
// (280:0) {#if visible}
|
4115
|
-
function create_if_block$
|
4115
|
+
function create_if_block$7(ctx) {
|
4116
4116
|
let div;
|
4117
4117
|
let button;
|
4118
4118
|
let div_class_value;
|
@@ -4398,7 +4398,7 @@ function create_fragment$10(ctx) {
|
|
4398
4398
|
|
4399
4399
|
current_block_type_index = select_block_type(ctx);
|
4400
4400
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4401
|
-
let if_block1 = /*visible*/ ctx[16] && create_if_block$
|
4401
|
+
let if_block1 = /*visible*/ ctx[16] && create_if_block$7(ctx);
|
4402
4402
|
|
4403
4403
|
return {
|
4404
4404
|
c() {
|
@@ -4458,7 +4458,7 @@ function create_fragment$10(ctx) {
|
|
4458
4458
|
transition_in(if_block1, 1);
|
4459
4459
|
}
|
4460
4460
|
} else {
|
4461
|
-
if_block1 = create_if_block$
|
4461
|
+
if_block1 = create_if_block$7(ctx);
|
4462
4462
|
if_block1.c();
|
4463
4463
|
transition_in(if_block1, 1);
|
4464
4464
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -4825,7 +4825,7 @@ class Modal extends SvelteComponent {
|
|
4825
4825
|
closeButtonColor: 9,
|
4826
4826
|
_closeStyle: 10
|
4827
4827
|
},
|
4828
|
-
add_css$
|
4828
|
+
add_css$z,
|
4829
4829
|
[-1, -1]
|
4830
4830
|
);
|
4831
4831
|
}
|
@@ -4949,7 +4949,7 @@ class Grid extends SvelteComponent {
|
|
4949
4949
|
|
4950
4950
|
/* src/components/GridItem.svelte generated by Svelte v3.53.1 */
|
4951
4951
|
|
4952
|
-
function add_css$
|
4952
|
+
function add_css$y(target) {
|
4953
4953
|
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
4954
4954
|
}
|
4955
4955
|
|
@@ -5088,7 +5088,7 @@ class GridItem extends SvelteComponent {
|
|
5088
5088
|
background: 7,
|
5089
5089
|
gridItemId: 0
|
5090
5090
|
},
|
5091
|
-
add_css$
|
5091
|
+
add_css$y
|
5092
5092
|
);
|
5093
5093
|
}
|
5094
5094
|
}
|
@@ -5123,7 +5123,7 @@ function create_else_block$2(ctx) {
|
|
5123
5123
|
}
|
5124
5124
|
|
5125
5125
|
// (11:2) {#if item.match(regexp)}
|
5126
|
-
function create_if_block$
|
5126
|
+
function create_if_block$6(ctx) {
|
5127
5127
|
let br;
|
5128
5128
|
|
5129
5129
|
return {
|
@@ -5148,7 +5148,7 @@ function create_each_block$6(ctx) {
|
|
5148
5148
|
function select_block_type(ctx, dirty) {
|
5149
5149
|
if (dirty & /*items*/ 1) show_if = null;
|
5150
5150
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5151
|
-
if (show_if) return create_if_block$
|
5151
|
+
if (show_if) return create_if_block$6;
|
5152
5152
|
return create_else_block$2;
|
5153
5153
|
}
|
5154
5154
|
|
@@ -5270,7 +5270,7 @@ class RenderText extends SvelteComponent {
|
|
5270
5270
|
|
5271
5271
|
/* src/components/TextElement.svelte generated by Svelte v3.53.1 */
|
5272
5272
|
|
5273
|
-
function add_css$
|
5273
|
+
function add_css$x(target) {
|
5274
5274
|
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}");
|
5275
5275
|
}
|
5276
5276
|
|
@@ -5328,7 +5328,7 @@ function create_else_block$1(ctx) {
|
|
5328
5328
|
}
|
5329
5329
|
|
5330
5330
|
// (80:2) {#if enableCopy}
|
5331
|
-
function create_if_block$
|
5331
|
+
function create_if_block$5(ctx) {
|
5332
5332
|
let a;
|
5333
5333
|
let div0;
|
5334
5334
|
let rendertext;
|
@@ -5419,7 +5419,7 @@ function create_fragment$Y(ctx) {
|
|
5419
5419
|
let current_block_type_index;
|
5420
5420
|
let if_block;
|
5421
5421
|
let current;
|
5422
|
-
const if_block_creators = [create_if_block$
|
5422
|
+
const if_block_creators = [create_if_block$5, create_else_block$1];
|
5423
5423
|
const if_blocks = [];
|
5424
5424
|
|
5425
5425
|
function select_block_type(ctx, dirty) {
|
@@ -5592,14 +5592,14 @@ class TextElement extends SvelteComponent {
|
|
5592
5592
|
enableCopy: 2,
|
5593
5593
|
eventName: 10
|
5594
5594
|
},
|
5595
|
-
add_css$
|
5595
|
+
add_css$x
|
5596
5596
|
);
|
5597
5597
|
}
|
5598
5598
|
}
|
5599
5599
|
|
5600
5600
|
/* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
|
5601
5601
|
|
5602
|
-
function add_css$
|
5602
|
+
function add_css$w(target) {
|
5603
5603
|
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)}");
|
5604
5604
|
}
|
5605
5605
|
|
@@ -5740,14 +5740,14 @@ class TextButtonElement extends SvelteComponent {
|
|
5740
5740
|
_buttonStyle: 5,
|
5741
5741
|
_style: 6
|
5742
5742
|
},
|
5743
|
-
add_css$
|
5743
|
+
add_css$w
|
5744
5744
|
);
|
5745
5745
|
}
|
5746
5746
|
}
|
5747
5747
|
|
5748
5748
|
/* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
|
5749
5749
|
|
5750
|
-
function add_css$
|
5750
|
+
function add_css$v(target) {
|
5751
5751
|
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%}");
|
5752
5752
|
}
|
5753
5753
|
|
@@ -5905,14 +5905,14 @@ class ImageElement extends SvelteComponent {
|
|
5905
5905
|
_imageStyle: 6,
|
5906
5906
|
_style: 7
|
5907
5907
|
},
|
5908
|
-
add_css$
|
5908
|
+
add_css$v
|
5909
5909
|
);
|
5910
5910
|
}
|
5911
5911
|
}
|
5912
5912
|
|
5913
5913
|
/* src/components/List.svelte generated by Svelte v3.53.1 */
|
5914
5914
|
|
5915
|
-
function add_css$
|
5915
|
+
function add_css$u(target) {
|
5916
5916
|
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}");
|
5917
5917
|
}
|
5918
5918
|
|
@@ -6052,14 +6052,14 @@ class List extends SvelteComponent {
|
|
6052
6052
|
background: 3,
|
6053
6053
|
_style: 4
|
6054
6054
|
},
|
6055
|
-
add_css$
|
6055
|
+
add_css$u
|
6056
6056
|
);
|
6057
6057
|
}
|
6058
6058
|
}
|
6059
6059
|
|
6060
6060
|
/* src/components/ListItem.svelte generated by Svelte v3.53.1 */
|
6061
6061
|
|
6062
|
-
function add_css$
|
6062
|
+
function add_css$t(target) {
|
6063
6063
|
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}");
|
6064
6064
|
}
|
6065
6065
|
|
@@ -6249,13 +6249,13 @@ function instance$U($$self, $$props, $$invalidate) {
|
|
6249
6249
|
class ListItem extends SvelteComponent {
|
6250
6250
|
constructor(options) {
|
6251
6251
|
super();
|
6252
|
-
init(this, options, instance$U, create_fragment$U, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$
|
6252
|
+
init(this, options, instance$U, create_fragment$U, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$t);
|
6253
6253
|
}
|
6254
6254
|
}
|
6255
6255
|
|
6256
6256
|
/* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
|
6257
6257
|
|
6258
|
-
function add_css$
|
6258
|
+
function add_css$s(target) {
|
6259
6259
|
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}");
|
6260
6260
|
}
|
6261
6261
|
|
@@ -6301,13 +6301,13 @@ function instance$T($$self, $$props, $$invalidate) {
|
|
6301
6301
|
class EmbedElement extends SvelteComponent {
|
6302
6302
|
constructor(options) {
|
6303
6303
|
super();
|
6304
|
-
init(this, options, instance$T, create_fragment$T, safe_not_equal, { code: 0, _style: 1 }, add_css$
|
6304
|
+
init(this, options, instance$T, create_fragment$T, safe_not_equal, { code: 0, _style: 1 }, add_css$s);
|
6305
6305
|
}
|
6306
6306
|
}
|
6307
6307
|
|
6308
6308
|
/* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
|
6309
6309
|
|
6310
|
-
function add_css$
|
6310
|
+
function add_css$r(target) {
|
6311
6311
|
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%}");
|
6312
6312
|
}
|
6313
6313
|
|
@@ -6653,7 +6653,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6653
6653
|
mute: 25,
|
6654
6654
|
_style: 0
|
6655
6655
|
},
|
6656
|
-
add_css$
|
6656
|
+
add_css$r,
|
6657
6657
|
[-1, -1]
|
6658
6658
|
);
|
6659
6659
|
}
|
@@ -6661,7 +6661,7 @@ class MovieYouTubeElement extends SvelteComponent {
|
|
6661
6661
|
|
6662
6662
|
/* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
|
6663
6663
|
|
6664
|
-
function add_css$
|
6664
|
+
function add_css$q(target) {
|
6665
6665
|
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%}");
|
6666
6666
|
}
|
6667
6667
|
|
@@ -6850,14 +6850,14 @@ class MovieVimeoElement extends SvelteComponent {
|
|
6850
6850
|
mute: 6,
|
6851
6851
|
_style: 0
|
6852
6852
|
},
|
6853
|
-
add_css$
|
6853
|
+
add_css$q
|
6854
6854
|
);
|
6855
6855
|
}
|
6856
6856
|
}
|
6857
6857
|
|
6858
6858
|
/* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
|
6859
6859
|
|
6860
|
-
function add_css$
|
6860
|
+
function add_css$p(target) {
|
6861
6861
|
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}");
|
6862
6862
|
}
|
6863
6863
|
|
@@ -7020,14 +7020,14 @@ class FormTextarea extends SvelteComponent {
|
|
7020
7020
|
_textStyle: 11,
|
7021
7021
|
_placeholderStyle: 12
|
7022
7022
|
},
|
7023
|
-
add_css$
|
7023
|
+
add_css$p
|
7024
7024
|
);
|
7025
7025
|
}
|
7026
7026
|
}
|
7027
7027
|
|
7028
7028
|
/* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
|
7029
7029
|
|
7030
|
-
function add_css$
|
7030
|
+
function add_css$o(target) {
|
7031
7031
|
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}");
|
7032
7032
|
}
|
7033
7033
|
|
@@ -7295,14 +7295,14 @@ class FormRadioButtons extends SvelteComponent {
|
|
7295
7295
|
buttonColor: 13,
|
7296
7296
|
buttonColorActive: 14
|
7297
7297
|
},
|
7298
|
-
add_css$
|
7298
|
+
add_css$o
|
7299
7299
|
);
|
7300
7300
|
}
|
7301
7301
|
}
|
7302
7302
|
|
7303
7303
|
/* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
|
7304
7304
|
|
7305
|
-
function add_css$
|
7305
|
+
function add_css$n(target) {
|
7306
7306
|
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}");
|
7307
7307
|
}
|
7308
7308
|
|
@@ -7334,7 +7334,7 @@ function create_else_block(ctx) {
|
|
7334
7334
|
}
|
7335
7335
|
|
7336
7336
|
// (105:10) {#if option}
|
7337
|
-
function create_if_block$
|
7337
|
+
function create_if_block$4(ctx) {
|
7338
7338
|
let t_value = /*option*/ ctx[19] + "";
|
7339
7339
|
let t;
|
7340
7340
|
|
@@ -7362,7 +7362,7 @@ function create_each_block$4(ctx) {
|
|
7362
7362
|
let option_selected_value;
|
7363
7363
|
|
7364
7364
|
function select_block_type(ctx, dirty) {
|
7365
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7365
|
+
if (/*option*/ ctx[19]) return create_if_block$4;
|
7366
7366
|
return create_else_block;
|
7367
7367
|
}
|
7368
7368
|
|
@@ -7634,14 +7634,14 @@ class FormSelect extends SvelteComponent {
|
|
7634
7634
|
iconColor: 15,
|
7635
7635
|
iconSize: 16
|
7636
7636
|
},
|
7637
|
-
add_css$
|
7637
|
+
add_css$n
|
7638
7638
|
);
|
7639
7639
|
}
|
7640
7640
|
}
|
7641
7641
|
|
7642
7642
|
/* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
|
7643
7643
|
|
7644
|
-
function add_css$
|
7644
|
+
function add_css$m(target) {
|
7645
7645
|
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}");
|
7646
7646
|
}
|
7647
7647
|
|
@@ -7931,14 +7931,14 @@ class FormCheckBoxes extends SvelteComponent {
|
|
7931
7931
|
buttonColor: 13,
|
7932
7932
|
buttonColorActive: 14
|
7933
7933
|
},
|
7934
|
-
add_css$
|
7934
|
+
add_css$m
|
7935
7935
|
);
|
7936
7936
|
}
|
7937
7937
|
}
|
7938
7938
|
|
7939
7939
|
/* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
|
7940
7940
|
|
7941
|
-
function add_css$
|
7941
|
+
function add_css$l(target) {
|
7942
7942
|
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}");
|
7943
7943
|
}
|
7944
7944
|
|
@@ -8148,14 +8148,14 @@ class FormRatingButtonsNumber extends SvelteComponent {
|
|
8148
8148
|
buttonStyle: 9,
|
8149
8149
|
buttonActiveStyle: 10
|
8150
8150
|
},
|
8151
|
-
add_css$
|
8151
|
+
add_css$l
|
8152
8152
|
);
|
8153
8153
|
}
|
8154
8154
|
}
|
8155
8155
|
|
8156
8156
|
/* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
|
8157
8157
|
|
8158
|
-
function add_css$
|
8158
|
+
function add_css$k(target) {
|
8159
8159
|
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%)}");
|
8160
8160
|
}
|
8161
8161
|
|
@@ -8333,13 +8333,13 @@ function instance$L($$self, $$props, $$invalidate) {
|
|
8333
8333
|
class FormRatingButtonsFace extends SvelteComponent {
|
8334
8334
|
constructor(options) {
|
8335
8335
|
super();
|
8336
|
-
init(this, options, instance$L, create_fragment$L, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$
|
8336
|
+
init(this, options, instance$L, create_fragment$L, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$k);
|
8337
8337
|
}
|
8338
8338
|
}
|
8339
8339
|
|
8340
8340
|
/* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
|
8341
8341
|
|
8342
|
-
function add_css$
|
8342
|
+
function add_css$j(target) {
|
8343
8343
|
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}");
|
8344
8344
|
}
|
8345
8345
|
|
@@ -8553,14 +8553,14 @@ class FormIdentifyInput extends SvelteComponent {
|
|
8553
8553
|
_textStyle: 15,
|
8554
8554
|
_placeholderStyle: 16
|
8555
8555
|
},
|
8556
|
-
add_css$
|
8556
|
+
add_css$j
|
8557
8557
|
);
|
8558
8558
|
}
|
8559
8559
|
}
|
8560
8560
|
|
8561
8561
|
/* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
|
8562
8562
|
|
8563
|
-
function add_css$
|
8563
|
+
function add_css$i(target) {
|
8564
8564
|
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}");
|
8565
8565
|
}
|
8566
8566
|
|
@@ -8772,14 +8772,14 @@ class FormIdentifyChoices extends SvelteComponent {
|
|
8772
8772
|
buttonColor: 10,
|
8773
8773
|
buttonColorActive: 11
|
8774
8774
|
},
|
8775
|
-
add_css$
|
8775
|
+
add_css$i
|
8776
8776
|
);
|
8777
8777
|
}
|
8778
8778
|
}
|
8779
8779
|
|
8780
8780
|
/* src/components/Slide.svelte generated by Svelte v3.53.1 */
|
8781
8781
|
|
8782
|
-
function add_css$
|
8782
|
+
function add_css$h(target) {
|
8783
8783
|
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%}");
|
8784
8784
|
}
|
8785
8785
|
|
@@ -8842,7 +8842,7 @@ function create_if_block_1(ctx) {
|
|
8842
8842
|
}
|
8843
8843
|
|
8844
8844
|
// (380:2) {#if isVisibleNextButton}
|
8845
|
-
function create_if_block$
|
8845
|
+
function create_if_block$3(ctx) {
|
8846
8846
|
let div;
|
8847
8847
|
let button;
|
8848
8848
|
let svg;
|
@@ -8957,7 +8957,7 @@ function create_fragment$I(ctx) {
|
|
8957
8957
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
8958
8958
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
8959
8959
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1(ctx);
|
8960
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
8960
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$3(ctx);
|
8961
8961
|
let each_value = /*items*/ ctx[1];
|
8962
8962
|
let each_blocks = [];
|
8963
8963
|
|
@@ -9067,7 +9067,7 @@ function create_fragment$I(ctx) {
|
|
9067
9067
|
if (if_block1) {
|
9068
9068
|
if_block1.p(ctx, dirty);
|
9069
9069
|
} else {
|
9070
|
-
if_block1 = create_if_block$
|
9070
|
+
if_block1 = create_if_block$3(ctx);
|
9071
9071
|
if_block1.c();
|
9072
9072
|
if_block1.m(div3, t2);
|
9073
9073
|
}
|
@@ -9607,7 +9607,7 @@ class Slide extends SvelteComponent {
|
|
9607
9607
|
navigationButton: 25,
|
9608
9608
|
navigationEdgePosition: 26
|
9609
9609
|
},
|
9610
|
-
add_css$
|
9610
|
+
add_css$h,
|
9611
9611
|
[-1, -1, -1]
|
9612
9612
|
);
|
9613
9613
|
}
|
@@ -9615,7 +9615,7 @@ class Slide extends SvelteComponent {
|
|
9615
9615
|
|
9616
9616
|
/* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
|
9617
9617
|
|
9618
|
-
function add_css$
|
9618
|
+
function add_css$g(target) {
|
9619
9619
|
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}");
|
9620
9620
|
}
|
9621
9621
|
|
@@ -9752,13 +9752,13 @@ function instance$H($$self, $$props, $$invalidate) {
|
|
9752
9752
|
class SlideItem extends SvelteComponent {
|
9753
9753
|
constructor(options) {
|
9754
9754
|
super();
|
9755
|
-
init(this, options, instance$H, create_fragment$H, safe_not_equal, { _style: 0 }, add_css$
|
9755
|
+
init(this, options, instance$H, create_fragment$H, safe_not_equal, { _style: 0 }, add_css$g);
|
9756
9756
|
}
|
9757
9757
|
}
|
9758
9758
|
|
9759
9759
|
/* src/components/Countdown.svelte generated by Svelte v3.53.1 */
|
9760
9760
|
|
9761
|
-
function add_css$
|
9761
|
+
function add_css$f(target) {
|
9762
9762
|
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}");
|
9763
9763
|
}
|
9764
9764
|
|
@@ -9906,13 +9906,13 @@ function instance$G($$self, $$props, $$invalidate) {
|
|
9906
9906
|
class Countdown extends SvelteComponent {
|
9907
9907
|
constructor(options) {
|
9908
9908
|
super();
|
9909
|
-
init(this, options, instance$G, create_fragment$G, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$
|
9909
|
+
init(this, options, instance$G, create_fragment$G, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$f);
|
9910
9910
|
}
|
9911
9911
|
}
|
9912
9912
|
|
9913
9913
|
/* src/components/Box.svelte generated by Svelte v3.53.1 */
|
9914
9914
|
|
9915
|
-
function add_css$
|
9915
|
+
function add_css$e(target) {
|
9916
9916
|
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}");
|
9917
9917
|
}
|
9918
9918
|
|
@@ -10037,18 +10037,18 @@ function instance$F($$self, $$props, $$invalidate) {
|
|
10037
10037
|
class Box extends SvelteComponent {
|
10038
10038
|
constructor(options) {
|
10039
10039
|
super();
|
10040
|
-
init(this, options, instance$F, create_fragment$F, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$
|
10040
|
+
init(this, options, instance$F, create_fragment$F, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$e);
|
10041
10041
|
}
|
10042
10042
|
}
|
10043
10043
|
|
10044
10044
|
/* src/components/IconElement.svelte generated by Svelte v3.53.1 */
|
10045
10045
|
|
10046
|
-
function add_css$
|
10046
|
+
function add_css$d(target) {
|
10047
10047
|
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)}");
|
10048
10048
|
}
|
10049
10049
|
|
10050
10050
|
// (56:4) {#if svg}
|
10051
|
-
function create_if_block$
|
10051
|
+
function create_if_block$2(ctx) {
|
10052
10052
|
let html_tag;
|
10053
10053
|
let html_anchor;
|
10054
10054
|
|
@@ -10075,7 +10075,7 @@ function create_if_block$4(ctx) {
|
|
10075
10075
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10076
10076
|
function create_default_slot$1(ctx) {
|
10077
10077
|
let if_block_anchor;
|
10078
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10078
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$2(ctx);
|
10079
10079
|
|
10080
10080
|
return {
|
10081
10081
|
c() {
|
@@ -10091,7 +10091,7 @@ function create_default_slot$1(ctx) {
|
|
10091
10091
|
if (if_block) {
|
10092
10092
|
if_block.p(ctx, dirty);
|
10093
10093
|
} else {
|
10094
|
-
if_block = create_if_block$
|
10094
|
+
if_block = create_if_block$2(ctx);
|
10095
10095
|
if_block.c();
|
10096
10096
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10097
10097
|
}
|
@@ -10227,14 +10227,14 @@ class IconElement extends SvelteComponent {
|
|
10227
10227
|
color: 6,
|
10228
10228
|
_style: 7
|
10229
10229
|
},
|
10230
|
-
add_css$
|
10230
|
+
add_css$d
|
10231
10231
|
);
|
10232
10232
|
}
|
10233
10233
|
}
|
10234
10234
|
|
10235
10235
|
/* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
|
10236
10236
|
|
10237
|
-
function add_css$
|
10237
|
+
function add_css$c(target) {
|
10238
10238
|
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10239
10239
|
}
|
10240
10240
|
|
@@ -10343,13 +10343,13 @@ function instance$D($$self, $$props, $$invalidate) {
|
|
10343
10343
|
class CodeElement extends SvelteComponent {
|
10344
10344
|
constructor(options) {
|
10345
10345
|
super();
|
10346
|
-
init(this, options, instance$D, create_fragment$D, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$
|
10346
|
+
init(this, options, instance$D, create_fragment$D, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$c);
|
10347
10347
|
}
|
10348
10348
|
}
|
10349
10349
|
|
10350
10350
|
/* src/components/Flex.svelte generated by Svelte v3.53.1 */
|
10351
10351
|
|
10352
|
-
function add_css$
|
10352
|
+
function add_css$b(target) {
|
10353
10353
|
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10354
10354
|
}
|
10355
10355
|
|
@@ -10453,14 +10453,14 @@ class Flex extends SvelteComponent {
|
|
10453
10453
|
height: 2,
|
10454
10454
|
_style: 3
|
10455
10455
|
},
|
10456
|
-
add_css$
|
10456
|
+
add_css$b
|
10457
10457
|
);
|
10458
10458
|
}
|
10459
10459
|
}
|
10460
10460
|
|
10461
10461
|
/* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
|
10462
10462
|
|
10463
|
-
function add_css$
|
10463
|
+
function add_css$a(target) {
|
10464
10464
|
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10465
10465
|
}
|
10466
10466
|
|
@@ -10565,7 +10565,7 @@ function instance$B($$self, $$props, $$invalidate) {
|
|
10565
10565
|
class FlexItem extends SvelteComponent {
|
10566
10566
|
constructor(options) {
|
10567
10567
|
super();
|
10568
|
-
init(this, options, instance$B, create_fragment$B, safe_not_equal, { length: 1, _style: 2 }, add_css$
|
10568
|
+
init(this, options, instance$B, create_fragment$B, safe_not_equal, { length: 1, _style: 2 }, add_css$a);
|
10569
10569
|
}
|
10570
10570
|
}
|
10571
10571
|
|
@@ -10881,7 +10881,7 @@ class GridModalState extends SvelteComponent {
|
|
10881
10881
|
|
10882
10882
|
/* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
|
10883
10883
|
|
10884
|
-
function add_css$
|
10884
|
+
function add_css$9(target) {
|
10885
10885
|
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%}");
|
10886
10886
|
}
|
10887
10887
|
|
@@ -10983,14 +10983,14 @@ class TextBlock extends SvelteComponent {
|
|
10983
10983
|
textDirection: 1,
|
10984
10984
|
_style: 5
|
10985
10985
|
},
|
10986
|
-
add_css$
|
10986
|
+
add_css$9
|
10987
10987
|
);
|
10988
10988
|
}
|
10989
10989
|
}
|
10990
10990
|
|
10991
10991
|
/* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
|
10992
10992
|
|
10993
|
-
function add_css$
|
10993
|
+
function add_css$8(target) {
|
10994
10994
|
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)}");
|
10995
10995
|
}
|
10996
10996
|
|
@@ -11108,14 +11108,14 @@ class TextButtonBlock extends SvelteComponent {
|
|
11108
11108
|
_buttonStyle: 1,
|
11109
11109
|
_style: 2
|
11110
11110
|
},
|
11111
|
-
add_css$
|
11111
|
+
add_css$8
|
11112
11112
|
);
|
11113
11113
|
}
|
11114
11114
|
}
|
11115
11115
|
|
11116
11116
|
/* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
|
11117
11117
|
|
11118
|
-
function add_css$
|
11118
|
+
function add_css$7(target) {
|
11119
11119
|
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)}");
|
11120
11120
|
}
|
11121
11121
|
|
@@ -11235,63 +11235,220 @@ class ImageBlock extends SvelteComponent {
|
|
11235
11235
|
_imageStyle: 4,
|
11236
11236
|
_style: 5
|
11237
11237
|
},
|
11238
|
-
add_css$
|
11238
|
+
add_css$7
|
11239
11239
|
);
|
11240
11240
|
}
|
11241
11241
|
}
|
11242
11242
|
|
11243
|
-
|
11243
|
+
const COMPONENT_PARAMETER_TYPES = {
|
11244
|
+
TEXT: 'text',
|
11245
|
+
MULTILINE_TEXT: 'multiline_text',
|
11246
|
+
SELECT: 'select',
|
11247
|
+
RADIO: 'radio',
|
11248
|
+
CHECKBOX: 'checkbox',
|
11249
|
+
BOOLEAN: 'boolean',
|
11250
|
+
IMAGE: 'image',
|
11251
|
+
NUMBER: 'number',
|
11252
|
+
WIDTH: 'width',
|
11253
|
+
ASPECT: 'aspect',
|
11254
|
+
COLOR: 'color',
|
11255
|
+
ICON: 'icon',
|
11256
|
+
};
|
11257
|
+
|
11258
|
+
const toHyphenCase = (str) => {
|
11259
|
+
let result = str.replace(/_/g, '-');
|
11260
|
+
result = result.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
|
11261
|
+
return result;
|
11262
|
+
};
|
11263
|
+
const objToStyle = (obj) => {
|
11264
|
+
const styles = Object.entries(obj)
|
11265
|
+
.map(([key, value]) => {
|
11266
|
+
if (value === undefined)
|
11267
|
+
return '';
|
11268
|
+
return `${toHyphenCase(key)}: ${value};`;
|
11269
|
+
})
|
11270
|
+
.filter(v => v !== '');
|
11271
|
+
return styles.join(' ');
|
11272
|
+
};
|
11273
|
+
|
11274
|
+
const toCssPosition = (p) => {
|
11275
|
+
return {
|
11276
|
+
position: p?.position ?? 'static',
|
11277
|
+
top: p?.top,
|
11278
|
+
left: p?.left,
|
11279
|
+
bottom: p?.bottom,
|
11280
|
+
right: p?.right,
|
11281
|
+
};
|
11282
|
+
};
|
11283
|
+
const toCssCommon = (p) => {
|
11284
|
+
return {
|
11285
|
+
...toCssPosition(p),
|
11286
|
+
};
|
11287
|
+
};
|
11288
|
+
const toCssBorder = (p) => {
|
11289
|
+
const borderWidth = p?.borderTopWidth ?? p?.borderRightWidth ?? p?.borderLeftWidth ?? p?.borderBottomWidth ?? null;
|
11290
|
+
if (borderWidth === null)
|
11291
|
+
return {};
|
11292
|
+
return {
|
11293
|
+
borderColor: p?.borderColor,
|
11294
|
+
borderStyle: 'solid',
|
11295
|
+
borderTopWidth: p?.borderTopWidth,
|
11296
|
+
borderLeftWidth: p?.borderLeftWidth,
|
11297
|
+
borderRightWidth: p?.borderRightWidth,
|
11298
|
+
borderBottomWidth: p?.borderBottomWidth,
|
11299
|
+
};
|
11300
|
+
};
|
11301
|
+
const toCssPadding = (p) => {
|
11302
|
+
return {
|
11303
|
+
paddingTop: p?.paddingTop,
|
11304
|
+
paddingLeft: p?.paddingLeft,
|
11305
|
+
paddingRight: p?.paddingRight,
|
11306
|
+
paddingBottom: p?.paddingBottom,
|
11307
|
+
};
|
11308
|
+
};
|
11309
|
+
const toCssBackgroundImage = (p) => {
|
11310
|
+
const url = p?.backgroundImageUrl;
|
11311
|
+
return {
|
11312
|
+
backgroundImage: url ? `url(${url})` : undefined,
|
11313
|
+
backgroundSize: url ? 'cover' : undefined,
|
11314
|
+
};
|
11315
|
+
};
|
11316
|
+
const toCssBackgroundColor = (p) => {
|
11317
|
+
return {
|
11318
|
+
backgroundColor: p?.backgroundColor,
|
11319
|
+
};
|
11320
|
+
};
|
11321
|
+
const toCssRadius = (p) => {
|
11322
|
+
return {
|
11323
|
+
borderTopLeftRadius: p?.borderTopLeftRadius,
|
11324
|
+
borderTopRightRadius: p?.borderTopRightRadius,
|
11325
|
+
borderBottomLeftRadius: p?.borderBottomLeftRadius,
|
11326
|
+
borderBottomRightRadius: p?.borderBottomRightRadius,
|
11327
|
+
};
|
11328
|
+
};
|
11329
|
+
const toCssShadow = (p) => {
|
11330
|
+
return {
|
11331
|
+
boxShadow: p?.shadow,
|
11332
|
+
};
|
11333
|
+
};
|
11334
|
+
|
11335
|
+
/* src/components-v2/avatar/Avatar.svelte generated by Svelte v3.53.1 */
|
11336
|
+
|
11337
|
+
function add_css$6(target) {
|
11338
|
+
append_styles(target, "svelte-17xar9h", ".avatar.svelte-17xar9h{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
|
11339
|
+
}
|
11244
11340
|
|
11245
11341
|
function create_fragment$w(ctx) {
|
11246
|
-
let
|
11247
|
-
let
|
11342
|
+
let div;
|
11343
|
+
let img;
|
11344
|
+
let img_src_value;
|
11345
|
+
let img_alt_value;
|
11248
11346
|
|
11249
11347
|
return {
|
11250
11348
|
c() {
|
11251
|
-
|
11252
|
-
|
11253
|
-
|
11254
|
-
attr(
|
11255
|
-
attr(
|
11256
|
-
|
11257
|
-
|
11258
|
-
attr(
|
11349
|
+
div = element("div");
|
11350
|
+
img = element("img");
|
11351
|
+
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
11352
|
+
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
11353
|
+
attr(img, "style", /*imgStyle*/ ctx[2]);
|
11354
|
+
attr(div, "class", "avatar svelte-17xar9h");
|
11355
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
11356
|
+
attr(div, "style", /*style*/ ctx[3]);
|
11259
11357
|
},
|
11260
11358
|
m(target, anchor) {
|
11261
|
-
insert(target,
|
11262
|
-
append(
|
11359
|
+
insert(target, div, anchor);
|
11360
|
+
append(div, img);
|
11263
11361
|
},
|
11264
11362
|
p(ctx, [dirty]) {
|
11265
|
-
if (dirty & /*
|
11266
|
-
attr(
|
11363
|
+
if (dirty & /*props*/ 1 && !src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) {
|
11364
|
+
attr(img, "src", img_src_value);
|
11365
|
+
}
|
11366
|
+
|
11367
|
+
if (dirty & /*props*/ 1 && img_alt_value !== (img_alt_value = /*props*/ ctx[0].alt)) {
|
11368
|
+
attr(img, "alt", img_alt_value);
|
11369
|
+
}
|
11370
|
+
|
11371
|
+
if (dirty & /*imgStyle*/ 4) {
|
11372
|
+
attr(img, "style", /*imgStyle*/ ctx[2]);
|
11373
|
+
}
|
11374
|
+
|
11375
|
+
if (dirty & /*layerId*/ 2) {
|
11376
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
11377
|
+
}
|
11378
|
+
|
11379
|
+
if (dirty & /*style*/ 8) {
|
11380
|
+
attr(div, "style", /*style*/ ctx[3]);
|
11267
11381
|
}
|
11268
11382
|
},
|
11269
11383
|
i: noop,
|
11270
11384
|
o: noop,
|
11271
11385
|
d(detaching) {
|
11272
|
-
if (detaching) detach(
|
11386
|
+
if (detaching) detach(div);
|
11273
11387
|
}
|
11274
11388
|
};
|
11275
11389
|
}
|
11276
11390
|
|
11277
11391
|
function instance$w($$self, $$props, $$invalidate) {
|
11278
|
-
let
|
11392
|
+
let style;
|
11393
|
+
let imgStyle;
|
11394
|
+
let { props = {} } = $$props;
|
11395
|
+
let { layerId = '' } = $$props;
|
11396
|
+
|
11397
|
+
const VARIANTS = {
|
11398
|
+
shape: {
|
11399
|
+
circle: { borderRadius: '100%' },
|
11400
|
+
square: { borderRadius: '4px' }
|
11401
|
+
}
|
11402
|
+
};
|
11403
|
+
|
11404
|
+
const size = props.size ?? 64;
|
11279
11405
|
|
11280
11406
|
$$self.$$set = $$props => {
|
11281
|
-
if ('
|
11407
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
11408
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
11282
11409
|
};
|
11283
11410
|
|
11284
|
-
|
11411
|
+
$$self.$$.update = () => {
|
11412
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
11413
|
+
$$invalidate(3, style = objToStyle({
|
11414
|
+
width: `${size}px`,
|
11415
|
+
height: `${size}px`,
|
11416
|
+
...VARIANTS.shape[props.shape ?? 'square'],
|
11417
|
+
...props.bordered && { border: `1px solid #dbdbdb` },
|
11418
|
+
...toCssCommon(props)
|
11419
|
+
}));
|
11420
|
+
}
|
11421
|
+
};
|
11422
|
+
|
11423
|
+
$$invalidate(2, imgStyle = objToStyle({
|
11424
|
+
width: '100%',
|
11425
|
+
height: '100%',
|
11426
|
+
objectFit: 'cover'
|
11427
|
+
}));
|
11428
|
+
|
11429
|
+
return [props, layerId, imgStyle, style];
|
11285
11430
|
}
|
11286
11431
|
|
11287
|
-
class
|
11432
|
+
class Avatar extends SvelteComponent {
|
11288
11433
|
constructor(options) {
|
11289
11434
|
super();
|
11290
|
-
init(this, options, instance$w, create_fragment$w, safe_not_equal, {
|
11435
|
+
init(this, options, instance$w, create_fragment$w, safe_not_equal, { props: 0, layerId: 1 }, add_css$6);
|
11291
11436
|
}
|
11292
11437
|
}
|
11293
11438
|
|
11294
|
-
|
11439
|
+
const AVATAR_SIZE = {
|
11440
|
+
extra_small: 'XS(48 x 48)',
|
11441
|
+
small: 'S(64 x 64)',
|
11442
|
+
medium: 'M(88 x 88)',
|
11443
|
+
large: 'L(108 x 108)',
|
11444
|
+
extra_large: 'XL(128 x 128)',
|
11445
|
+
};
|
11446
|
+
const AVATAR_SHAPE = {
|
11447
|
+
circle: 'サークル',
|
11448
|
+
square: 'スクエア',
|
11449
|
+
};
|
11450
|
+
|
11451
|
+
/* src/components-v2/icon/variants/IconArrowDown.svelte generated by Svelte v3.53.1 */
|
11295
11452
|
|
11296
11453
|
function create_fragment$v(ctx) {
|
11297
11454
|
let svg;
|
@@ -11302,7 +11459,7 @@ function create_fragment$v(ctx) {
|
|
11302
11459
|
svg = svg_element("svg");
|
11303
11460
|
path = svg_element("path");
|
11304
11461
|
attr(path, "fill", /*color*/ ctx[0]);
|
11305
|
-
attr(path, "d", "
|
11462
|
+
attr(path, "d", "M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z");
|
11306
11463
|
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11307
11464
|
set_style(svg, "width", "100%");
|
11308
11465
|
set_style(svg, "height", "100%");
|
@@ -11335,19 +11492,70 @@ function instance$v($$self, $$props, $$invalidate) {
|
|
11335
11492
|
return [color];
|
11336
11493
|
}
|
11337
11494
|
|
11338
|
-
class
|
11495
|
+
class IconArrowDown extends SvelteComponent {
|
11339
11496
|
constructor(options) {
|
11340
11497
|
super();
|
11341
11498
|
init(this, options, instance$v, create_fragment$v, safe_not_equal, { color: 0 });
|
11342
11499
|
}
|
11343
11500
|
}
|
11344
11501
|
|
11345
|
-
/* src/components-v2/icon/variants/
|
11502
|
+
/* src/components-v2/icon/variants/IconArrowUp.svelte generated by Svelte v3.53.1 */
|
11346
11503
|
|
11347
11504
|
function create_fragment$u(ctx) {
|
11348
11505
|
let svg;
|
11349
11506
|
let path;
|
11350
11507
|
|
11508
|
+
return {
|
11509
|
+
c() {
|
11510
|
+
svg = svg_element("svg");
|
11511
|
+
path = svg_element("path");
|
11512
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11513
|
+
attr(path, "d", "M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z");
|
11514
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11515
|
+
set_style(svg, "width", "100%");
|
11516
|
+
set_style(svg, "height", "100%");
|
11517
|
+
attr(svg, "viewBox", "0 0 384 512");
|
11518
|
+
},
|
11519
|
+
m(target, anchor) {
|
11520
|
+
insert(target, svg, anchor);
|
11521
|
+
append(svg, path);
|
11522
|
+
},
|
11523
|
+
p(ctx, [dirty]) {
|
11524
|
+
if (dirty & /*color*/ 1) {
|
11525
|
+
attr(path, "fill", /*color*/ ctx[0]);
|
11526
|
+
}
|
11527
|
+
},
|
11528
|
+
i: noop,
|
11529
|
+
o: noop,
|
11530
|
+
d(detaching) {
|
11531
|
+
if (detaching) detach(svg);
|
11532
|
+
}
|
11533
|
+
};
|
11534
|
+
}
|
11535
|
+
|
11536
|
+
function instance$u($$self, $$props, $$invalidate) {
|
11537
|
+
let { color } = $$props;
|
11538
|
+
|
11539
|
+
$$self.$$set = $$props => {
|
11540
|
+
if ('color' in $$props) $$invalidate(0, color = $$props.color);
|
11541
|
+
};
|
11542
|
+
|
11543
|
+
return [color];
|
11544
|
+
}
|
11545
|
+
|
11546
|
+
class IconArrowUp extends SvelteComponent {
|
11547
|
+
constructor(options) {
|
11548
|
+
super();
|
11549
|
+
init(this, options, instance$u, create_fragment$u, safe_not_equal, { color: 0 });
|
11550
|
+
}
|
11551
|
+
}
|
11552
|
+
|
11553
|
+
/* src/components-v2/icon/variants/IconUsers.svelte generated by Svelte v3.53.1 */
|
11554
|
+
|
11555
|
+
function create_fragment$t(ctx) {
|
11556
|
+
let svg;
|
11557
|
+
let path;
|
11558
|
+
|
11351
11559
|
return {
|
11352
11560
|
c() {
|
11353
11561
|
svg = svg_element("svg");
|
@@ -11376,7 +11584,7 @@ function create_fragment$u(ctx) {
|
|
11376
11584
|
};
|
11377
11585
|
}
|
11378
11586
|
|
11379
|
-
function instance$
|
11587
|
+
function instance$t($$self, $$props, $$invalidate) {
|
11380
11588
|
let { color } = $$props;
|
11381
11589
|
|
11382
11590
|
$$self.$$set = $$props => {
|
@@ -11389,13 +11597,13 @@ function instance$u($$self, $$props, $$invalidate) {
|
|
11389
11597
|
class IconUsers extends SvelteComponent {
|
11390
11598
|
constructor(options) {
|
11391
11599
|
super();
|
11392
|
-
init(this, options, instance$
|
11600
|
+
init(this, options, instance$t, create_fragment$t, safe_not_equal, { color: 0 });
|
11393
11601
|
}
|
11394
11602
|
}
|
11395
11603
|
|
11396
11604
|
/* src/components-v2/icon/variants/IconArrowLeft.svelte generated by Svelte v3.53.1 */
|
11397
11605
|
|
11398
|
-
function create_fragment$
|
11606
|
+
function create_fragment$s(ctx) {
|
11399
11607
|
let svg;
|
11400
11608
|
let path;
|
11401
11609
|
|
@@ -11427,7 +11635,7 @@ function create_fragment$t(ctx) {
|
|
11427
11635
|
};
|
11428
11636
|
}
|
11429
11637
|
|
11430
|
-
function instance$
|
11638
|
+
function instance$s($$self, $$props, $$invalidate) {
|
11431
11639
|
let { color } = $$props;
|
11432
11640
|
|
11433
11641
|
$$self.$$set = $$props => {
|
@@ -11440,13 +11648,13 @@ function instance$t($$self, $$props, $$invalidate) {
|
|
11440
11648
|
class IconArrowLeft extends SvelteComponent {
|
11441
11649
|
constructor(options) {
|
11442
11650
|
super();
|
11443
|
-
init(this, options, instance$
|
11651
|
+
init(this, options, instance$s, create_fragment$s, safe_not_equal, { color: 0 });
|
11444
11652
|
}
|
11445
11653
|
}
|
11446
11654
|
|
11447
11655
|
/* src/components-v2/icon/variants/IconArrowRight.svelte generated by Svelte v3.53.1 */
|
11448
11656
|
|
11449
|
-
function create_fragment$
|
11657
|
+
function create_fragment$r(ctx) {
|
11450
11658
|
let svg;
|
11451
11659
|
let path;
|
11452
11660
|
|
@@ -11478,7 +11686,7 @@ function create_fragment$s(ctx) {
|
|
11478
11686
|
};
|
11479
11687
|
}
|
11480
11688
|
|
11481
|
-
function instance$
|
11689
|
+
function instance$r($$self, $$props, $$invalidate) {
|
11482
11690
|
let { color } = $$props;
|
11483
11691
|
|
11484
11692
|
$$self.$$set = $$props => {
|
@@ -11491,13 +11699,13 @@ function instance$s($$self, $$props, $$invalidate) {
|
|
11491
11699
|
class IconArrowRight extends SvelteComponent {
|
11492
11700
|
constructor(options) {
|
11493
11701
|
super();
|
11494
|
-
init(this, options, instance$
|
11702
|
+
init(this, options, instance$r, create_fragment$r, safe_not_equal, { color: 0 });
|
11495
11703
|
}
|
11496
11704
|
}
|
11497
11705
|
|
11498
11706
|
/* src/components-v2/icon/variants/IconBell.svelte generated by Svelte v3.53.1 */
|
11499
11707
|
|
11500
|
-
function create_fragment$
|
11708
|
+
function create_fragment$q(ctx) {
|
11501
11709
|
let svg;
|
11502
11710
|
let path;
|
11503
11711
|
|
@@ -11529,7 +11737,7 @@ function create_fragment$r(ctx) {
|
|
11529
11737
|
};
|
11530
11738
|
}
|
11531
11739
|
|
11532
|
-
function instance$
|
11740
|
+
function instance$q($$self, $$props, $$invalidate) {
|
11533
11741
|
let { color } = $$props;
|
11534
11742
|
|
11535
11743
|
$$self.$$set = $$props => {
|
@@ -11542,13 +11750,13 @@ function instance$r($$self, $$props, $$invalidate) {
|
|
11542
11750
|
class IconBell extends SvelteComponent {
|
11543
11751
|
constructor(options) {
|
11544
11752
|
super();
|
11545
|
-
init(this, options, instance$
|
11753
|
+
init(this, options, instance$q, create_fragment$q, safe_not_equal, { color: 0 });
|
11546
11754
|
}
|
11547
11755
|
}
|
11548
11756
|
|
11549
11757
|
/* src/components-v2/icon/variants/IconArrowUpFromSquare.svelte generated by Svelte v3.53.1 */
|
11550
11758
|
|
11551
|
-
function create_fragment$
|
11759
|
+
function create_fragment$p(ctx) {
|
11552
11760
|
let svg;
|
11553
11761
|
let path;
|
11554
11762
|
|
@@ -11580,7 +11788,7 @@ function create_fragment$q(ctx) {
|
|
11580
11788
|
};
|
11581
11789
|
}
|
11582
11790
|
|
11583
|
-
function instance$
|
11791
|
+
function instance$p($$self, $$props, $$invalidate) {
|
11584
11792
|
let { color } = $$props;
|
11585
11793
|
|
11586
11794
|
$$self.$$set = $$props => {
|
@@ -11593,13 +11801,13 @@ function instance$q($$self, $$props, $$invalidate) {
|
|
11593
11801
|
class IconArrowUpFromSquare extends SvelteComponent {
|
11594
11802
|
constructor(options) {
|
11595
11803
|
super();
|
11596
|
-
init(this, options, instance$
|
11804
|
+
init(this, options, instance$p, create_fragment$p, safe_not_equal, { color: 0 });
|
11597
11805
|
}
|
11598
11806
|
}
|
11599
11807
|
|
11600
11808
|
/* src/components-v2/icon/variants/IconTicket.svelte generated by Svelte v3.53.1 */
|
11601
11809
|
|
11602
|
-
function create_fragment$
|
11810
|
+
function create_fragment$o(ctx) {
|
11603
11811
|
let svg;
|
11604
11812
|
let path;
|
11605
11813
|
|
@@ -11631,7 +11839,7 @@ function create_fragment$p(ctx) {
|
|
11631
11839
|
};
|
11632
11840
|
}
|
11633
11841
|
|
11634
|
-
function instance$
|
11842
|
+
function instance$o($$self, $$props, $$invalidate) {
|
11635
11843
|
let { color } = $$props;
|
11636
11844
|
|
11637
11845
|
$$self.$$set = $$props => {
|
@@ -11644,13 +11852,13 @@ function instance$p($$self, $$props, $$invalidate) {
|
|
11644
11852
|
class IconTicket extends SvelteComponent {
|
11645
11853
|
constructor(options) {
|
11646
11854
|
super();
|
11647
|
-
init(this, options, instance$
|
11855
|
+
init(this, options, instance$o, create_fragment$o, safe_not_equal, { color: 0 });
|
11648
11856
|
}
|
11649
11857
|
}
|
11650
11858
|
|
11651
11859
|
/* src/components-v2/icon/variants/IconTrack.svelte generated by Svelte v3.53.1 */
|
11652
11860
|
|
11653
|
-
function create_fragment$
|
11861
|
+
function create_fragment$n(ctx) {
|
11654
11862
|
let svg;
|
11655
11863
|
let path;
|
11656
11864
|
|
@@ -11682,7 +11890,7 @@ function create_fragment$o(ctx) {
|
|
11682
11890
|
};
|
11683
11891
|
}
|
11684
11892
|
|
11685
|
-
function instance$
|
11893
|
+
function instance$n($$self, $$props, $$invalidate) {
|
11686
11894
|
let { color } = $$props;
|
11687
11895
|
|
11688
11896
|
$$self.$$set = $$props => {
|
@@ -11695,13 +11903,13 @@ function instance$o($$self, $$props, $$invalidate) {
|
|
11695
11903
|
class IconTrack extends SvelteComponent {
|
11696
11904
|
constructor(options) {
|
11697
11905
|
super();
|
11698
|
-
init(this, options, instance$
|
11906
|
+
init(this, options, instance$n, create_fragment$n, safe_not_equal, { color: 0 });
|
11699
11907
|
}
|
11700
11908
|
}
|
11701
11909
|
|
11702
11910
|
/* src/components-v2/icon/variants/IconCartShopping.svelte generated by Svelte v3.53.1 */
|
11703
11911
|
|
11704
|
-
function create_fragment$
|
11912
|
+
function create_fragment$m(ctx) {
|
11705
11913
|
let svg;
|
11706
11914
|
let path;
|
11707
11915
|
|
@@ -11733,7 +11941,7 @@ function create_fragment$n(ctx) {
|
|
11733
11941
|
};
|
11734
11942
|
}
|
11735
11943
|
|
11736
|
-
function instance$
|
11944
|
+
function instance$m($$self, $$props, $$invalidate) {
|
11737
11945
|
let { color } = $$props;
|
11738
11946
|
|
11739
11947
|
$$self.$$set = $$props => {
|
@@ -11746,13 +11954,13 @@ function instance$n($$self, $$props, $$invalidate) {
|
|
11746
11954
|
class IconCartShopping extends SvelteComponent {
|
11747
11955
|
constructor(options) {
|
11748
11956
|
super();
|
11749
|
-
init(this, options, instance$
|
11957
|
+
init(this, options, instance$m, create_fragment$m, safe_not_equal, { color: 0 });
|
11750
11958
|
}
|
11751
11959
|
}
|
11752
11960
|
|
11753
11961
|
/* src/components-v2/icon/variants/IconCircle.svelte generated by Svelte v3.53.1 */
|
11754
11962
|
|
11755
|
-
function create_fragment$
|
11963
|
+
function create_fragment$l(ctx) {
|
11756
11964
|
let svg;
|
11757
11965
|
let path;
|
11758
11966
|
|
@@ -11784,7 +11992,7 @@ function create_fragment$m(ctx) {
|
|
11784
11992
|
};
|
11785
11993
|
}
|
11786
11994
|
|
11787
|
-
function instance$
|
11995
|
+
function instance$l($$self, $$props, $$invalidate) {
|
11788
11996
|
let { color } = $$props;
|
11789
11997
|
|
11790
11998
|
$$self.$$set = $$props => {
|
@@ -11797,13 +12005,13 @@ function instance$m($$self, $$props, $$invalidate) {
|
|
11797
12005
|
class IconCircle extends SvelteComponent {
|
11798
12006
|
constructor(options) {
|
11799
12007
|
super();
|
11800
|
-
init(this, options, instance$
|
12008
|
+
init(this, options, instance$l, create_fragment$l, safe_not_equal, { color: 0 });
|
11801
12009
|
}
|
11802
12010
|
}
|
11803
12011
|
|
11804
12012
|
/* src/components-v2/icon/variants/IconCircleQuestion.svelte generated by Svelte v3.53.1 */
|
11805
12013
|
|
11806
|
-
function create_fragment$
|
12014
|
+
function create_fragment$k(ctx) {
|
11807
12015
|
let svg;
|
11808
12016
|
let path;
|
11809
12017
|
|
@@ -11835,7 +12043,7 @@ function create_fragment$l(ctx) {
|
|
11835
12043
|
};
|
11836
12044
|
}
|
11837
12045
|
|
11838
|
-
function instance$
|
12046
|
+
function instance$k($$self, $$props, $$invalidate) {
|
11839
12047
|
let { color } = $$props;
|
11840
12048
|
|
11841
12049
|
$$self.$$set = $$props => {
|
@@ -11848,13 +12056,13 @@ function instance$l($$self, $$props, $$invalidate) {
|
|
11848
12056
|
class IconCircleQuestion extends SvelteComponent {
|
11849
12057
|
constructor(options) {
|
11850
12058
|
super();
|
11851
|
-
init(this, options, instance$
|
12059
|
+
init(this, options, instance$k, create_fragment$k, safe_not_equal, { color: 0 });
|
11852
12060
|
}
|
11853
12061
|
}
|
11854
12062
|
|
11855
12063
|
/* src/components-v2/icon/variants/IconCheck.svelte generated by Svelte v3.53.1 */
|
11856
12064
|
|
11857
|
-
function create_fragment$
|
12065
|
+
function create_fragment$j(ctx) {
|
11858
12066
|
let svg;
|
11859
12067
|
let path;
|
11860
12068
|
|
@@ -11886,7 +12094,7 @@ function create_fragment$k(ctx) {
|
|
11886
12094
|
};
|
11887
12095
|
}
|
11888
12096
|
|
11889
|
-
function instance$
|
12097
|
+
function instance$j($$self, $$props, $$invalidate) {
|
11890
12098
|
let { color } = $$props;
|
11891
12099
|
|
11892
12100
|
$$self.$$set = $$props => {
|
@@ -11899,13 +12107,13 @@ function instance$k($$self, $$props, $$invalidate) {
|
|
11899
12107
|
class IconCheck extends SvelteComponent {
|
11900
12108
|
constructor(options) {
|
11901
12109
|
super();
|
11902
|
-
init(this, options, instance$
|
12110
|
+
init(this, options, instance$j, create_fragment$j, safe_not_equal, { color: 0 });
|
11903
12111
|
}
|
11904
12112
|
}
|
11905
12113
|
|
11906
12114
|
/* src/components-v2/icon/variants/IconXMark.svelte generated by Svelte v3.53.1 */
|
11907
12115
|
|
11908
|
-
function create_fragment$
|
12116
|
+
function create_fragment$i(ctx) {
|
11909
12117
|
let svg;
|
11910
12118
|
let path;
|
11911
12119
|
|
@@ -11937,7 +12145,7 @@ function create_fragment$j(ctx) {
|
|
11937
12145
|
};
|
11938
12146
|
}
|
11939
12147
|
|
11940
|
-
function instance$
|
12148
|
+
function instance$i($$self, $$props, $$invalidate) {
|
11941
12149
|
let { color } = $$props;
|
11942
12150
|
|
11943
12151
|
$$self.$$set = $$props => {
|
@@ -11950,13 +12158,13 @@ function instance$j($$self, $$props, $$invalidate) {
|
|
11950
12158
|
class IconXMark extends SvelteComponent {
|
11951
12159
|
constructor(options) {
|
11952
12160
|
super();
|
11953
|
-
init(this, options, instance$
|
12161
|
+
init(this, options, instance$i, create_fragment$i, safe_not_equal, { color: 0 });
|
11954
12162
|
}
|
11955
12163
|
}
|
11956
12164
|
|
11957
12165
|
/* src/components-v2/icon/variants/IconPaperPlane.svelte generated by Svelte v3.53.1 */
|
11958
12166
|
|
11959
|
-
function create_fragment$
|
12167
|
+
function create_fragment$h(ctx) {
|
11960
12168
|
let svg;
|
11961
12169
|
let path;
|
11962
12170
|
|
@@ -11988,7 +12196,7 @@ function create_fragment$i(ctx) {
|
|
11988
12196
|
};
|
11989
12197
|
}
|
11990
12198
|
|
11991
|
-
function instance$
|
12199
|
+
function instance$h($$self, $$props, $$invalidate) {
|
11992
12200
|
let { color } = $$props;
|
11993
12201
|
|
11994
12202
|
$$self.$$set = $$props => {
|
@@ -12001,13 +12209,13 @@ function instance$i($$self, $$props, $$invalidate) {
|
|
12001
12209
|
class IconPaperPlane extends SvelteComponent {
|
12002
12210
|
constructor(options) {
|
12003
12211
|
super();
|
12004
|
-
init(this, options, instance$
|
12212
|
+
init(this, options, instance$h, create_fragment$h, safe_not_equal, { color: 0 });
|
12005
12213
|
}
|
12006
12214
|
}
|
12007
12215
|
|
12008
12216
|
/* src/components-v2/icon/variants/IconCopy.svelte generated by Svelte v3.53.1 */
|
12009
12217
|
|
12010
|
-
function create_fragment$
|
12218
|
+
function create_fragment$g(ctx) {
|
12011
12219
|
let svg;
|
12012
12220
|
let path;
|
12013
12221
|
|
@@ -12039,7 +12247,7 @@ function create_fragment$h(ctx) {
|
|
12039
12247
|
};
|
12040
12248
|
}
|
12041
12249
|
|
12042
|
-
function instance$
|
12250
|
+
function instance$g($$self, $$props, $$invalidate) {
|
12043
12251
|
let { color } = $$props;
|
12044
12252
|
|
12045
12253
|
$$self.$$set = $$props => {
|
@@ -12052,13 +12260,13 @@ function instance$h($$self, $$props, $$invalidate) {
|
|
12052
12260
|
class IconCopy extends SvelteComponent {
|
12053
12261
|
constructor(options) {
|
12054
12262
|
super();
|
12055
|
-
init(this, options, instance$
|
12263
|
+
init(this, options, instance$g, create_fragment$g, safe_not_equal, { color: 0 });
|
12056
12264
|
}
|
12057
12265
|
}
|
12058
12266
|
|
12059
12267
|
/* src/components-v2/icon/variants/IconCircleXMark.svelte generated by Svelte v3.53.1 */
|
12060
12268
|
|
12061
|
-
function create_fragment$
|
12269
|
+
function create_fragment$f(ctx) {
|
12062
12270
|
let svg;
|
12063
12271
|
let path;
|
12064
12272
|
|
@@ -12090,7 +12298,7 @@ function create_fragment$g(ctx) {
|
|
12090
12298
|
};
|
12091
12299
|
}
|
12092
12300
|
|
12093
|
-
function instance$
|
12301
|
+
function instance$f($$self, $$props, $$invalidate) {
|
12094
12302
|
let { color } = $$props;
|
12095
12303
|
|
12096
12304
|
$$self.$$set = $$props => {
|
@@ -12103,13 +12311,13 @@ function instance$g($$self, $$props, $$invalidate) {
|
|
12103
12311
|
class IconCircleXMark extends SvelteComponent {
|
12104
12312
|
constructor(options) {
|
12105
12313
|
super();
|
12106
|
-
init(this, options, instance$
|
12314
|
+
init(this, options, instance$f, create_fragment$f, safe_not_equal, { color: 0 });
|
12107
12315
|
}
|
12108
12316
|
}
|
12109
12317
|
|
12110
12318
|
/* src/components-v2/icon/variants/IconHeart.svelte generated by Svelte v3.53.1 */
|
12111
12319
|
|
12112
|
-
function create_fragment$
|
12320
|
+
function create_fragment$e(ctx) {
|
12113
12321
|
let svg;
|
12114
12322
|
let path;
|
12115
12323
|
|
@@ -12141,7 +12349,7 @@ function create_fragment$f(ctx) {
|
|
12141
12349
|
};
|
12142
12350
|
}
|
12143
12351
|
|
12144
|
-
function instance$
|
12352
|
+
function instance$e($$self, $$props, $$invalidate) {
|
12145
12353
|
let { color } = $$props;
|
12146
12354
|
|
12147
12355
|
$$self.$$set = $$props => {
|
@@ -12154,13 +12362,13 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
12154
12362
|
class IconHeart extends SvelteComponent {
|
12155
12363
|
constructor(options) {
|
12156
12364
|
super();
|
12157
|
-
init(this, options, instance$
|
12365
|
+
init(this, options, instance$e, create_fragment$e, safe_not_equal, { color: 0 });
|
12158
12366
|
}
|
12159
12367
|
}
|
12160
12368
|
|
12161
12369
|
/* src/components-v2/icon/variants/IconMagnifyingGrass.svelte generated by Svelte v3.53.1 */
|
12162
12370
|
|
12163
|
-
function create_fragment$
|
12371
|
+
function create_fragment$d(ctx) {
|
12164
12372
|
let svg;
|
12165
12373
|
let path;
|
12166
12374
|
|
@@ -12192,7 +12400,7 @@ function create_fragment$e(ctx) {
|
|
12192
12400
|
};
|
12193
12401
|
}
|
12194
12402
|
|
12195
|
-
function instance$
|
12403
|
+
function instance$d($$self, $$props, $$invalidate) {
|
12196
12404
|
let { color } = $$props;
|
12197
12405
|
|
12198
12406
|
$$self.$$set = $$props => {
|
@@ -12205,13 +12413,13 @@ function instance$e($$self, $$props, $$invalidate) {
|
|
12205
12413
|
class IconMagnifyingGrass extends SvelteComponent {
|
12206
12414
|
constructor(options) {
|
12207
12415
|
super();
|
12208
|
-
init(this, options, instance$
|
12416
|
+
init(this, options, instance$d, create_fragment$d, safe_not_equal, { color: 0 });
|
12209
12417
|
}
|
12210
12418
|
}
|
12211
12419
|
|
12212
12420
|
/* src/components-v2/icon/variants/IconStar.svelte generated by Svelte v3.53.1 */
|
12213
12421
|
|
12214
|
-
function create_fragment$
|
12422
|
+
function create_fragment$c(ctx) {
|
12215
12423
|
let svg;
|
12216
12424
|
let path;
|
12217
12425
|
|
@@ -12243,7 +12451,7 @@ function create_fragment$d(ctx) {
|
|
12243
12451
|
};
|
12244
12452
|
}
|
12245
12453
|
|
12246
|
-
function instance$
|
12454
|
+
function instance$c($$self, $$props, $$invalidate) {
|
12247
12455
|
let { color } = $$props;
|
12248
12456
|
|
12249
12457
|
$$self.$$set = $$props => {
|
@@ -12256,13 +12464,13 @@ function instance$d($$self, $$props, $$invalidate) {
|
|
12256
12464
|
class IconStar extends SvelteComponent {
|
12257
12465
|
constructor(options) {
|
12258
12466
|
super();
|
12259
|
-
init(this, options, instance$
|
12467
|
+
init(this, options, instance$c, create_fragment$c, safe_not_equal, { color: 0 });
|
12260
12468
|
}
|
12261
12469
|
}
|
12262
12470
|
|
12263
12471
|
/* src/components-v2/icon/variants/IconCircleInfo.svelte generated by Svelte v3.53.1 */
|
12264
12472
|
|
12265
|
-
function create_fragment$
|
12473
|
+
function create_fragment$b(ctx) {
|
12266
12474
|
let svg;
|
12267
12475
|
let path;
|
12268
12476
|
|
@@ -12294,7 +12502,7 @@ function create_fragment$c(ctx) {
|
|
12294
12502
|
};
|
12295
12503
|
}
|
12296
12504
|
|
12297
|
-
function instance$
|
12505
|
+
function instance$b($$self, $$props, $$invalidate) {
|
12298
12506
|
let { color } = $$props;
|
12299
12507
|
|
12300
12508
|
$$self.$$set = $$props => {
|
@@ -12307,13 +12515,13 @@ function instance$c($$self, $$props, $$invalidate) {
|
|
12307
12515
|
class IconCircleInfo extends SvelteComponent {
|
12308
12516
|
constructor(options) {
|
12309
12517
|
super();
|
12310
|
-
init(this, options, instance$
|
12518
|
+
init(this, options, instance$b, create_fragment$b, safe_not_equal, { color: 0 });
|
12311
12519
|
}
|
12312
12520
|
}
|
12313
12521
|
|
12314
12522
|
/* src/components-v2/icon/variants/IconEnvelope.svelte generated by Svelte v3.53.1 */
|
12315
12523
|
|
12316
|
-
function create_fragment$
|
12524
|
+
function create_fragment$a(ctx) {
|
12317
12525
|
let svg;
|
12318
12526
|
let path;
|
12319
12527
|
|
@@ -12345,7 +12553,7 @@ function create_fragment$b(ctx) {
|
|
12345
12553
|
};
|
12346
12554
|
}
|
12347
12555
|
|
12348
|
-
function instance$
|
12556
|
+
function instance$a($$self, $$props, $$invalidate) {
|
12349
12557
|
let { color } = $$props;
|
12350
12558
|
|
12351
12559
|
$$self.$$set = $$props => {
|
@@ -12358,13 +12566,13 @@ function instance$b($$self, $$props, $$invalidate) {
|
|
12358
12566
|
class IconEnvelope extends SvelteComponent {
|
12359
12567
|
constructor(options) {
|
12360
12568
|
super();
|
12361
|
-
init(this, options, instance$
|
12569
|
+
init(this, options, instance$a, create_fragment$a, safe_not_equal, { color: 0 });
|
12362
12570
|
}
|
12363
12571
|
}
|
12364
12572
|
|
12365
12573
|
/* src/components-v2/icon/variants/IconGift.svelte generated by Svelte v3.53.1 */
|
12366
12574
|
|
12367
|
-
function create_fragment$
|
12575
|
+
function create_fragment$9(ctx) {
|
12368
12576
|
let svg;
|
12369
12577
|
let path;
|
12370
12578
|
|
@@ -12396,7 +12604,7 @@ function create_fragment$a(ctx) {
|
|
12396
12604
|
};
|
12397
12605
|
}
|
12398
12606
|
|
12399
|
-
function instance$
|
12607
|
+
function instance$9($$self, $$props, $$invalidate) {
|
12400
12608
|
let { color } = $$props;
|
12401
12609
|
|
12402
12610
|
$$self.$$set = $$props => {
|
@@ -12409,13 +12617,13 @@ function instance$a($$self, $$props, $$invalidate) {
|
|
12409
12617
|
class IconGift extends SvelteComponent {
|
12410
12618
|
constructor(options) {
|
12411
12619
|
super();
|
12412
|
-
init(this, options, instance$
|
12620
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { color: 0 });
|
12413
12621
|
}
|
12414
12622
|
}
|
12415
12623
|
|
12416
12624
|
/* src/components-v2/icon/variants/IconPaperclip.svelte generated by Svelte v3.53.1 */
|
12417
12625
|
|
12418
|
-
function create_fragment$
|
12626
|
+
function create_fragment$8(ctx) {
|
12419
12627
|
let svg;
|
12420
12628
|
let path;
|
12421
12629
|
|
@@ -12447,7 +12655,7 @@ function create_fragment$9(ctx) {
|
|
12447
12655
|
};
|
12448
12656
|
}
|
12449
12657
|
|
12450
|
-
function instance$
|
12658
|
+
function instance$8($$self, $$props, $$invalidate) {
|
12451
12659
|
let { color } = $$props;
|
12452
12660
|
|
12453
12661
|
$$self.$$set = $$props => {
|
@@ -12460,13 +12668,13 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
12460
12668
|
class IconPaperclip extends SvelteComponent {
|
12461
12669
|
constructor(options) {
|
12462
12670
|
super();
|
12463
|
-
init(this, options, instance$
|
12671
|
+
init(this, options, instance$8, create_fragment$8, safe_not_equal, { color: 0 });
|
12464
12672
|
}
|
12465
12673
|
}
|
12466
12674
|
|
12467
12675
|
/* src/components-v2/icon/variants/IconFire.svelte generated by Svelte v3.53.1 */
|
12468
12676
|
|
12469
|
-
function create_fragment$
|
12677
|
+
function create_fragment$7(ctx) {
|
12470
12678
|
let svg;
|
12471
12679
|
let path;
|
12472
12680
|
|
@@ -12498,7 +12706,7 @@ function create_fragment$8(ctx) {
|
|
12498
12706
|
};
|
12499
12707
|
}
|
12500
12708
|
|
12501
|
-
function instance$
|
12709
|
+
function instance$7($$self, $$props, $$invalidate) {
|
12502
12710
|
let { color } = $$props;
|
12503
12711
|
|
12504
12712
|
$$self.$$set = $$props => {
|
@@ -12511,13 +12719,13 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
12511
12719
|
class IconFire extends SvelteComponent {
|
12512
12720
|
constructor(options) {
|
12513
12721
|
super();
|
12514
|
-
init(this, options, instance$
|
12722
|
+
init(this, options, instance$7, create_fragment$7, safe_not_equal, { color: 0 });
|
12515
12723
|
}
|
12516
12724
|
}
|
12517
12725
|
|
12518
12726
|
/* src/components-v2/icon/variants/IconLink.svelte generated by Svelte v3.53.1 */
|
12519
12727
|
|
12520
|
-
function create_fragment$
|
12728
|
+
function create_fragment$6(ctx) {
|
12521
12729
|
let svg;
|
12522
12730
|
let path;
|
12523
12731
|
|
@@ -12549,7 +12757,7 @@ function create_fragment$7(ctx) {
|
|
12549
12757
|
};
|
12550
12758
|
}
|
12551
12759
|
|
12552
|
-
function instance$
|
12760
|
+
function instance$6($$self, $$props, $$invalidate) {
|
12553
12761
|
let { color } = $$props;
|
12554
12762
|
|
12555
12763
|
$$self.$$set = $$props => {
|
@@ -12562,7 +12770,7 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
12562
12770
|
class IconLink extends SvelteComponent {
|
12563
12771
|
constructor(options) {
|
12564
12772
|
super();
|
12565
|
-
init(this, options, instance$
|
12773
|
+
init(this, options, instance$6, create_fragment$6, safe_not_equal, { color: 0 });
|
12566
12774
|
}
|
12567
12775
|
}
|
12568
12776
|
|
@@ -12626,7 +12834,7 @@ const ICON_VARIANTS = {
|
|
12626
12834
|
x_mark: IconXMark,
|
12627
12835
|
};
|
12628
12836
|
// @ts-ignore
|
12629
|
-
[
|
12837
|
+
const ICON_PARAMS = [
|
12630
12838
|
{
|
12631
12839
|
id: 'variant',
|
12632
12840
|
name: 'アイコン',
|
@@ -12648,95 +12856,22 @@ const ICON_VARIANTS = {
|
|
12648
12856
|
},
|
12649
12857
|
];
|
12650
12858
|
|
12651
|
-
|
12652
|
-
let result = str.replace(/_/g, '-');
|
12653
|
-
result = result.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
|
12654
|
-
return result;
|
12655
|
-
};
|
12656
|
-
const objToStyle = (obj) => {
|
12657
|
-
const styles = Object.entries(obj)
|
12658
|
-
.map(([key, value]) => {
|
12659
|
-
if (value === undefined)
|
12660
|
-
return '';
|
12661
|
-
return `${toHyphenCase(key)}: ${value};`;
|
12662
|
-
})
|
12663
|
-
.filter(v => v !== '');
|
12664
|
-
return styles.join(' ');
|
12665
|
-
};
|
12859
|
+
/* src/components-v2/icon/Icon.svelte generated by Svelte v3.53.1 */
|
12666
12860
|
|
12667
|
-
|
12668
|
-
|
12669
|
-
|
12670
|
-
top: p?.top,
|
12671
|
-
left: p?.left,
|
12672
|
-
bottom: p?.bottom,
|
12673
|
-
right: p?.right,
|
12674
|
-
};
|
12675
|
-
};
|
12676
|
-
const toCssCommon = (p) => {
|
12677
|
-
return {
|
12678
|
-
...toCssPosition(p),
|
12679
|
-
};
|
12680
|
-
};
|
12681
|
-
const toCssBorder = (p) => {
|
12682
|
-
const borderWidth = p?.borderTopWidth ?? p?.borderRightWidth ?? p?.borderLeftWidth ?? p?.borderBottomWidth ?? null;
|
12683
|
-
if (borderWidth === null)
|
12684
|
-
return {};
|
12685
|
-
return {
|
12686
|
-
borderColor: p?.borderColor,
|
12687
|
-
borderStyle: 'solid',
|
12688
|
-
borderTopWidth: p?.borderTopWidth,
|
12689
|
-
borderLeftWidth: p?.borderLeftWidth,
|
12690
|
-
borderRightWidth: p?.borderRightWidth,
|
12691
|
-
borderBottomWidth: p?.borderBottomWidth,
|
12692
|
-
};
|
12693
|
-
};
|
12694
|
-
const toCssPadding = (p) => {
|
12695
|
-
return {
|
12696
|
-
paddingTop: p?.paddingTop,
|
12697
|
-
paddingLeft: p?.paddingLeft,
|
12698
|
-
paddingRight: p?.paddingRight,
|
12699
|
-
paddingBottom: p?.paddingBottom,
|
12700
|
-
};
|
12701
|
-
};
|
12702
|
-
const toCssBackgroundImage = (p) => {
|
12703
|
-
const url = p?.backgroundImageUrl;
|
12704
|
-
return {
|
12705
|
-
backgroundImage: url ? `url(${url})` : undefined,
|
12706
|
-
backgroundSize: url ? 'cover' : undefined,
|
12707
|
-
};
|
12708
|
-
};
|
12709
|
-
const toCssBackgroundColor = (p) => {
|
12710
|
-
return {
|
12711
|
-
backgroundColor: p?.backgroundColor,
|
12712
|
-
};
|
12713
|
-
};
|
12714
|
-
const toCssRadius = (p) => {
|
12715
|
-
return {
|
12716
|
-
borderTopLeftRadius: p?.borderTopLeftRadius,
|
12717
|
-
borderTopRightRadius: p?.borderTopRightRadius,
|
12718
|
-
borderBottomLeftRadius: p?.borderBottomLeftRadius,
|
12719
|
-
borderBottomRightRadius: p?.borderBottomRightRadius,
|
12720
|
-
};
|
12721
|
-
};
|
12722
|
-
const toCssShadow = (p) => {
|
12723
|
-
return {
|
12724
|
-
boxShadow: p?.shadow,
|
12725
|
-
};
|
12726
|
-
};
|
12727
|
-
|
12728
|
-
/* src/components-v2/icon/Icon.svelte generated by Svelte v3.53.1 */
|
12861
|
+
function add_css$5(target) {
|
12862
|
+
append_styles(target, "svelte-1mx2edd", ".icon.svelte-1mx2edd{display:inline-flex;align-items:center;overflow:hidden;width:auto}");
|
12863
|
+
}
|
12729
12864
|
|
12730
|
-
|
12865
|
+
// (15:0) {#if (IconComponent)}
|
12866
|
+
function create_if_block$1(ctx) {
|
12731
12867
|
let div;
|
12732
12868
|
let switch_instance;
|
12733
|
-
let div_style_value;
|
12734
12869
|
let current;
|
12735
|
-
var switch_value = /*IconComponent*/ ctx[
|
12870
|
+
var switch_value = /*IconComponent*/ ctx[2];
|
12736
12871
|
|
12737
12872
|
function switch_props(ctx) {
|
12738
12873
|
return {
|
12739
|
-
props: { color: /*props*/ ctx[
|
12874
|
+
props: { color: /*props*/ ctx[0].color ?? '#333' }
|
12740
12875
|
};
|
12741
12876
|
}
|
12742
12877
|
|
@@ -12748,9 +12883,9 @@ function create_if_block$3(ctx) {
|
|
12748
12883
|
c() {
|
12749
12884
|
div = element("div");
|
12750
12885
|
if (switch_instance) create_component(switch_instance.$$.fragment);
|
12751
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[
|
12752
|
-
attr(div, "
|
12753
|
-
attr(div, "style",
|
12886
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
12887
|
+
attr(div, "class", "icon svelte-1mx2edd");
|
12888
|
+
attr(div, "style", /*style*/ ctx[3]);
|
12754
12889
|
},
|
12755
12890
|
m(target, anchor) {
|
12756
12891
|
insert(target, div, anchor);
|
@@ -12759,9 +12894,9 @@ function create_if_block$3(ctx) {
|
|
12759
12894
|
},
|
12760
12895
|
p(ctx, dirty) {
|
12761
12896
|
const switch_instance_changes = {};
|
12762
|
-
if (dirty & /*props*/
|
12897
|
+
if (dirty & /*props*/ 1) switch_instance_changes.color = /*props*/ ctx[0].color ?? '#333';
|
12763
12898
|
|
12764
|
-
if (switch_value !== (switch_value = /*IconComponent*/ ctx[
|
12899
|
+
if (switch_value !== (switch_value = /*IconComponent*/ ctx[2])) {
|
12765
12900
|
if (switch_instance) {
|
12766
12901
|
group_outros();
|
12767
12902
|
const old_component = switch_instance;
|
@@ -12785,12 +12920,12 @@ function create_if_block$3(ctx) {
|
|
12785
12920
|
switch_instance.$set(switch_instance_changes);
|
12786
12921
|
}
|
12787
12922
|
|
12788
|
-
if (!current || dirty & /*layerId*/
|
12789
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[
|
12923
|
+
if (!current || dirty & /*layerId*/ 2) {
|
12924
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
12790
12925
|
}
|
12791
12926
|
|
12792
|
-
if (!current || dirty & /*style
|
12793
|
-
attr(div, "style",
|
12927
|
+
if (!current || dirty & /*style*/ 8) {
|
12928
|
+
attr(div, "style", /*style*/ ctx[3]);
|
12794
12929
|
}
|
12795
12930
|
},
|
12796
12931
|
i(local) {
|
@@ -12809,10 +12944,10 @@ function create_if_block$3(ctx) {
|
|
12809
12944
|
};
|
12810
12945
|
}
|
12811
12946
|
|
12812
|
-
function create_fragment$
|
12947
|
+
function create_fragment$5(ctx) {
|
12813
12948
|
let if_block_anchor;
|
12814
12949
|
let current;
|
12815
|
-
let if_block = /*IconComponent*/ ctx[
|
12950
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$1(ctx);
|
12816
12951
|
|
12817
12952
|
return {
|
12818
12953
|
c() {
|
@@ -12825,15 +12960,15 @@ function create_fragment$6(ctx) {
|
|
12825
12960
|
current = true;
|
12826
12961
|
},
|
12827
12962
|
p(ctx, [dirty]) {
|
12828
|
-
if (/*IconComponent*/ ctx[
|
12963
|
+
if (/*IconComponent*/ ctx[2]) {
|
12829
12964
|
if (if_block) {
|
12830
12965
|
if_block.p(ctx, dirty);
|
12831
12966
|
|
12832
|
-
if (dirty & /*IconComponent*/
|
12967
|
+
if (dirty & /*IconComponent*/ 4) {
|
12833
12968
|
transition_in(if_block, 1);
|
12834
12969
|
}
|
12835
12970
|
} else {
|
12836
|
-
if_block = create_if_block$
|
12971
|
+
if_block = create_if_block$1(ctx);
|
12837
12972
|
if_block.c();
|
12838
12973
|
transition_in(if_block, 1);
|
12839
12974
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -12864,67 +12999,60 @@ function create_fragment$6(ctx) {
|
|
12864
12999
|
};
|
12865
13000
|
}
|
12866
13001
|
|
12867
|
-
function instance$
|
13002
|
+
function instance$5($$self, $$props, $$invalidate) {
|
12868
13003
|
let style;
|
12869
13004
|
let IconComponent;
|
12870
|
-
let { layerId } = $$props;
|
12871
13005
|
let { props = {} } = $$props;
|
12872
|
-
let {
|
13006
|
+
let { layerId = '' } = $$props;
|
12873
13007
|
|
12874
13008
|
$$self.$$set = $$props => {
|
12875
|
-
if ('
|
12876
|
-
if ('
|
12877
|
-
if ('overrideStyle' in $$props) $$invalidate(2, overrideStyle = $$props.overrideStyle);
|
13009
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
13010
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
12878
13011
|
};
|
12879
13012
|
|
12880
13013
|
$$self.$$.update = () => {
|
12881
|
-
if ($$self.$$.dirty & /*props*/
|
12882
|
-
$$invalidate(
|
12883
|
-
display: 'inline-flex',
|
12884
|
-
alignItems: 'center',
|
12885
|
-
overflow: 'hidden',
|
12886
|
-
width: 'auto',
|
13014
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
13015
|
+
$$invalidate(3, style = objToStyle({
|
12887
13016
|
minWidth: props.size,
|
13017
|
+
width: props.size,
|
12888
13018
|
height: props.size,
|
12889
13019
|
...toCssCommon(props)
|
12890
13020
|
}));
|
12891
13021
|
}
|
12892
13022
|
|
12893
|
-
if ($$self.$$.dirty & /*props*/
|
12894
|
-
$$invalidate(
|
13023
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
13024
|
+
$$invalidate(2, IconComponent = ICON_VARIANTS[props.variant] ?? undefined);
|
12895
13025
|
}
|
12896
13026
|
};
|
12897
13027
|
|
12898
|
-
return [
|
13028
|
+
return [props, layerId, IconComponent, style];
|
12899
13029
|
}
|
12900
13030
|
|
12901
13031
|
class Icon extends SvelteComponent {
|
12902
13032
|
constructor(options) {
|
12903
13033
|
super();
|
12904
|
-
init(this, options, instance$
|
13034
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, { props: 0, layerId: 1 }, add_css$5);
|
12905
13035
|
}
|
12906
13036
|
}
|
12907
13037
|
|
12908
13038
|
/* src/components-v2/button/Button.svelte generated by Svelte v3.53.1 */
|
12909
13039
|
|
12910
|
-
function add_css(target) {
|
12911
|
-
append_styles(target, "svelte-
|
13040
|
+
function add_css$4(target) {
|
13041
|
+
append_styles(target, "svelte-kz1c6t", ".v2-button.svelte-kz1c6t{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;cursor:pointer;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.v2-button-icon.svelte-kz1c6t{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
12912
13042
|
}
|
12913
13043
|
|
12914
|
-
// (
|
12915
|
-
function create_if_block
|
13044
|
+
// (127:2) {#if (props.isIcon && props.iconVariant)}
|
13045
|
+
function create_if_block(ctx) {
|
12916
13046
|
let div;
|
12917
13047
|
let icon;
|
12918
13048
|
let current;
|
12919
13049
|
|
12920
13050
|
icon = new Icon({
|
12921
13051
|
props: {
|
12922
|
-
layerId: undefined,
|
12923
|
-
overrideStyle: undefined,
|
12924
13052
|
props: {
|
12925
|
-
variant: /*props*/ ctx[
|
13053
|
+
variant: /*props*/ ctx[0].iconVariant,
|
12926
13054
|
size: '1em',
|
12927
|
-
color: /*VARIANTS*/ ctx[
|
13055
|
+
color: /*VARIANTS*/ ctx[3].color[/*props*/ ctx[0].color ?? 'default'].color
|
12928
13056
|
}
|
12929
13057
|
}
|
12930
13058
|
});
|
@@ -12933,7 +13061,7 @@ function create_if_block$2(ctx) {
|
|
12933
13061
|
c() {
|
12934
13062
|
div = element("div");
|
12935
13063
|
create_component(icon.$$.fragment);
|
12936
|
-
attr(div, "class", "v2-button-icon svelte-
|
13064
|
+
attr(div, "class", "v2-button-icon svelte-kz1c6t");
|
12937
13065
|
},
|
12938
13066
|
m(target, anchor) {
|
12939
13067
|
insert(target, div, anchor);
|
@@ -12943,10 +13071,10 @@ function create_if_block$2(ctx) {
|
|
12943
13071
|
p(ctx, dirty) {
|
12944
13072
|
const icon_changes = {};
|
12945
13073
|
|
12946
|
-
if (dirty & /*props*/
|
12947
|
-
variant: /*props*/ ctx[
|
13074
|
+
if (dirty & /*props*/ 1) icon_changes.props = {
|
13075
|
+
variant: /*props*/ ctx[0].iconVariant,
|
12948
13076
|
size: '1em',
|
12949
|
-
color: /*VARIANTS*/ ctx[
|
13077
|
+
color: /*VARIANTS*/ ctx[3].color[/*props*/ ctx[0].color ?? 'default'].color
|
12950
13078
|
};
|
12951
13079
|
|
12952
13080
|
icon.$set(icon_changes);
|
@@ -12967,17 +13095,16 @@ function create_if_block$2(ctx) {
|
|
12967
13095
|
};
|
12968
13096
|
}
|
12969
13097
|
|
12970
|
-
function create_fragment$
|
13098
|
+
function create_fragment$4(ctx) {
|
12971
13099
|
let button;
|
12972
13100
|
let t0;
|
12973
13101
|
let span;
|
12974
|
-
let t1_value = /*props*/ ctx[
|
13102
|
+
let t1_value = /*props*/ ctx[0].label + "";
|
12975
13103
|
let t1;
|
12976
|
-
let button_style_value;
|
12977
13104
|
let current;
|
12978
13105
|
let mounted;
|
12979
13106
|
let dispose;
|
12980
|
-
let if_block = /*props*/ ctx[
|
13107
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block(ctx);
|
12981
13108
|
|
12982
13109
|
return {
|
12983
13110
|
c() {
|
@@ -12986,9 +13113,9 @@ function create_fragment$5(ctx) {
|
|
12986
13113
|
t0 = space();
|
12987
13114
|
span = element("span");
|
12988
13115
|
t1 = text(t1_value);
|
12989
|
-
attr(button, "data-layer-id", /*layerId*/ ctx[
|
12990
|
-
attr(button, "style",
|
12991
|
-
attr(button, "class", "v2-button svelte-
|
13116
|
+
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
13117
|
+
attr(button, "style", /*style*/ ctx[2]);
|
13118
|
+
attr(button, "class", "v2-button svelte-kz1c6t");
|
12992
13119
|
},
|
12993
13120
|
m(target, anchor) {
|
12994
13121
|
insert(target, button, anchor);
|
@@ -12999,20 +13126,20 @@ function create_fragment$5(ctx) {
|
|
12999
13126
|
current = true;
|
13000
13127
|
|
13001
13128
|
if (!mounted) {
|
13002
|
-
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[
|
13129
|
+
dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[4]));
|
13003
13130
|
mounted = true;
|
13004
13131
|
}
|
13005
13132
|
},
|
13006
13133
|
p(ctx, [dirty]) {
|
13007
|
-
if (/*props*/ ctx[
|
13134
|
+
if (/*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant) {
|
13008
13135
|
if (if_block) {
|
13009
13136
|
if_block.p(ctx, dirty);
|
13010
13137
|
|
13011
|
-
if (dirty & /*props*/
|
13138
|
+
if (dirty & /*props*/ 1) {
|
13012
13139
|
transition_in(if_block, 1);
|
13013
13140
|
}
|
13014
13141
|
} else {
|
13015
|
-
if_block = create_if_block
|
13142
|
+
if_block = create_if_block(ctx);
|
13016
13143
|
if_block.c();
|
13017
13144
|
transition_in(if_block, 1);
|
13018
13145
|
if_block.m(button, t0);
|
@@ -13027,14 +13154,14 @@ function create_fragment$5(ctx) {
|
|
13027
13154
|
check_outros();
|
13028
13155
|
}
|
13029
13156
|
|
13030
|
-
if ((!current || dirty & /*props*/
|
13157
|
+
if ((!current || dirty & /*props*/ 1) && t1_value !== (t1_value = /*props*/ ctx[0].label + "")) set_data(t1, t1_value);
|
13031
13158
|
|
13032
|
-
if (!current || dirty & /*layerId*/
|
13033
|
-
attr(button, "data-layer-id", /*layerId*/ ctx[
|
13159
|
+
if (!current || dirty & /*layerId*/ 2) {
|
13160
|
+
attr(button, "data-layer-id", /*layerId*/ ctx[1]);
|
13034
13161
|
}
|
13035
13162
|
|
13036
|
-
if (!current || dirty & /*style
|
13037
|
-
attr(button, "style",
|
13163
|
+
if (!current || dirty & /*style*/ 4) {
|
13164
|
+
attr(button, "style", /*style*/ ctx[2]);
|
13038
13165
|
}
|
13039
13166
|
},
|
13040
13167
|
i(local) {
|
@@ -13055,14 +13182,13 @@ function create_fragment$5(ctx) {
|
|
13055
13182
|
};
|
13056
13183
|
}
|
13057
13184
|
|
13058
|
-
function instance$
|
13185
|
+
function instance$4($$self, $$props, $$invalidate) {
|
13059
13186
|
let style;
|
13060
|
-
let { layerId = '' } = $$props;
|
13061
13187
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
13062
13188
|
let { eventName = '' } = $$props;
|
13063
13189
|
let { eventValue = undefined } = $$props;
|
13064
13190
|
let { props = {} } = $$props;
|
13065
|
-
let {
|
13191
|
+
let { layerId = '' } = $$props;
|
13066
13192
|
|
13067
13193
|
const VARIANTS = {
|
13068
13194
|
size: {
|
@@ -13095,7 +13221,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
13095
13221
|
large: {
|
13096
13222
|
minHeight: '48px',
|
13097
13223
|
paddingInline: '32px',
|
13098
|
-
fontSize: '
|
13224
|
+
fontSize: '14px',
|
13099
13225
|
paddingBlock: '10px',
|
13100
13226
|
lineHeight: 1.5,
|
13101
13227
|
borderRadius: '4px'
|
@@ -13152,17 +13278,16 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
13152
13278
|
}
|
13153
13279
|
|
13154
13280
|
$$self.$$set = $$props => {
|
13155
|
-
if ('
|
13156
|
-
if ('
|
13157
|
-
if ('
|
13158
|
-
if ('
|
13159
|
-
if ('
|
13160
|
-
if ('overrideStyle' in $$props) $$invalidate(2, overrideStyle = $$props.overrideStyle);
|
13281
|
+
if ('onClick' in $$props) $$invalidate(5, onClick = $$props.onClick);
|
13282
|
+
if ('eventName' in $$props) $$invalidate(6, eventName = $$props.eventName);
|
13283
|
+
if ('eventValue' in $$props) $$invalidate(7, eventValue = $$props.eventValue);
|
13284
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
13285
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
13161
13286
|
};
|
13162
13287
|
|
13163
13288
|
$$self.$$.update = () => {
|
13164
|
-
if ($$self.$$.dirty & /*props*/
|
13165
|
-
$$invalidate(
|
13289
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
13290
|
+
$$invalidate(2, style = objToStyle({
|
13166
13291
|
display: 'inline-flex',
|
13167
13292
|
gap: '0.65em',
|
13168
13293
|
alignItems: 'center',
|
@@ -13183,17 +13308,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
13183
13308
|
}
|
13184
13309
|
};
|
13185
13310
|
|
13186
|
-
return [
|
13187
|
-
layerId,
|
13188
|
-
props,
|
13189
|
-
overrideStyle,
|
13190
|
-
style,
|
13191
|
-
VARIANTS,
|
13192
|
-
handleClick,
|
13193
|
-
onClick,
|
13194
|
-
eventName,
|
13195
|
-
eventValue
|
13196
|
-
];
|
13311
|
+
return [props, layerId, style, VARIANTS, handleClick, onClick, eventName, eventValue];
|
13197
13312
|
}
|
13198
13313
|
|
13199
13314
|
class Button extends SvelteComponent {
|
@@ -13203,25 +13318,230 @@ class Button extends SvelteComponent {
|
|
13203
13318
|
init(
|
13204
13319
|
this,
|
13205
13320
|
options,
|
13206
|
-
instance$
|
13207
|
-
create_fragment$
|
13321
|
+
instance$4,
|
13322
|
+
create_fragment$4,
|
13208
13323
|
safe_not_equal,
|
13209
13324
|
{
|
13210
|
-
|
13211
|
-
|
13212
|
-
|
13213
|
-
|
13214
|
-
|
13215
|
-
overrideStyle: 2
|
13325
|
+
onClick: 5,
|
13326
|
+
eventName: 6,
|
13327
|
+
eventValue: 7,
|
13328
|
+
props: 0,
|
13329
|
+
layerId: 1
|
13216
13330
|
},
|
13217
|
-
add_css
|
13331
|
+
add_css$4
|
13218
13332
|
);
|
13219
13333
|
}
|
13220
13334
|
}
|
13221
13335
|
|
13336
|
+
const BUTTON_SIZE = {
|
13337
|
+
extra_small: 'XSmall',
|
13338
|
+
small: 'Small',
|
13339
|
+
medium: 'Medium',
|
13340
|
+
large: 'Large',
|
13341
|
+
extra_large: 'XLarge',
|
13342
|
+
};
|
13343
|
+
const BUTTON_COLOR = {
|
13344
|
+
default: 'デフォルト',
|
13345
|
+
theme: 'テーマカラー',
|
13346
|
+
alert: 'アラート',
|
13347
|
+
transparent: '背景なし',
|
13348
|
+
};
|
13349
|
+
const BUTTON_ROUND = {
|
13350
|
+
default: 'デフォルト',
|
13351
|
+
none: 'なし',
|
13352
|
+
fulled: '円形',
|
13353
|
+
};
|
13354
|
+
const BUTTON_LINK_TARGET = {
|
13355
|
+
_self: '画面内遷移',
|
13356
|
+
_blank: '別タブで開く',
|
13357
|
+
};
|
13358
|
+
const BUTTON_ICON_ANGLE = {
|
13359
|
+
row: '左側',
|
13360
|
+
'row-reverse': '右側',
|
13361
|
+
};
|
13362
|
+
|
13363
|
+
/* src/components-v2/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
13364
|
+
|
13365
|
+
function add_css$3(target) {
|
13366
|
+
append_styles(target, "svelte-1dgpo5m", ".close-button.svelte-1dgpo5m{display:inline-flex;align-items:center;justify-content:center;border-radius:100%;background:none;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}");
|
13367
|
+
}
|
13368
|
+
|
13369
|
+
function create_fragment$3(ctx) {
|
13370
|
+
let button;
|
13371
|
+
let svg;
|
13372
|
+
let path;
|
13373
|
+
|
13374
|
+
return {
|
13375
|
+
c() {
|
13376
|
+
button = element("button");
|
13377
|
+
svg = svg_element("svg");
|
13378
|
+
path = svg_element("path");
|
13379
|
+
attr(path, "d", "M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 Z");
|
13380
|
+
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
13381
|
+
set_style(svg, "width", "75%");
|
13382
|
+
set_style(svg, "height", "75%");
|
13383
|
+
attr(svg, "viewBox", "0 0 50 50");
|
13384
|
+
attr(svg, "fill", "#666666");
|
13385
|
+
attr(button, "data-layer-id", /*layerId*/ ctx[0]);
|
13386
|
+
attr(button, "class", "close-button svelte-1dgpo5m");
|
13387
|
+
attr(button, "style", /*style*/ ctx[1]);
|
13388
|
+
},
|
13389
|
+
m(target, anchor) {
|
13390
|
+
insert(target, button, anchor);
|
13391
|
+
append(button, svg);
|
13392
|
+
append(svg, path);
|
13393
|
+
},
|
13394
|
+
p(ctx, [dirty]) {
|
13395
|
+
if (dirty & /*layerId*/ 1) {
|
13396
|
+
attr(button, "data-layer-id", /*layerId*/ ctx[0]);
|
13397
|
+
}
|
13398
|
+
|
13399
|
+
if (dirty & /*style*/ 2) {
|
13400
|
+
attr(button, "style", /*style*/ ctx[1]);
|
13401
|
+
}
|
13402
|
+
},
|
13403
|
+
i: noop,
|
13404
|
+
o: noop,
|
13405
|
+
d(detaching) {
|
13406
|
+
if (detaching) detach(button);
|
13407
|
+
}
|
13408
|
+
};
|
13409
|
+
}
|
13410
|
+
|
13411
|
+
function instance$3($$self, $$props, $$invalidate) {
|
13412
|
+
let style;
|
13413
|
+
let { props = {} } = $$props;
|
13414
|
+
let { layerId = '' } = $$props;
|
13415
|
+
const size = props.size ?? 24;
|
13416
|
+
|
13417
|
+
$$self.$$set = $$props => {
|
13418
|
+
if ('props' in $$props) $$invalidate(2, props = $$props.props);
|
13419
|
+
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13420
|
+
};
|
13421
|
+
|
13422
|
+
$$self.$$.update = () => {
|
13423
|
+
if ($$self.$$.dirty & /*props*/ 4) {
|
13424
|
+
$$invalidate(1, style = objToStyle({
|
13425
|
+
width: `${size}px`,
|
13426
|
+
height: `${size}px`,
|
13427
|
+
...props.bordered && { border: '1px solid #666' },
|
13428
|
+
...toCssCommon(props)
|
13429
|
+
}));
|
13430
|
+
}
|
13431
|
+
};
|
13432
|
+
|
13433
|
+
return [layerId, style, props];
|
13434
|
+
}
|
13435
|
+
|
13436
|
+
class CloseButton extends SvelteComponent {
|
13437
|
+
constructor(options) {
|
13438
|
+
super();
|
13439
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, { props: 2, layerId: 0 }, add_css$3);
|
13440
|
+
}
|
13441
|
+
}
|
13442
|
+
|
13443
|
+
/* src/components-v2/image/Image.svelte generated by Svelte v3.53.1 */
|
13444
|
+
|
13445
|
+
function add_css$2(target) {
|
13446
|
+
append_styles(target, "svelte-vojroc", ".image.svelte-vojroc{display:flex;max-width:100%;align-items:center;justify-content:center;overflow:hidden}.image-object.svelte-vojroc{width:100%;overflow:hidden}.image-img.svelte-vojroc{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none}");
|
13447
|
+
}
|
13448
|
+
|
13449
|
+
function create_fragment$2(ctx) {
|
13450
|
+
let div;
|
13451
|
+
let object;
|
13452
|
+
let img;
|
13453
|
+
let img_src_value;
|
13454
|
+
let img_alt_value;
|
13455
|
+
|
13456
|
+
return {
|
13457
|
+
c() {
|
13458
|
+
div = element("div");
|
13459
|
+
object = element("object");
|
13460
|
+
img = element("img");
|
13461
|
+
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) attr(img, "src", img_src_value);
|
13462
|
+
attr(img, "alt", img_alt_value = /*props*/ ctx[0].alt);
|
13463
|
+
attr(img, "class", "image-img svelte-vojroc");
|
13464
|
+
attr(object, "style", /*objectStyle*/ ctx[2]);
|
13465
|
+
attr(object, "class", "image-object svelte-vojroc");
|
13466
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13467
|
+
attr(div, "class", "image svelte-vojroc");
|
13468
|
+
attr(div, "style", /*style*/ ctx[3]);
|
13469
|
+
},
|
13470
|
+
m(target, anchor) {
|
13471
|
+
insert(target, div, anchor);
|
13472
|
+
append(div, object);
|
13473
|
+
append(object, img);
|
13474
|
+
},
|
13475
|
+
p(ctx, [dirty]) {
|
13476
|
+
if (dirty & /*props*/ 1 && !src_url_equal(img.src, img_src_value = /*props*/ ctx[0].image)) {
|
13477
|
+
attr(img, "src", img_src_value);
|
13478
|
+
}
|
13479
|
+
|
13480
|
+
if (dirty & /*props*/ 1 && img_alt_value !== (img_alt_value = /*props*/ ctx[0].alt)) {
|
13481
|
+
attr(img, "alt", img_alt_value);
|
13482
|
+
}
|
13483
|
+
|
13484
|
+
if (dirty & /*objectStyle*/ 4) {
|
13485
|
+
attr(object, "style", /*objectStyle*/ ctx[2]);
|
13486
|
+
}
|
13487
|
+
|
13488
|
+
if (dirty & /*layerId*/ 2) {
|
13489
|
+
attr(div, "data-layer-id", /*layerId*/ ctx[1]);
|
13490
|
+
}
|
13491
|
+
|
13492
|
+
if (dirty & /*style*/ 8) {
|
13493
|
+
attr(div, "style", /*style*/ ctx[3]);
|
13494
|
+
}
|
13495
|
+
},
|
13496
|
+
i: noop,
|
13497
|
+
o: noop,
|
13498
|
+
d(detaching) {
|
13499
|
+
if (detaching) detach(div);
|
13500
|
+
}
|
13501
|
+
};
|
13502
|
+
}
|
13503
|
+
|
13504
|
+
function instance$2($$self, $$props, $$invalidate) {
|
13505
|
+
let style;
|
13506
|
+
let objectStyle;
|
13507
|
+
let { props = {} } = $$props;
|
13508
|
+
let { layerId = '' } = $$props;
|
13509
|
+
|
13510
|
+
$$self.$$set = $$props => {
|
13511
|
+
if ('props' in $$props) $$invalidate(0, props = $$props.props);
|
13512
|
+
if ('layerId' in $$props) $$invalidate(1, layerId = $$props.layerId);
|
13513
|
+
};
|
13514
|
+
|
13515
|
+
$$self.$$.update = () => {
|
13516
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
13517
|
+
$$invalidate(3, style = objToStyle({
|
13518
|
+
width: props.width ?? '100%',
|
13519
|
+
...toCssCommon(props)
|
13520
|
+
}));
|
13521
|
+
}
|
13522
|
+
|
13523
|
+
if ($$self.$$.dirty & /*props*/ 1) {
|
13524
|
+
$$invalidate(2, objectStyle = objToStyle({ aspectRatio: props.aspect }));
|
13525
|
+
}
|
13526
|
+
};
|
13527
|
+
|
13528
|
+
return [props, layerId, objectStyle, style];
|
13529
|
+
}
|
13530
|
+
|
13531
|
+
class Image extends SvelteComponent {
|
13532
|
+
constructor(options) {
|
13533
|
+
super();
|
13534
|
+
init(this, options, instance$2, create_fragment$2, safe_not_equal, { props: 0, layerId: 1 }, add_css$2);
|
13535
|
+
}
|
13536
|
+
}
|
13537
|
+
|
13222
13538
|
/* src/components-v2/layout/Layout.svelte generated by Svelte v3.53.1 */
|
13223
13539
|
|
13224
|
-
function
|
13540
|
+
function add_css$1(target) {
|
13541
|
+
append_styles(target, "svelte-1g6q4hu", ".layout.svelte-1g6q4hu{margin:0}");
|
13542
|
+
}
|
13543
|
+
|
13544
|
+
function create_fragment$1(ctx) {
|
13225
13545
|
let div;
|
13226
13546
|
let current;
|
13227
13547
|
const default_slot_template = /*#slots*/ ctx[4].default;
|
@@ -13232,7 +13552,7 @@ function create_fragment$4(ctx) {
|
|
13232
13552
|
div = element("div");
|
13233
13553
|
if (default_slot) default_slot.c();
|
13234
13554
|
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
13235
|
-
attr(div, "
|
13555
|
+
attr(div, "class", "layout svelte-1g6q4hu");
|
13236
13556
|
attr(div, "style", /*style*/ ctx[1]);
|
13237
13557
|
},
|
13238
13558
|
m(target, anchor) {
|
@@ -13284,15 +13604,15 @@ function create_fragment$4(ctx) {
|
|
13284
13604
|
};
|
13285
13605
|
}
|
13286
13606
|
|
13287
|
-
function instance$
|
13607
|
+
function instance$1($$self, $$props, $$invalidate) {
|
13288
13608
|
let style;
|
13289
13609
|
let { $$slots: slots = {}, $$scope } = $$props;
|
13290
|
-
let { layerId = undefined } = $$props;
|
13291
13610
|
let { props = {} } = $$props;
|
13611
|
+
let { layerId = '' } = $$props;
|
13292
13612
|
|
13293
13613
|
$$self.$$set = $$props => {
|
13294
|
-
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13295
13614
|
if ('props' in $$props) $$invalidate(2, props = $$props.props);
|
13615
|
+
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13296
13616
|
if ('$$scope' in $$props) $$invalidate(3, $$scope = $$props.$$scope);
|
13297
13617
|
};
|
13298
13618
|
|
@@ -13308,7 +13628,7 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
13308
13628
|
width: props.width,
|
13309
13629
|
...toCssShadow(props),
|
13310
13630
|
...toCssRadius(props),
|
13311
|
-
...toCssBackgroundImage(props
|
13631
|
+
...toCssBackgroundImage(props),
|
13312
13632
|
...toCssBackgroundColor(props),
|
13313
13633
|
...toCssCommon(props),
|
13314
13634
|
...toCssPadding(props),
|
@@ -13323,19 +13643,29 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
13323
13643
|
class Layout extends SvelteComponent {
|
13324
13644
|
constructor(options) {
|
13325
13645
|
super();
|
13326
|
-
init(this, options, instance$
|
13646
|
+
init(this, options, instance$1, create_fragment$1, safe_not_equal, { props: 2, layerId: 0 }, add_css$1);
|
13327
13647
|
}
|
13328
13648
|
}
|
13329
13649
|
|
13650
|
+
const LAYOUT_DISPLAY_TYPE = ['inline-flex', 'flex', 'block'];
|
13651
|
+
const LAYOUT_DIRECTION = ['column', 'column-reverse', 'row', 'row-reverse'];
|
13652
|
+
const LAYOUT_ALIGN = ['flex-start', 'center', 'flex-end'];
|
13653
|
+
const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
13654
|
+
|
13330
13655
|
/* src/components-v2/text/Text.svelte generated by Svelte v3.53.1 */
|
13331
13656
|
|
13332
|
-
function
|
13657
|
+
function add_css(target) {
|
13658
|
+
append_styles(target, "svelte-1vl0c87", ".text.svelte-1vl0c87{margin:0;word-break:break-all}");
|
13659
|
+
}
|
13660
|
+
|
13661
|
+
function create_fragment(ctx) {
|
13333
13662
|
let p;
|
13334
13663
|
|
13335
13664
|
return {
|
13336
13665
|
c() {
|
13337
13666
|
p = element("p");
|
13338
13667
|
attr(p, "data-layer-id", /*layerId*/ ctx[0]);
|
13668
|
+
attr(p, "class", "text svelte-1vl0c87");
|
13339
13669
|
attr(p, "style", /*style*/ ctx[1]);
|
13340
13670
|
},
|
13341
13671
|
m(target, anchor) {
|
@@ -13360,15 +13690,15 @@ function create_fragment$3(ctx) {
|
|
13360
13690
|
};
|
13361
13691
|
}
|
13362
13692
|
|
13363
|
-
function instance
|
13693
|
+
function instance($$self, $$props, $$invalidate) {
|
13364
13694
|
let escapedHTML;
|
13365
13695
|
let style;
|
13366
|
-
let { layerId } = $$props;
|
13367
13696
|
let { props = { content: '' } } = $$props;
|
13697
|
+
let { layerId = '' } = $$props;
|
13368
13698
|
|
13369
13699
|
$$self.$$set = $$props => {
|
13370
|
-
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13371
13700
|
if ('props' in $$props) $$invalidate(3, props = $$props.props);
|
13701
|
+
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13372
13702
|
};
|
13373
13703
|
|
13374
13704
|
$$self.$$.update = () => {
|
@@ -13378,13 +13708,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
13378
13708
|
|
13379
13709
|
if ($$self.$$.dirty & /*props*/ 8) {
|
13380
13710
|
$$invalidate(1, style = objToStyle({
|
13381
|
-
margin: 0,
|
13382
13711
|
position: props?.position ?? 'static',
|
13383
13712
|
fontWeight: props.fontWeight,
|
13384
13713
|
fontSize: props.fontSize,
|
13385
13714
|
color: props.color,
|
13386
13715
|
textAlign: props.align,
|
13387
|
-
wordBreak: 'break-all',
|
13388
13716
|
width: props.width,
|
13389
13717
|
...toCssRadius(props),
|
13390
13718
|
...toCssBackgroundColor(props),
|
@@ -13401,374 +13729,11 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
13401
13729
|
class Text extends SvelteComponent {
|
13402
13730
|
constructor(options) {
|
13403
13731
|
super();
|
13404
|
-
init(this, options, instance
|
13732
|
+
init(this, options, instance, create_fragment, safe_not_equal, { props: 3, layerId: 0 }, add_css);
|
13405
13733
|
}
|
13406
13734
|
}
|
13407
13735
|
|
13408
|
-
|
13409
|
-
|
13410
|
-
function create_if_block$1(ctx) {
|
13411
|
-
let div;
|
13412
|
-
let img;
|
13413
|
-
let img_src_value;
|
13414
|
-
let div_style_value;
|
13415
|
-
|
13416
|
-
return {
|
13417
|
-
c() {
|
13418
|
-
div = element("div");
|
13419
|
-
img = element("img");
|
13420
|
-
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[1].image)) attr(img, "src", img_src_value);
|
13421
|
-
attr(img, "alt", "");
|
13422
|
-
attr(img, "style", /*imgStyle*/ ctx[3]);
|
13423
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
13424
|
-
attr(div, "data-component-id", "avatar");
|
13425
|
-
attr(div, "style", div_style_value = [/*style*/ ctx[4], /*overrideStyle*/ ctx[2]].join(' '));
|
13426
|
-
},
|
13427
|
-
m(target, anchor) {
|
13428
|
-
insert(target, div, anchor);
|
13429
|
-
append(div, img);
|
13430
|
-
},
|
13431
|
-
p(ctx, dirty) {
|
13432
|
-
if (dirty & /*props*/ 2 && !src_url_equal(img.src, img_src_value = /*props*/ ctx[1].image)) {
|
13433
|
-
attr(img, "src", img_src_value);
|
13434
|
-
}
|
13435
|
-
|
13436
|
-
if (dirty & /*imgStyle*/ 8) {
|
13437
|
-
attr(img, "style", /*imgStyle*/ ctx[3]);
|
13438
|
-
}
|
13439
|
-
|
13440
|
-
if (dirty & /*layerId*/ 1) {
|
13441
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
13442
|
-
}
|
13443
|
-
|
13444
|
-
if (dirty & /*style, overrideStyle*/ 20 && div_style_value !== (div_style_value = [/*style*/ ctx[4], /*overrideStyle*/ ctx[2]].join(' '))) {
|
13445
|
-
attr(div, "style", div_style_value);
|
13446
|
-
}
|
13447
|
-
},
|
13448
|
-
d(detaching) {
|
13449
|
-
if (detaching) detach(div);
|
13450
|
-
}
|
13451
|
-
};
|
13452
|
-
}
|
13453
|
-
|
13454
|
-
function create_fragment$2(ctx) {
|
13455
|
-
let if_block_anchor;
|
13456
|
-
let if_block = /*props*/ ctx[1].image && create_if_block$1(ctx);
|
13457
|
-
|
13458
|
-
return {
|
13459
|
-
c() {
|
13460
|
-
if (if_block) if_block.c();
|
13461
|
-
if_block_anchor = empty();
|
13462
|
-
},
|
13463
|
-
m(target, anchor) {
|
13464
|
-
if (if_block) if_block.m(target, anchor);
|
13465
|
-
insert(target, if_block_anchor, anchor);
|
13466
|
-
},
|
13467
|
-
p(ctx, [dirty]) {
|
13468
|
-
if (/*props*/ ctx[1].image) {
|
13469
|
-
if (if_block) {
|
13470
|
-
if_block.p(ctx, dirty);
|
13471
|
-
} else {
|
13472
|
-
if_block = create_if_block$1(ctx);
|
13473
|
-
if_block.c();
|
13474
|
-
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
13475
|
-
}
|
13476
|
-
} else if (if_block) {
|
13477
|
-
if_block.d(1);
|
13478
|
-
if_block = null;
|
13479
|
-
}
|
13480
|
-
},
|
13481
|
-
i: noop,
|
13482
|
-
o: noop,
|
13483
|
-
d(detaching) {
|
13484
|
-
if (if_block) if_block.d(detaching);
|
13485
|
-
if (detaching) detach(if_block_anchor);
|
13486
|
-
}
|
13487
|
-
};
|
13488
|
-
}
|
13489
|
-
|
13490
|
-
function instance$2($$self, $$props, $$invalidate) {
|
13491
|
-
let style;
|
13492
|
-
let imgStyle;
|
13493
|
-
let { layerId = '' } = $$props;
|
13494
|
-
let { props = {} } = $$props;
|
13495
|
-
let { overrideStyle } = $$props;
|
13496
|
-
|
13497
|
-
const VARIANTS = {
|
13498
|
-
shape: {
|
13499
|
-
circle: { borderRadius: '100%' },
|
13500
|
-
square: { borderRadius: '4px' }
|
13501
|
-
}
|
13502
|
-
};
|
13503
|
-
|
13504
|
-
const size = props.size ?? 64;
|
13505
|
-
|
13506
|
-
$$self.$$set = $$props => {
|
13507
|
-
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13508
|
-
if ('props' in $$props) $$invalidate(1, props = $$props.props);
|
13509
|
-
if ('overrideStyle' in $$props) $$invalidate(2, overrideStyle = $$props.overrideStyle);
|
13510
|
-
};
|
13511
|
-
|
13512
|
-
$$self.$$.update = () => {
|
13513
|
-
if ($$self.$$.dirty & /*props*/ 2) {
|
13514
|
-
$$invalidate(4, style = objToStyle({
|
13515
|
-
display: 'flex',
|
13516
|
-
alignItems: 'center',
|
13517
|
-
overflow: 'hidden',
|
13518
|
-
flexShrink: 0,
|
13519
|
-
width: `${size}px`,
|
13520
|
-
height: `${size}px`,
|
13521
|
-
...VARIANTS.shape[props.shape ?? 'square'],
|
13522
|
-
...props.bordered && { border: `1px solid #dbdbdb` },
|
13523
|
-
...toCssCommon(props)
|
13524
|
-
}));
|
13525
|
-
}
|
13526
|
-
};
|
13527
|
-
|
13528
|
-
$$invalidate(3, imgStyle = objToStyle({
|
13529
|
-
width: '100%',
|
13530
|
-
height: '100%',
|
13531
|
-
objectFit: 'cover'
|
13532
|
-
}));
|
13533
|
-
|
13534
|
-
return [layerId, props, overrideStyle, imgStyle, style];
|
13535
|
-
}
|
13536
|
-
|
13537
|
-
class Avatar extends SvelteComponent {
|
13538
|
-
constructor(options) {
|
13539
|
-
super();
|
13540
|
-
init(this, options, instance$2, create_fragment$2, safe_not_equal, { layerId: 0, props: 1, overrideStyle: 2 });
|
13541
|
-
}
|
13542
|
-
}
|
13543
|
-
|
13544
|
-
/* src/components-v2/image/Image.svelte generated by Svelte v3.53.1 */
|
13545
|
-
|
13546
|
-
function create_if_block(ctx) {
|
13547
|
-
let div;
|
13548
|
-
let object;
|
13549
|
-
let img;
|
13550
|
-
let img_src_value;
|
13551
|
-
let div_style_value;
|
13552
|
-
|
13553
|
-
return {
|
13554
|
-
c() {
|
13555
|
-
div = element("div");
|
13556
|
-
object = element("object");
|
13557
|
-
img = element("img");
|
13558
|
-
if (!src_url_equal(img.src, img_src_value = /*props*/ ctx[1].image)) attr(img, "src", img_src_value);
|
13559
|
-
attr(img, "alt", "");
|
13560
|
-
attr(img, "style", /*imgStyle*/ ctx[3]);
|
13561
|
-
attr(object, "style", /*objectStyle*/ ctx[4]);
|
13562
|
-
attr(object, "title", "");
|
13563
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
13564
|
-
attr(div, "style", div_style_value = [/*style*/ ctx[5], /*overrideStyle*/ ctx[2]].join(' '));
|
13565
|
-
},
|
13566
|
-
m(target, anchor) {
|
13567
|
-
insert(target, div, anchor);
|
13568
|
-
append(div, object);
|
13569
|
-
append(object, img);
|
13570
|
-
},
|
13571
|
-
p(ctx, dirty) {
|
13572
|
-
if (dirty & /*props*/ 2 && !src_url_equal(img.src, img_src_value = /*props*/ ctx[1].image)) {
|
13573
|
-
attr(img, "src", img_src_value);
|
13574
|
-
}
|
13575
|
-
|
13576
|
-
if (dirty & /*imgStyle*/ 8) {
|
13577
|
-
attr(img, "style", /*imgStyle*/ ctx[3]);
|
13578
|
-
}
|
13579
|
-
|
13580
|
-
if (dirty & /*objectStyle*/ 16) {
|
13581
|
-
attr(object, "style", /*objectStyle*/ ctx[4]);
|
13582
|
-
}
|
13583
|
-
|
13584
|
-
if (dirty & /*layerId*/ 1) {
|
13585
|
-
attr(div, "data-layer-id", /*layerId*/ ctx[0]);
|
13586
|
-
}
|
13587
|
-
|
13588
|
-
if (dirty & /*style, overrideStyle*/ 36 && div_style_value !== (div_style_value = [/*style*/ ctx[5], /*overrideStyle*/ ctx[2]].join(' '))) {
|
13589
|
-
attr(div, "style", div_style_value);
|
13590
|
-
}
|
13591
|
-
},
|
13592
|
-
d(detaching) {
|
13593
|
-
if (detaching) detach(div);
|
13594
|
-
}
|
13595
|
-
};
|
13596
|
-
}
|
13597
|
-
|
13598
|
-
function create_fragment$1(ctx) {
|
13599
|
-
let if_block_anchor;
|
13600
|
-
let if_block = /*props*/ ctx[1].image && create_if_block(ctx);
|
13601
|
-
|
13602
|
-
return {
|
13603
|
-
c() {
|
13604
|
-
if (if_block) if_block.c();
|
13605
|
-
if_block_anchor = empty();
|
13606
|
-
},
|
13607
|
-
m(target, anchor) {
|
13608
|
-
if (if_block) if_block.m(target, anchor);
|
13609
|
-
insert(target, if_block_anchor, anchor);
|
13610
|
-
},
|
13611
|
-
p(ctx, [dirty]) {
|
13612
|
-
if (/*props*/ ctx[1].image) {
|
13613
|
-
if (if_block) {
|
13614
|
-
if_block.p(ctx, dirty);
|
13615
|
-
} else {
|
13616
|
-
if_block = create_if_block(ctx);
|
13617
|
-
if_block.c();
|
13618
|
-
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
13619
|
-
}
|
13620
|
-
} else if (if_block) {
|
13621
|
-
if_block.d(1);
|
13622
|
-
if_block = null;
|
13623
|
-
}
|
13624
|
-
},
|
13625
|
-
i: noop,
|
13626
|
-
o: noop,
|
13627
|
-
d(detaching) {
|
13628
|
-
if (if_block) if_block.d(detaching);
|
13629
|
-
if (detaching) detach(if_block_anchor);
|
13630
|
-
}
|
13631
|
-
};
|
13632
|
-
}
|
13633
|
-
|
13634
|
-
function instance$1($$self, $$props, $$invalidate) {
|
13635
|
-
let style;
|
13636
|
-
let objectStyle;
|
13637
|
-
let imgStyle;
|
13638
|
-
let { layerId } = $$props;
|
13639
|
-
let { props = {} } = $$props;
|
13640
|
-
let { overrideStyle } = $$props;
|
13641
|
-
|
13642
|
-
$$self.$$set = $$props => {
|
13643
|
-
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13644
|
-
if ('props' in $$props) $$invalidate(1, props = $$props.props);
|
13645
|
-
if ('overrideStyle' in $$props) $$invalidate(2, overrideStyle = $$props.overrideStyle);
|
13646
|
-
};
|
13647
|
-
|
13648
|
-
$$self.$$.update = () => {
|
13649
|
-
if ($$self.$$.dirty & /*props*/ 2) {
|
13650
|
-
$$invalidate(5, style = objToStyle({
|
13651
|
-
width: props.width,
|
13652
|
-
display: 'flex',
|
13653
|
-
maxWidth: '100%',
|
13654
|
-
alignItems: 'center',
|
13655
|
-
justifyContent: 'center',
|
13656
|
-
overflow: 'hidden',
|
13657
|
-
wordBreak: 'break-all',
|
13658
|
-
...toCssCommon(props)
|
13659
|
-
}));
|
13660
|
-
}
|
13661
|
-
|
13662
|
-
if ($$self.$$.dirty & /*props*/ 2) {
|
13663
|
-
$$invalidate(4, objectStyle = objToStyle({
|
13664
|
-
width: '100%',
|
13665
|
-
aspectRatio: props.aspect,
|
13666
|
-
overflow: 'hidden'
|
13667
|
-
}));
|
13668
|
-
}
|
13669
|
-
};
|
13670
|
-
|
13671
|
-
$$invalidate(3, imgStyle = objToStyle({
|
13672
|
-
width: '100%',
|
13673
|
-
height: '100%',
|
13674
|
-
objectFit: 'cover',
|
13675
|
-
userSelect: 'none'
|
13676
|
-
}));
|
13677
|
-
|
13678
|
-
return [layerId, props, overrideStyle, imgStyle, objectStyle, style];
|
13679
|
-
}
|
13680
|
-
|
13681
|
-
class Image extends SvelteComponent {
|
13682
|
-
constructor(options) {
|
13683
|
-
super();
|
13684
|
-
init(this, options, instance$1, create_fragment$1, safe_not_equal, { layerId: 0, props: 1, overrideStyle: 2 });
|
13685
|
-
}
|
13686
|
-
}
|
13687
|
-
|
13688
|
-
/* src/components-v2/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
13689
|
-
|
13690
|
-
function create_fragment(ctx) {
|
13691
|
-
let button;
|
13692
|
-
let svg;
|
13693
|
-
let path;
|
13694
|
-
let button_style_value;
|
13695
|
-
|
13696
|
-
return {
|
13697
|
-
c() {
|
13698
|
-
button = element("button");
|
13699
|
-
svg = svg_element("svg");
|
13700
|
-
path = svg_element("path");
|
13701
|
-
attr(path, "d", "M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 Z");
|
13702
|
-
attr(svg, "xmlns", "http://www.w3.org/2000/svg");
|
13703
|
-
set_style(svg, "width", "75%");
|
13704
|
-
set_style(svg, "height", "75%");
|
13705
|
-
attr(svg, "viewBox", "0 0 50 50");
|
13706
|
-
attr(svg, "fill", "#666666");
|
13707
|
-
attr(button, "data-layer-id", /*layerId*/ ctx[0]);
|
13708
|
-
attr(button, "style", button_style_value = [/*style*/ ctx[2], /*overrideStyle*/ ctx[1]].join(' '));
|
13709
|
-
},
|
13710
|
-
m(target, anchor) {
|
13711
|
-
insert(target, button, anchor);
|
13712
|
-
append(button, svg);
|
13713
|
-
append(svg, path);
|
13714
|
-
},
|
13715
|
-
p(ctx, [dirty]) {
|
13716
|
-
if (dirty & /*layerId*/ 1) {
|
13717
|
-
attr(button, "data-layer-id", /*layerId*/ ctx[0]);
|
13718
|
-
}
|
13719
|
-
|
13720
|
-
if (dirty & /*style, overrideStyle*/ 6 && button_style_value !== (button_style_value = [/*style*/ ctx[2], /*overrideStyle*/ ctx[1]].join(' '))) {
|
13721
|
-
attr(button, "style", button_style_value);
|
13722
|
-
}
|
13723
|
-
},
|
13724
|
-
i: noop,
|
13725
|
-
o: noop,
|
13726
|
-
d(detaching) {
|
13727
|
-
if (detaching) detach(button);
|
13728
|
-
}
|
13729
|
-
};
|
13730
|
-
}
|
13731
|
-
|
13732
|
-
function instance($$self, $$props, $$invalidate) {
|
13733
|
-
let style;
|
13734
|
-
let { layerId } = $$props;
|
13735
|
-
let { props = {} } = $$props;
|
13736
|
-
let { overrideStyle } = $$props;
|
13737
|
-
const size = props.size ?? 24;
|
13738
|
-
|
13739
|
-
$$self.$$set = $$props => {
|
13740
|
-
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
13741
|
-
if ('props' in $$props) $$invalidate(3, props = $$props.props);
|
13742
|
-
if ('overrideStyle' in $$props) $$invalidate(1, overrideStyle = $$props.overrideStyle);
|
13743
|
-
};
|
13744
|
-
|
13745
|
-
$$self.$$.update = () => {
|
13746
|
-
if ($$self.$$.dirty & /*props*/ 8) {
|
13747
|
-
$$invalidate(2, style = objToStyle({
|
13748
|
-
display: 'inline-flex',
|
13749
|
-
alignItems: 'center',
|
13750
|
-
justifyContent: 'center',
|
13751
|
-
borderRadius: '100%',
|
13752
|
-
background: 'none',
|
13753
|
-
border: 0,
|
13754
|
-
outline: 0,
|
13755
|
-
transition: 'background-color 0.12s, border-color 0.12s, color 0.12s',
|
13756
|
-
width: `${size}px`,
|
13757
|
-
height: `${size}px`,
|
13758
|
-
...props.bordered && { border: '1px solid #666' },
|
13759
|
-
...toCssCommon(props)
|
13760
|
-
}));
|
13761
|
-
}
|
13762
|
-
};
|
13763
|
-
|
13764
|
-
return [layerId, overrideStyle, style, props];
|
13765
|
-
}
|
13766
|
-
|
13767
|
-
class CloseButton extends SvelteComponent {
|
13768
|
-
constructor(options) {
|
13769
|
-
super();
|
13770
|
-
init(this, options, instance, create_fragment, safe_not_equal, { layerId: 0, props: 3, overrideStyle: 1 });
|
13771
|
-
}
|
13772
|
-
}
|
13736
|
+
const LAYER_TEXT_ALIGN_VALUES = ['center', 'left', 'right'];
|
13737
|
+
const LAYER_TEXT_FONT_WEIGHT_VALUES = ['bold', 'normal'];
|
13773
13738
|
|
13774
|
-
export { ACTION_HOOK_LABEL, Alignments, AnimationStyles, BackgroundSizes, Box, 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, FlexDirections, FlexItem, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYOUT_COMPONENT_NAMES, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, Repeats, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, Avatar as V2Avatar, Button as V2Button, CloseButton as V2CloseButton, Icon as V2Icon, Image as V2Image, Layout as V2Layout, Text as V2Text, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, 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 };
|
13739
|
+
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_COLOR, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_ROUND, BUTTON_SIZE, BackgroundSizes, Box, COMPONENT_PARAMETER_TYPES, 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, FlexDirections, FlexItem, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_PARAMS, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_ALIGN_VALUES, LAYER_TEXT_FONT_WEIGHT_VALUES, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, Repeats, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, Avatar as V2Avatar, Button as V2Button, CloseButton as V2CloseButton, Icon as V2Icon, Image as V2Image, Layout as V2Layout, Text as V2Text, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, 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 };
|