@plaidev/karte-action-sdk 1.1.240-28699628.92de725f → 1.1.240-28705110.ea89b047
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +27 -1
- package/dist/hydrate/index.es.js +306 -257
- package/dist/index.es.d.ts +27 -1
- package/dist/index.es.js +287 -245
- package/dist/templates.cjs.js +1 -0
- package/dist/templates.js +1 -0
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -1776,6 +1776,8 @@ function createModal(App, options = {
|
|
1776
1776
|
context: { api_key: '', collection_endpoint: undefined },
|
1777
1777
|
}) {
|
1778
1778
|
let app = null;
|
1779
|
+
let hasAlreadySentMessageOpenEvent = false;
|
1780
|
+
let hasAlreadySentMessageCloseEvent = false;
|
1779
1781
|
const data = getVariables();
|
1780
1782
|
const actionProps = {
|
1781
1783
|
send: options.send,
|
@@ -1786,8 +1788,9 @@ function createModal(App, options = {
|
|
1786
1788
|
if (!app) {
|
1787
1789
|
return NOOP;
|
1788
1790
|
}
|
1789
|
-
if (trigger !== 'auto') {
|
1791
|
+
if (trigger !== 'auto' && !hasAlreadySentMessageCloseEvent) {
|
1790
1792
|
options.send('message_close', { trigger, state: getState$1() });
|
1793
|
+
hasAlreadySentMessageCloseEvent = true;
|
1791
1794
|
}
|
1792
1795
|
options.send('_message_state_changed', {
|
1793
1796
|
trigger,
|
@@ -1829,8 +1832,9 @@ function createModal(App, options = {
|
|
1829
1832
|
if (!result.success)
|
1830
1833
|
return;
|
1831
1834
|
}
|
1832
|
-
if (
|
1835
|
+
if (!hasAlreadySentMessageOpenEvent) {
|
1833
1836
|
options.send('message_open', { state: getState$1() });
|
1837
|
+
hasAlreadySentMessageOpenEvent = true;
|
1834
1838
|
}
|
1835
1839
|
options.send('_message_state_changed', {
|
1836
1840
|
trigger,
|
@@ -2832,7 +2836,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
2832
2836
|
|
2833
2837
|
/* src/components/Header.svelte generated by Svelte v3.53.1 */
|
2834
2838
|
|
2835
|
-
function create_if_block$
|
2839
|
+
function create_if_block$f(ctx) {
|
2836
2840
|
let link;
|
2837
2841
|
|
2838
2842
|
return {
|
@@ -2865,7 +2869,7 @@ function create_if_block$e(ctx) {
|
|
2865
2869
|
|
2866
2870
|
function create_fragment$1a(ctx) {
|
2867
2871
|
let head;
|
2868
|
-
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$
|
2872
|
+
let if_block = /*googleFontUrl*/ ctx[0] && create_if_block$f(ctx);
|
2869
2873
|
|
2870
2874
|
return {
|
2871
2875
|
c() {
|
@@ -2887,7 +2891,7 @@ function create_fragment$1a(ctx) {
|
|
2887
2891
|
if (if_block) {
|
2888
2892
|
if_block.p(ctx, dirty);
|
2889
2893
|
} else {
|
2890
|
-
if_block = create_if_block$
|
2894
|
+
if_block = create_if_block$f(ctx);
|
2891
2895
|
if_block.c();
|
2892
2896
|
if_block.m(head, null);
|
2893
2897
|
}
|
@@ -3029,7 +3033,7 @@ function add_css$F(target) {
|
|
3029
3033
|
}
|
3030
3034
|
|
3031
3035
|
// (23:0) {#if $state === path}
|
3032
|
-
function create_if_block$
|
3036
|
+
function create_if_block$e(ctx) {
|
3033
3037
|
let div;
|
3034
3038
|
let t;
|
3035
3039
|
let current;
|
@@ -3104,7 +3108,7 @@ function create_if_block$d(ctx) {
|
|
3104
3108
|
function create_fragment$18(ctx) {
|
3105
3109
|
let if_block_anchor;
|
3106
3110
|
let current;
|
3107
|
-
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$
|
3111
|
+
let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$e(ctx);
|
3108
3112
|
|
3109
3113
|
return {
|
3110
3114
|
c() {
|
@@ -3129,7 +3133,7 @@ function create_fragment$18(ctx) {
|
|
3129
3133
|
transition_in(if_block, 1);
|
3130
3134
|
}
|
3131
3135
|
} else {
|
3132
|
-
if_block = create_if_block$
|
3136
|
+
if_block = create_if_block$e(ctx);
|
3133
3137
|
if_block.c();
|
3134
3138
|
transition_in(if_block, 1);
|
3135
3139
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3323,7 +3327,7 @@ function add_css$E(target) {
|
|
3323
3327
|
}
|
3324
3328
|
|
3325
3329
|
// (14:0) {#if backgroundOverlay}
|
3326
|
-
function create_if_block$
|
3330
|
+
function create_if_block$d(ctx) {
|
3327
3331
|
let div;
|
3328
3332
|
let div_class_value;
|
3329
3333
|
let mounted;
|
@@ -3365,7 +3369,7 @@ function create_if_block$c(ctx) {
|
|
3365
3369
|
|
3366
3370
|
function create_fragment$17(ctx) {
|
3367
3371
|
let if_block_anchor;
|
3368
|
-
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$
|
3372
|
+
let if_block = /*backgroundOverlay*/ ctx[0] && create_if_block$d(ctx);
|
3369
3373
|
|
3370
3374
|
return {
|
3371
3375
|
c() {
|
@@ -3385,7 +3389,7 @@ function create_fragment$17(ctx) {
|
|
3385
3389
|
if (if_block) {
|
3386
3390
|
if_block.p(ctx, dirty);
|
3387
3391
|
} else {
|
3388
|
-
if_block = create_if_block$
|
3392
|
+
if_block = create_if_block$d(ctx);
|
3389
3393
|
if_block.c();
|
3390
3394
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3391
3395
|
}
|
@@ -3743,7 +3747,7 @@ function create_if_block_1$3(ctx) {
|
|
3743
3747
|
}
|
3744
3748
|
|
3745
3749
|
// (31:0) {#if disabled}
|
3746
|
-
function create_if_block$
|
3750
|
+
function create_if_block$c(ctx) {
|
3747
3751
|
let div;
|
3748
3752
|
let current;
|
3749
3753
|
const default_slot_template = /*#slots*/ ctx[9].default;
|
@@ -3816,7 +3820,7 @@ function create_fragment$16(ctx) {
|
|
3816
3820
|
let if_block;
|
3817
3821
|
let if_block_anchor;
|
3818
3822
|
let current;
|
3819
|
-
const if_block_creators = [create_if_block$
|
3823
|
+
const if_block_creators = [create_if_block$c, create_if_block_1$3, create_if_block_2$2, create_else_block$5];
|
3820
3824
|
const if_blocks = [];
|
3821
3825
|
|
3822
3826
|
function select_block_type(ctx, dirty) {
|
@@ -4022,7 +4026,7 @@ function create_else_block$4(ctx) {
|
|
4022
4026
|
}
|
4023
4027
|
|
4024
4028
|
// (266:24)
|
4025
|
-
function create_if_block_3
|
4029
|
+
function create_if_block_3(ctx) {
|
4026
4030
|
let backgroundoverlay0;
|
4027
4031
|
let t;
|
4028
4032
|
let backgroundoverlay1;
|
@@ -4109,7 +4113,7 @@ function create_if_block_2$1(ctx) {
|
|
4109
4113
|
}
|
4110
4114
|
|
4111
4115
|
// (280:0) {#if visible}
|
4112
|
-
function create_if_block$
|
4116
|
+
function create_if_block$b(ctx) {
|
4113
4117
|
let div;
|
4114
4118
|
let button;
|
4115
4119
|
let div_class_value;
|
@@ -4445,7 +4449,7 @@ function create_fragment$15(ctx) {
|
|
4445
4449
|
let current;
|
4446
4450
|
let mounted;
|
4447
4451
|
let dispose;
|
4448
|
-
const if_block_creators = [create_if_block_2$1, create_if_block_3
|
4452
|
+
const if_block_creators = [create_if_block_2$1, create_if_block_3, create_else_block$4];
|
4449
4453
|
const if_blocks = [];
|
4450
4454
|
|
4451
4455
|
function select_block_type(ctx, dirty) {
|
@@ -4457,7 +4461,7 @@ function create_fragment$15(ctx) {
|
|
4457
4461
|
|
4458
4462
|
current_block_type_index = select_block_type(ctx);
|
4459
4463
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4460
|
-
let if_block1 = /*visible*/ ctx[16] && create_if_block$
|
4464
|
+
let if_block1 = /*visible*/ ctx[16] && create_if_block$b(ctx);
|
4461
4465
|
|
4462
4466
|
return {
|
4463
4467
|
c() {
|
@@ -4523,7 +4527,7 @@ function create_fragment$15(ctx) {
|
|
4523
4527
|
transition_in(if_block1, 1);
|
4524
4528
|
}
|
4525
4529
|
} else {
|
4526
|
-
if_block1 = create_if_block$
|
4530
|
+
if_block1 = create_if_block$b(ctx);
|
4527
4531
|
if_block1.c();
|
4528
4532
|
transition_in(if_block1, 1);
|
4529
4533
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -5191,7 +5195,7 @@ function create_else_block$3(ctx) {
|
|
5191
5195
|
}
|
5192
5196
|
|
5193
5197
|
// (11:2) {#if item.match(regexp)}
|
5194
|
-
function create_if_block$
|
5198
|
+
function create_if_block$a(ctx) {
|
5195
5199
|
let br;
|
5196
5200
|
|
5197
5201
|
return {
|
@@ -5219,7 +5223,7 @@ function create_each_block$6(ctx) {
|
|
5219
5223
|
function select_block_type(ctx, dirty) {
|
5220
5224
|
if (dirty & /*items*/ 1) show_if = null;
|
5221
5225
|
if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
|
5222
|
-
if (show_if) return create_if_block$
|
5226
|
+
if (show_if) return create_if_block$a;
|
5223
5227
|
return create_else_block$3;
|
5224
5228
|
}
|
5225
5229
|
|
@@ -5423,7 +5427,7 @@ function create_else_block$2(ctx) {
|
|
5423
5427
|
}
|
5424
5428
|
|
5425
5429
|
// (80:2) {#if enableCopy}
|
5426
|
-
function create_if_block$
|
5430
|
+
function create_if_block$9(ctx) {
|
5427
5431
|
let a;
|
5428
5432
|
let div0;
|
5429
5433
|
let rendertext;
|
@@ -5541,7 +5545,7 @@ function create_fragment$11(ctx) {
|
|
5541
5545
|
let current_block_type_index;
|
5542
5546
|
let if_block;
|
5543
5547
|
let current;
|
5544
|
-
const if_block_creators = [create_if_block$
|
5548
|
+
const if_block_creators = [create_if_block$9, create_else_block$2];
|
5545
5549
|
const if_blocks = [];
|
5546
5550
|
|
5547
5551
|
function select_block_type(ctx, dirty) {
|
@@ -7616,7 +7620,7 @@ function create_else_block$1(ctx) {
|
|
7616
7620
|
}
|
7617
7621
|
|
7618
7622
|
// (105:10) {#if option}
|
7619
|
-
function create_if_block$
|
7623
|
+
function create_if_block$8(ctx) {
|
7620
7624
|
let t_value = /*option*/ ctx[19] + "";
|
7621
7625
|
let t;
|
7622
7626
|
|
@@ -7647,7 +7651,7 @@ function create_each_block$4(ctx) {
|
|
7647
7651
|
let option_selected_value;
|
7648
7652
|
|
7649
7653
|
function select_block_type(ctx, dirty) {
|
7650
|
-
if (/*option*/ ctx[19]) return create_if_block$
|
7654
|
+
if (/*option*/ ctx[19]) return create_if_block$8;
|
7651
7655
|
return create_else_block$1;
|
7652
7656
|
}
|
7653
7657
|
|
@@ -9307,7 +9311,7 @@ function create_if_block_1$1(ctx) {
|
|
9307
9311
|
}
|
9308
9312
|
|
9309
9313
|
// (380:2) {#if isVisibleNextButton}
|
9310
|
-
function create_if_block$
|
9314
|
+
function create_if_block$7(ctx) {
|
9311
9315
|
let div;
|
9312
9316
|
let button;
|
9313
9317
|
let svg;
|
@@ -9451,7 +9455,7 @@ function create_fragment$N(ctx) {
|
|
9451
9455
|
const default_slot_template = /*#slots*/ ctx[32].default;
|
9452
9456
|
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[31], null);
|
9453
9457
|
let if_block0 = /*isVisiblePrevButton*/ ctx[12] && create_if_block_1$1(ctx);
|
9454
|
-
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$
|
9458
|
+
let if_block1 = /*isVisibleNextButton*/ ctx[11] && create_if_block$7(ctx);
|
9455
9459
|
let each_value = /*items*/ ctx[1];
|
9456
9460
|
let each_blocks = [];
|
9457
9461
|
|
@@ -9590,7 +9594,7 @@ function create_fragment$N(ctx) {
|
|
9590
9594
|
if (if_block1) {
|
9591
9595
|
if_block1.p(ctx, dirty);
|
9592
9596
|
} else {
|
9593
|
-
if_block1 = create_if_block$
|
9597
|
+
if_block1 = create_if_block$7(ctx);
|
9594
9598
|
if_block1.c();
|
9595
9599
|
if_block1.m(div3, t2);
|
9596
9600
|
}
|
@@ -10606,7 +10610,7 @@ function add_css$g(target) {
|
|
10606
10610
|
}
|
10607
10611
|
|
10608
10612
|
// (56:4) {#if svg}
|
10609
|
-
function create_if_block$
|
10613
|
+
function create_if_block$6(ctx) {
|
10610
10614
|
let html_tag;
|
10611
10615
|
let html_anchor;
|
10612
10616
|
|
@@ -10641,7 +10645,7 @@ function create_if_block$5(ctx) {
|
|
10641
10645
|
// (55:2) <Button {onClick} {style} {eventName}>
|
10642
10646
|
function create_default_slot$1(ctx) {
|
10643
10647
|
let if_block_anchor;
|
10644
|
-
let if_block = /*svg*/ ctx[3] && create_if_block$
|
10648
|
+
let if_block = /*svg*/ ctx[3] && create_if_block$6(ctx);
|
10645
10649
|
|
10646
10650
|
return {
|
10647
10651
|
c() {
|
@@ -10661,7 +10665,7 @@ function create_default_slot$1(ctx) {
|
|
10661
10665
|
if (if_block) {
|
10662
10666
|
if_block.p(ctx, dirty);
|
10663
10667
|
} else {
|
10664
|
-
if_block = create_if_block$
|
10668
|
+
if_block = create_if_block$6(ctx);
|
10665
10669
|
if_block.c();
|
10666
10670
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
10667
10671
|
}
|
@@ -13976,7 +13980,7 @@ function add_css$8(target) {
|
|
13976
13980
|
}
|
13977
13981
|
|
13978
13982
|
// (20:0) {#if (IconComponent)}
|
13979
|
-
function create_if_block$
|
13983
|
+
function create_if_block$5(ctx) {
|
13980
13984
|
let div;
|
13981
13985
|
let switch_instance;
|
13982
13986
|
let current;
|
@@ -14075,7 +14079,7 @@ function create_if_block$4(ctx) {
|
|
14075
14079
|
function create_fragment$8(ctx) {
|
14076
14080
|
let if_block_anchor;
|
14077
14081
|
let current;
|
14078
|
-
let if_block = /*IconComponent*/ ctx[2] && create_if_block$
|
14082
|
+
let if_block = /*IconComponent*/ ctx[2] && create_if_block$5(ctx);
|
14079
14083
|
|
14080
14084
|
return {
|
14081
14085
|
c() {
|
@@ -14100,7 +14104,7 @@ function create_fragment$8(ctx) {
|
|
14100
14104
|
transition_in(if_block, 1);
|
14101
14105
|
}
|
14102
14106
|
} else {
|
14103
|
-
if_block = create_if_block$
|
14107
|
+
if_block = create_if_block$5(ctx);
|
14104
14108
|
if_block.c();
|
14105
14109
|
transition_in(if_block, 1);
|
14106
14110
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -14272,7 +14276,7 @@ function add_css$7(target) {
|
|
14272
14276
|
}
|
14273
14277
|
|
14274
14278
|
// (47:2) {#if (props.isIcon && props.iconVariant)}
|
14275
|
-
function create_if_block$
|
14279
|
+
function create_if_block$4(ctx) {
|
14276
14280
|
let div;
|
14277
14281
|
let icon;
|
14278
14282
|
let current;
|
@@ -14342,7 +14346,7 @@ function create_fragment$7(ctx) {
|
|
14342
14346
|
let current;
|
14343
14347
|
let mounted;
|
14344
14348
|
let dispose;
|
14345
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
14349
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$4(ctx);
|
14346
14350
|
|
14347
14351
|
return {
|
14348
14352
|
c() {
|
@@ -14397,7 +14401,7 @@ function create_fragment$7(ctx) {
|
|
14397
14401
|
transition_in(if_block, 1);
|
14398
14402
|
}
|
14399
14403
|
} else {
|
14400
|
-
if_block = create_if_block$
|
14404
|
+
if_block = create_if_block$4(ctx);
|
14401
14405
|
if_block.c();
|
14402
14406
|
transition_in(if_block, 1);
|
14403
14407
|
if_block.m(button, t0);
|
@@ -14554,7 +14558,7 @@ function add_css$6(target) {
|
|
14554
14558
|
}
|
14555
14559
|
|
14556
14560
|
// (103:4) {#if props.isIcon && props.iconVariant}
|
14557
|
-
function create_if_block$
|
14561
|
+
function create_if_block$3(ctx) {
|
14558
14562
|
let div;
|
14559
14563
|
let icon;
|
14560
14564
|
let current;
|
@@ -14624,7 +14628,7 @@ function create_fragment$6(ctx) {
|
|
14624
14628
|
let current;
|
14625
14629
|
let mounted;
|
14626
14630
|
let dispose;
|
14627
|
-
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$
|
14631
|
+
let if_block = /*props*/ ctx[0].isIcon && /*props*/ ctx[0].iconVariant && create_if_block$3(ctx);
|
14628
14632
|
|
14629
14633
|
return {
|
14630
14634
|
c() {
|
@@ -14679,7 +14683,7 @@ function create_fragment$6(ctx) {
|
|
14679
14683
|
transition_in(if_block, 1);
|
14680
14684
|
}
|
14681
14685
|
} else {
|
14682
|
-
if_block = create_if_block$
|
14686
|
+
if_block = create_if_block$3(ctx);
|
14683
14687
|
if_block.c();
|
14684
14688
|
transition_in(if_block, 1);
|
14685
14689
|
if_block.m(button, t0);
|
@@ -14873,22 +14877,86 @@ const TEXT_BUTTON_ICON_ANGLE = {
|
|
14873
14877
|
'row-reverse': '右側',
|
14874
14878
|
};
|
14875
14879
|
|
14880
|
+
const CLOSE_BUTTON_PLACEMENT = {
|
14881
|
+
topRight: 'topRight',
|
14882
|
+
topLeft: 'topLeft',
|
14883
|
+
bottomRight: 'bottomRight',
|
14884
|
+
bottomLeft: 'bottomLeft',
|
14885
|
+
};
|
14886
|
+
const CLOSE_BUTTON_ROUND = {
|
14887
|
+
default: 'デフォルト',
|
14888
|
+
none: 'なし',
|
14889
|
+
fulled: '円形',
|
14890
|
+
};
|
14891
|
+
const CLOSE_BUTTON_LABEL_PLACEMENT = {
|
14892
|
+
right: 'right',
|
14893
|
+
left: 'left',
|
14894
|
+
};
|
14895
|
+
|
14876
14896
|
/* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
|
14877
14897
|
|
14878
14898
|
function add_css$5(target) {
|
14879
|
-
append_styles(target, "svelte-
|
14899
|
+
append_styles(target, "svelte-1l8m1e9", ".close.svelte-1l8m1e9{position:absolute;top:8px;right:8px}.close-button-row.svelte-1l8m1e9{display:flex;flex-direction:row;align-items:center;gap:4px}.close-button.svelte-1l8m1e9{display:inline-flex;align-items:center;justify-content:center;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.close-button.svelte-1l8m1e9:hover{transform:rotate(90deg)}.close-button-order-one.svelte-1l8m1e9{order:1}.close-button-order-two.svelte-1l8m1e9{order:2}.close-button-label.svelte-1l8m1e9{color:var(--close-button-label-color, '#ccc')}");
|
14900
|
+
}
|
14901
|
+
|
14902
|
+
// (99:4) {#if hasLabel}
|
14903
|
+
function create_if_block$2(ctx) {
|
14904
|
+
let span;
|
14905
|
+
let t;
|
14906
|
+
|
14907
|
+
return {
|
14908
|
+
c() {
|
14909
|
+
span = element("span");
|
14910
|
+
t = text(/*label*/ ctx[7]);
|
14911
|
+
this.h();
|
14912
|
+
},
|
14913
|
+
l(nodes) {
|
14914
|
+
span = claim_element(nodes, "SPAN", { style: true, class: true });
|
14915
|
+
var span_nodes = children(span);
|
14916
|
+
t = claim_text(span_nodes, /*label*/ ctx[7]);
|
14917
|
+
span_nodes.forEach(detach);
|
14918
|
+
this.h();
|
14919
|
+
},
|
14920
|
+
h() {
|
14921
|
+
attr(span, "style", /*labelCssVariable*/ ctx[2]);
|
14922
|
+
|
14923
|
+
attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
|
14924
|
+
? 'close-button-order-one'
|
14925
|
+
: '') + " svelte-1l8m1e9");
|
14926
|
+
},
|
14927
|
+
m(target, anchor) {
|
14928
|
+
insert_hydration(target, span, anchor);
|
14929
|
+
append_hydration(span, t);
|
14930
|
+
},
|
14931
|
+
p(ctx, dirty) {
|
14932
|
+
if (dirty & /*labelCssVariable*/ 4) {
|
14933
|
+
attr(span, "style", /*labelCssVariable*/ ctx[2]);
|
14934
|
+
}
|
14935
|
+
},
|
14936
|
+
d(detaching) {
|
14937
|
+
if (detaching) detach(span);
|
14938
|
+
}
|
14939
|
+
};
|
14880
14940
|
}
|
14881
14941
|
|
14882
14942
|
function create_fragment$5(ctx) {
|
14943
|
+
let div1;
|
14944
|
+
let div0;
|
14883
14945
|
let button;
|
14884
14946
|
let svg;
|
14885
14947
|
let path;
|
14948
|
+
let button_class_value;
|
14949
|
+
let t;
|
14886
14950
|
let mounted;
|
14887
14951
|
let dispose;
|
14888
14952
|
|
14889
14953
|
let button_levels = [
|
14890
14954
|
{ "data-layer-id": /*layerId*/ ctx[0] },
|
14891
|
-
{
|
14955
|
+
{
|
14956
|
+
class: button_class_value = "close-button " + (/*isLeftLabelPlacement*/ ctx[8]
|
14957
|
+
? 'close-button-order-two'
|
14958
|
+
: '')
|
14959
|
+
},
|
14892
14960
|
{ style: /*style*/ ctx[1] },
|
14893
14961
|
dataAttrStopPropagation('click')
|
14894
14962
|
];
|
@@ -14899,15 +14967,26 @@ function create_fragment$5(ctx) {
|
|
14899
14967
|
button_data = assign(button_data, button_levels[i]);
|
14900
14968
|
}
|
14901
14969
|
|
14970
|
+
let if_block = /*hasLabel*/ ctx[4] && create_if_block$2(ctx);
|
14971
|
+
|
14902
14972
|
return {
|
14903
14973
|
c() {
|
14974
|
+
div1 = element("div");
|
14975
|
+
div0 = element("div");
|
14904
14976
|
button = element("button");
|
14905
14977
|
svg = svg_element("svg");
|
14906
14978
|
path = svg_element("path");
|
14979
|
+
t = space();
|
14980
|
+
if (if_block) if_block.c();
|
14907
14981
|
this.h();
|
14908
14982
|
},
|
14909
14983
|
l(nodes) {
|
14910
|
-
|
14984
|
+
div1 = claim_element(nodes, "DIV", { class: true, style: true });
|
14985
|
+
var div1_nodes = children(div1);
|
14986
|
+
div0 = claim_element(div1_nodes, "DIV", { class: true });
|
14987
|
+
var div0_nodes = children(div0);
|
14988
|
+
|
14989
|
+
button = claim_element(div0_nodes, "BUTTON", {
|
14911
14990
|
"data-layer-id": true,
|
14912
14991
|
class: true,
|
14913
14992
|
style: true
|
@@ -14927,6 +15006,10 @@ function create_fragment$5(ctx) {
|
|
14927
15006
|
children(path).forEach(detach);
|
14928
15007
|
svg_nodes.forEach(detach);
|
14929
15008
|
button_nodes.forEach(detach);
|
15009
|
+
t = claim_space(div0_nodes);
|
15010
|
+
if (if_block) if_block.l(div0_nodes);
|
15011
|
+
div0_nodes.forEach(detach);
|
15012
|
+
div1_nodes.forEach(detach);
|
14930
15013
|
this.h();
|
14931
15014
|
},
|
14932
15015
|
h() {
|
@@ -14935,35 +15018,60 @@ function create_fragment$5(ctx) {
|
|
14935
15018
|
set_style(svg, "width", "75%");
|
14936
15019
|
set_style(svg, "height", "75%");
|
14937
15020
|
attr(svg, "viewBox", "0 0 50 50");
|
14938
|
-
attr(svg, "fill",
|
15021
|
+
attr(svg, "fill", /*color*/ ctx[6]);
|
14939
15022
|
set_attributes(button, button_data);
|
14940
|
-
toggle_class(button, "svelte-
|
15023
|
+
toggle_class(button, "svelte-1l8m1e9", true);
|
15024
|
+
attr(div0, "class", "close-button-row svelte-1l8m1e9");
|
15025
|
+
attr(div1, "class", "close svelte-1l8m1e9");
|
15026
|
+
attr(div1, "style", /*rootStyle*/ ctx[3]);
|
14941
15027
|
},
|
14942
15028
|
m(target, anchor) {
|
14943
|
-
insert_hydration(target,
|
15029
|
+
insert_hydration(target, div1, anchor);
|
15030
|
+
append_hydration(div1, div0);
|
15031
|
+
append_hydration(div0, button);
|
14944
15032
|
append_hydration(button, svg);
|
14945
15033
|
append_hydration(svg, path);
|
14946
15034
|
if (button.autofocus) button.focus();
|
15035
|
+
append_hydration(div0, t);
|
15036
|
+
if (if_block) if_block.m(div0, null);
|
14947
15037
|
|
14948
15038
|
if (!mounted) {
|
14949
|
-
dispose = listen(button, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[
|
15039
|
+
dispose = listen(button, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[5])));
|
14950
15040
|
mounted = true;
|
14951
15041
|
}
|
14952
15042
|
},
|
14953
15043
|
p(ctx, [dirty]) {
|
14954
15044
|
set_attributes(button, button_data = get_spread_update(button_levels, [
|
14955
15045
|
dirty & /*layerId*/ 1 && { "data-layer-id": /*layerId*/ ctx[0] },
|
14956
|
-
{ class:
|
15046
|
+
{ class: button_class_value },
|
14957
15047
|
dirty & /*style*/ 2 && { style: /*style*/ ctx[1] },
|
14958
15048
|
dataAttrStopPropagation('click')
|
14959
15049
|
]));
|
14960
15050
|
|
14961
|
-
toggle_class(button, "svelte-
|
15051
|
+
toggle_class(button, "svelte-1l8m1e9", true);
|
15052
|
+
|
15053
|
+
if (/*hasLabel*/ ctx[4]) {
|
15054
|
+
if (if_block) {
|
15055
|
+
if_block.p(ctx, dirty);
|
15056
|
+
} else {
|
15057
|
+
if_block = create_if_block$2(ctx);
|
15058
|
+
if_block.c();
|
15059
|
+
if_block.m(div0, null);
|
15060
|
+
}
|
15061
|
+
} else if (if_block) {
|
15062
|
+
if_block.d(1);
|
15063
|
+
if_block = null;
|
15064
|
+
}
|
15065
|
+
|
15066
|
+
if (dirty & /*rootStyle*/ 8) {
|
15067
|
+
attr(div1, "style", /*rootStyle*/ ctx[3]);
|
15068
|
+
}
|
14962
15069
|
},
|
14963
15070
|
i: noop,
|
14964
15071
|
o: noop,
|
14965
15072
|
d(detaching) {
|
14966
|
-
if (detaching) detach(
|
15073
|
+
if (detaching) detach(div1);
|
15074
|
+
if (if_block) if_block.d();
|
14967
15075
|
mounted = false;
|
14968
15076
|
dispose();
|
14969
15077
|
}
|
@@ -14971,14 +15079,34 @@ function create_fragment$5(ctx) {
|
|
14971
15079
|
}
|
14972
15080
|
|
14973
15081
|
function instance$5($$self, $$props, $$invalidate) {
|
15082
|
+
let hasLabel;
|
15083
|
+
let rootStyle;
|
15084
|
+
let labelCssVariable;
|
14974
15085
|
let style;
|
14975
|
-
let
|
15086
|
+
let $maximumZindex;
|
15087
|
+
component_subscribe($$self, maximumZindex, $$value => $$invalidate(12, $maximumZindex = $$value));
|
14976
15088
|
let { props = {} } = $$props;
|
14977
15089
|
let { layerId = '' } = $$props;
|
14978
15090
|
let { eventName = '' } = $$props;
|
14979
15091
|
let { eventValue = undefined } = $$props;
|
14980
15092
|
|
15093
|
+
const VARIANTS = {
|
15094
|
+
placement: {
|
15095
|
+
topRight: { top: '8px', right: '8px' },
|
15096
|
+
topLeft: { top: '8px', left: '8px' },
|
15097
|
+
bottomRight: { bottom: '8px', right: '8px' },
|
15098
|
+
bottomLeft: { bottom: '8px', left: '8px' }
|
15099
|
+
},
|
15100
|
+
round: {
|
15101
|
+
none: { borderRadius: 0 },
|
15102
|
+
default: {},
|
15103
|
+
fulled: { borderRadius: '56px' }
|
15104
|
+
}
|
15105
|
+
};
|
15106
|
+
|
14981
15107
|
function handleClick() {
|
15108
|
+
const onClick = { operation: 'closeApp', args: ['button'] };
|
15109
|
+
|
14982
15110
|
if (eventName) {
|
14983
15111
|
send_event(eventName, eventValue);
|
14984
15112
|
}
|
@@ -14987,27 +15115,64 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
14987
15115
|
}
|
14988
15116
|
|
14989
15117
|
const size = props.size ?? 24;
|
15118
|
+
const color = props.color ?? '#666';
|
15119
|
+
const label = props.label;
|
15120
|
+
const isLeftLabelPlacement = props.labelPlacement === 'left';
|
15121
|
+
|
15122
|
+
const getCssPlacement = () => {
|
15123
|
+
return {
|
15124
|
+
top: props.top ?? VARIANTS.placement[props.placement ?? 'topRight'].top,
|
15125
|
+
right: props.right ?? VARIANTS.placement[props.placement ?? 'topRight'].right,
|
15126
|
+
left: props.left ?? VARIANTS.placement[props.placement ?? 'topRight'].left,
|
15127
|
+
bottom: props.bottom ?? VARIANTS.placement[props.placement ?? 'topRight'].bottom
|
15128
|
+
};
|
15129
|
+
};
|
14990
15130
|
|
14991
15131
|
$$self.$$set = $$props => {
|
14992
|
-
if ('
|
14993
|
-
if ('props' in $$props) $$invalidate(4, props = $$props.props);
|
15132
|
+
if ('props' in $$props) $$invalidate(9, props = $$props.props);
|
14994
15133
|
if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
|
14995
|
-
if ('eventName' in $$props) $$invalidate(
|
14996
|
-
if ('eventValue' in $$props) $$invalidate(
|
15134
|
+
if ('eventName' in $$props) $$invalidate(10, eventName = $$props.eventName);
|
15135
|
+
if ('eventValue' in $$props) $$invalidate(11, eventValue = $$props.eventValue);
|
14997
15136
|
};
|
14998
15137
|
|
14999
15138
|
$$self.$$.update = () => {
|
15000
|
-
if ($$self.$$.dirty &
|
15139
|
+
if ($$self.$$.dirty & /*$maximumZindex*/ 4096) {
|
15140
|
+
$$invalidate(3, rootStyle = objToStyle({
|
15141
|
+
...getCssPlacement(),
|
15142
|
+
zIndex: $maximumZindex + 1
|
15143
|
+
}));
|
15144
|
+
}
|
15145
|
+
|
15146
|
+
if ($$self.$$.dirty & /*props*/ 512) {
|
15001
15147
|
$$invalidate(1, style = objToStyle({
|
15002
15148
|
width: `${size}px`,
|
15003
15149
|
height: `${size}px`,
|
15004
15150
|
...props.bordered && { border: '1px solid #666' },
|
15151
|
+
backgroundColor: props.backgroundColor ?? 'transparent',
|
15152
|
+
...VARIANTS.round[props.round ?? 'default'],
|
15005
15153
|
...toCssCommon(props)
|
15006
15154
|
}));
|
15007
15155
|
}
|
15008
15156
|
};
|
15009
15157
|
|
15010
|
-
|
15158
|
+
$$invalidate(4, hasLabel = label !== undefined && label !== '');
|
15159
|
+
$$invalidate(2, labelCssVariable = '--close-button-label-color: {props.labelColor}');
|
15160
|
+
|
15161
|
+
return [
|
15162
|
+
layerId,
|
15163
|
+
style,
|
15164
|
+
labelCssVariable,
|
15165
|
+
rootStyle,
|
15166
|
+
hasLabel,
|
15167
|
+
handleClick,
|
15168
|
+
color,
|
15169
|
+
label,
|
15170
|
+
isLeftLabelPlacement,
|
15171
|
+
props,
|
15172
|
+
eventName,
|
15173
|
+
eventValue,
|
15174
|
+
$maximumZindex
|
15175
|
+
];
|
15011
15176
|
}
|
15012
15177
|
|
15013
15178
|
class CloseButton extends SvelteComponent {
|
@@ -15021,11 +15186,10 @@ class CloseButton extends SvelteComponent {
|
|
15021
15186
|
create_fragment$5,
|
15022
15187
|
safe_not_equal,
|
15023
15188
|
{
|
15024
|
-
|
15025
|
-
props: 4,
|
15189
|
+
props: 9,
|
15026
15190
|
layerId: 0,
|
15027
|
-
eventName:
|
15028
|
-
eventValue:
|
15191
|
+
eventName: 10,
|
15192
|
+
eventValue: 11
|
15029
15193
|
},
|
15030
15194
|
add_css$5
|
15031
15195
|
);
|
@@ -15556,22 +15720,22 @@ class BackgroundOverlay extends SvelteComponent {
|
|
15556
15720
|
/* src/components-flex/modal/Modal.svelte generated by Svelte v3.53.1 */
|
15557
15721
|
|
15558
15722
|
function add_css(target) {
|
15559
|
-
append_styles(target, "svelte-
|
15723
|
+
append_styles(target, "svelte-5997yi", ".modal.svelte-5997yi{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-5997yi > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-5997yi{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-5997yi{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}}");
|
15560
15724
|
}
|
15561
15725
|
|
15562
|
-
// (
|
15726
|
+
// (253:0) {:else}
|
15563
15727
|
function create_else_block(ctx) {
|
15564
15728
|
let backgroundoverlay;
|
15565
15729
|
let current;
|
15566
15730
|
|
15567
15731
|
backgroundoverlay = new BackgroundOverlay({
|
15568
15732
|
props: {
|
15569
|
-
backgroundOverlay: /*backgroundOverlay*/ ctx[
|
15733
|
+
backgroundOverlay: /*backgroundOverlay*/ ctx[3]
|
15570
15734
|
}
|
15571
15735
|
});
|
15572
15736
|
|
15573
15737
|
backgroundoverlay.$on("click", function () {
|
15574
|
-
if (is_function(/*backgroundClick*/ ctx[
|
15738
|
+
if (is_function(/*backgroundClick*/ ctx[11])) /*backgroundClick*/ ctx[11].apply(this, arguments);
|
15575
15739
|
});
|
15576
15740
|
|
15577
15741
|
return {
|
@@ -15588,7 +15752,7 @@ function create_else_block(ctx) {
|
|
15588
15752
|
p(new_ctx, dirty) {
|
15589
15753
|
ctx = new_ctx;
|
15590
15754
|
const backgroundoverlay_changes = {};
|
15591
|
-
if (dirty
|
15755
|
+
if (dirty & /*backgroundOverlay*/ 8) backgroundoverlay_changes.backgroundOverlay = /*backgroundOverlay*/ ctx[3];
|
15592
15756
|
backgroundoverlay.$set(backgroundoverlay_changes);
|
15593
15757
|
},
|
15594
15758
|
i(local) {
|
@@ -15606,8 +15770,8 @@ function create_else_block(ctx) {
|
|
15606
15770
|
};
|
15607
15771
|
}
|
15608
15772
|
|
15609
|
-
// (
|
15610
|
-
function
|
15773
|
+
// (242:24)
|
15774
|
+
function create_if_block_2(ctx) {
|
15611
15775
|
let backgroundoverlay0;
|
15612
15776
|
let t;
|
15613
15777
|
let backgroundoverlay1;
|
@@ -15616,23 +15780,23 @@ function create_if_block_3(ctx) {
|
|
15616
15780
|
backgroundoverlay0 = new BackgroundOverlay({
|
15617
15781
|
props: {
|
15618
15782
|
class: "background-bp-pc",
|
15619
|
-
backgroundOverlay: /*backgroundOverlayPC*/ ctx[
|
15783
|
+
backgroundOverlay: /*backgroundOverlayPC*/ ctx[4]
|
15620
15784
|
}
|
15621
15785
|
});
|
15622
15786
|
|
15623
15787
|
backgroundoverlay0.$on("click", function () {
|
15624
|
-
if (is_function(/*backgroundClickPC*/ ctx[
|
15788
|
+
if (is_function(/*backgroundClickPC*/ ctx[10])) /*backgroundClickPC*/ ctx[10].apply(this, arguments);
|
15625
15789
|
});
|
15626
15790
|
|
15627
15791
|
backgroundoverlay1 = new BackgroundOverlay({
|
15628
15792
|
props: {
|
15629
15793
|
class: "background-bp-sp ",
|
15630
|
-
backgroundOverlay: /*backgroundOverlaySP*/ ctx[
|
15794
|
+
backgroundOverlay: /*backgroundOverlaySP*/ ctx[5]
|
15631
15795
|
}
|
15632
15796
|
});
|
15633
15797
|
|
15634
15798
|
backgroundoverlay1.$on("click", function () {
|
15635
|
-
if (is_function(/*backgroundClickSP*/ ctx[
|
15799
|
+
if (is_function(/*backgroundClickSP*/ ctx[9])) /*backgroundClickSP*/ ctx[9].apply(this, arguments);
|
15636
15800
|
});
|
15637
15801
|
|
15638
15802
|
return {
|
@@ -15655,10 +15819,10 @@ function create_if_block_3(ctx) {
|
|
15655
15819
|
p(new_ctx, dirty) {
|
15656
15820
|
ctx = new_ctx;
|
15657
15821
|
const backgroundoverlay0_changes = {};
|
15658
|
-
if (dirty
|
15822
|
+
if (dirty & /*backgroundOverlayPC*/ 16) backgroundoverlay0_changes.backgroundOverlay = /*backgroundOverlayPC*/ ctx[4];
|
15659
15823
|
backgroundoverlay0.$set(backgroundoverlay0_changes);
|
15660
15824
|
const backgroundoverlay1_changes = {};
|
15661
|
-
if (dirty
|
15825
|
+
if (dirty & /*backgroundOverlaySP*/ 32) backgroundoverlay1_changes.backgroundOverlay = /*backgroundOverlaySP*/ ctx[5];
|
15662
15826
|
backgroundoverlay1.$set(backgroundoverlay1_changes);
|
15663
15827
|
},
|
15664
15828
|
i(local) {
|
@@ -15680,8 +15844,8 @@ function create_if_block_3(ctx) {
|
|
15680
15844
|
};
|
15681
15845
|
}
|
15682
15846
|
|
15683
|
-
// (
|
15684
|
-
function
|
15847
|
+
// (240:0) {#if isPreview()}
|
15848
|
+
function create_if_block_1(ctx) {
|
15685
15849
|
return {
|
15686
15850
|
c: noop,
|
15687
15851
|
l: noop,
|
@@ -15693,22 +15857,18 @@ function create_if_block_2(ctx) {
|
|
15693
15857
|
};
|
15694
15858
|
}
|
15695
15859
|
|
15696
|
-
// (
|
15860
|
+
// (256:0) {#if visible}
|
15697
15861
|
function create_if_block(ctx) {
|
15698
15862
|
let div;
|
15699
|
-
let t;
|
15700
15863
|
let div_class_value;
|
15701
15864
|
let div_intro;
|
15702
15865
|
let current;
|
15703
|
-
|
15704
|
-
const
|
15705
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[29], null);
|
15866
|
+
const default_slot_template = /*#slots*/ ctx[26].default;
|
15867
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[25], null);
|
15706
15868
|
|
15707
15869
|
return {
|
15708
15870
|
c() {
|
15709
15871
|
div = element("div");
|
15710
|
-
if (if_block) if_block.c();
|
15711
|
-
t = space();
|
15712
15872
|
if (default_slot) default_slot.c();
|
15713
15873
|
this.h();
|
15714
15874
|
},
|
@@ -15721,84 +15881,56 @@ function create_if_block(ctx) {
|
|
15721
15881
|
});
|
15722
15882
|
|
15723
15883
|
var div_nodes = children(div);
|
15724
|
-
if (if_block) if_block.l(div_nodes);
|
15725
|
-
t = claim_space(div_nodes);
|
15726
15884
|
if (default_slot) default_slot.l(div_nodes);
|
15727
15885
|
div_nodes.forEach(detach);
|
15728
15886
|
this.h();
|
15729
15887
|
},
|
15730
15888
|
h() {
|
15731
|
-
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-
|
15889
|
+
attr(div, "class", div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-5997yi"));
|
15732
15890
|
attr(div, "role", "dialog");
|
15733
15891
|
attr(div, "aria-modal", "true");
|
15734
|
-
attr(div, "style", Array.from(/*modalStyles*/ ctx[
|
15892
|
+
attr(div, "style", Array.from(/*modalStyles*/ ctx[12]).join(';'));
|
15735
15893
|
},
|
15736
15894
|
m(target, anchor) {
|
15737
15895
|
insert_hydration(target, div, anchor);
|
15738
|
-
if (if_block) if_block.m(div, null);
|
15739
|
-
append_hydration(div, t);
|
15740
15896
|
|
15741
15897
|
if (default_slot) {
|
15742
15898
|
default_slot.m(div, null);
|
15743
15899
|
}
|
15744
15900
|
|
15745
|
-
/*div_binding*/ ctx[
|
15901
|
+
/*div_binding*/ ctx[27](div);
|
15746
15902
|
current = true;
|
15747
15903
|
},
|
15748
15904
|
p(new_ctx, dirty) {
|
15749
15905
|
ctx = new_ctx;
|
15750
15906
|
|
15751
|
-
if (/*closable*/ ctx[16]) {
|
15752
|
-
if (if_block) {
|
15753
|
-
if_block.p(ctx, dirty);
|
15754
|
-
|
15755
|
-
if (dirty[0] & /*closable*/ 65536) {
|
15756
|
-
transition_in(if_block, 1);
|
15757
|
-
}
|
15758
|
-
} else {
|
15759
|
-
if_block = create_if_block_1(ctx);
|
15760
|
-
if_block.c();
|
15761
|
-
transition_in(if_block, 1);
|
15762
|
-
if_block.m(div, t);
|
15763
|
-
}
|
15764
|
-
} else if (if_block) {
|
15765
|
-
group_outros();
|
15766
|
-
|
15767
|
-
transition_out(if_block, 1, 1, () => {
|
15768
|
-
if_block = null;
|
15769
|
-
});
|
15770
|
-
|
15771
|
-
check_outros();
|
15772
|
-
}
|
15773
|
-
|
15774
15907
|
if (default_slot) {
|
15775
|
-
if (default_slot.p && (!current || dirty
|
15908
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 33554432)) {
|
15776
15909
|
update_slot_base(
|
15777
15910
|
default_slot,
|
15778
15911
|
default_slot_template,
|
15779
15912
|
ctx,
|
15780
|
-
/*$$scope*/ ctx[
|
15913
|
+
/*$$scope*/ ctx[25],
|
15781
15914
|
!current
|
15782
|
-
? get_all_dirty_from_scope(/*$$scope*/ ctx[
|
15783
|
-
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[
|
15915
|
+
? get_all_dirty_from_scope(/*$$scope*/ ctx[25])
|
15916
|
+
: get_slot_changes(default_slot_template, /*$$scope*/ ctx[25], dirty, null),
|
15784
15917
|
null
|
15785
15918
|
);
|
15786
15919
|
}
|
15787
15920
|
}
|
15788
15921
|
|
15789
|
-
if (!current || dirty
|
15922
|
+
if (!current || dirty & /*useBreakPoint*/ 1 && div_class_value !== (div_class_value = "" + (null_to_empty(['modal', /*useBreakPoint*/ ctx[0] ? 'modal-bp' : ''].join(' ')) + " svelte-5997yi"))) {
|
15790
15923
|
attr(div, "class", div_class_value);
|
15791
15924
|
}
|
15792
15925
|
},
|
15793
15926
|
i(local) {
|
15794
15927
|
if (current) return;
|
15795
|
-
transition_in(if_block);
|
15796
15928
|
transition_in(default_slot, local);
|
15797
15929
|
|
15798
15930
|
if (!div_intro) {
|
15799
15931
|
add_render_callback(() => {
|
15800
15932
|
div_intro = create_in_transition(div, customAnimation, {
|
15801
|
-
transforms: /*transforms*/ ctx[
|
15933
|
+
transforms: /*transforms*/ ctx[2],
|
15802
15934
|
animationStyle: /*animation*/ ctx[1]
|
15803
15935
|
});
|
15804
15936
|
|
@@ -15809,80 +15941,13 @@ function create_if_block(ctx) {
|
|
15809
15941
|
current = true;
|
15810
15942
|
},
|
15811
15943
|
o(local) {
|
15812
|
-
transition_out(if_block);
|
15813
15944
|
transition_out(default_slot, local);
|
15814
15945
|
current = false;
|
15815
15946
|
},
|
15816
15947
|
d(detaching) {
|
15817
15948
|
if (detaching) detach(div);
|
15818
|
-
if (if_block) if_block.d();
|
15819
15949
|
if (default_slot) default_slot.d(detaching);
|
15820
|
-
/*div_binding*/ ctx[
|
15821
|
-
}
|
15822
|
-
};
|
15823
|
-
}
|
15824
|
-
|
15825
|
-
// (279:4) {#if closable}
|
15826
|
-
function create_if_block_1(ctx) {
|
15827
|
-
let div;
|
15828
|
-
let closebutton;
|
15829
|
-
let current;
|
15830
|
-
|
15831
|
-
closebutton = new CloseButton({
|
15832
|
-
props: {
|
15833
|
-
onClick: /*onClose*/ ctx[2],
|
15834
|
-
eventName: /*closeEventName*/ ctx[3],
|
15835
|
-
eventValue: /*closeEventValue*/ ctx[4],
|
15836
|
-
props: /*closeButtonProps*/ ctx[5]
|
15837
|
-
}
|
15838
|
-
});
|
15839
|
-
|
15840
|
-
return {
|
15841
|
-
c() {
|
15842
|
-
div = element("div");
|
15843
|
-
create_component(closebutton.$$.fragment);
|
15844
|
-
this.h();
|
15845
|
-
},
|
15846
|
-
l(nodes) {
|
15847
|
-
div = claim_element(nodes, "DIV", { class: true, style: true });
|
15848
|
-
var div_nodes = children(div);
|
15849
|
-
claim_component(closebutton.$$.fragment, div_nodes);
|
15850
|
-
div_nodes.forEach(detach);
|
15851
|
-
this.h();
|
15852
|
-
},
|
15853
|
-
h() {
|
15854
|
-
attr(div, "class", "close svelte-1ks2ecq");
|
15855
|
-
set_style(div, "z-index", /*$maximumZindex*/ ctx[17] + 1);
|
15856
|
-
},
|
15857
|
-
m(target, anchor) {
|
15858
|
-
insert_hydration(target, div, anchor);
|
15859
|
-
mount_component(closebutton, div, null);
|
15860
|
-
current = true;
|
15861
|
-
},
|
15862
|
-
p(ctx, dirty) {
|
15863
|
-
const closebutton_changes = {};
|
15864
|
-
if (dirty[0] & /*onClose*/ 4) closebutton_changes.onClick = /*onClose*/ ctx[2];
|
15865
|
-
if (dirty[0] & /*closeEventName*/ 8) closebutton_changes.eventName = /*closeEventName*/ ctx[3];
|
15866
|
-
if (dirty[0] & /*closeEventValue*/ 16) closebutton_changes.eventValue = /*closeEventValue*/ ctx[4];
|
15867
|
-
if (dirty[0] & /*closeButtonProps*/ 32) closebutton_changes.props = /*closeButtonProps*/ ctx[5];
|
15868
|
-
closebutton.$set(closebutton_changes);
|
15869
|
-
|
15870
|
-
if (!current || dirty[0] & /*$maximumZindex*/ 131072) {
|
15871
|
-
set_style(div, "z-index", /*$maximumZindex*/ ctx[17] + 1);
|
15872
|
-
}
|
15873
|
-
},
|
15874
|
-
i(local) {
|
15875
|
-
if (current) return;
|
15876
|
-
transition_in(closebutton.$$.fragment, local);
|
15877
|
-
current = true;
|
15878
|
-
},
|
15879
|
-
o(local) {
|
15880
|
-
transition_out(closebutton.$$.fragment, local);
|
15881
|
-
current = false;
|
15882
|
-
},
|
15883
|
-
d(detaching) {
|
15884
|
-
if (detaching) detach(div);
|
15885
|
-
destroy_component(closebutton);
|
15950
|
+
/*div_binding*/ ctx[27](null);
|
15886
15951
|
}
|
15887
15952
|
};
|
15888
15953
|
}
|
@@ -15896,7 +15961,7 @@ function create_fragment(ctx) {
|
|
15896
15961
|
let current;
|
15897
15962
|
let mounted;
|
15898
15963
|
let dispose;
|
15899
|
-
const if_block_creators = [
|
15964
|
+
const if_block_creators = [create_if_block_1, create_if_block_2, create_else_block];
|
15900
15965
|
const if_blocks = [];
|
15901
15966
|
|
15902
15967
|
function select_block_type(ctx, dirty) {
|
@@ -15908,7 +15973,7 @@ function create_fragment(ctx) {
|
|
15908
15973
|
|
15909
15974
|
current_block_type_index = select_block_type(ctx);
|
15910
15975
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
15911
|
-
let if_block1 = /*visible*/ ctx[
|
15976
|
+
let if_block1 = /*visible*/ ctx[7] && create_if_block(ctx);
|
15912
15977
|
|
15913
15978
|
return {
|
15914
15979
|
c() {
|
@@ -15932,13 +15997,13 @@ function create_fragment(ctx) {
|
|
15932
15997
|
|
15933
15998
|
if (!mounted) {
|
15934
15999
|
dispose = listen(window, "keydown", function () {
|
15935
|
-
if (is_function(/*handle_keydown*/ ctx[
|
16000
|
+
if (is_function(/*handle_keydown*/ ctx[8])) /*handle_keydown*/ ctx[8].apply(this, arguments);
|
15936
16001
|
});
|
15937
16002
|
|
15938
16003
|
mounted = true;
|
15939
16004
|
}
|
15940
16005
|
},
|
15941
|
-
p(new_ctx, dirty) {
|
16006
|
+
p(new_ctx, [dirty]) {
|
15942
16007
|
ctx = new_ctx;
|
15943
16008
|
let previous_block_index = current_block_type_index;
|
15944
16009
|
current_block_type_index = select_block_type(ctx);
|
@@ -15966,11 +16031,11 @@ function create_fragment(ctx) {
|
|
15966
16031
|
if_block0.m(t.parentNode, t);
|
15967
16032
|
}
|
15968
16033
|
|
15969
|
-
if (/*visible*/ ctx[
|
16034
|
+
if (/*visible*/ ctx[7]) {
|
15970
16035
|
if (if_block1) {
|
15971
16036
|
if_block1.p(ctx, dirty);
|
15972
16037
|
|
15973
|
-
if (dirty
|
16038
|
+
if (dirty & /*visible*/ 128) {
|
15974
16039
|
transition_in(if_block1, 1);
|
15975
16040
|
}
|
15976
16041
|
} else {
|
@@ -16013,14 +16078,11 @@ function create_fragment(ctx) {
|
|
16013
16078
|
|
16014
16079
|
function instance($$self, $$props, $$invalidate) {
|
16015
16080
|
let close;
|
16016
|
-
let closable;
|
16017
16081
|
let backgroundClick;
|
16018
16082
|
let backgroundClickPC;
|
16019
16083
|
let backgroundClickSP;
|
16020
16084
|
let handle_keydown;
|
16021
16085
|
let visible;
|
16022
|
-
let $maximumZindex;
|
16023
|
-
component_subscribe($$self, maximumZindex, $$value => $$invalidate(17, $maximumZindex = $$value));
|
16024
16086
|
let { $$slots: slots = {}, $$scope } = $$props;
|
16025
16087
|
let { onClick = { operation: 'none', args: [] } } = $$props;
|
16026
16088
|
let { clickEventName = '' } = $$props;
|
@@ -16030,10 +16092,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
16030
16092
|
let { breakPoint } = $$props;
|
16031
16093
|
let { elasticity } = $$props;
|
16032
16094
|
let { animation = 'none' } = $$props;
|
16033
|
-
let { onClose = { operation: 'closeApp', args: ['button'] } } = $$props;
|
16034
16095
|
let { closeEventName = '' } = $$props;
|
16035
16096
|
let { closeEventValue = null } = $$props;
|
16036
|
-
let { closeButtonProps = {} } = $$props;
|
16037
16097
|
|
16038
16098
|
// モーダル背景の設定
|
16039
16099
|
let backgroundOverlay = DefaultModalPlacement.backgroundOverlay;
|
@@ -16051,7 +16111,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
16051
16111
|
let modal;
|
16052
16112
|
|
16053
16113
|
onMount$1(() => {
|
16054
|
-
$$invalidate(
|
16114
|
+
$$invalidate(7, visible = true);
|
16055
16115
|
});
|
16056
16116
|
|
16057
16117
|
onDestroy$1(() => setPreviousFocus());
|
@@ -16059,29 +16119,29 @@ function instance($$self, $$props, $$invalidate) {
|
|
16059
16119
|
function div_binding($$value) {
|
16060
16120
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
16061
16121
|
modal = $$value;
|
16062
|
-
$$invalidate(
|
16122
|
+
$$invalidate(6, modal);
|
16063
16123
|
});
|
16064
16124
|
}
|
16065
16125
|
|
16066
16126
|
$$self.$$set = $$props => {
|
16067
|
-
if ('onClick' in $$props) $$invalidate(
|
16068
|
-
if ('clickEventName' in $$props) $$invalidate(
|
16069
|
-
if ('clickEventValue' in $$props) $$invalidate(
|
16127
|
+
if ('onClick' in $$props) $$invalidate(13, onClick = $$props.onClick);
|
16128
|
+
if ('clickEventName' in $$props) $$invalidate(14, clickEventName = $$props.clickEventName);
|
16129
|
+
if ('clickEventValue' in $$props) $$invalidate(15, clickEventValue = $$props.clickEventValue);
|
16070
16130
|
if ('useBreakPoint' in $$props) $$invalidate(0, useBreakPoint = $$props.useBreakPoint);
|
16071
|
-
if ('placement' in $$props) $$invalidate(
|
16072
|
-
if ('breakPoint' in $$props) $$invalidate(
|
16073
|
-
if ('elasticity' in $$props) $$invalidate(
|
16131
|
+
if ('placement' in $$props) $$invalidate(16, placement = $$props.placement);
|
16132
|
+
if ('breakPoint' in $$props) $$invalidate(17, breakPoint = $$props.breakPoint);
|
16133
|
+
if ('elasticity' in $$props) $$invalidate(18, elasticity = $$props.elasticity);
|
16074
16134
|
if ('animation' in $$props) $$invalidate(1, animation = $$props.animation);
|
16075
|
-
if ('
|
16076
|
-
if ('
|
16077
|
-
if ('
|
16078
|
-
if ('closeButtonProps' in $$props) $$invalidate(5, closeButtonProps = $$props.closeButtonProps);
|
16079
|
-
if ('$$scope' in $$props) $$invalidate(29, $$scope = $$props.$$scope);
|
16135
|
+
if ('closeEventName' in $$props) $$invalidate(19, closeEventName = $$props.closeEventName);
|
16136
|
+
if ('closeEventValue' in $$props) $$invalidate(20, closeEventValue = $$props.closeEventValue);
|
16137
|
+
if ('$$scope' in $$props) $$invalidate(25, $$scope = $$props.$$scope);
|
16080
16138
|
};
|
16081
16139
|
|
16082
16140
|
$$self.$$.update = () => {
|
16083
|
-
if ($$self.$$.dirty
|
16084
|
-
$$invalidate(
|
16141
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue*/ 1572864) {
|
16142
|
+
$$invalidate(24, close = () => {
|
16143
|
+
const onClose = { operation: 'closeApp', args: ['button'] };
|
16144
|
+
|
16085
16145
|
if (closeEventName) {
|
16086
16146
|
send_event(closeEventName, closeEventValue);
|
16087
16147
|
}
|
@@ -16090,46 +16150,42 @@ function instance($$self, $$props, $$invalidate) {
|
|
16090
16150
|
});
|
16091
16151
|
}
|
16092
16152
|
|
16093
|
-
if ($$self.$$.dirty
|
16094
|
-
$$invalidate(16, closable = haveFunction(onClose));
|
16095
|
-
}
|
16096
|
-
|
16097
|
-
if ($$self.$$.dirty[0] & /*placement, useBreakPoint, breakPoint*/ 12582913) {
|
16153
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
|
16098
16154
|
{
|
16099
16155
|
|
16100
16156
|
if (useBreakPoint) {
|
16101
16157
|
const pc = breakPoint?.PC?.placement?.backgroundOverlay;
|
16102
|
-
$$invalidate(
|
16158
|
+
$$invalidate(4, backgroundOverlayPC = pc ?? false);
|
16103
16159
|
const sp = breakPoint?.SP?.placement?.backgroundOverlay;
|
16104
|
-
$$invalidate(
|
16160
|
+
$$invalidate(5, backgroundOverlaySP = sp ?? false);
|
16105
16161
|
}
|
16106
16162
|
}
|
16107
16163
|
}
|
16108
16164
|
|
16109
|
-
if ($$self.$$.dirty
|
16165
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
|
16110
16166
|
{
|
16111
16167
|
if (placement && placement.backgroundClick) {
|
16112
|
-
$$invalidate(
|
16168
|
+
$$invalidate(21, backgroundClickFunction = placement.backgroundClick);
|
16113
16169
|
}
|
16114
16170
|
|
16115
16171
|
if (useBreakPoint) {
|
16116
16172
|
const pc = breakPoint?.PC?.placement?.backgroundClick;
|
16117
16173
|
|
16118
16174
|
if (pc) {
|
16119
|
-
$$invalidate(
|
16175
|
+
$$invalidate(22, backgroundClickFunctionPC = pc);
|
16120
16176
|
}
|
16121
16177
|
|
16122
16178
|
const sp = breakPoint?.SP?.placement?.backgroundClick;
|
16123
16179
|
|
16124
16180
|
if (sp) {
|
16125
|
-
$$invalidate(
|
16181
|
+
$$invalidate(23, backgroundClickFunctionSP = sp);
|
16126
16182
|
}
|
16127
16183
|
}
|
16128
16184
|
}
|
16129
16185
|
}
|
16130
16186
|
|
16131
|
-
if ($$self.$$.dirty
|
16132
|
-
$$invalidate(
|
16187
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunction*/ 3670016) {
|
16188
|
+
$$invalidate(11, backgroundClick = () => {
|
16133
16189
|
if (closeEventName) {
|
16134
16190
|
send_event(closeEventName, closeEventValue);
|
16135
16191
|
}
|
@@ -16138,8 +16194,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
16138
16194
|
});
|
16139
16195
|
}
|
16140
16196
|
|
16141
|
-
if ($$self.$$.dirty
|
16142
|
-
$$invalidate(
|
16197
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunctionPC*/ 5767168) {
|
16198
|
+
$$invalidate(10, backgroundClickPC = () => {
|
16143
16199
|
if (closeEventName) {
|
16144
16200
|
send_event(closeEventName, closeEventValue);
|
16145
16201
|
}
|
@@ -16148,8 +16204,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
16148
16204
|
});
|
16149
16205
|
}
|
16150
16206
|
|
16151
|
-
if ($$self.$$.dirty
|
16152
|
-
$$invalidate(
|
16207
|
+
if ($$self.$$.dirty & /*closeEventName, closeEventValue, backgroundClickFunctionSP*/ 9961472) {
|
16208
|
+
$$invalidate(9, backgroundClickSP = () => {
|
16153
16209
|
if (closeEventName) {
|
16154
16210
|
send_event(closeEventName, closeEventValue);
|
16155
16211
|
}
|
@@ -16158,7 +16214,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
16158
16214
|
});
|
16159
16215
|
}
|
16160
16216
|
|
16161
|
-
if ($$self.$$.dirty
|
16217
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint, transforms*/ 196613) {
|
16162
16218
|
// 表示位置のスタイルとアニメーションの動きを設定
|
16163
16219
|
{
|
16164
16220
|
// 表示位置のスタイルの設定
|
@@ -16170,7 +16226,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
16170
16226
|
modalStyles.add(positionStyle);
|
16171
16227
|
}
|
16172
16228
|
|
16173
|
-
$$invalidate(
|
16229
|
+
$$invalidate(2, transforms = []);
|
16174
16230
|
|
16175
16231
|
DEVICE_IDS.forEach(deviceId => {
|
16176
16232
|
|
@@ -16188,7 +16244,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
16188
16244
|
}
|
16189
16245
|
}
|
16190
16246
|
|
16191
|
-
if ($$self.$$.dirty
|
16247
|
+
if ($$self.$$.dirty & /*placement, useBreakPoint, breakPoint*/ 196609) {
|
16192
16248
|
// 表示位置の調整のスタイルを設定
|
16193
16249
|
{
|
16194
16250
|
let margin = DefaultModalPlacement.margin;
|
@@ -16212,7 +16268,7 @@ function instance($$self, $$props, $$invalidate) {
|
|
16212
16268
|
}
|
16213
16269
|
}
|
16214
16270
|
|
16215
|
-
if ($$self.$$.dirty
|
16271
|
+
if ($$self.$$.dirty & /*elasticity, useBreakPoint, breakPoint*/ 393217) {
|
16216
16272
|
// 拡大方法のスタイルを設定
|
16217
16273
|
{
|
16218
16274
|
let elasticStyle = ElasticityStyle['none' ];
|
@@ -16234,23 +16290,19 @@ function instance($$self, $$props, $$invalidate) {
|
|
16234
16290
|
}
|
16235
16291
|
}
|
16236
16292
|
|
16237
|
-
if ($$self.$$.dirty
|
16238
|
-
$$invalidate(
|
16293
|
+
if ($$self.$$.dirty & /*close*/ 16777216) {
|
16294
|
+
$$invalidate(8, handle_keydown = handleKeydown({ Escape: close }));
|
16239
16295
|
}
|
16240
16296
|
};
|
16241
16297
|
|
16242
|
-
$$invalidate(
|
16298
|
+
$$invalidate(6, modal = null);
|
16243
16299
|
|
16244
16300
|
// svelteコンポーネントのアニメーションを発火させるためにマウント時にvisibleをtrueにする。
|
16245
|
-
$$invalidate(
|
16301
|
+
$$invalidate(7, visible = false);
|
16246
16302
|
|
16247
16303
|
return [
|
16248
16304
|
useBreakPoint,
|
16249
16305
|
animation,
|
16250
|
-
onClose,
|
16251
|
-
closeEventName,
|
16252
|
-
closeEventValue,
|
16253
|
-
closeButtonProps,
|
16254
16306
|
transforms,
|
16255
16307
|
backgroundOverlay,
|
16256
16308
|
backgroundOverlayPC,
|
@@ -16261,8 +16313,6 @@ function instance($$self, $$props, $$invalidate) {
|
|
16261
16313
|
backgroundClickSP,
|
16262
16314
|
backgroundClickPC,
|
16263
16315
|
backgroundClick,
|
16264
|
-
closable,
|
16265
|
-
$maximumZindex,
|
16266
16316
|
modalStyles,
|
16267
16317
|
onClick,
|
16268
16318
|
clickEventName,
|
@@ -16270,6 +16320,8 @@ function instance($$self, $$props, $$invalidate) {
|
|
16270
16320
|
placement,
|
16271
16321
|
breakPoint,
|
16272
16322
|
elasticity,
|
16323
|
+
closeEventName,
|
16324
|
+
closeEventValue,
|
16273
16325
|
backgroundClickFunction,
|
16274
16326
|
backgroundClickFunctionPC,
|
16275
16327
|
backgroundClickFunctionSP,
|
@@ -16291,23 +16343,20 @@ class Modal extends SvelteComponent {
|
|
16291
16343
|
create_fragment,
|
16292
16344
|
safe_not_equal,
|
16293
16345
|
{
|
16294
|
-
onClick:
|
16295
|
-
clickEventName:
|
16296
|
-
clickEventValue:
|
16346
|
+
onClick: 13,
|
16347
|
+
clickEventName: 14,
|
16348
|
+
clickEventValue: 15,
|
16297
16349
|
useBreakPoint: 0,
|
16298
|
-
placement:
|
16299
|
-
breakPoint:
|
16300
|
-
elasticity:
|
16350
|
+
placement: 16,
|
16351
|
+
breakPoint: 17,
|
16352
|
+
elasticity: 18,
|
16301
16353
|
animation: 1,
|
16302
|
-
|
16303
|
-
|
16304
|
-
closeEventValue: 4,
|
16305
|
-
closeButtonProps: 5
|
16354
|
+
closeEventName: 19,
|
16355
|
+
closeEventValue: 20
|
16306
16356
|
},
|
16307
|
-
add_css
|
16308
|
-
[-1, -1]
|
16357
|
+
add_css
|
16309
16358
|
);
|
16310
16359
|
}
|
16311
16360
|
}
|
16312
16361
|
|
16313
|
-
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_ROUND, BUTTON_SIZE, BUTTON_THEME, BUTTON_VARIANTS, 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, Avatar as FlexAvatar, Button as FlexButton, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Text as FlexText, TextButton as FlexTextButton, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_PARAMS, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_ALIGN_VALUES, LAYER_TEXT_FONT_WEIGHT_VALUES, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, Repeats, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_BUTTON_COLOR, TEXT_BUTTON_ICON_ANGLE, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ROUND, TEXT_BUTTON_SIZE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, 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 };
|
16362
|
+
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_ROUND, BUTTON_SIZE, BUTTON_THEME, BUTTON_VARIANTS, BackgroundSizes, Box, CLOSE_BUTTON_LABEL_PLACEMENT, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, 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, Avatar as FlexAvatar, Button as FlexButton, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Text as FlexText, TextButton as FlexTextButton, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_PARAMS, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_ALIGN_VALUES, LAYER_TEXT_FONT_WEIGHT_VALUES, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, Repeats, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_BUTTON_COLOR, TEXT_BUTTON_ICON_ANGLE, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ROUND, TEXT_BUTTON_SIZE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, 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 };
|