@plaidev/karte-action-sdk 1.1.119-27930513.338a563d → 1.1.119-27930648.52eb6a98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -2167,20 +2167,20 @@ var widget = /*#__PURE__*/Object.freeze({
2167
2167
 
2168
2168
  /* src/components/Normalize.svelte generated by Svelte v3.53.1 */
2169
2169
 
2170
- function add_css$n(target) {
2170
+ function add_css$o(target) {
2171
2171
  append_styles(target, "svelte-tr4qnr", "@import 'https://esm.sh/normalize.css';");
2172
2172
  }
2173
2173
 
2174
2174
  class Normalize extends SvelteComponent {
2175
2175
  constructor(options) {
2176
2176
  super();
2177
- init(this, options, null, null, safe_not_equal, {}, add_css$n);
2177
+ init(this, options, null, null, safe_not_equal, {}, add_css$o);
2178
2178
  }
2179
2179
  }
2180
2180
 
2181
2181
  /* src/components/State.svelte generated by Svelte v3.53.1 */
2182
2182
 
2183
- function create_fragment$q(ctx) {
2183
+ function create_fragment$r(ctx) {
2184
2184
  let normalize;
2185
2185
  let t;
2186
2186
  let current;
@@ -2239,7 +2239,7 @@ function create_fragment$q(ctx) {
2239
2239
  };
2240
2240
  }
2241
2241
 
2242
- function instance$q($$self, $$props, $$invalidate) {
2242
+ function instance$r($$self, $$props, $$invalidate) {
2243
2243
  let { $$slots: slots = {}, $$scope } = $$props;
2244
2244
 
2245
2245
  $$self.$$set = $$props => {
@@ -2252,18 +2252,18 @@ function instance$q($$self, $$props, $$invalidate) {
2252
2252
  class State extends SvelteComponent {
2253
2253
  constructor(options) {
2254
2254
  super();
2255
- init(this, options, instance$q, create_fragment$q, safe_not_equal, {});
2255
+ init(this, options, instance$r, create_fragment$r, safe_not_equal, {});
2256
2256
  }
2257
2257
  }
2258
2258
 
2259
2259
  /* src/components/StateItem.svelte generated by Svelte v3.53.1 */
2260
2260
 
2261
- function add_css$m(target) {
2261
+ function add_css$n(target) {
2262
2262
  append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
2263
2263
  }
2264
2264
 
2265
2265
  // (23:0) {#if $state === path}
2266
- function create_if_block$6(ctx) {
2266
+ function create_if_block$7(ctx) {
2267
2267
  let div;
2268
2268
  let t;
2269
2269
  let current;
@@ -2325,10 +2325,10 @@ function create_if_block$6(ctx) {
2325
2325
  };
2326
2326
  }
2327
2327
 
2328
- function create_fragment$p(ctx) {
2328
+ function create_fragment$q(ctx) {
2329
2329
  let if_block_anchor;
2330
2330
  let current;
2331
- let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$6(ctx);
2331
+ let if_block = /*$state*/ ctx[1] === /*path*/ ctx[0] && create_if_block$7(ctx);
2332
2332
 
2333
2333
  return {
2334
2334
  c() {
@@ -2349,7 +2349,7 @@ function create_fragment$p(ctx) {
2349
2349
  transition_in(if_block, 1);
2350
2350
  }
2351
2351
  } else {
2352
- if_block = create_if_block$6(ctx);
2352
+ if_block = create_if_block$7(ctx);
2353
2353
  if_block.c();
2354
2354
  transition_in(if_block, 1);
2355
2355
  if_block.m(if_block_anchor.parentNode, if_block_anchor);
@@ -2386,7 +2386,7 @@ function getStateItemContext() {
2386
2386
  return getContext(STATE_ITEM_CONTEXT_KEY);
2387
2387
  }
2388
2388
 
2389
- function instance$p($$self, $$props, $$invalidate) {
2389
+ function instance$q($$self, $$props, $$invalidate) {
2390
2390
  let $state;
2391
2391
  component_subscribe($$self, state, $$value => $$invalidate(1, $state = $$value));
2392
2392
  let { $$slots: slots = {}, $$scope } = $$props;
@@ -2412,18 +2412,18 @@ function instance$p($$self, $$props, $$invalidate) {
2412
2412
  class StateItem extends SvelteComponent {
2413
2413
  constructor(options) {
2414
2414
  super();
2415
- init(this, options, instance$p, create_fragment$p, safe_not_equal, { path: 0 }, add_css$m);
2415
+ init(this, options, instance$q, create_fragment$q, safe_not_equal, { path: 0 }, add_css$n);
2416
2416
  }
2417
2417
  }
2418
2418
 
2419
2419
  /* src/components/BackgroundOverray.svelte generated by Svelte v3.53.1 */
2420
2420
 
2421
- function add_css$l(target) {
2421
+ function add_css$m(target) {
2422
2422
  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}");
2423
2423
  }
2424
2424
 
2425
2425
  // (9:0) {#if backgroundOverray}
2426
- function create_if_block$5(ctx) {
2426
+ function create_if_block$6(ctx) {
2427
2427
  let div;
2428
2428
  let mounted;
2429
2429
  let dispose;
@@ -2450,9 +2450,9 @@ function create_if_block$5(ctx) {
2450
2450
  };
2451
2451
  }
2452
2452
 
2453
- function create_fragment$o(ctx) {
2453
+ function create_fragment$p(ctx) {
2454
2454
  let if_block_anchor;
2455
- let if_block = /*backgroundOverray*/ ctx[0] && create_if_block$5(ctx);
2455
+ let if_block = /*backgroundOverray*/ ctx[0] && create_if_block$6(ctx);
2456
2456
 
2457
2457
  return {
2458
2458
  c() {
@@ -2468,7 +2468,7 @@ function create_fragment$o(ctx) {
2468
2468
  if (if_block) {
2469
2469
  if_block.p(ctx, dirty);
2470
2470
  } else {
2471
- if_block = create_if_block$5(ctx);
2471
+ if_block = create_if_block$6(ctx);
2472
2472
  if_block.c();
2473
2473
  if_block.m(if_block_anchor.parentNode, if_block_anchor);
2474
2474
  }
@@ -2486,7 +2486,7 @@ function create_fragment$o(ctx) {
2486
2486
  };
2487
2487
  }
2488
2488
 
2489
- function instance$o($$self, $$props, $$invalidate) {
2489
+ function instance$p($$self, $$props, $$invalidate) {
2490
2490
  let { backgroundOverray = false } = $$props;
2491
2491
  const dispatch = createEventDispatcher();
2492
2492
  const click_handler = () => dispatch('click');
@@ -2501,18 +2501,18 @@ function instance$o($$self, $$props, $$invalidate) {
2501
2501
  class BackgroundOverray extends SvelteComponent {
2502
2502
  constructor(options) {
2503
2503
  super();
2504
- init(this, options, instance$o, create_fragment$o, safe_not_equal, { backgroundOverray: 0 }, add_css$l);
2504
+ init(this, options, instance$p, create_fragment$p, safe_not_equal, { backgroundOverray: 0 }, add_css$m);
2505
2505
  }
2506
2506
  }
2507
2507
 
2508
2508
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
2509
2509
 
2510
- function add_css$k(target) {
2510
+ function add_css$l(target) {
2511
2511
  append_styles(target, "svelte-12dkw0q", ".modal.svelte-12dkw0q{position:fixed;box-sizing:border-box;z-index:2147483647}.close.svelte-12dkw0q{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-12dkw0q:hover{transform:rotate(90deg)}.modal-content.svelte-12dkw0q{display:flex;justify-content:center;align-items:center}");
2512
2512
  }
2513
2513
 
2514
2514
  // (142:0) {#if visible}
2515
- function create_if_block$4(ctx) {
2515
+ function create_if_block$5(ctx) {
2516
2516
  let div1;
2517
2517
  let t;
2518
2518
  let div0;
@@ -2521,7 +2521,7 @@ function create_if_block$4(ctx) {
2521
2521
  let current;
2522
2522
  let mounted;
2523
2523
  let dispose;
2524
- let if_block = /*closable*/ ctx[14] && create_if_block_1$1(ctx);
2524
+ let if_block = /*closable*/ ctx[14] && create_if_block_1$2(ctx);
2525
2525
  const default_slot_template = /*#slots*/ ctx[29].default;
2526
2526
  const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[28], null);
2527
2527
 
@@ -2567,7 +2567,7 @@ function create_if_block$4(ctx) {
2567
2567
  if (if_block) {
2568
2568
  if_block.p(ctx, dirty);
2569
2569
  } else {
2570
- if_block = create_if_block_1$1(ctx);
2570
+ if_block = create_if_block_1$2(ctx);
2571
2571
  if_block.c();
2572
2572
  if_block.m(div1, t);
2573
2573
  }
@@ -2632,7 +2632,7 @@ function create_if_block$4(ctx) {
2632
2632
  }
2633
2633
 
2634
2634
  // (159:4) {#if closable}
2635
- function create_if_block_1$1(ctx) {
2635
+ function create_if_block_1$2(ctx) {
2636
2636
  let button;
2637
2637
  let svg;
2638
2638
  let path;
@@ -2688,7 +2688,7 @@ function create_if_block_1$1(ctx) {
2688
2688
  };
2689
2689
  }
2690
2690
 
2691
- function create_fragment$n(ctx) {
2691
+ function create_fragment$o(ctx) {
2692
2692
  let backgroundoverray;
2693
2693
  let t;
2694
2694
  let if_block_anchor;
@@ -2706,7 +2706,7 @@ function create_fragment$n(ctx) {
2706
2706
  if (is_function(/*backgroundClick*/ ctx[12])) /*backgroundClick*/ ctx[12].apply(this, arguments);
2707
2707
  });
2708
2708
 
2709
- let if_block = /*visible*/ ctx[6] && create_if_block$4(ctx);
2709
+ let if_block = /*visible*/ ctx[6] && create_if_block$5(ctx);
2710
2710
 
2711
2711
  return {
2712
2712
  c() {
@@ -2744,7 +2744,7 @@ function create_fragment$n(ctx) {
2744
2744
  transition_in(if_block, 1);
2745
2745
  }
2746
2746
  } else {
2747
- if_block = create_if_block$4(ctx);
2747
+ if_block = create_if_block$5(ctx);
2748
2748
  if_block.c();
2749
2749
  transition_in(if_block, 1);
2750
2750
  if_block.m(if_block_anchor.parentNode, if_block_anchor);
@@ -2781,7 +2781,7 @@ function create_fragment$n(ctx) {
2781
2781
  };
2782
2782
  }
2783
2783
 
2784
- function instance$n($$self, $$props, $$invalidate) {
2784
+ function instance$o($$self, $$props, $$invalidate) {
2785
2785
  let click;
2786
2786
  let close;
2787
2787
  let closable;
@@ -2969,8 +2969,8 @@ class Modal extends SvelteComponent {
2969
2969
  init(
2970
2970
  this,
2971
2971
  options,
2972
- instance$n,
2973
- create_fragment$n,
2972
+ instance$o,
2973
+ create_fragment$o,
2974
2974
  safe_not_equal,
2975
2975
  {
2976
2976
  onClick: 17,
@@ -2986,14 +2986,14 @@ class Modal extends SvelteComponent {
2986
2986
  closeButtonColor: 2,
2987
2987
  _closeStyle: 3
2988
2988
  },
2989
- add_css$k
2989
+ add_css$l
2990
2990
  );
2991
2991
  }
2992
2992
  }
2993
2993
 
2994
2994
  /* src/components/Grid.svelte generated by Svelte v3.53.1 */
2995
2995
 
2996
- function create_fragment$m(ctx) {
2996
+ function create_fragment$n(ctx) {
2997
2997
  let div;
2998
2998
  let current;
2999
2999
  const default_slot_template = /*#slots*/ ctx[8].default;
@@ -3051,7 +3051,7 @@ function create_fragment$m(ctx) {
3051
3051
  };
3052
3052
  }
3053
3053
 
3054
- function instance$m($$self, $$props, $$invalidate) {
3054
+ function instance$n($$self, $$props, $$invalidate) {
3055
3055
  let _style;
3056
3056
  let { $$slots: slots = {}, $$scope } = $$props;
3057
3057
  let { width = '512px' } = $$props;
@@ -3096,7 +3096,7 @@ class Grid extends SvelteComponent {
3096
3096
  constructor(options) {
3097
3097
  super();
3098
3098
 
3099
- init(this, options, instance$m, create_fragment$m, safe_not_equal, {
3099
+ init(this, options, instance$n, create_fragment$n, safe_not_equal, {
3100
3100
  width: 1,
3101
3101
  height: 2,
3102
3102
  rows: 3,
@@ -3278,7 +3278,7 @@ function create_default_slot(ctx) {
3278
3278
  };
3279
3279
  }
3280
3280
 
3281
- function create_fragment$l(ctx) {
3281
+ function create_fragment$m(ctx) {
3282
3282
  let stateitem;
3283
3283
  let current;
3284
3284
 
@@ -3323,7 +3323,7 @@ function create_fragment$l(ctx) {
3323
3323
  };
3324
3324
  }
3325
3325
 
3326
- function instance$l($$self, $$props, $$invalidate) {
3326
+ function instance$m($$self, $$props, $$invalidate) {
3327
3327
  let { $$slots: slots = {}, $$scope } = $$props;
3328
3328
  let { path } = $$props;
3329
3329
  let { onClick = { operation: 'none', args: [] } } = $$props;
@@ -3394,7 +3394,7 @@ class GridModalState extends SvelteComponent {
3394
3394
  constructor(options) {
3395
3395
  super();
3396
3396
 
3397
- init(this, options, instance$l, create_fragment$l, safe_not_equal, {
3397
+ init(this, options, instance$m, create_fragment$m, safe_not_equal, {
3398
3398
  path: 0,
3399
3399
  onClick: 1,
3400
3400
  clickEventName: 2,
@@ -3419,11 +3419,11 @@ class GridModalState extends SvelteComponent {
3419
3419
 
3420
3420
  /* src/components/GridItem.svelte generated by Svelte v3.53.1 */
3421
3421
 
3422
- function add_css$j(target) {
3422
+ function add_css$k(target) {
3423
3423
  append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
3424
3424
  }
3425
3425
 
3426
- function create_fragment$k(ctx) {
3426
+ function create_fragment$l(ctx) {
3427
3427
  let div1;
3428
3428
  let div0;
3429
3429
  let current;
@@ -3486,7 +3486,7 @@ function create_fragment$k(ctx) {
3486
3486
  };
3487
3487
  }
3488
3488
 
3489
- function instance$k($$self, $$props, $$invalidate) {
3489
+ function instance$l($$self, $$props, $$invalidate) {
3490
3490
  let _style;
3491
3491
  let { $$slots: slots = {}, $$scope } = $$props;
3492
3492
  let { x1 } = $$props;
@@ -3539,8 +3539,8 @@ class GridItem extends SvelteComponent {
3539
3539
  init(
3540
3540
  this,
3541
3541
  options,
3542
- instance$k,
3543
- create_fragment$k,
3542
+ instance$l,
3543
+ create_fragment$l,
3544
3544
  safe_not_equal,
3545
3545
  {
3546
3546
  x1: 2,
@@ -3550,18 +3550,18 @@ class GridItem extends SvelteComponent {
3550
3550
  z: 6,
3551
3551
  background: 7
3552
3552
  },
3553
- add_css$j
3553
+ add_css$k
3554
3554
  );
3555
3555
  }
3556
3556
  }
3557
3557
 
3558
3558
  /* src/components/Flex.svelte generated by Svelte v3.53.1 */
3559
3559
 
3560
- function add_css$i(target) {
3560
+ function add_css$j(target) {
3561
3561
  append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
3562
3562
  }
3563
3563
 
3564
- function create_fragment$j(ctx) {
3564
+ function create_fragment$k(ctx) {
3565
3565
  let div;
3566
3566
  let div_style_value;
3567
3567
  let current;
@@ -3626,7 +3626,7 @@ function getFlexContext() {
3626
3626
  return getContext(FlexContextKey);
3627
3627
  }
3628
3628
 
3629
- function instance$j($$self, $$props, $$invalidate) {
3629
+ function instance$k($$self, $$props, $$invalidate) {
3630
3630
  let { $$slots: slots = {}, $$scope } = $$props;
3631
3631
  let { direction = 'row' } = $$props;
3632
3632
  let { width = '100%' } = $$props;
@@ -3652,8 +3652,8 @@ class Flex extends SvelteComponent {
3652
3652
  init(
3653
3653
  this,
3654
3654
  options,
3655
- instance$j,
3656
- create_fragment$j,
3655
+ instance$k,
3656
+ create_fragment$k,
3657
3657
  safe_not_equal,
3658
3658
  {
3659
3659
  direction: 0,
@@ -3661,18 +3661,18 @@ class Flex extends SvelteComponent {
3661
3661
  height: 2,
3662
3662
  _style: 3
3663
3663
  },
3664
- add_css$i
3664
+ add_css$j
3665
3665
  );
3666
3666
  }
3667
3667
  }
3668
3668
 
3669
3669
  /* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
3670
3670
 
3671
- function add_css$h(target) {
3671
+ function add_css$i(target) {
3672
3672
  append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
3673
3673
  }
3674
3674
 
3675
- function create_fragment$i(ctx) {
3675
+ function create_fragment$j(ctx) {
3676
3676
  let div;
3677
3677
  let current;
3678
3678
  const default_slot_template = /*#slots*/ ctx[4].default;
@@ -3730,7 +3730,7 @@ function create_fragment$i(ctx) {
3730
3730
  };
3731
3731
  }
3732
3732
 
3733
- function instance$i($$self, $$props, $$invalidate) {
3733
+ function instance$j($$self, $$props, $$invalidate) {
3734
3734
  let { $$slots: slots = {}, $$scope } = $$props;
3735
3735
  let { length } = $$props;
3736
3736
  let { _style = '' } = $$props;
@@ -3773,13 +3773,13 @@ function instance$i($$self, $$props, $$invalidate) {
3773
3773
  class FlexItem extends SvelteComponent {
3774
3774
  constructor(options) {
3775
3775
  super();
3776
- init(this, options, instance$i, create_fragment$i, safe_not_equal, { length: 1, _style: 2 }, add_css$h);
3776
+ init(this, options, instance$j, create_fragment$j, safe_not_equal, { length: 1, _style: 2 }, add_css$i);
3777
3777
  }
3778
3778
  }
3779
3779
 
3780
3780
  /* src/components/RenderText.svelte generated by Svelte v3.53.1 */
3781
3781
 
3782
- function get_each_context$4(ctx, list, i) {
3782
+ function get_each_context$5(ctx, list, i) {
3783
3783
  const child_ctx = ctx.slice();
3784
3784
  child_ctx[2] = list[i];
3785
3785
  return child_ctx;
@@ -3807,7 +3807,7 @@ function create_else_block$1(ctx) {
3807
3807
  }
3808
3808
 
3809
3809
  // (10:2) {#if item.match(regexp)}
3810
- function create_if_block$3(ctx) {
3810
+ function create_if_block$4(ctx) {
3811
3811
  let br;
3812
3812
 
3813
3813
  return {
@@ -3825,14 +3825,14 @@ function create_if_block$3(ctx) {
3825
3825
  }
3826
3826
 
3827
3827
  // (9:0) {#each items as item}
3828
- function create_each_block$4(ctx) {
3828
+ function create_each_block$5(ctx) {
3829
3829
  let show_if;
3830
3830
  let if_block_anchor;
3831
3831
 
3832
3832
  function select_block_type(ctx, dirty) {
3833
3833
  if (dirty & /*items*/ 1) show_if = null;
3834
3834
  if (show_if == null) show_if = !!/*item*/ ctx[2].match(regexp);
3835
- if (show_if) return create_if_block$3;
3835
+ if (show_if) return create_if_block$4;
3836
3836
  return create_else_block$1;
3837
3837
  }
3838
3838
 
@@ -3868,13 +3868,13 @@ function create_each_block$4(ctx) {
3868
3868
  };
3869
3869
  }
3870
3870
 
3871
- function create_fragment$h(ctx) {
3871
+ function create_fragment$i(ctx) {
3872
3872
  let each_1_anchor;
3873
3873
  let each_value = /*items*/ ctx[0];
3874
3874
  let each_blocks = [];
3875
3875
 
3876
3876
  for (let i = 0; i < each_value.length; i += 1) {
3877
- each_blocks[i] = create_each_block$4(get_each_context$4(ctx, each_value, i));
3877
+ each_blocks[i] = create_each_block$5(get_each_context$5(ctx, each_value, i));
3878
3878
  }
3879
3879
 
3880
3880
  return {
@@ -3898,12 +3898,12 @@ function create_fragment$h(ctx) {
3898
3898
  let i;
3899
3899
 
3900
3900
  for (i = 0; i < each_value.length; i += 1) {
3901
- const child_ctx = get_each_context$4(ctx, each_value, i);
3901
+ const child_ctx = get_each_context$5(ctx, each_value, i);
3902
3902
 
3903
3903
  if (each_blocks[i]) {
3904
3904
  each_blocks[i].p(child_ctx, dirty);
3905
3905
  } else {
3906
- each_blocks[i] = create_each_block$4(child_ctx);
3906
+ each_blocks[i] = create_each_block$5(child_ctx);
3907
3907
  each_blocks[i].c();
3908
3908
  each_blocks[i].m(each_1_anchor.parentNode, each_1_anchor);
3909
3909
  }
@@ -3927,7 +3927,7 @@ function create_fragment$h(ctx) {
3927
3927
 
3928
3928
  const regexp = /(\r?\n)/;
3929
3929
 
3930
- function instance$h($$self, $$props, $$invalidate) {
3930
+ function instance$i($$self, $$props, $$invalidate) {
3931
3931
  let items;
3932
3932
  let { text = 'サンプルSample' } = $$props;
3933
3933
 
@@ -3947,17 +3947,17 @@ function instance$h($$self, $$props, $$invalidate) {
3947
3947
  class RenderText extends SvelteComponent {
3948
3948
  constructor(options) {
3949
3949
  super();
3950
- init(this, options, instance$h, create_fragment$h, safe_not_equal, { text: 1 });
3950
+ init(this, options, instance$i, create_fragment$i, safe_not_equal, { text: 1 });
3951
3951
  }
3952
3952
  }
3953
3953
 
3954
3954
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
3955
3955
 
3956
- function add_css$g(target) {
3956
+ function add_css$h(target) {
3957
3957
  append_styles(target, "svelte-9en2jg", ".text-element.svelte-9en2jg.svelte-9en2jg{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:auto}.text-element-inner.svelte-9en2jg.svelte-9en2jg{width:100%;height:auto}.text-direction-vertical.svelte-9en2jg.svelte-9en2jg{writing-mode:vertical-rl}.text-direction-vertical.svelte-9en2jg .text-element-inner.svelte-9en2jg{width:auto;height:100%}");
3958
3958
  }
3959
3959
 
3960
- function create_fragment$g(ctx) {
3960
+ function create_fragment$h(ctx) {
3961
3961
  let div1;
3962
3962
  let div0;
3963
3963
  let rendertext;
@@ -4009,7 +4009,7 @@ function create_fragment$g(ctx) {
4009
4009
  };
4010
4010
  }
4011
4011
 
4012
- function instance$g($$self, $$props, $$invalidate) {
4012
+ function instance$h($$self, $$props, $$invalidate) {
4013
4013
  let style;
4014
4014
  let { text = 'サンプルSample' } = $$props;
4015
4015
  let { _textStyle = 'font-size:12px;' } = $$props;
@@ -4039,8 +4039,8 @@ class TextElement extends SvelteComponent {
4039
4039
  init(
4040
4040
  this,
4041
4041
  options,
4042
- instance$g,
4043
- create_fragment$g,
4042
+ instance$h,
4043
+ create_fragment$h,
4044
4044
  safe_not_equal,
4045
4045
  {
4046
4046
  text: 0,
@@ -4048,18 +4048,18 @@ class TextElement extends SvelteComponent {
4048
4048
  textDirection: 1,
4049
4049
  _style: 4
4050
4050
  },
4051
- add_css$g
4051
+ add_css$h
4052
4052
  );
4053
4053
  }
4054
4054
  }
4055
4055
 
4056
4056
  /* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
4057
4057
 
4058
- function add_css$f(target) {
4058
+ function add_css$g(target) {
4059
4059
  append_styles(target, "svelte-1igv5yx", ".text-button-element.svelte-1igv5yx{width:100%;height:100%}.text-button-element._disabled.svelte-1igv5yx{opacity:0.2}.text-button.svelte-1igv5yx{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden}.text-button._disabled.svelte-1igv5yx{cursor:not-allowed}.text-button.svelte-1igv5yx:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-1igv5yx:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
4060
4060
  }
4061
4061
 
4062
- function create_fragment$f(ctx) {
4062
+ function create_fragment$g(ctx) {
4063
4063
  let div;
4064
4064
  let button;
4065
4065
  let rendertext;
@@ -4135,7 +4135,7 @@ function create_fragment$f(ctx) {
4135
4135
  };
4136
4136
  }
4137
4137
 
4138
- function instance$f($$self, $$props, $$invalidate) {
4138
+ function instance$g($$self, $$props, $$invalidate) {
4139
4139
  let disabled;
4140
4140
  let $valuesAreValid;
4141
4141
  let { text = 'ボタンラベル' } = $$props;
@@ -4200,8 +4200,8 @@ class TextButtonElement extends SvelteComponent {
4200
4200
  init(
4201
4201
  this,
4202
4202
  options,
4203
- instance$f,
4204
- create_fragment$f,
4203
+ instance$g,
4204
+ create_fragment$g,
4205
4205
  safe_not_equal,
4206
4206
  {
4207
4207
  text: 0,
@@ -4210,18 +4210,18 @@ class TextButtonElement extends SvelteComponent {
4210
4210
  _buttonStyle: 1,
4211
4211
  _style: 2
4212
4212
  },
4213
- add_css$f
4213
+ add_css$g
4214
4214
  );
4215
4215
  }
4216
4216
  }
4217
4217
 
4218
4218
  /* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
4219
4219
 
4220
- function add_css$e(target) {
4220
+ function add_css$f(target) {
4221
4221
  append_styles(target, "svelte-t8kpqw", ".image-element.svelte-t8kpqw{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}.image.svelte-t8kpqw{width:100%;height:100%}.transport.svelte-t8kpqw:hover,.transport.svelte-t8kpqw:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
4222
4222
  }
4223
4223
 
4224
- function create_fragment$e(ctx) {
4224
+ function create_fragment$f(ctx) {
4225
4225
  let div;
4226
4226
  let img;
4227
4227
  let img_src_value;
@@ -4283,7 +4283,7 @@ function create_fragment$e(ctx) {
4283
4283
  };
4284
4284
  }
4285
4285
 
4286
- function instance$e($$self, $$props, $$invalidate) {
4286
+ function instance$f($$self, $$props, $$invalidate) {
4287
4287
  let { src = 'https://admin.karte.io/action-editor2/public/images/no_image_en.svg' } = $$props;
4288
4288
  let { alt = 'No Image' } = $$props;
4289
4289
  let { transport = false } = $$props;
@@ -4321,8 +4321,8 @@ class ImageElement extends SvelteComponent {
4321
4321
  init(
4322
4322
  this,
4323
4323
  options,
4324
- instance$e,
4325
- create_fragment$e,
4324
+ instance$f,
4325
+ create_fragment$f,
4326
4326
  safe_not_equal,
4327
4327
  {
4328
4328
  src: 0,
@@ -4333,18 +4333,18 @@ class ImageElement extends SvelteComponent {
4333
4333
  _imageStyle: 3,
4334
4334
  _style: 4
4335
4335
  },
4336
- add_css$e
4336
+ add_css$f
4337
4337
  );
4338
4338
  }
4339
4339
  }
4340
4340
 
4341
4341
  /* src/components/List.svelte generated by Svelte v3.53.1 */
4342
4342
 
4343
- function add_css$d(target) {
4343
+ function add_css$e(target) {
4344
4344
  append_styles(target, "svelte-dfqtyx", ".list.svelte-dfqtyx{display:flex;width:100%;height:100%;overflow:hidden}");
4345
4345
  }
4346
4346
 
4347
- function create_fragment$d(ctx) {
4347
+ function create_fragment$e(ctx) {
4348
4348
  let div;
4349
4349
  let current;
4350
4350
  const default_slot_template = /*#slots*/ ctx[6].default;
@@ -4404,7 +4404,7 @@ function create_fragment$d(ctx) {
4404
4404
 
4405
4405
  const LIST_CONTEXT_KEY = Symbol();
4406
4406
 
4407
- function instance$d($$self, $$props, $$invalidate) {
4407
+ function instance$e($$self, $$props, $$invalidate) {
4408
4408
  let style;
4409
4409
  let { $$slots: slots = {}, $$scope } = $$props;
4410
4410
  let { direction = 'vertical' } = $$props;
@@ -4471,8 +4471,8 @@ class List extends SvelteComponent {
4471
4471
  init(
4472
4472
  this,
4473
4473
  options,
4474
- instance$d,
4475
- create_fragment$d,
4474
+ instance$e,
4475
+ create_fragment$e,
4476
4476
  safe_not_equal,
4477
4477
  {
4478
4478
  direction: 1,
@@ -4480,18 +4480,18 @@ class List extends SvelteComponent {
4480
4480
  background: 3,
4481
4481
  _style: 4
4482
4482
  },
4483
- add_css$d
4483
+ add_css$e
4484
4484
  );
4485
4485
  }
4486
4486
  }
4487
4487
 
4488
4488
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
4489
4489
 
4490
- function add_css$c(target) {
4490
+ function add_css$d(target) {
4491
4491
  append_styles(target, "svelte-h5j4xe", ".list-item.svelte-h5j4xe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item-inner.svelte-h5j4xe{position:absolute;inset:0}");
4492
4492
  }
4493
4493
 
4494
- function create_fragment$c(ctx) {
4494
+ function create_fragment$d(ctx) {
4495
4495
  let div1;
4496
4496
  let div0;
4497
4497
  let current;
@@ -4572,7 +4572,7 @@ function create_fragment$c(ctx) {
4572
4572
  };
4573
4573
  }
4574
4574
 
4575
- function instance$c($$self, $$props, $$invalidate) {
4575
+ function instance$d($$self, $$props, $$invalidate) {
4576
4576
  let click;
4577
4577
  let listItemStyle;
4578
4578
  let { $$slots: slots = {}, $$scope } = $$props;
@@ -4662,17 +4662,17 @@ function instance$c($$self, $$props, $$invalidate) {
4662
4662
  class ListItem extends SvelteComponent {
4663
4663
  constructor(options) {
4664
4664
  super();
4665
- init(this, options, instance$c, create_fragment$c, safe_not_equal, { onClick: 3, clickEventName: 4, _style: 0 }, add_css$c);
4665
+ init(this, options, instance$d, create_fragment$d, safe_not_equal, { onClick: 3, clickEventName: 4, _style: 0 }, add_css$d);
4666
4666
  }
4667
4667
  }
4668
4668
 
4669
4669
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
4670
4670
 
4671
- function add_css$b(target) {
4671
+ function add_css$c(target) {
4672
4672
  append_styles(target, "svelte-17rkg8u", ".embed.svelte-17rkg8u{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-17rkg8u iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
4673
4673
  }
4674
4674
 
4675
- function create_fragment$b(ctx) {
4675
+ function create_fragment$c(ctx) {
4676
4676
  let div;
4677
4677
 
4678
4678
  return {
@@ -4699,7 +4699,7 @@ function create_fragment$b(ctx) {
4699
4699
  };
4700
4700
  }
4701
4701
 
4702
- function instance$b($$self, $$props, $$invalidate) {
4702
+ function instance$c($$self, $$props, $$invalidate) {
4703
4703
  let { code } = $$props;
4704
4704
  let { _style = "" } = $$props;
4705
4705
 
@@ -4714,17 +4714,17 @@ function instance$b($$self, $$props, $$invalidate) {
4714
4714
  class EmbedElement extends SvelteComponent {
4715
4715
  constructor(options) {
4716
4716
  super();
4717
- init(this, options, instance$b, create_fragment$b, safe_not_equal, { code: 0, _style: 1 }, add_css$b);
4717
+ init(this, options, instance$c, create_fragment$c, safe_not_equal, { code: 0, _style: 1 }, add_css$c);
4718
4718
  }
4719
4719
  }
4720
4720
 
4721
4721
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
4722
4722
 
4723
- function add_css$a(target) {
4723
+ function add_css$b(target) {
4724
4724
  append_styles(target, "svelte-17rkg8u", ".embed.svelte-17rkg8u{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-17rkg8u iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
4725
4725
  }
4726
4726
 
4727
- function create_fragment$a(ctx) {
4727
+ function create_fragment$b(ctx) {
4728
4728
  let div1;
4729
4729
  let div0;
4730
4730
 
@@ -4755,7 +4755,7 @@ function create_fragment$a(ctx) {
4755
4755
  };
4756
4756
  }
4757
4757
 
4758
- function instance$a($$self, $$props, $$invalidate) {
4758
+ function instance$b($$self, $$props, $$invalidate) {
4759
4759
  let $system;
4760
4760
  component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
4761
4761
  let { videoId = "sSgN-L4DU0c" } = $$props;
@@ -4934,8 +4934,8 @@ class MovieYouTubeElement extends SvelteComponent {
4934
4934
  init(
4935
4935
  this,
4936
4936
  options,
4937
- instance$a,
4938
- create_fragment$a,
4937
+ instance$b,
4938
+ create_fragment$b,
4939
4939
  safe_not_equal,
4940
4940
  {
4941
4941
  videoId: 2,
@@ -4945,18 +4945,18 @@ class MovieYouTubeElement extends SvelteComponent {
4945
4945
  mute: 6,
4946
4946
  _style: 0
4947
4947
  },
4948
- add_css$a
4948
+ add_css$b
4949
4949
  );
4950
4950
  }
4951
4951
  }
4952
4952
 
4953
4953
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
4954
4954
 
4955
- function add_css$9(target) {
4955
+ function add_css$a(target) {
4956
4956
  append_styles(target, "svelte-17rkg8u", ".embed.svelte-17rkg8u{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-17rkg8u iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
4957
4957
  }
4958
4958
 
4959
- function create_fragment$9(ctx) {
4959
+ function create_fragment$a(ctx) {
4960
4960
  let div1;
4961
4961
  let div0;
4962
4962
 
@@ -4987,7 +4987,7 @@ function create_fragment$9(ctx) {
4987
4987
  };
4988
4988
  }
4989
4989
 
4990
- function instance$9($$self, $$props, $$invalidate) {
4990
+ function instance$a($$self, $$props, $$invalidate) {
4991
4991
  let $system;
4992
4992
  component_subscribe($$self, system, $$value => $$invalidate(12, $system = $$value));
4993
4993
  let { videoId = "201239468" } = $$props;
@@ -5130,8 +5130,8 @@ class MovieVimeoElement extends SvelteComponent {
5130
5130
  init(
5131
5131
  this,
5132
5132
  options,
5133
- instance$9,
5134
- create_fragment$9,
5133
+ instance$a,
5134
+ create_fragment$a,
5135
5135
  safe_not_equal,
5136
5136
  {
5137
5137
  videoId: 2,
@@ -5141,18 +5141,18 @@ class MovieVimeoElement extends SvelteComponent {
5141
5141
  mute: 6,
5142
5142
  _style: 0
5143
5143
  },
5144
- add_css$9
5144
+ add_css$a
5145
5145
  );
5146
5146
  }
5147
5147
  }
5148
5148
 
5149
5149
  /* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
5150
5150
 
5151
- function add_css$8(target) {
5151
+ function add_css$9(target) {
5152
5152
  append_styles(target, "svelte-kyay3k", ".textarea-wrapper.svelte-kyay3k{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-kyay3k{width:100%;resize:none}");
5153
5153
  }
5154
5154
 
5155
- function create_fragment$8(ctx) {
5155
+ function create_fragment$9(ctx) {
5156
5156
  let div;
5157
5157
  let textarea;
5158
5158
  let mounted;
@@ -5205,7 +5205,7 @@ function create_fragment$8(ctx) {
5205
5205
  };
5206
5206
  }
5207
5207
 
5208
- function instance$8($$self, $$props, $$invalidate) {
5208
+ function instance$9($$self, $$props, $$invalidate) {
5209
5209
  let $value;
5210
5210
  let { name = '' } = $$props;
5211
5211
  let { required = true } = $$props;
@@ -5246,8 +5246,8 @@ class FormTextarea extends SvelteComponent {
5246
5246
  init(
5247
5247
  this,
5248
5248
  options,
5249
- instance$8,
5250
- create_fragment$8,
5249
+ instance$9,
5250
+ create_fragment$9,
5251
5251
  safe_not_equal,
5252
5252
  {
5253
5253
  name: 6,
@@ -5255,18 +5255,18 @@ class FormTextarea extends SvelteComponent {
5255
5255
  rows: 1,
5256
5256
  placeholder: 2
5257
5257
  },
5258
- add_css$8
5258
+ add_css$9
5259
5259
  );
5260
5260
  }
5261
5261
  }
5262
5262
 
5263
5263
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
5264
5264
 
5265
- function add_css$7(target) {
5265
+ function add_css$8(target) {
5266
5266
  append_styles(target, "svelte-1574x6a", ".radio-buttons.svelte-1574x6a{display:flex;justify-content:space-evenly;flex-direction:column;width:100%;height:100%}.radio-button.svelte-1574x6a{font-size:12px;cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-1574x6a{appearance:none;margin:0;width:1.3em;height:1.3em;box-sizing:border-box;border-radius:0.7em;position:relative;background-color:rgba(0, 16, 14, 0.06);;;cursor:pointer}.radio-button-input.svelte-1574x6a:checked{border:solid 0.4em #2aab9f;background-color:#fff;box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-1574x6a{margin-left:0.4em}");
5267
5267
  }
5268
5268
 
5269
- function get_each_context$3(ctx, list, i) {
5269
+ function get_each_context$4(ctx, list, i) {
5270
5270
  const child_ctx = ctx.slice();
5271
5271
  child_ctx[8] = list[i];
5272
5272
  child_ctx[10] = i;
@@ -5274,7 +5274,7 @@ function get_each_context$3(ctx, list, i) {
5274
5274
  }
5275
5275
 
5276
5276
  // (24:2) {#each _options as option, i}
5277
- function create_each_block$3(ctx) {
5277
+ function create_each_block$4(ctx) {
5278
5278
  let label;
5279
5279
  let input;
5280
5280
  let input_value_value;
@@ -5341,13 +5341,13 @@ function create_each_block$3(ctx) {
5341
5341
  };
5342
5342
  }
5343
5343
 
5344
- function create_fragment$7(ctx) {
5344
+ function create_fragment$8(ctx) {
5345
5345
  let div;
5346
5346
  let each_value = /*_options*/ ctx[2];
5347
5347
  let each_blocks = [];
5348
5348
 
5349
5349
  for (let i = 0; i < each_value.length; i += 1) {
5350
- each_blocks[i] = create_each_block$3(get_each_context$3(ctx, each_value, i));
5350
+ each_blocks[i] = create_each_block$4(get_each_context$4(ctx, each_value, i));
5351
5351
  }
5352
5352
 
5353
5353
  return {
@@ -5373,12 +5373,12 @@ function create_fragment$7(ctx) {
5373
5373
  let i;
5374
5374
 
5375
5375
  for (i = 0; i < each_value.length; i += 1) {
5376
- const child_ctx = get_each_context$3(ctx, each_value, i);
5376
+ const child_ctx = get_each_context$4(ctx, each_value, i);
5377
5377
 
5378
5378
  if (each_blocks[i]) {
5379
5379
  each_blocks[i].p(child_ctx, dirty);
5380
5380
  } else {
5381
- each_blocks[i] = create_each_block$3(child_ctx);
5381
+ each_blocks[i] = create_each_block$4(child_ctx);
5382
5382
  each_blocks[i].c();
5383
5383
  each_blocks[i].m(div, null);
5384
5384
  }
@@ -5400,7 +5400,7 @@ function create_fragment$7(ctx) {
5400
5400
  };
5401
5401
  }
5402
5402
 
5403
- function instance$7($$self, $$props, $$invalidate) {
5403
+ function instance$8($$self, $$props, $$invalidate) {
5404
5404
  let _options;
5405
5405
  let _value;
5406
5406
  let $value;
@@ -5446,17 +5446,17 @@ function instance$7($$self, $$props, $$invalidate) {
5446
5446
  class FormRadioButtons extends SvelteComponent {
5447
5447
  constructor(options) {
5448
5448
  super();
5449
- init(this, options, instance$7, create_fragment$7, safe_not_equal, { name: 0, options: 5 }, add_css$7);
5449
+ init(this, options, instance$8, create_fragment$8, safe_not_equal, { name: 0, options: 5 }, add_css$8);
5450
5450
  }
5451
5451
  }
5452
5452
 
5453
5453
  /* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
5454
5454
 
5455
- function add_css$6(target) {
5455
+ function add_css$7(target) {
5456
5456
  append_styles(target, "svelte-1esvjlb", ".select-wrapper.svelte-1esvjlb{display:flex;justify-content:center;flex-direction:column;width:100%;height:100%;position:relative\n}.select-select.svelte-1esvjlb{position:relative;font-size:12px;appearance:none;border:solid 2px #ccc;border-radius:6px;padding:0.8em 1.6em 0.8em 0.8em;width:100%}.select-select.svelte-1esvjlb:focus{outline:none;border-color:#2aab9f}.select-icon.svelte-1esvjlb{position:absolute;width:0.5em;height:0.5em;top:calc(50% - 0.2em);right:0.8em;box-sizing:border-box;border-right:solid 2px #666;border-top:solid 2px #666;transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
5457
5457
  }
5458
5458
 
5459
- function get_each_context$2(ctx, list, i) {
5459
+ function get_each_context$3(ctx, list, i) {
5460
5460
  const child_ctx = ctx.slice();
5461
5461
  child_ctx[6] = list[i];
5462
5462
  child_ctx[8] = i;
@@ -5482,7 +5482,7 @@ function create_else_block(ctx) {
5482
5482
  }
5483
5483
 
5484
5484
  // (27:10) {#if option}
5485
- function create_if_block$2(ctx) {
5485
+ function create_if_block$3(ctx) {
5486
5486
  let t_value = /*option*/ ctx[6] + "";
5487
5487
  let t;
5488
5488
 
@@ -5503,13 +5503,13 @@ function create_if_block$2(ctx) {
5503
5503
  }
5504
5504
 
5505
5505
  // (25:6) {#each _options as option, i}
5506
- function create_each_block$2(ctx) {
5506
+ function create_each_block$3(ctx) {
5507
5507
  let option;
5508
5508
  let t;
5509
5509
  let option_value_value;
5510
5510
 
5511
5511
  function select_block_type(ctx, dirty) {
5512
- if (/*option*/ ctx[6]) return create_if_block$2;
5512
+ if (/*option*/ ctx[6]) return create_if_block$3;
5513
5513
  return create_else_block;
5514
5514
  }
5515
5515
 
@@ -5554,7 +5554,7 @@ function create_each_block$2(ctx) {
5554
5554
  };
5555
5555
  }
5556
5556
 
5557
- function create_fragment$6(ctx) {
5557
+ function create_fragment$7(ctx) {
5558
5558
  let div2;
5559
5559
  let div1;
5560
5560
  let select;
@@ -5566,7 +5566,7 @@ function create_fragment$6(ctx) {
5566
5566
  let each_blocks = [];
5567
5567
 
5568
5568
  for (let i = 0; i < each_value.length; i += 1) {
5569
- each_blocks[i] = create_each_block$2(get_each_context$2(ctx, each_value, i));
5569
+ each_blocks[i] = create_each_block$3(get_each_context$3(ctx, each_value, i));
5570
5570
  }
5571
5571
 
5572
5572
  return {
@@ -5609,12 +5609,12 @@ function create_fragment$6(ctx) {
5609
5609
  let i;
5610
5610
 
5611
5611
  for (i = 0; i < each_value.length; i += 1) {
5612
- const child_ctx = get_each_context$2(ctx, each_value, i);
5612
+ const child_ctx = get_each_context$3(ctx, each_value, i);
5613
5613
 
5614
5614
  if (each_blocks[i]) {
5615
5615
  each_blocks[i].p(child_ctx, dirty);
5616
5616
  } else {
5617
- each_blocks[i] = create_each_block$2(child_ctx);
5617
+ each_blocks[i] = create_each_block$3(child_ctx);
5618
5618
  each_blocks[i].c();
5619
5619
  each_blocks[i].m(select, null);
5620
5620
  }
@@ -5638,7 +5638,7 @@ function create_fragment$6(ctx) {
5638
5638
  };
5639
5639
  }
5640
5640
 
5641
- function instance$6($$self, $$props, $$invalidate) {
5641
+ function instance$7($$self, $$props, $$invalidate) {
5642
5642
  let _options;
5643
5643
  let { name = '' } = $$props;
5644
5644
  let { options = 'プルダウン1,プルダウン2,プルダウン3' } = $$props;
@@ -5675,17 +5675,17 @@ function instance$6($$self, $$props, $$invalidate) {
5675
5675
  class FormSelect extends SvelteComponent {
5676
5676
  constructor(options) {
5677
5677
  super();
5678
- init(this, options, instance$6, create_fragment$6, safe_not_equal, { name: 2, options: 3 }, add_css$6);
5678
+ init(this, options, instance$7, create_fragment$7, safe_not_equal, { name: 2, options: 3 }, add_css$7);
5679
5679
  }
5680
5680
  }
5681
5681
 
5682
5682
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
5683
5683
 
5684
- function add_css$5(target) {
5684
+ function add_css$6(target) {
5685
5685
  append_styles(target, "svelte-1g004f9", ".check-boxes.svelte-1g004f9{display:flex;justify-content:space-evenly;flex-direction:column;width:100%;height:100%}.check-box.svelte-1g004f9{display:flex;align-items:center;font-size:12px;height:1.7em;position:relative;cursor:pointer}.check-box-input.svelte-1g004f9{width:0;height:0;margin:0}.check-box-check.svelte-1g004f9{display:inline-flex;background-color:rgba(0, 16, 14, 0.06);width:1.3em;height:1.3em;border-radius:0.3em;justify-content:center;align-items:center}.check-box-check._checked.svelte-1g004f9{box-shadow:0 4px 8px -2px rgb(0 16 14 / 31%)}.check-box-text.svelte-1g004f9{margin-left:0.5em}.check-box-icon.svelte-1g004f9{display:inline-block;width:12px;height:12px}.check-box-icon-inner.svelte-1g004f9{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:#000}");
5686
5686
  }
5687
5687
 
5688
- function get_each_context$1(ctx, list, i) {
5688
+ function get_each_context$2(ctx, list, i) {
5689
5689
  const child_ctx = ctx.slice();
5690
5690
  child_ctx[8] = list[i];
5691
5691
  child_ctx[10] = i;
@@ -5693,7 +5693,7 @@ function get_each_context$1(ctx, list, i) {
5693
5693
  }
5694
5694
 
5695
5695
  // (34:8) {#if isCheckedArray[i]}
5696
- function create_if_block$1(ctx) {
5696
+ function create_if_block$2(ctx) {
5697
5697
  let span1;
5698
5698
 
5699
5699
  return {
@@ -5714,7 +5714,7 @@ function create_if_block$1(ctx) {
5714
5714
  }
5715
5715
 
5716
5716
  // (30:2) {#each _options as option, i}
5717
- function create_each_block$1(ctx) {
5717
+ function create_each_block$2(ctx) {
5718
5718
  let label;
5719
5719
  let input;
5720
5720
  let input_checked_value;
@@ -5729,7 +5729,7 @@ function create_each_block$1(ctx) {
5729
5729
  let t3;
5730
5730
  let mounted;
5731
5731
  let dispose;
5732
- let if_block = /*isCheckedArray*/ ctx[2][/*i*/ ctx[10]] && create_if_block$1();
5732
+ let if_block = /*isCheckedArray*/ ctx[2][/*i*/ ctx[10]] && create_if_block$2();
5733
5733
 
5734
5734
  return {
5735
5735
  c() {
@@ -5787,7 +5787,7 @@ function create_each_block$1(ctx) {
5787
5787
 
5788
5788
  if (/*isCheckedArray*/ ctx[2][/*i*/ ctx[10]]) {
5789
5789
  if (if_block) ; else {
5790
- if_block = create_if_block$1();
5790
+ if_block = create_if_block$2();
5791
5791
  if_block.c();
5792
5792
  if_block.m(span0, null);
5793
5793
  }
@@ -5819,13 +5819,13 @@ function create_each_block$1(ctx) {
5819
5819
  };
5820
5820
  }
5821
5821
 
5822
- function create_fragment$5(ctx) {
5822
+ function create_fragment$6(ctx) {
5823
5823
  let div;
5824
5824
  let each_value = /*_options*/ ctx[1];
5825
5825
  let each_blocks = [];
5826
5826
 
5827
5827
  for (let i = 0; i < each_value.length; i += 1) {
5828
- each_blocks[i] = create_each_block$1(get_each_context$1(ctx, each_value, i));
5828
+ each_blocks[i] = create_each_block$2(get_each_context$2(ctx, each_value, i));
5829
5829
  }
5830
5830
 
5831
5831
  return {
@@ -5851,12 +5851,12 @@ function create_fragment$5(ctx) {
5851
5851
  let i;
5852
5852
 
5853
5853
  for (i = 0; i < each_value.length; i += 1) {
5854
- const child_ctx = get_each_context$1(ctx, each_value, i);
5854
+ const child_ctx = get_each_context$2(ctx, each_value, i);
5855
5855
 
5856
5856
  if (each_blocks[i]) {
5857
5857
  each_blocks[i].p(child_ctx, dirty);
5858
5858
  } else {
5859
- each_blocks[i] = create_each_block$1(child_ctx);
5859
+ each_blocks[i] = create_each_block$2(child_ctx);
5860
5860
  each_blocks[i].c();
5861
5861
  each_blocks[i].m(div, null);
5862
5862
  }
@@ -5878,7 +5878,7 @@ function create_fragment$5(ctx) {
5878
5878
  };
5879
5879
  }
5880
5880
 
5881
- function instance$5($$self, $$props, $$invalidate) {
5881
+ function instance$6($$self, $$props, $$invalidate) {
5882
5882
  let _options;
5883
5883
  let isCheckedArray;
5884
5884
  let $value;
@@ -5930,7 +5930,278 @@ function instance$5($$self, $$props, $$invalidate) {
5930
5930
  class FormCheckBoxes extends SvelteComponent {
5931
5931
  constructor(options) {
5932
5932
  super();
5933
- init(this, options, instance$5, create_fragment$5, safe_not_equal, { name: 0, options: 5 }, add_css$5);
5933
+ init(this, options, instance$6, create_fragment$6, safe_not_equal, { name: 0, options: 5 }, add_css$6);
5934
+ }
5935
+ }
5936
+
5937
+ /* src/components/FormRatingButtons.svelte generated by Svelte v3.53.1 */
5938
+
5939
+ function add_css$5(target) {
5940
+ append_styles(target, "svelte-14cxkfs", ".rating-buttons.svelte-14cxkfs.svelte-14cxkfs{display:flex;justify-content:space-evenly;align-items:center;width:100%;height:100%}.rating-button.svelte-14cxkfs.svelte-14cxkfs{cursor:pointer;display:flex}.rating-button.svelte-14cxkfs svg.svelte-14cxkfs{fill:#ccc}.rating-button._selected.svelte-14cxkfs svg.svelte-14cxkfs{fill:#2aab9f}");
5941
+ }
5942
+
5943
+ function get_each_context$1(ctx, list, i) {
5944
+ const child_ctx = ctx.slice();
5945
+ child_ctx[8] = list[i];
5946
+ return child_ctx;
5947
+ }
5948
+
5949
+ // (36:30)
5950
+ function create_if_block_1$1(ctx) {
5951
+ let div;
5952
+ let svg;
5953
+ let path;
5954
+ let t;
5955
+ let div_class_value;
5956
+ let mounted;
5957
+ let dispose;
5958
+
5959
+ return {
5960
+ c() {
5961
+ div = element("div");
5962
+ svg = svg_element("svg");
5963
+ path = svg_element("path");
5964
+ t = space();
5965
+ attr(path, "d", /*LIKERT_FACE_SVG_DATA*/ ctx[4][/*i*/ ctx[8]]);
5966
+ attr(svg, "width", "24");
5967
+ attr(svg, "height", "24");
5968
+ attr(svg, "viewBox", "0 0 24 24");
5969
+ attr(svg, "fill", "none");
5970
+ attr(svg, "xmlns", "http://www.w3.org/2000/svg");
5971
+ attr(svg, "class", "svelte-14cxkfs");
5972
+ attr(div, "class", div_class_value = "rating-button" + (/*i*/ ctx[8] === /*_value*/ ctx[1] ? ' _selected' : '') + " svelte-14cxkfs");
5973
+ },
5974
+ m(target, anchor) {
5975
+ insert(target, div, anchor);
5976
+ append(div, svg);
5977
+ append(svg, path);
5978
+ append(div, t);
5979
+
5980
+ if (!mounted) {
5981
+ dispose = listen(div, "click", /*handleClick*/ ctx[3](/*i*/ ctx[8]));
5982
+ mounted = true;
5983
+ }
5984
+ },
5985
+ p(new_ctx, dirty) {
5986
+ ctx = new_ctx;
5987
+
5988
+ if (dirty & /*_value*/ 2 && div_class_value !== (div_class_value = "rating-button" + (/*i*/ ctx[8] === /*_value*/ ctx[1] ? ' _selected' : '') + " svelte-14cxkfs")) {
5989
+ attr(div, "class", div_class_value);
5990
+ }
5991
+ },
5992
+ d(detaching) {
5993
+ if (detaching) detach(div);
5994
+ mounted = false;
5995
+ dispose();
5996
+ }
5997
+ };
5998
+ }
5999
+
6000
+ // (30:4) {#if type === 'star'}
6001
+ function create_if_block$1(ctx) {
6002
+ let div;
6003
+ let svg;
6004
+ let path;
6005
+ let t;
6006
+ let div_class_value;
6007
+ let mounted;
6008
+ let dispose;
6009
+
6010
+ return {
6011
+ c() {
6012
+ div = element("div");
6013
+ svg = svg_element("svg");
6014
+ path = svg_element("path");
6015
+ t = space();
6016
+ attr(path, "d", "M11.2184 0.80902L8.42249 6.78134L2.09938 7.72433C0.981006 7.90395 0.550862 9.3409 1.36814 10.1941L5.88464 14.8193L4.80928 21.3304C4.63723 22.498 5.84163 23.396 6.83096 22.8572L12.4658 19.7588L18.0577 22.8572C19.047 23.396 20.2514 22.498 20.0794 21.3304L19.004 14.8193L23.5205 10.1941C24.3378 9.3409 23.9077 7.90395 22.7893 7.72433L16.5092 6.78134L13.6702 0.80902C13.1971 -0.223786 11.7346 -0.268691 11.2184 0.80902Z");
6017
+ attr(svg, "width", "24");
6018
+ attr(svg, "height", "24");
6019
+ attr(svg, "viewBox", "0 0 24 24");
6020
+ attr(svg, "fill", "none");
6021
+ attr(svg, "xmlns", "http://www.w3.org/2000/svg");
6022
+ attr(svg, "class", "svelte-14cxkfs");
6023
+ attr(div, "class", div_class_value = "rating-button" + (/*i*/ ctx[8] <= /*_value*/ ctx[1] ? ' _selected' : '') + " svelte-14cxkfs");
6024
+ },
6025
+ m(target, anchor) {
6026
+ insert(target, div, anchor);
6027
+ append(div, svg);
6028
+ append(svg, path);
6029
+ append(div, t);
6030
+
6031
+ if (!mounted) {
6032
+ dispose = listen(div, "click", /*handleClick*/ ctx[3](/*i*/ ctx[8]));
6033
+ mounted = true;
6034
+ }
6035
+ },
6036
+ p(new_ctx, dirty) {
6037
+ ctx = new_ctx;
6038
+
6039
+ if (dirty & /*_value*/ 2 && div_class_value !== (div_class_value = "rating-button" + (/*i*/ ctx[8] <= /*_value*/ ctx[1] ? ' _selected' : '') + " svelte-14cxkfs")) {
6040
+ attr(div, "class", div_class_value);
6041
+ }
6042
+ },
6043
+ d(detaching) {
6044
+ if (detaching) detach(div);
6045
+ mounted = false;
6046
+ dispose();
6047
+ }
6048
+ };
6049
+ }
6050
+
6051
+ // (29:2) {#each [...Array(5).keys()].map(i => i + 1) as i}
6052
+ function create_each_block$1(ctx) {
6053
+ let if_block_anchor;
6054
+
6055
+ function select_block_type(ctx, dirty) {
6056
+ if (/*type*/ ctx[0] === 'star') return create_if_block$1;
6057
+ if (/*type*/ ctx[0] === 'face') return create_if_block_1$1;
6058
+ }
6059
+
6060
+ let current_block_type = select_block_type(ctx);
6061
+ let if_block = current_block_type && current_block_type(ctx);
6062
+
6063
+ return {
6064
+ c() {
6065
+ if (if_block) if_block.c();
6066
+ if_block_anchor = empty();
6067
+ },
6068
+ m(target, anchor) {
6069
+ if (if_block) if_block.m(target, anchor);
6070
+ insert(target, if_block_anchor, anchor);
6071
+ },
6072
+ p(ctx, dirty) {
6073
+ if (current_block_type === (current_block_type = select_block_type(ctx)) && if_block) {
6074
+ if_block.p(ctx, dirty);
6075
+ } else {
6076
+ if (if_block) if_block.d(1);
6077
+ if_block = current_block_type && current_block_type(ctx);
6078
+
6079
+ if (if_block) {
6080
+ if_block.c();
6081
+ if_block.m(if_block_anchor.parentNode, if_block_anchor);
6082
+ }
6083
+ }
6084
+ },
6085
+ d(detaching) {
6086
+ if (if_block) {
6087
+ if_block.d(detaching);
6088
+ }
6089
+
6090
+ if (detaching) detach(if_block_anchor);
6091
+ }
6092
+ };
6093
+ }
6094
+
6095
+ function create_fragment$5(ctx) {
6096
+ let div;
6097
+ let each_value = [...Array(5).keys()].map(func);
6098
+ let each_blocks = [];
6099
+
6100
+ for (let i = 0; i < each_value.length; i += 1) {
6101
+ each_blocks[i] = create_each_block$1(get_each_context$1(ctx, each_value, i));
6102
+ }
6103
+
6104
+ return {
6105
+ c() {
6106
+ div = element("div");
6107
+
6108
+ for (let i = 0; i < each_blocks.length; i += 1) {
6109
+ each_blocks[i].c();
6110
+ }
6111
+
6112
+ attr(div, "class", "rating-buttons svelte-14cxkfs");
6113
+ },
6114
+ m(target, anchor) {
6115
+ insert(target, div, anchor);
6116
+
6117
+ for (let i = 0; i < each_blocks.length; i += 1) {
6118
+ each_blocks[i].m(div, null);
6119
+ }
6120
+ },
6121
+ p(ctx, [dirty]) {
6122
+ if (dirty & /*Array, _value, handleClick, type, LIKERT_FACE_SVG_DATA*/ 27) {
6123
+ each_value = [...Array(5).keys()].map(func);
6124
+ let i;
6125
+
6126
+ for (i = 0; i < each_value.length; i += 1) {
6127
+ const child_ctx = get_each_context$1(ctx, each_value, i);
6128
+
6129
+ if (each_blocks[i]) {
6130
+ each_blocks[i].p(child_ctx, dirty);
6131
+ } else {
6132
+ each_blocks[i] = create_each_block$1(child_ctx);
6133
+ each_blocks[i].c();
6134
+ each_blocks[i].m(div, null);
6135
+ }
6136
+ }
6137
+
6138
+ for (; i < each_blocks.length; i += 1) {
6139
+ each_blocks[i].d(1);
6140
+ }
6141
+
6142
+ each_blocks.length = each_value.length;
6143
+ }
6144
+ },
6145
+ i: noop,
6146
+ o: noop,
6147
+ d(detaching) {
6148
+ if (detaching) detach(div);
6149
+ destroy_each(each_blocks, detaching);
6150
+ }
6151
+ };
6152
+ }
6153
+
6154
+ const func = i => i + 1;
6155
+
6156
+ function instance$5($$self, $$props, $$invalidate) {
6157
+ let _value;
6158
+ let $value;
6159
+ let { name = '' } = $$props;
6160
+ let { type = 'face' } = $$props;
6161
+ const { path: statePath } = getStateItemContext();
6162
+
6163
+ const value = registerInput({
6164
+ name,
6165
+ statePath,
6166
+ initialValue: [],
6167
+ validator(value) {
6168
+ return value.length > 0;
6169
+ }
6170
+ });
6171
+
6172
+ component_subscribe($$self, value, value => $$invalidate(6, $value = value));
6173
+
6174
+ const handleClick = index => event => {
6175
+ value.set([String(index)]);
6176
+ };
6177
+
6178
+ // 5段階スケールで使用する顔絵文字のsvgデータ
6179
+ const LIKERT_FACE_SVG_DATA = {
6180
+ 1: 'M12 0.375C5.57812 0.375 0.375 5.57812 0.375 12C0.375 18.4219 5.57812 23.625 12 23.625C18.4219 23.625 23.625 18.4219 23.625 12C23.625 5.57812 18.4219 0.375 12 0.375ZM12 21.375C6.79688 21.375 2.625 17.2031 2.625 12C2.625 6.84375 6.79688 2.625 12 2.625C17.1562 2.625 21.375 6.84375 21.375 12C21.375 17.2031 17.1562 21.375 12 21.375ZM18.0469 7.17188C17.8594 6.9375 17.5312 6.89062 17.2969 7.03125L13.5469 9.28125C13.4062 9.375 13.3125 9.5625 13.3125 9.75C13.3125 9.98438 13.4062 10.1719 13.5469 10.2656L17.2969 12.5156C17.5781 12.6562 17.8594 12.5625 18.0469 12.375C18.1875 12.1875 18.2344 11.8594 18.0469 11.6719L16.4531 9.75L18.0469 7.875C18.2344 7.6875 18.1875 7.35938 18.0469 7.17188ZM10.6875 9.75C10.6875 9.5625 10.5469 9.375 10.4062 9.28125L6.65625 7.03125C6.42188 6.89062 6.09375 6.9375 5.90625 7.17188C5.76562 7.35938 5.76562 7.6875 5.90625 7.875L7.5 9.75L5.90625 11.6719C5.76562 11.8594 5.76562 12.1875 5.90625 12.375C6.09375 12.5625 6.375 12.6562 6.65625 12.5156L10.4062 10.2656C10.5469 10.1719 10.6875 9.98438 10.6875 9.75ZM12 12.75C9.84375 12.75 7.26562 14.5781 6.9375 17.1562C6.84375 17.7188 7.26562 18.1406 7.64062 18C8.71875 17.5312 10.3125 17.25 12 17.25C13.6875 17.25 15.2344 17.5312 16.3125 18C16.6875 18.1406 17.1094 17.7188 17.0156 17.1562C16.6875 14.5781 14.1094 12.75 12 12.75Z',
6181
+ 2: 'M12 0.375C5.57812 0.375 0.375 5.57812 0.375 12C0.375 18.4219 5.57812 23.625 12 23.625C18.4219 23.625 23.625 18.4219 23.625 12C23.625 5.57812 18.4219 0.375 12 0.375ZM12 21.375C6.79688 21.375 2.625 17.2031 2.625 12C2.625 6.84375 6.79688 2.625 12 2.625C17.1562 2.625 21.375 6.84375 21.375 12C21.375 17.2031 17.1562 21.375 12 21.375ZM8.25 11.25C9.04688 11.25 9.75 10.5938 9.75 9.75C9.75 8.95312 9.04688 8.25 8.25 8.25C7.40625 8.25 6.75 8.95312 6.75 9.75C6.75 10.5938 7.40625 11.25 8.25 11.25ZM15.75 8.25C14.9062 8.25 14.25 8.95312 14.25 9.75C14.25 10.5938 14.9062 11.25 15.75 11.25C16.5469 11.25 17.25 10.5938 17.25 9.75C17.25 8.95312 16.5469 8.25 15.75 8.25ZM12 14.25C10.0781 14.25 8.34375 15.0938 7.125 16.5469C6.70312 17.0156 6.79688 17.7188 7.26562 18.1406C7.73438 18.5156 8.4375 18.4688 8.85938 18C9.60938 17.0625 10.7812 16.5 12 16.5C13.1719 16.5 14.3438 17.0625 15.0938 18C15.5156 18.4219 16.2188 18.5625 16.6875 18.1406C17.1562 17.7188 17.25 17.0156 16.8281 16.5469C15.6562 15.0938 13.875 14.25 12 14.25Z',
6182
+ 3: 'M12 0.375C5.57812 0.375 0.375 5.57812 0.375 12C0.375 18.4219 5.57812 23.625 12 23.625C18.4219 23.625 23.625 18.4219 23.625 12C23.625 5.57812 18.4219 0.375 12 0.375ZM12 21.375C6.79688 21.375 2.625 17.2031 2.625 12C2.625 6.84375 6.79688 2.625 12 2.625C17.1562 2.625 21.375 6.84375 21.375 12C21.375 17.2031 17.1562 21.375 12 21.375ZM8.25 11.25C9.04688 11.25 9.75 10.5938 9.75 9.75C9.75 8.95312 9.04688 8.25 8.25 8.25C7.40625 8.25 6.75 8.95312 6.75 9.75C6.75 10.5938 7.40625 11.25 8.25 11.25ZM15.75 8.25C14.9062 8.25 14.25 8.95312 14.25 9.75C14.25 10.5938 14.9062 11.25 15.75 11.25C16.5469 11.25 17.25 10.5938 17.25 9.75C17.25 8.95312 16.5469 8.25 15.75 8.25ZM16.125 15H7.875C7.21875 15 6.75 15.5156 6.75 16.125C6.75 16.7812 7.21875 17.25 7.875 17.25H16.125C16.7344 17.25 17.25 16.7812 17.25 16.125C17.25 15.5156 16.7344 15 16.125 15Z',
6183
+ 4: 'M15.75 8.4375C14.5312 8.4375 13.125 9.23438 12.9375 10.4531C12.8438 10.9688 13.4531 11.2969 13.8281 10.9219L14.2969 10.5469C15 9.9375 16.4531 9.9375 17.1562 10.5469L17.625 10.9219C18 11.2969 18.6094 10.9688 18.5156 10.4531C18.3281 9.23438 16.9219 8.4375 15.75 8.4375ZM8.25 11.25C9.04688 11.25 9.75 10.5938 9.75 9.75C9.75 8.95312 9.04688 8.25 8.25 8.25C7.40625 8.25 6.75 8.95312 6.75 9.75C6.75 10.5938 7.40625 11.25 8.25 11.25ZM16.9219 14.2969C15.7031 14.6719 13.9219 14.9062 12 14.9062C10.0312 14.9062 8.25 14.6719 7.03125 14.2969C6.5625 14.1562 6.14062 14.5781 6.1875 15C6.5625 17.25 9.5625 18.75 12 18.75C14.3906 18.75 17.3906 17.25 17.7656 15C17.8125 14.5781 17.3906 14.1562 16.9219 14.2969ZM12 0.375C5.57812 0.375 0.375 5.625 0.375 12C0.375 18.4219 5.57812 23.625 12 23.625C18.375 23.625 23.625 18.4219 23.625 12C23.625 5.625 18.375 0.375 12 0.375ZM12 21.375C6.79688 21.375 2.625 17.2031 2.625 12C2.625 6.84375 6.79688 2.625 12 2.625C17.1562 2.625 21.375 6.84375 21.375 12C21.375 17.2031 17.1562 21.375 12 21.375Z',
6184
+ 5: 'M12 0.375C5.57812 0.375 0.375 5.57812 0.375 12C0.375 18.4219 5.57812 23.625 12 23.625C18.4219 23.625 23.625 18.4219 23.625 12C23.625 5.57812 18.4219 0.375 12 0.375ZM12 21.375C6.79688 21.375 2.625 17.2031 2.625 12C2.625 6.84375 6.79688 2.625 12 2.625C17.1562 2.625 21.375 6.84375 21.375 12C21.375 17.2031 17.1562 21.375 12 21.375ZM16.9219 14.2969C15.7031 14.6719 13.9219 14.9062 12 14.9062C10.0312 14.9062 8.25 14.6719 7.03125 14.2969C6.5625 14.1562 6.14062 14.5312 6.1875 15C6.5625 17.2031 9.5625 18.75 12 18.75C14.4375 18.75 17.3906 17.2031 17.7656 15C17.8125 14.5781 17.3906 14.1562 16.9219 14.2969ZM5.90625 12.375C6.09375 12.5625 6.375 12.6562 6.65625 12.5156L10.4062 10.2656C10.5469 10.1719 10.6875 9.98438 10.6875 9.75C10.6875 9.5625 10.5469 9.375 10.4062 9.28125L6.65625 7.03125C6.42188 6.89062 6.09375 6.9375 5.90625 7.17188C5.76562 7.35938 5.76562 7.6875 5.90625 7.875L7.5 9.75L5.90625 11.6719C5.76562 11.8594 5.76562 12.1875 5.90625 12.375ZM17.2969 12.5156C17.5781 12.6562 17.8594 12.5625 18.0469 12.375C18.1875 12.1875 18.1875 11.8594 18.0469 11.6719L16.4531 9.75L18.0469 7.875C18.2344 7.6875 18.1875 7.35938 18.0469 7.17188C17.8594 6.9375 17.5312 6.89062 17.2969 7.03125L13.5469 9.28125C13.4062 9.375 13.3125 9.5625 13.3125 9.75C13.3125 9.98438 13.4062 10.1719 13.5469 10.2656L17.2969 12.5156Z'
6185
+ };
6186
+
6187
+ $$self.$$set = $$props => {
6188
+ if ('name' in $$props) $$invalidate(5, name = $$props.name);
6189
+ if ('type' in $$props) $$invalidate(0, type = $$props.type);
6190
+ };
6191
+
6192
+ $$self.$$.update = () => {
6193
+ if ($$self.$$.dirty & /*$value*/ 64) {
6194
+ $$invalidate(1, _value = Number($value[0] ?? -1));
6195
+ }
6196
+ };
6197
+
6198
+ return [type, _value, value, handleClick, LIKERT_FACE_SVG_DATA, name, $value];
6199
+ }
6200
+
6201
+ class FormRatingButtons extends SvelteComponent {
6202
+ constructor(options) {
6203
+ super();
6204
+ init(this, options, instance$5, create_fragment$5, safe_not_equal, { name: 5, type: 0 }, add_css$5);
5934
6205
  }
5935
6206
  }
5936
6207
 
@@ -7160,4 +7431,4 @@ class ImageBlock extends SvelteComponent {
7160
7431
  }
7161
7432
  }
7162
7433
 
7163
- export { Alignments, AnimationStyles, BackgroundSizes, ClipPaths, Cursors, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, FlexItem, FormCheckBoxes, FormRadioButtons, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, Repeats, Slide, SlideItem, State, StateItem, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, applyCss, applyGlobalCss, close, closeAction, closed, collection$1 as collection, create, createApp, createFog, customHandlers, customVariables, destroy, destroyed, ensureModalRoot, finalize, formData, getActionShadowRoot, getCustomHandlers, getCustomVariables, getState$1 as getState, getStates, getStoreState, getSystem, hideOnScroll, hideOnTime, initialize, isClosed, isOpened, loadGlobalScript, loadGlobalStyle, loadStyle, onChangeState, onClose, onCreate, onDestroy, onScroll, onShow, onTime, opened, setActionSetting, setAutoStart, setClosed, setCustomHandlers, setCustomVariables, setState$1 as setState, show, showAction, showModal, showOnScroll, showOnTime, state, stopped, updateCustomHandlers, updateCustomVariables, widget };
7434
+ export { Alignments, AnimationStyles, BackgroundSizes, ClipPaths, Cursors, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, FlexItem, FormCheckBoxes, FormRadioButtons, FormRatingButtons, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, Repeats, Slide, SlideItem, State, StateItem, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, applyCss, applyGlobalCss, close, closeAction, closed, collection$1 as collection, create, createApp, createFog, customHandlers, customVariables, destroy, destroyed, ensureModalRoot, finalize, formData, getActionShadowRoot, getCustomHandlers, getCustomVariables, getState$1 as getState, getStates, getStoreState, getSystem, hideOnScroll, hideOnTime, initialize, isClosed, isOpened, loadGlobalScript, loadGlobalStyle, loadStyle, onChangeState, onClose, onCreate, onDestroy, onScroll, onShow, onTime, opened, setActionSetting, setAutoStart, setClosed, setCustomHandlers, setCustomVariables, setState$1 as setState, show, showAction, showModal, showOnScroll, showOnTime, state, stopped, updateCustomHandlers, updateCustomVariables, widget };