@plaidev/karte-action-sdk 1.1.270-29228770.05dce6ca → 1.1.270-29270413.6a2b1dc5c
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/action.d.ts +0 -1
- package/dist/actionEvent.d.ts +0 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/components-flex/avatar/types.d.ts +0 -1
- package/dist/components-flex/button/types.d.ts +0 -3
- package/dist/components-flex/button-outlined/types.d.ts +0 -3
- package/dist/components-flex/button-text/types.d.ts +0 -3
- package/dist/components-flex/form/types.d.ts +35 -20
- package/dist/components-flex/form.d.ts +40 -3
- package/dist/components-flex/icon/types.d.ts +0 -1
- package/dist/components-flex/text/types.d.ts +0 -3
- package/dist/components-flex/text-link/types.d.ts +0 -3
- package/dist/components-flex/variants.d.ts +0 -15
- package/dist/components-flex/youtube/types.d.ts +0 -1
- package/dist/constants.d.ts +0 -1
- package/dist/hooks/useInjectCustomizeCss.d.ts +1 -1
- package/dist/hooks/useText.d.ts +1 -1
- package/dist/hydrate/action.d.ts +0 -1
- package/dist/hydrate/actionEvent.d.ts +0 -1
- package/dist/hydrate/components/index.d.ts +0 -1
- package/dist/hydrate/components-flex/avatar/types.d.ts +0 -1
- package/dist/hydrate/components-flex/button/types.d.ts +0 -3
- package/dist/hydrate/components-flex/button-outlined/types.d.ts +0 -3
- package/dist/hydrate/components-flex/button-text/types.d.ts +0 -3
- package/dist/hydrate/components-flex/form/types.d.ts +35 -20
- package/dist/hydrate/components-flex/form.d.ts +40 -3
- package/dist/hydrate/components-flex/icon/types.d.ts +0 -1
- package/dist/hydrate/components-flex/text/types.d.ts +0 -3
- package/dist/hydrate/components-flex/text-link/types.d.ts +0 -3
- package/dist/hydrate/components-flex/variants.d.ts +0 -15
- package/dist/hydrate/components-flex/youtube/types.d.ts +0 -1
- package/dist/hydrate/constants.d.ts +0 -1
- package/dist/hydrate/hooks/useInjectCustomizeCss.d.ts +1 -1
- package/dist/hydrate/hooks/useText.d.ts +1 -1
- package/dist/hydrate/index.d.ts +0 -2
- package/dist/hydrate/index.es.js +903 -572
- package/dist/hydrate/index.svelte5.d.ts +2 -1
- package/dist/hydrate/modal.d.ts +0 -2
- package/dist/hydrate/modal.svelte5.d.ts +0 -2
- package/dist/hydrate/types.d.ts +0 -1
- package/dist/icons.d.ts +0 -3
- package/dist/index.es.d.ts +0 -2
- package/dist/index.es.js +891 -510
- package/dist/modal.d.ts +0 -2
- package/dist/modal.svelte5.d.ts +0 -2
- package/dist/svelte5/action.d.ts +0 -1
- package/dist/svelte5/actionEvent.d.ts +0 -1
- package/dist/svelte5/components/index.d.ts +0 -1
- package/dist/svelte5/components-flex/avatar/types.d.ts +0 -1
- package/dist/svelte5/components-flex/button/types.d.ts +0 -3
- package/dist/svelte5/components-flex/button-outlined/types.d.ts +0 -3
- package/dist/svelte5/components-flex/button-text/types.d.ts +0 -3
- package/dist/svelte5/components-flex/form/types.d.ts +35 -20
- package/dist/svelte5/components-flex/form.d.ts +40 -3
- package/dist/svelte5/components-flex/icon/types.d.ts +0 -1
- package/dist/svelte5/components-flex/text/types.d.ts +0 -3
- package/dist/svelte5/components-flex/text-link/types.d.ts +0 -3
- package/dist/svelte5/components-flex/variants.d.ts +0 -15
- package/dist/svelte5/components-flex/youtube/types.d.ts +0 -1
- package/dist/svelte5/constants.d.ts +0 -1
- package/dist/svelte5/hooks/useInjectCustomizeCss.d.ts +1 -1
- package/dist/svelte5/hooks/useText.d.ts +1 -1
- package/dist/svelte5/hydrate/action.d.ts +0 -1
- package/dist/svelte5/hydrate/actionEvent.d.ts +0 -1
- package/dist/svelte5/hydrate/components/index.d.ts +0 -1
- package/dist/svelte5/hydrate/components-flex/avatar/types.d.ts +0 -1
- package/dist/svelte5/hydrate/components-flex/button/types.d.ts +0 -3
- package/dist/svelte5/hydrate/components-flex/button-outlined/types.d.ts +0 -3
- package/dist/svelte5/hydrate/components-flex/button-text/types.d.ts +0 -3
- package/dist/svelte5/hydrate/components-flex/form/types.d.ts +35 -20
- package/dist/svelte5/hydrate/components-flex/form.d.ts +40 -3
- package/dist/svelte5/hydrate/components-flex/icon/types.d.ts +0 -1
- package/dist/svelte5/hydrate/components-flex/text/types.d.ts +0 -3
- package/dist/svelte5/hydrate/components-flex/text-link/types.d.ts +0 -3
- package/dist/svelte5/hydrate/components-flex/variants.d.ts +0 -15
- package/dist/svelte5/hydrate/components-flex/youtube/types.d.ts +0 -1
- package/dist/svelte5/hydrate/constants.d.ts +0 -1
- package/dist/svelte5/hydrate/hooks/useInjectCustomizeCss.d.ts +1 -1
- package/dist/svelte5/hydrate/hooks/useText.d.ts +1 -1
- package/dist/svelte5/hydrate/index.es.d.ts +2 -1
- package/dist/svelte5/hydrate/index.es.js +595 -378
- package/dist/svelte5/hydrate/modal.d.ts +0 -2
- package/dist/svelte5/hydrate/modal.svelte5.d.ts +0 -2
- package/dist/svelte5/hydrate/types.d.ts +0 -1
- package/dist/svelte5/index.es.d.ts +2 -1
- package/dist/svelte5/index.es.js +595 -378
- package/dist/svelte5/index.front2.es.js +637 -417
- package/dist/svelte5/index.svelte5.d.ts +2 -1
- package/dist/svelte5/modal.d.ts +0 -2
- package/dist/svelte5/modal.svelte5.d.ts +0 -2
- package/dist/svelte5/types.d.ts +0 -1
- package/dist/templates.cjs.js +4 -2
- package/dist/templates.d.ts +0 -2
- package/dist/templates.js +4 -2
- package/dist/types.d.ts +0 -1
- package/package.json +3 -3
package/dist/hydrate/index.es.js
CHANGED
@@ -1450,54 +1450,6 @@ function showOnScroll(props, show$2 = NOOP, hide = NOOP) {
|
|
1450
1450
|
function showOnTime(props, show$2 = NOOP) {
|
1451
1451
|
return props.show_on_time && props.show_on_time_count != null ? onTime(props.show_on_time_count * 1e3, () => show$2()) : null;
|
1452
1452
|
}
|
1453
|
-
/** @internal */
|
1454
|
-
function and(fn, ...conditionFns) {
|
1455
|
-
return checkAndDo((conditions, idx) => {
|
1456
|
-
conditions[idx] = true;
|
1457
|
-
return conditions.every((t) => t == null || t);
|
1458
|
-
}, fn, ...conditionFns);
|
1459
|
-
}
|
1460
|
-
/** @internal */
|
1461
|
-
function or(fn, ...conditionFns) {
|
1462
|
-
return checkAndDo((conditions, idx) => {
|
1463
|
-
if (conditions.some((t) => t)) return conditions[idx];
|
1464
|
-
conditions[idx] = true;
|
1465
|
-
return true;
|
1466
|
-
}, fn, ...conditionFns);
|
1467
|
-
}
|
1468
|
-
function checkAndDo(checkFn, fn, ...conditionFns) {
|
1469
|
-
let initialized = false;
|
1470
|
-
const checkBeforeInitialized = [];
|
1471
|
-
let haveCondition = true;
|
1472
|
-
const conditions = Array(conditionFns.length).fill(null);
|
1473
|
-
const checkAndDos = Array(conditionFns.length).fill(() => {});
|
1474
|
-
const cleanups = Array(conditionFns.length).fill(null);
|
1475
|
-
const generageCheckAndDo = (idx) => () => {
|
1476
|
-
if (!initialized) {
|
1477
|
-
checkBeforeInitialized.push(idx);
|
1478
|
-
return;
|
1479
|
-
}
|
1480
|
-
if (!haveCondition || !checkFn(conditions, idx)) return;
|
1481
|
-
fn?.();
|
1482
|
-
};
|
1483
|
-
conditionFns.forEach((conditionFn, i) => {
|
1484
|
-
const checkAndDo$1 = generageCheckAndDo(i);
|
1485
|
-
checkAndDos[i] = checkAndDo$1;
|
1486
|
-
const cleanup = conditionFn(checkAndDo$1);
|
1487
|
-
cleanups[i] = cleanup;
|
1488
|
-
if (cleanup != null) conditions[i] = false;
|
1489
|
-
});
|
1490
|
-
haveCondition = conditions.some((c) => c !== null);
|
1491
|
-
const cleanupAll = () => {
|
1492
|
-
cleanups.forEach((cleanup, i) => {
|
1493
|
-
cleanup?.();
|
1494
|
-
cleanups[i] = null;
|
1495
|
-
});
|
1496
|
-
};
|
1497
|
-
initialized = true;
|
1498
|
-
checkBeforeInitialized.forEach((i) => checkAndDos[i]());
|
1499
|
-
return haveCondition ? cleanupAll : null;
|
1500
|
-
}
|
1501
1453
|
|
1502
1454
|
//#endregion
|
1503
1455
|
//#region src/collection.ts
|
@@ -1974,27 +1926,9 @@ function createModal(App, options = {
|
|
1974
1926
|
const trigger = event?.detail?.trigger ? event.detail.trigger : "none";
|
1975
1927
|
show$2(trigger);
|
1976
1928
|
};
|
1977
|
-
const currying = (conditionFn, options$1) => (fn) => conditionFn(options$1.props, fn);
|
1978
1929
|
const autoShow = () => {
|
1979
1930
|
return show$2("auto");
|
1980
1931
|
};
|
1981
|
-
const autoClose = () => {
|
1982
|
-
return close$2("auto");
|
1983
|
-
};
|
1984
|
-
const listenCloseTrigger = () => {
|
1985
|
-
const cleanups = [];
|
1986
|
-
const curried = (fn) => hideOnScroll(options.props, fn, autoShow);
|
1987
|
-
if (options.props.hide_and_condition) cleanups.push(and(autoClose, curried, currying(hideOnTime, options)) || NOOP);
|
1988
|
-
else cleanups.push(or(autoClose, curried, currying(hideOnTime, options)) || NOOP);
|
1989
|
-
return cleanups;
|
1990
|
-
};
|
1991
|
-
const listenShowTrigger = () => {
|
1992
|
-
const cleanups = [];
|
1993
|
-
const curried = (fn) => showOnScroll(options.props, fn, autoClose);
|
1994
|
-
if (options.props.show_and_condition) cleanups.push(and(autoShow, curried, currying(showOnTime, options)) || NOOP);
|
1995
|
-
else cleanups.push(or(autoShow, curried, currying(showOnTime, options)) || NOOP);
|
1996
|
-
return cleanups;
|
1997
|
-
};
|
1998
1932
|
initialize({
|
1999
1933
|
send: options.send,
|
2000
1934
|
initialState: data.initial_state
|
@@ -2742,7 +2676,7 @@ function formDataToEventValues$1(campaignId, formData$1) {
|
|
2742
2676
|
...answersMap
|
2743
2677
|
} };
|
2744
2678
|
}
|
2745
|
-
function formDataToIdentifyEventValues(formData$1) {
|
2679
|
+
function formDataToIdentifyEventValues$1(formData$1) {
|
2746
2680
|
return Object.fromEntries(Object.entries(formData$1).map(([name, dataItem]) => {
|
2747
2681
|
const value = dataItem.value;
|
2748
2682
|
return [name, value];
|
@@ -2756,7 +2690,7 @@ function submit() {
|
|
2756
2690
|
const formData$1 = get(formData);
|
2757
2691
|
const identifyFormData$1 = get(identifyFormData);
|
2758
2692
|
const values = formDataToEventValues$1(campaignId, formData$1);
|
2759
|
-
const identifyValues = formDataToIdentifyEventValues(identifyFormData$1);
|
2693
|
+
const identifyValues = formDataToIdentifyEventValues$1(identifyFormData$1);
|
2760
2694
|
if (Object.keys(identifyValues).length > 0) identifyValues["user_id"] = getVariables()?.[USER_ID_VARIABLE_NAME];
|
2761
2695
|
return {
|
2762
2696
|
values,
|
@@ -3146,7 +3080,7 @@ const LAYOUT_COMPONENT_NAMES = [
|
|
3146
3080
|
|
3147
3081
|
//#endregion
|
3148
3082
|
//#region src/components/Header.svelte
|
3149
|
-
function create_if_block$
|
3083
|
+
function create_if_block$21(ctx) {
|
3150
3084
|
let link;
|
3151
3085
|
return {
|
3152
3086
|
c() {
|
@@ -3177,9 +3111,9 @@ function create_if_block$20(ctx) {
|
|
3177
3111
|
}
|
3178
3112
|
};
|
3179
3113
|
}
|
3180
|
-
function create_fragment$
|
3114
|
+
function create_fragment$105(ctx) {
|
3181
3115
|
let if_block_anchor;
|
3182
|
-
let if_block = ctx[0] && create_if_block$
|
3116
|
+
let if_block = ctx[0] && create_if_block$21(ctx);
|
3183
3117
|
return {
|
3184
3118
|
c() {
|
3185
3119
|
if (if_block) if_block.c();
|
@@ -3198,7 +3132,7 @@ function create_fragment$103(ctx) {
|
|
3198
3132
|
p(ctx$1, [dirty]) {
|
3199
3133
|
if (ctx$1[0]) if (if_block) if_block.p(ctx$1, dirty);
|
3200
3134
|
else {
|
3201
|
-
if_block = create_if_block$
|
3135
|
+
if_block = create_if_block$21(ctx$1);
|
3202
3136
|
if_block.c();
|
3203
3137
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3204
3138
|
}
|
@@ -3215,7 +3149,7 @@ function create_fragment$103(ctx) {
|
|
3215
3149
|
}
|
3216
3150
|
};
|
3217
3151
|
}
|
3218
|
-
function instance$
|
3152
|
+
function instance$105($$self, $$props, $$invalidate) {
|
3219
3153
|
let $fonts;
|
3220
3154
|
component_subscribe($$self, fonts, ($$value) => $$invalidate(1, $fonts = $$value));
|
3221
3155
|
let googleFontUrl = "";
|
@@ -3233,7 +3167,7 @@ function instance$103($$self, $$props, $$invalidate) {
|
|
3233
3167
|
var Header$1 = class extends SvelteComponent {
|
3234
3168
|
constructor(options) {
|
3235
3169
|
super();
|
3236
|
-
init(this, options, instance$
|
3170
|
+
init(this, options, instance$105, create_fragment$105, safe_not_equal, {});
|
3237
3171
|
}
|
3238
3172
|
};
|
3239
3173
|
var Header_default$1 = Header$1;
|
@@ -3284,7 +3218,7 @@ const useBrandKit = () => {
|
|
3284
3218
|
|
3285
3219
|
//#endregion
|
3286
3220
|
//#region src/components/State.svelte
|
3287
|
-
function create_fragment$
|
3221
|
+
function create_fragment$104(ctx) {
|
3288
3222
|
let header;
|
3289
3223
|
let t;
|
3290
3224
|
let current;
|
@@ -3331,7 +3265,7 @@ function create_fragment$102(ctx) {
|
|
3331
3265
|
}
|
3332
3266
|
};
|
3333
3267
|
}
|
3334
|
-
function instance$
|
3268
|
+
function instance$104($$self, $$props, $$invalidate) {
|
3335
3269
|
let { $$slots: slots = {}, $$scope } = $$props;
|
3336
3270
|
let { customBrandKit = void 0 } = $$props;
|
3337
3271
|
setContext("brandKit", getBrandKit(customBrandKit));
|
@@ -3348,7 +3282,7 @@ function instance$102($$self, $$props, $$invalidate) {
|
|
3348
3282
|
var State$1 = class extends SvelteComponent {
|
3349
3283
|
constructor(options) {
|
3350
3284
|
super();
|
3351
|
-
init(this, options, instance$
|
3285
|
+
init(this, options, instance$104, create_fragment$104, safe_not_equal, { customBrandKit: 0 });
|
3352
3286
|
}
|
3353
3287
|
};
|
3354
3288
|
var State_default = State$1;
|
@@ -3358,7 +3292,7 @@ var State_default = State$1;
|
|
3358
3292
|
function add_css$63(target) {
|
3359
3293
|
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
3360
3294
|
}
|
3361
|
-
function create_if_block$
|
3295
|
+
function create_if_block$20(ctx) {
|
3362
3296
|
let div;
|
3363
3297
|
let t;
|
3364
3298
|
let current;
|
@@ -3413,10 +3347,10 @@ function create_if_block$19(ctx) {
|
|
3413
3347
|
}
|
3414
3348
|
};
|
3415
3349
|
}
|
3416
|
-
function create_fragment$
|
3350
|
+
function create_fragment$103(ctx) {
|
3417
3351
|
let if_block_anchor;
|
3418
3352
|
let current;
|
3419
|
-
let if_block = ctx[1] === ctx[0] && create_if_block$
|
3353
|
+
let if_block = ctx[1] === ctx[0] && create_if_block$20(ctx);
|
3420
3354
|
return {
|
3421
3355
|
c() {
|
3422
3356
|
if (if_block) if_block.c();
|
@@ -3436,7 +3370,7 @@ function create_fragment$101(ctx) {
|
|
3436
3370
|
if_block.p(ctx$1, dirty);
|
3437
3371
|
if (dirty & 3) transition_in(if_block, 1);
|
3438
3372
|
} else {
|
3439
|
-
if_block = create_if_block$
|
3373
|
+
if_block = create_if_block$20(ctx$1);
|
3440
3374
|
if_block.c();
|
3441
3375
|
transition_in(if_block, 1);
|
3442
3376
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -3468,7 +3402,7 @@ const STATE_ITEM_CONTEXT_KEY$1 = Symbol();
|
|
3468
3402
|
function getStateItemContext() {
|
3469
3403
|
return getContext(STATE_ITEM_CONTEXT_KEY$1);
|
3470
3404
|
}
|
3471
|
-
function instance$
|
3405
|
+
function instance$103($$self, $$props, $$invalidate) {
|
3472
3406
|
let $state;
|
3473
3407
|
component_subscribe($$self, state, ($$value) => $$invalidate(1, $state = $$value));
|
3474
3408
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -3491,13 +3425,40 @@ function instance$101($$self, $$props, $$invalidate) {
|
|
3491
3425
|
var StateItem$1 = class extends SvelteComponent {
|
3492
3426
|
constructor(options) {
|
3493
3427
|
super();
|
3494
|
-
init(this, options, instance$
|
3428
|
+
init(this, options, instance$103, create_fragment$103, safe_not_equal, { path: 0 }, add_css$63);
|
3495
3429
|
}
|
3496
3430
|
};
|
3497
3431
|
var StateItem_default = StateItem$1;
|
3498
3432
|
|
3499
3433
|
//#endregion
|
3500
3434
|
//#region src/components-flex/form.ts
|
3435
|
+
const FORM_VALIDATION_TYPE = {
|
3436
|
+
required: "必須",
|
3437
|
+
email: "メールアドレス",
|
3438
|
+
tel: "電話番号",
|
3439
|
+
url: "URL",
|
3440
|
+
minLength: "最小文字数",
|
3441
|
+
maxLength: "最大文字数",
|
3442
|
+
minCount: "最小個数",
|
3443
|
+
maxCount: "最大個数",
|
3444
|
+
pattern: "正規表現"
|
3445
|
+
};
|
3446
|
+
const FORM_VALIDATION_DEFAULT_ERROR_MESSAGES = {
|
3447
|
+
required: `入力してください`,
|
3448
|
+
minLength: `{minLength}文字以上で入力してください`,
|
3449
|
+
maxLength: `{maxLength}文字以下で入力してください`,
|
3450
|
+
minCount: `{minCount}個以上選択してください`,
|
3451
|
+
maxCount: `{maxCount}個以下で選択してください`,
|
3452
|
+
pattern: `正しい形式で入力してください`,
|
3453
|
+
email: `正しいメールアドレスを入力してください`,
|
3454
|
+
tel: `正しい電話番号を入力してください`,
|
3455
|
+
url: `正しいURLを入力してください`
|
3456
|
+
};
|
3457
|
+
const FORM_VALIDATION_REGEX = {
|
3458
|
+
email: "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9-]*\\.?[a-zA-Z0-9-]+\\.[a-zA-Z]{2,}$",
|
3459
|
+
tel: "^0\\d{1,4}[-]?\\d{1,4}[-]?\\d{4}$",
|
3460
|
+
url: "^http(s)?://.+$"
|
3461
|
+
};
|
3501
3462
|
/**
|
3502
3463
|
* @internal
|
3503
3464
|
*/
|
@@ -3506,6 +3467,7 @@ const formStore = writable({
|
|
3506
3467
|
states: {}
|
3507
3468
|
});
|
3508
3469
|
const formSubmittedValues = writable({});
|
3470
|
+
const formSubmittedIdentifyValues = writable({});
|
3509
3471
|
/**
|
3510
3472
|
* @public
|
3511
3473
|
*/
|
@@ -3524,7 +3486,6 @@ const getFormFieldState = (name) => {
|
|
3524
3486
|
* @public
|
3525
3487
|
*/
|
3526
3488
|
const getFormFieldValue = (name) => {
|
3527
|
-
console.log("getFormFieldValue", getFormFieldState(name)?.value ?? void 0);
|
3528
3489
|
return getFormFieldState(name)?.value ?? void 0;
|
3529
3490
|
};
|
3530
3491
|
/**
|
@@ -3612,14 +3573,18 @@ const registerFormField = (schemas) => {
|
|
3612
3573
|
defaultValue: schema.defaultValue,
|
3613
3574
|
type: schema.type,
|
3614
3575
|
required: schema.required,
|
3615
|
-
statePath: getState()
|
3576
|
+
statePath: getState(),
|
3577
|
+
isIdentify: schema.isIdentify,
|
3578
|
+
validations: schema.validations
|
3616
3579
|
};
|
3617
3580
|
else resultSchemes.push({
|
3618
3581
|
name: schema.name,
|
3619
3582
|
defaultValue: schema.defaultValue,
|
3620
3583
|
type: schema.type,
|
3621
3584
|
required: schema.required,
|
3622
|
-
statePath: getState()
|
3585
|
+
statePath: getState(),
|
3586
|
+
isIdentify: schema.isIdentify,
|
3587
|
+
validations: schema.validations
|
3623
3588
|
});
|
3624
3589
|
});
|
3625
3590
|
return resultSchemes;
|
@@ -3627,21 +3592,23 @@ const registerFormField = (schemas) => {
|
|
3627
3592
|
states: (() => {
|
3628
3593
|
const states$1 = { ...updater.states };
|
3629
3594
|
const submittedValues = get(formSubmittedValues);
|
3630
|
-
|
3631
|
-
|
3632
|
-
|
3633
|
-
|
3634
|
-
|
3635
|
-
|
3636
|
-
|
3637
|
-
|
3638
|
-
|
3639
|
-
|
3640
|
-
}
|
3641
|
-
|
3642
|
-
|
3643
|
-
|
3644
|
-
|
3595
|
+
const submittedIdentifyValues = get(formSubmittedIdentifyValues);
|
3596
|
+
schemas.forEach((schema) => {
|
3597
|
+
if (!(schema.name in states$1) && schema.name) states$1[schema.name] = {
|
3598
|
+
isDirty: false,
|
3599
|
+
isValid: false,
|
3600
|
+
isTouched: false,
|
3601
|
+
type: schema.type,
|
3602
|
+
value: (() => {
|
3603
|
+
if (schema.isIdentify) {
|
3604
|
+
if (submittedIdentifyValues[schema.name]) return submittedIdentifyValues[schema.name].value;
|
3605
|
+
} else if (submittedValues[schema.name]) return submittedValues[schema.name].value;
|
3606
|
+
if (schema.type === "checkboxes") return Array.isArray(schema.defaultValue) ? schema.defaultValue : [];
|
3607
|
+
else if (schema.type === "boolean") return schema.defaultValue ?? void 0;
|
3608
|
+
else return typeof schema.defaultValue === "string" ? schema.defaultValue : "";
|
3609
|
+
})(),
|
3610
|
+
errorMessage: null
|
3611
|
+
};
|
3645
3612
|
});
|
3646
3613
|
return states$1;
|
3647
3614
|
})()
|
@@ -3666,31 +3633,81 @@ const unregisterFormField = (fieldNames) => {
|
|
3666
3633
|
}));
|
3667
3634
|
};
|
3668
3635
|
const validateFormField = (schema, value) => {
|
3669
|
-
const store = get(formStore);
|
3670
3636
|
if (schema.required) {
|
3671
3637
|
if (schema.type === "checkboxes") {
|
3672
|
-
if (value.length === 0) return {
|
3638
|
+
if (Array.isArray(value) && value.length === 0) return {
|
3673
3639
|
isValid: false,
|
3674
|
-
error: "
|
3640
|
+
error: FORM_VALIDATION_DEFAULT_ERROR_MESSAGES["required"]
|
3675
3641
|
};
|
3676
3642
|
} else if (typeof value !== "string" || value.trim() === "") return {
|
3677
3643
|
isValid: false,
|
3678
|
-
error: "
|
3644
|
+
error: FORM_VALIDATION_DEFAULT_ERROR_MESSAGES["required"]
|
3679
3645
|
};
|
3680
3646
|
}
|
3647
|
+
if (schema.validations && schema.validations.length > 0) for (const validation of schema.validations) {
|
3648
|
+
const { type, number, errorMessage, regexp: regexp$1 } = validation;
|
3649
|
+
if (type === "minLength" && !!number) {
|
3650
|
+
if (typeof value === "string" && value.length < number) return {
|
3651
|
+
isValid: false,
|
3652
|
+
error: (errorMessage || FORM_VALIDATION_DEFAULT_ERROR_MESSAGES[type]).replace("{minLength}", number.toString())
|
3653
|
+
};
|
3654
|
+
}
|
3655
|
+
if (type === "maxLength" && !!number) {
|
3656
|
+
if (typeof value === "string" && value.length > number) return {
|
3657
|
+
isValid: false,
|
3658
|
+
error: (errorMessage || FORM_VALIDATION_DEFAULT_ERROR_MESSAGES[type]).replace("{maxLength}", number.toString())
|
3659
|
+
};
|
3660
|
+
}
|
3661
|
+
if (type === "minCount" && !!number) {
|
3662
|
+
if (Array.isArray(value) && value.length < number) return {
|
3663
|
+
isValid: false,
|
3664
|
+
error: (errorMessage || FORM_VALIDATION_DEFAULT_ERROR_MESSAGES[type]).replace("{minCount}", number.toString())
|
3665
|
+
};
|
3666
|
+
}
|
3667
|
+
if (type === "maxCount" && !!number) {
|
3668
|
+
if (Array.isArray(value) && value.length > number) return {
|
3669
|
+
isValid: false,
|
3670
|
+
error: (errorMessage || FORM_VALIDATION_DEFAULT_ERROR_MESSAGES[type]).replace("{maxCount}", number.toString())
|
3671
|
+
};
|
3672
|
+
}
|
3673
|
+
if (type === "pattern" && !!regexp$1) {
|
3674
|
+
if (typeof value === "string" && new RegExp(regexp$1).test(value) === false) return {
|
3675
|
+
isValid: false,
|
3676
|
+
error: errorMessage || FORM_VALIDATION_DEFAULT_ERROR_MESSAGES[type]
|
3677
|
+
};
|
3678
|
+
}
|
3679
|
+
if (type === "email") {
|
3680
|
+
if (typeof value === "string" && new RegExp(regexp$1 || FORM_VALIDATION_REGEX.email).test(value) === false) return {
|
3681
|
+
isValid: false,
|
3682
|
+
error: errorMessage || FORM_VALIDATION_DEFAULT_ERROR_MESSAGES[type]
|
3683
|
+
};
|
3684
|
+
}
|
3685
|
+
if (type === "tel") {
|
3686
|
+
if (typeof value === "string" && new RegExp(regexp$1 || FORM_VALIDATION_REGEX.tel).test(value) === false) return {
|
3687
|
+
isValid: false,
|
3688
|
+
error: errorMessage || FORM_VALIDATION_DEFAULT_ERROR_MESSAGES[type]
|
3689
|
+
};
|
3690
|
+
}
|
3691
|
+
if (type === "url") {
|
3692
|
+
if (typeof value === "string" && new RegExp(regexp$1 || FORM_VALIDATION_REGEX.url).test(value) === false) return {
|
3693
|
+
isValid: false,
|
3694
|
+
error: errorMessage || FORM_VALIDATION_DEFAULT_ERROR_MESSAGES[type]
|
3695
|
+
};
|
3696
|
+
}
|
3697
|
+
}
|
3681
3698
|
return {
|
3682
3699
|
isValid: true,
|
3683
3700
|
error: void 0
|
3684
3701
|
};
|
3685
3702
|
};
|
3686
3703
|
function createAnswerValue(value) {
|
3687
|
-
if (
|
3688
|
-
else
|
3704
|
+
if (value.type === "input" || value.type === "textarea") return { free_answer: String(value.value) };
|
3705
|
+
else return { choices: Array.isArray(value) ? value : [value] };
|
3689
3706
|
}
|
3690
|
-
function formDataToEventValues(campaignId,
|
3707
|
+
function formDataToEventValues(campaignId, values) {
|
3691
3708
|
const questions = [];
|
3692
3709
|
const answersMap = {};
|
3693
|
-
Object.entries(
|
3710
|
+
Object.entries(values).forEach(([name, value]) => {
|
3694
3711
|
questions.push(name);
|
3695
3712
|
const answerKey = `question_${name}`;
|
3696
3713
|
answersMap[answerKey] = createAnswerValue(value);
|
@@ -3700,6 +3717,9 @@ function formDataToEventValues(campaignId, formData$1) {
|
|
3700
3717
|
...answersMap
|
3701
3718
|
} };
|
3702
3719
|
}
|
3720
|
+
function formDataToIdentifyEventValues(values) {
|
3721
|
+
return Object.fromEntries(Object.entries(values).map(([name, { value }]) => [name, value]));
|
3722
|
+
}
|
3703
3723
|
/**
|
3704
3724
|
* @public
|
3705
3725
|
*/
|
@@ -3727,13 +3747,30 @@ function onSubmitForm(fn) {
|
|
3727
3747
|
})()
|
3728
3748
|
}));
|
3729
3749
|
if (hasInvalid) return;
|
3730
|
-
const
|
3750
|
+
const newValues = {};
|
3751
|
+
const newIdentifyValues = {};
|
3752
|
+
currentStateSchemas.forEach((schema) => {
|
3753
|
+
if (schema.isIdentify) newIdentifyValues[schema.name] = {
|
3754
|
+
value: formData$1.states[schema.name]?.value,
|
3755
|
+
type: schema.type
|
3756
|
+
};
|
3757
|
+
else newValues[schema.name] = {
|
3758
|
+
value: formData$1.states[schema.name]?.value,
|
3759
|
+
type: schema.type
|
3760
|
+
};
|
3761
|
+
});
|
3731
3762
|
formSubmittedValues.update((updater) => ({
|
3732
3763
|
...updater,
|
3733
|
-
...
|
3764
|
+
...newValues
|
3765
|
+
}));
|
3766
|
+
if (Object.keys(newIdentifyValues).length > 0) formSubmittedIdentifyValues.update((updater) => ({
|
3767
|
+
...updater,
|
3768
|
+
...newIdentifyValues
|
3734
3769
|
}));
|
3735
3770
|
fn({
|
3736
|
-
|
3771
|
+
currentStateIdentifyValues: formDataToIdentifyEventValues(newIdentifyValues),
|
3772
|
+
allIdentifyValues: formDataToIdentifyEventValues(get(formSubmittedIdentifyValues)),
|
3773
|
+
currentStateValues: formDataToEventValues(campaignId, newValues),
|
3737
3774
|
allValues: formDataToEventValues(campaignId, get(formSubmittedValues))
|
3738
3775
|
});
|
3739
3776
|
}
|
@@ -3767,10 +3804,18 @@ const linkTo = (to, targetBlank = true, decode = false) => () => {
|
|
3767
3804
|
});
|
3768
3805
|
await sleep(450);
|
3769
3806
|
}
|
3770
|
-
|
3771
|
-
|
3807
|
+
if (targetBlank) if (target === "native") {
|
3808
|
+
const win = window;
|
3809
|
+
const nativeMessageName = "open_url";
|
3810
|
+
const nativeMessageData = {
|
3811
|
+
url: decodedTo,
|
3812
|
+
target: "_blank"
|
3813
|
+
};
|
3814
|
+
win.NativeBridge?.onReceivedMessage(nativeMessageName, JSON.stringify(nativeMessageData));
|
3815
|
+
win.webkit?.messageHandlers[nativeMessageName]?.postMessage(nativeMessageData);
|
3816
|
+
} else window.open(decodedTo, "_blank");
|
3772
3817
|
Promise.race([_send(), sleep(650)]).then(() => {
|
3773
|
-
if (!
|
3818
|
+
if (!targetBlank) location.href = decodedTo;
|
3774
3819
|
});
|
3775
3820
|
};
|
3776
3821
|
/** @internal */
|
@@ -3797,18 +3842,24 @@ const submitForm = (to) => () => {
|
|
3797
3842
|
};
|
3798
3843
|
/** @internal */
|
3799
3844
|
const submitFormProgress = (to) => () => {
|
3800
|
-
onSubmitForm(({ currentStateValues }) => {
|
3845
|
+
onSubmitForm(({ currentStateValues, currentStateIdentifyValues }) => {
|
3801
3846
|
send_event("_answer_question_progress", {
|
3802
3847
|
...currentStateValues,
|
3803
3848
|
state: getState()
|
3804
3849
|
});
|
3850
|
+
if (Object.keys(currentStateIdentifyValues).length > 0) send_event("identify", currentStateIdentifyValues);
|
3851
|
+
console.log("currentStateValues", currentStateValues);
|
3852
|
+
console.log("currentStateIdentifyValues", currentStateIdentifyValues);
|
3805
3853
|
_moveTo(to);
|
3806
3854
|
});
|
3807
3855
|
};
|
3808
3856
|
/** @internal */
|
3809
3857
|
const submitFormFinal = (to) => () => {
|
3810
|
-
onSubmitForm(({ allValues }) => {
|
3858
|
+
onSubmitForm(({ allValues, allIdentifyValues }) => {
|
3811
3859
|
send_event("_answer_question", allValues);
|
3860
|
+
if (Object.keys(allIdentifyValues).length > 0) send_event("identify", allIdentifyValues);
|
3861
|
+
console.log("allValues", allValues);
|
3862
|
+
console.log("allIdentifyValues", allIdentifyValues);
|
3812
3863
|
_moveTo(to);
|
3813
3864
|
});
|
3814
3865
|
};
|
@@ -3931,7 +3982,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
|
|
3931
3982
|
function add_css$62(target) {
|
3932
3983
|
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}");
|
3933
3984
|
}
|
3934
|
-
function create_if_block$
|
3985
|
+
function create_if_block$19(ctx) {
|
3935
3986
|
let div;
|
3936
3987
|
let div_class_value;
|
3937
3988
|
let mounted;
|
@@ -3966,9 +4017,9 @@ function create_if_block$18(ctx) {
|
|
3966
4017
|
}
|
3967
4018
|
};
|
3968
4019
|
}
|
3969
|
-
function create_fragment$
|
4020
|
+
function create_fragment$102(ctx) {
|
3970
4021
|
let if_block_anchor;
|
3971
|
-
let if_block = ctx[0] && create_if_block$
|
4022
|
+
let if_block = ctx[0] && create_if_block$19(ctx);
|
3972
4023
|
return {
|
3973
4024
|
c() {
|
3974
4025
|
if (if_block) if_block.c();
|
@@ -3985,7 +4036,7 @@ function create_fragment$100(ctx) {
|
|
3985
4036
|
p(ctx$1, [dirty]) {
|
3986
4037
|
if (ctx$1[0]) if (if_block) if_block.p(ctx$1, dirty);
|
3987
4038
|
else {
|
3988
|
-
if_block = create_if_block$
|
4039
|
+
if_block = create_if_block$19(ctx$1);
|
3989
4040
|
if_block.c();
|
3990
4041
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
3991
4042
|
}
|
@@ -4002,7 +4053,7 @@ function create_fragment$100(ctx) {
|
|
4002
4053
|
}
|
4003
4054
|
};
|
4004
4055
|
}
|
4005
|
-
function instance$
|
4056
|
+
function instance$102($$self, $$props, $$invalidate) {
|
4006
4057
|
let { backgroundOverlay = false } = $$props;
|
4007
4058
|
let { class: className = void 0 } = $$props;
|
4008
4059
|
const dispatch = createEventDispatcher();
|
@@ -4021,7 +4072,7 @@ function instance$100($$self, $$props, $$invalidate) {
|
|
4021
4072
|
var BackgroundOverlay$1 = class extends SvelteComponent {
|
4022
4073
|
constructor(options) {
|
4023
4074
|
super();
|
4024
|
-
init(this, options, instance$
|
4075
|
+
init(this, options, instance$102, create_fragment$102, safe_not_equal, {
|
4025
4076
|
backgroundOverlay: 0,
|
4026
4077
|
class: 1
|
4027
4078
|
}, add_css$62);
|
@@ -4061,7 +4112,7 @@ function checkStopPropagation(eventName, handler) {
|
|
4061
4112
|
function add_css$61(target) {
|
4062
4113
|
append_styles(target, "svelte-60tjm2", ".button.svelte-60tjm2{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0;text-align:inherit}.button.svelte-60tjm2:link,.button.svelte-60tjm2:visited,.button.svelte-60tjm2:active,.button.svelte-60tjm2:hover{color:inherit}");
|
4063
4114
|
}
|
4064
|
-
function create_else_block$
|
4115
|
+
function create_else_block$6(ctx) {
|
4065
4116
|
let button;
|
4066
4117
|
let current;
|
4067
4118
|
let mounted;
|
@@ -4135,7 +4186,6 @@ function create_else_block$5(ctx) {
|
|
4135
4186
|
}
|
4136
4187
|
function create_if_block_2$3(ctx) {
|
4137
4188
|
let div;
|
4138
|
-
let div_class_value;
|
4139
4189
|
let current;
|
4140
4190
|
const default_slot_template = ctx[10].default;
|
4141
4191
|
const default_slot = create_slot(default_slot_template, ctx, ctx[9], null);
|
@@ -4156,7 +4206,7 @@ function create_if_block_2$3(ctx) {
|
|
4156
4206
|
this.h();
|
4157
4207
|
},
|
4158
4208
|
h() {
|
4159
|
-
attr(div, "class",
|
4209
|
+
attr(div, "class", null_to_empty(BUTTON_CLASS) + " svelte-60tjm2");
|
4160
4210
|
attr(div, "style", ctx[1]);
|
4161
4211
|
},
|
4162
4212
|
m(target, anchor) {
|
@@ -4185,7 +4235,7 @@ function create_if_block_2$3(ctx) {
|
|
4185
4235
|
}
|
4186
4236
|
};
|
4187
4237
|
}
|
4188
|
-
function create_if_block_1$
|
4238
|
+
function create_if_block_1$6(ctx) {
|
4189
4239
|
let a;
|
4190
4240
|
let a_href_value;
|
4191
4241
|
let a_target_value;
|
@@ -4264,9 +4314,8 @@ function create_if_block_1$5(ctx) {
|
|
4264
4314
|
}
|
4265
4315
|
};
|
4266
4316
|
}
|
4267
|
-
function create_if_block$
|
4317
|
+
function create_if_block$18(ctx) {
|
4268
4318
|
let div;
|
4269
|
-
let div_class_value;
|
4270
4319
|
let current;
|
4271
4320
|
const default_slot_template = ctx[10].default;
|
4272
4321
|
const default_slot = create_slot(default_slot_template, ctx, ctx[9], null);
|
@@ -4287,7 +4336,7 @@ function create_if_block$17(ctx) {
|
|
4287
4336
|
this.h();
|
4288
4337
|
},
|
4289
4338
|
h() {
|
4290
|
-
attr(div, "class",
|
4339
|
+
attr(div, "class", BUTTON_CLASS + " _disabled svelte-60tjm2");
|
4291
4340
|
attr(div, "style", ctx[1]);
|
4292
4341
|
},
|
4293
4342
|
m(target, anchor) {
|
@@ -4316,16 +4365,16 @@ function create_if_block$17(ctx) {
|
|
4316
4365
|
}
|
4317
4366
|
};
|
4318
4367
|
}
|
4319
|
-
function create_fragment$
|
4368
|
+
function create_fragment$101(ctx) {
|
4320
4369
|
let current_block_type_index;
|
4321
4370
|
let if_block;
|
4322
4371
|
let if_block_anchor;
|
4323
4372
|
let current;
|
4324
4373
|
const if_block_creators = [
|
4325
|
-
create_if_block$
|
4326
|
-
create_if_block_1$
|
4374
|
+
create_if_block$18,
|
4375
|
+
create_if_block_1$6,
|
4327
4376
|
create_if_block_2$3,
|
4328
|
-
create_else_block$
|
4377
|
+
create_else_block$6
|
4329
4378
|
];
|
4330
4379
|
const if_blocks = [];
|
4331
4380
|
function select_block_type(ctx$1, dirty) {
|
@@ -4385,7 +4434,7 @@ function create_fragment$99(ctx) {
|
|
4385
4434
|
};
|
4386
4435
|
}
|
4387
4436
|
const BUTTON_CLASS = "button";
|
4388
|
-
function instance$
|
4437
|
+
function instance$101($$self, $$props, $$invalidate) {
|
4389
4438
|
let disabled;
|
4390
4439
|
let $valuesAreValid;
|
4391
4440
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -4438,7 +4487,7 @@ function instance$99($$self, $$props, $$invalidate) {
|
|
4438
4487
|
var Button$1 = class extends SvelteComponent {
|
4439
4488
|
constructor(options) {
|
4440
4489
|
super();
|
4441
|
-
init(this, options, instance$
|
4490
|
+
init(this, options, instance$101, create_fragment$101, safe_not_equal, {
|
4442
4491
|
onClick: 0,
|
4443
4492
|
eventName: 5,
|
4444
4493
|
eventValue: 6,
|
@@ -4454,7 +4503,7 @@ var Button_default$1 = Button$1;
|
|
4454
4503
|
function add_css$60(target) {
|
4455
4504
|
append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
|
4456
4505
|
}
|
4457
|
-
function create_else_block$
|
4506
|
+
function create_else_block$5(ctx) {
|
4458
4507
|
let backgroundoverlay;
|
4459
4508
|
let current;
|
4460
4509
|
backgroundoverlay = new BackgroundOverlay_default$1({ props: { backgroundOverlay: ctx[12] } });
|
@@ -4566,11 +4615,10 @@ function create_if_block_2$2(ctx) {
|
|
4566
4615
|
d: noop
|
4567
4616
|
};
|
4568
4617
|
}
|
4569
|
-
function create_if_block$
|
4618
|
+
function create_if_block$17(ctx) {
|
4570
4619
|
let div;
|
4571
4620
|
let button;
|
4572
4621
|
let div_class_value;
|
4573
|
-
let div_style_value;
|
4574
4622
|
let div_intro;
|
4575
4623
|
let current;
|
4576
4624
|
button = new Button_default$1({ props: {
|
@@ -4602,7 +4650,7 @@ function create_if_block$16(ctx) {
|
|
4602
4650
|
attr(div, "class", div_class_value = null_to_empty(["modal", ctx[3] ? "modal-bp" : ""].join(" ")) + " svelte-1ijkyzl");
|
4603
4651
|
attr(div, "role", "dialog");
|
4604
4652
|
attr(div, "aria-modal", "true");
|
4605
|
-
attr(div, "style",
|
4653
|
+
attr(div, "style", Array.from(ctx[23]).join(";"));
|
4606
4654
|
},
|
4607
4655
|
m(target, anchor) {
|
4608
4656
|
insert_hydration(target, div, anchor);
|
@@ -4646,7 +4694,7 @@ function create_if_block$16(ctx) {
|
|
4646
4694
|
}
|
4647
4695
|
};
|
4648
4696
|
}
|
4649
|
-
function create_if_block_1$
|
4697
|
+
function create_if_block_1$5(ctx) {
|
4650
4698
|
let div;
|
4651
4699
|
let button;
|
4652
4700
|
let current;
|
@@ -4765,7 +4813,7 @@ function create_default_slot$12(ctx) {
|
|
4765
4813
|
let t;
|
4766
4814
|
let div;
|
4767
4815
|
let current;
|
4768
|
-
let if_block = ctx[21] && create_if_block_1$
|
4816
|
+
let if_block = ctx[21] && create_if_block_1$5(ctx);
|
4769
4817
|
const default_slot_template = ctx[31].default;
|
4770
4818
|
const default_slot = create_slot(default_slot_template, ctx, ctx[33], null);
|
4771
4819
|
return {
|
@@ -4804,7 +4852,7 @@ function create_default_slot$12(ctx) {
|
|
4804
4852
|
if_block.p(ctx$1, dirty);
|
4805
4853
|
if (dirty[0] & 2097152) transition_in(if_block, 1);
|
4806
4854
|
} else {
|
4807
|
-
if_block = create_if_block_1$
|
4855
|
+
if_block = create_if_block_1$5(ctx$1);
|
4808
4856
|
if_block.c();
|
4809
4857
|
transition_in(if_block, 1);
|
4810
4858
|
if_block.m(t.parentNode, t);
|
@@ -4840,7 +4888,7 @@ function create_default_slot$12(ctx) {
|
|
4840
4888
|
}
|
4841
4889
|
};
|
4842
4890
|
}
|
4843
|
-
function create_fragment$
|
4891
|
+
function create_fragment$100(ctx) {
|
4844
4892
|
let show_if;
|
4845
4893
|
let current_block_type_index;
|
4846
4894
|
let if_block0;
|
@@ -4852,7 +4900,7 @@ function create_fragment$98(ctx) {
|
|
4852
4900
|
const if_block_creators = [
|
4853
4901
|
create_if_block_2$2,
|
4854
4902
|
create_if_block_3,
|
4855
|
-
create_else_block$
|
4903
|
+
create_else_block$5
|
4856
4904
|
];
|
4857
4905
|
const if_blocks = [];
|
4858
4906
|
function select_block_type(ctx$1, dirty) {
|
@@ -4863,7 +4911,7 @@ function create_fragment$98(ctx) {
|
|
4863
4911
|
}
|
4864
4912
|
current_block_type_index = select_block_type(ctx, [-1, -1]);
|
4865
4913
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
4866
|
-
let if_block1 = ctx[16] && create_if_block$
|
4914
|
+
let if_block1 = ctx[16] && create_if_block$17(ctx);
|
4867
4915
|
return {
|
4868
4916
|
c() {
|
4869
4917
|
if_block0.c();
|
@@ -4913,7 +4961,7 @@ function create_fragment$98(ctx) {
|
|
4913
4961
|
if_block1.p(ctx, dirty);
|
4914
4962
|
if (dirty[0] & 65536) transition_in(if_block1, 1);
|
4915
4963
|
} else {
|
4916
|
-
if_block1 = create_if_block$
|
4964
|
+
if_block1 = create_if_block$17(ctx);
|
4917
4965
|
if_block1.c();
|
4918
4966
|
transition_in(if_block1, 1);
|
4919
4967
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -4947,7 +4995,7 @@ function create_fragment$98(ctx) {
|
|
4947
4995
|
}
|
4948
4996
|
};
|
4949
4997
|
}
|
4950
|
-
function instance$
|
4998
|
+
function instance$100($$self, $$props, $$invalidate) {
|
4951
4999
|
let close$2;
|
4952
5000
|
let closable;
|
4953
5001
|
let backgroundClick;
|
@@ -5159,7 +5207,7 @@ function instance$98($$self, $$props, $$invalidate) {
|
|
5159
5207
|
var Modal$1 = class extends SvelteComponent {
|
5160
5208
|
constructor(options) {
|
5161
5209
|
super();
|
5162
|
-
init(this, options, instance$
|
5210
|
+
init(this, options, instance$100, create_fragment$100, safe_not_equal, {
|
5163
5211
|
onClick: 0,
|
5164
5212
|
clickEventName: 1,
|
5165
5213
|
clickEventValue: 2,
|
@@ -5181,7 +5229,7 @@ var Modal_default$1 = Modal$1;
|
|
5181
5229
|
|
5182
5230
|
//#endregion
|
5183
5231
|
//#region src/components/Grid.svelte
|
5184
|
-
function create_fragment$
|
5232
|
+
function create_fragment$99(ctx) {
|
5185
5233
|
let div;
|
5186
5234
|
let current;
|
5187
5235
|
const default_slot_template = ctx[8].default;
|
@@ -5232,7 +5280,7 @@ function create_fragment$97(ctx) {
|
|
5232
5280
|
}
|
5233
5281
|
};
|
5234
5282
|
}
|
5235
|
-
function instance$
|
5283
|
+
function instance$99($$self, $$props, $$invalidate) {
|
5236
5284
|
let _style;
|
5237
5285
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5238
5286
|
let { width = "512px" } = $$props;
|
@@ -5277,7 +5325,7 @@ function instance$97($$self, $$props, $$invalidate) {
|
|
5277
5325
|
var Grid = class extends SvelteComponent {
|
5278
5326
|
constructor(options) {
|
5279
5327
|
super();
|
5280
|
-
init(this, options, instance$
|
5328
|
+
init(this, options, instance$99, create_fragment$99, safe_not_equal, {
|
5281
5329
|
width: 1,
|
5282
5330
|
height: 2,
|
5283
5331
|
rows: 3,
|
@@ -5294,7 +5342,7 @@ var Grid_default = Grid;
|
|
5294
5342
|
function add_css$59(target) {
|
5295
5343
|
append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
|
5296
5344
|
}
|
5297
|
-
function create_fragment$
|
5345
|
+
function create_fragment$98(ctx) {
|
5298
5346
|
let div1;
|
5299
5347
|
let div0;
|
5300
5348
|
let current;
|
@@ -5359,7 +5407,7 @@ function create_fragment$96(ctx) {
|
|
5359
5407
|
};
|
5360
5408
|
}
|
5361
5409
|
const GRID_ITEM_CONTEXT_KEY = "GRID_ITEM";
|
5362
|
-
function instance$
|
5410
|
+
function instance$98($$self, $$props, $$invalidate) {
|
5363
5411
|
let _style;
|
5364
5412
|
let { $$slots: slots = {}, $$scope } = $$props;
|
5365
5413
|
let { x1 } = $$props;
|
@@ -5408,7 +5456,7 @@ function instance$96($$self, $$props, $$invalidate) {
|
|
5408
5456
|
var GridItem = class extends SvelteComponent {
|
5409
5457
|
constructor(options) {
|
5410
5458
|
super();
|
5411
|
-
init(this, options, instance$
|
5459
|
+
init(this, options, instance$98, create_fragment$98, safe_not_equal, {
|
5412
5460
|
x1: 2,
|
5413
5461
|
x2: 3,
|
5414
5462
|
y1: 4,
|
@@ -5428,7 +5476,7 @@ function get_each_context$11(ctx, list, i) {
|
|
5428
5476
|
child_ctx[2] = list[i];
|
5429
5477
|
return child_ctx;
|
5430
5478
|
}
|
5431
|
-
function create_else_block$
|
5479
|
+
function create_else_block$4(ctx) {
|
5432
5480
|
let t_value = ctx[2] + "";
|
5433
5481
|
let t;
|
5434
5482
|
return {
|
@@ -5449,7 +5497,7 @@ function create_else_block$3(ctx) {
|
|
5449
5497
|
}
|
5450
5498
|
};
|
5451
5499
|
}
|
5452
|
-
function create_if_block$
|
5500
|
+
function create_if_block$16(ctx) {
|
5453
5501
|
let br;
|
5454
5502
|
return {
|
5455
5503
|
c() {
|
@@ -5473,8 +5521,8 @@ function create_each_block$11(ctx) {
|
|
5473
5521
|
function select_block_type(ctx$1, dirty) {
|
5474
5522
|
if (dirty & 1) show_if = null;
|
5475
5523
|
if (show_if == null) show_if = !!ctx$1[2].match(regexp);
|
5476
|
-
if (show_if) return create_if_block$
|
5477
|
-
return create_else_block$
|
5524
|
+
if (show_if) return create_if_block$16;
|
5525
|
+
return create_else_block$4;
|
5478
5526
|
}
|
5479
5527
|
let current_block_type = select_block_type(ctx, -1);
|
5480
5528
|
let if_block = current_block_type(ctx);
|
@@ -5508,7 +5556,7 @@ function create_each_block$11(ctx) {
|
|
5508
5556
|
}
|
5509
5557
|
};
|
5510
5558
|
}
|
5511
|
-
function create_fragment$
|
5559
|
+
function create_fragment$97(ctx) {
|
5512
5560
|
let each_1_anchor;
|
5513
5561
|
let each_value = ctx[0];
|
5514
5562
|
let each_blocks = [];
|
@@ -5552,7 +5600,7 @@ function create_fragment$95(ctx) {
|
|
5552
5600
|
};
|
5553
5601
|
}
|
5554
5602
|
const regexp = /(\r?\n)/;
|
5555
|
-
function instance$
|
5603
|
+
function instance$97($$self, $$props, $$invalidate) {
|
5556
5604
|
let items;
|
5557
5605
|
let { text: text$1 = "サンプルSample" } = $$props;
|
5558
5606
|
$$self.$$set = ($$props$1) => {
|
@@ -5566,7 +5614,7 @@ function instance$95($$self, $$props, $$invalidate) {
|
|
5566
5614
|
var RenderText = class extends SvelteComponent {
|
5567
5615
|
constructor(options) {
|
5568
5616
|
super();
|
5569
|
-
init(this, options, instance$
|
5617
|
+
init(this, options, instance$97, create_fragment$97, safe_not_equal, { text: 1 });
|
5570
5618
|
}
|
5571
5619
|
};
|
5572
5620
|
var RenderText_default = RenderText;
|
@@ -5576,7 +5624,7 @@ var RenderText_default = RenderText;
|
|
5576
5624
|
function add_css$58(target) {
|
5577
5625
|
append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
|
5578
5626
|
}
|
5579
|
-
function create_else_block$
|
5627
|
+
function create_else_block$3(ctx) {
|
5580
5628
|
let div1;
|
5581
5629
|
let div0;
|
5582
5630
|
let rendertext;
|
@@ -5636,7 +5684,7 @@ function create_else_block$2(ctx) {
|
|
5636
5684
|
}
|
5637
5685
|
};
|
5638
5686
|
}
|
5639
|
-
function create_if_block$
|
5687
|
+
function create_if_block$15(ctx) {
|
5640
5688
|
let a;
|
5641
5689
|
let div0;
|
5642
5690
|
let rendertext;
|
@@ -5744,12 +5792,12 @@ function create_if_block$14(ctx) {
|
|
5744
5792
|
}
|
5745
5793
|
};
|
5746
5794
|
}
|
5747
|
-
function create_fragment$
|
5795
|
+
function create_fragment$96(ctx) {
|
5748
5796
|
let div;
|
5749
5797
|
let current_block_type_index;
|
5750
5798
|
let if_block;
|
5751
5799
|
let current;
|
5752
|
-
const if_block_creators = [create_if_block$
|
5800
|
+
const if_block_creators = [create_if_block$15, create_else_block$3];
|
5753
5801
|
const if_blocks = [];
|
5754
5802
|
function select_block_type(ctx$1, dirty) {
|
5755
5803
|
if (ctx$1[2]) return 0;
|
@@ -5812,7 +5860,7 @@ function create_fragment$94(ctx) {
|
|
5812
5860
|
}
|
5813
5861
|
};
|
5814
5862
|
}
|
5815
|
-
function instance$
|
5863
|
+
function instance$96($$self, $$props, $$invalidate) {
|
5816
5864
|
let style;
|
5817
5865
|
let { text: text$1 = "テキストのコンテンツ" } = $$props;
|
5818
5866
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -5887,7 +5935,7 @@ function instance$94($$self, $$props, $$invalidate) {
|
|
5887
5935
|
var TextElement = class extends SvelteComponent {
|
5888
5936
|
constructor(options) {
|
5889
5937
|
super();
|
5890
|
-
init(this, options, instance$
|
5938
|
+
init(this, options, instance$96, create_fragment$96, safe_not_equal, {
|
5891
5939
|
text: 0,
|
5892
5940
|
font: 7,
|
5893
5941
|
_textStyle: 8,
|
@@ -5939,7 +5987,7 @@ function create_default_slot$11(ctx) {
|
|
5939
5987
|
}
|
5940
5988
|
};
|
5941
5989
|
}
|
5942
|
-
function create_fragment$
|
5990
|
+
function create_fragment$95(ctx) {
|
5943
5991
|
let div;
|
5944
5992
|
let button;
|
5945
5993
|
let current;
|
@@ -5997,7 +6045,7 @@ function create_fragment$93(ctx) {
|
|
5997
6045
|
}
|
5998
6046
|
};
|
5999
6047
|
}
|
6000
|
-
function instance$
|
6048
|
+
function instance$95($$self, $$props, $$invalidate) {
|
6001
6049
|
let style;
|
6002
6050
|
let { text: text$1 = "ボタンのラベル" } = $$props;
|
6003
6051
|
let { onClick = {
|
@@ -6037,7 +6085,7 @@ function instance$93($$self, $$props, $$invalidate) {
|
|
6037
6085
|
var TextButtonElement = class extends SvelteComponent {
|
6038
6086
|
constructor(options) {
|
6039
6087
|
super();
|
6040
|
-
init(this, options, instance$
|
6088
|
+
init(this, options, instance$95, create_fragment$95, safe_not_equal, {
|
6041
6089
|
text: 0,
|
6042
6090
|
onClick: 1,
|
6043
6091
|
eventName: 2,
|
@@ -6097,7 +6145,7 @@ function create_default_slot$10(ctx) {
|
|
6097
6145
|
}
|
6098
6146
|
};
|
6099
6147
|
}
|
6100
|
-
function create_fragment$
|
6148
|
+
function create_fragment$94(ctx) {
|
6101
6149
|
let div;
|
6102
6150
|
let button;
|
6103
6151
|
let div_class_value;
|
@@ -6157,7 +6205,7 @@ function create_fragment$92(ctx) {
|
|
6157
6205
|
}
|
6158
6206
|
};
|
6159
6207
|
}
|
6160
|
-
function instance$
|
6208
|
+
function instance$94($$self, $$props, $$invalidate) {
|
6161
6209
|
let { src = "" } = $$props;
|
6162
6210
|
let { alt = "画像の説明" } = $$props;
|
6163
6211
|
let { transport = false } = $$props;
|
@@ -6193,7 +6241,7 @@ function instance$92($$self, $$props, $$invalidate) {
|
|
6193
6241
|
var ImageElement = class extends SvelteComponent {
|
6194
6242
|
constructor(options) {
|
6195
6243
|
super();
|
6196
|
-
init(this, options, instance$
|
6244
|
+
init(this, options, instance$94, create_fragment$94, safe_not_equal, {
|
6197
6245
|
src: 0,
|
6198
6246
|
alt: 1,
|
6199
6247
|
transport: 2,
|
@@ -6212,7 +6260,7 @@ var ImageElement_default = ImageElement;
|
|
6212
6260
|
function add_css$55(target) {
|
6213
6261
|
append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
|
6214
6262
|
}
|
6215
|
-
function create_fragment$
|
6263
|
+
function create_fragment$93(ctx) {
|
6216
6264
|
let div;
|
6217
6265
|
let current;
|
6218
6266
|
const default_slot_template = ctx[6].default;
|
@@ -6264,7 +6312,7 @@ function create_fragment$91(ctx) {
|
|
6264
6312
|
};
|
6265
6313
|
}
|
6266
6314
|
const LIST_CONTEXT_KEY = Symbol();
|
6267
|
-
function instance$
|
6315
|
+
function instance$93($$self, $$props, $$invalidate) {
|
6268
6316
|
let style;
|
6269
6317
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6270
6318
|
let { direction = "vertical" } = $$props;
|
@@ -6325,7 +6373,7 @@ function instance$91($$self, $$props, $$invalidate) {
|
|
6325
6373
|
var List$1 = class extends SvelteComponent {
|
6326
6374
|
constructor(options) {
|
6327
6375
|
super();
|
6328
|
-
init(this, options, instance$
|
6376
|
+
init(this, options, instance$93, create_fragment$93, safe_not_equal, {
|
6329
6377
|
direction: 1,
|
6330
6378
|
separator: 2,
|
6331
6379
|
background: 3,
|
@@ -6374,7 +6422,7 @@ function create_default_slot$9(ctx) {
|
|
6374
6422
|
}
|
6375
6423
|
};
|
6376
6424
|
}
|
6377
|
-
function create_fragment$
|
6425
|
+
function create_fragment$92(ctx) {
|
6378
6426
|
let div;
|
6379
6427
|
let button;
|
6380
6428
|
let current;
|
@@ -6437,15 +6485,13 @@ function create_fragment$90(ctx) {
|
|
6437
6485
|
}
|
6438
6486
|
};
|
6439
6487
|
}
|
6440
|
-
function instance$
|
6488
|
+
function instance$92($$self, $$props, $$invalidate) {
|
6441
6489
|
let listItemStyle;
|
6442
6490
|
let { $$slots: slots = {}, $$scope } = $$props;
|
6443
6491
|
const { separator, background, direction, registerItem, unregisterItem } = getContext(LIST_CONTEXT_KEY);
|
6444
6492
|
let index = 0;
|
6445
|
-
let length = 0;
|
6446
6493
|
const id = registerItem({ onMount({ index: _index, length: _length }) {
|
6447
6494
|
$$invalidate(4, index = _index);
|
6448
|
-
length = _length;
|
6449
6495
|
} });
|
6450
6496
|
let { onClick = {
|
6451
6497
|
operation: "none",
|
@@ -6501,7 +6547,7 @@ function instance$90($$self, $$props, $$invalidate) {
|
|
6501
6547
|
var ListItem$1 = class extends SvelteComponent {
|
6502
6548
|
constructor(options) {
|
6503
6549
|
super();
|
6504
|
-
init(this, options, instance$
|
6550
|
+
init(this, options, instance$92, create_fragment$92, safe_not_equal, {
|
6505
6551
|
onClick: 0,
|
6506
6552
|
clickEventName: 1,
|
6507
6553
|
_style: 2
|
@@ -6515,7 +6561,7 @@ var ListItem_default$1 = ListItem$1;
|
|
6515
6561
|
function add_css$53(target) {
|
6516
6562
|
append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
|
6517
6563
|
}
|
6518
|
-
function create_fragment$
|
6564
|
+
function create_fragment$91(ctx) {
|
6519
6565
|
let div;
|
6520
6566
|
return {
|
6521
6567
|
c() {
|
@@ -6550,7 +6596,7 @@ function create_fragment$89(ctx) {
|
|
6550
6596
|
}
|
6551
6597
|
};
|
6552
6598
|
}
|
6553
|
-
function instance$
|
6599
|
+
function instance$91($$self, $$props, $$invalidate) {
|
6554
6600
|
let { code } = $$props;
|
6555
6601
|
let { _style = "" } = $$props;
|
6556
6602
|
$$self.$$set = ($$props$1) => {
|
@@ -6562,7 +6608,7 @@ function instance$89($$self, $$props, $$invalidate) {
|
|
6562
6608
|
var EmbedElement = class extends SvelteComponent {
|
6563
6609
|
constructor(options) {
|
6564
6610
|
super();
|
6565
|
-
init(this, options, instance$
|
6611
|
+
init(this, options, instance$91, create_fragment$91, safe_not_equal, {
|
6566
6612
|
code: 0,
|
6567
6613
|
_style: 1
|
6568
6614
|
}, add_css$53);
|
@@ -6575,7 +6621,7 @@ var EmbedElement_default = EmbedElement;
|
|
6575
6621
|
function add_css$52(target) {
|
6576
6622
|
append_styles(target, "svelte-1fyqoy1", ".embed.svelte-1fyqoy1{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-1fyqoy1 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6577
6623
|
}
|
6578
|
-
function create_fragment$
|
6624
|
+
function create_fragment$90(ctx) {
|
6579
6625
|
let div1;
|
6580
6626
|
let div0;
|
6581
6627
|
return {
|
@@ -6622,7 +6668,7 @@ function _bton(value) {
|
|
6622
6668
|
function _setValue(obj, key, value) {
|
6623
6669
|
if (value) obj[key] = value;
|
6624
6670
|
}
|
6625
|
-
function instance$
|
6671
|
+
function instance$90($$self, $$props, $$invalidate) {
|
6626
6672
|
let $system;
|
6627
6673
|
component_subscribe($$self, system, ($$value) => $$invalidate(31, $system = $$value));
|
6628
6674
|
let { videoId = "wt0OjOeX-JA" } = $$props;
|
@@ -6832,7 +6878,7 @@ function instance$88($$self, $$props, $$invalidate) {
|
|
6832
6878
|
var MovieYouTubeElement = class extends SvelteComponent {
|
6833
6879
|
constructor(options) {
|
6834
6880
|
super();
|
6835
|
-
init(this, options, instance$
|
6881
|
+
init(this, options, instance$90, create_fragment$90, safe_not_equal, {
|
6836
6882
|
videoId: 2,
|
6837
6883
|
sendEvent: 3,
|
6838
6884
|
autoplay: 4,
|
@@ -6868,7 +6914,7 @@ var MovieYouTubeElement_default = MovieYouTubeElement;
|
|
6868
6914
|
function add_css$51(target) {
|
6869
6915
|
append_styles(target, "svelte-1fyqoy1", ".embed.svelte-1fyqoy1{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-1fyqoy1 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
|
6870
6916
|
}
|
6871
|
-
function create_fragment$
|
6917
|
+
function create_fragment$89(ctx) {
|
6872
6918
|
let div1;
|
6873
6919
|
let div0;
|
6874
6920
|
return {
|
@@ -6909,7 +6955,7 @@ function create_fragment$87(ctx) {
|
|
6909
6955
|
}
|
6910
6956
|
};
|
6911
6957
|
}
|
6912
|
-
function instance$
|
6958
|
+
function instance$89($$self, $$props, $$invalidate) {
|
6913
6959
|
let $system;
|
6914
6960
|
component_subscribe($$self, system, ($$value) => $$invalidate(12, $system = $$value));
|
6915
6961
|
let { videoId = "201239468" } = $$props;
|
@@ -7019,7 +7065,7 @@ function instance$87($$self, $$props, $$invalidate) {
|
|
7019
7065
|
var MovieVimeoElement = class extends SvelteComponent {
|
7020
7066
|
constructor(options) {
|
7021
7067
|
super();
|
7022
|
-
init(this, options, instance$
|
7068
|
+
init(this, options, instance$89, create_fragment$89, safe_not_equal, {
|
7023
7069
|
videoId: 2,
|
7024
7070
|
sendEvent: 3,
|
7025
7071
|
autoplay: 4,
|
@@ -7036,7 +7082,7 @@ var MovieVimeoElement_default = MovieVimeoElement;
|
|
7036
7082
|
function add_css$50(target) {
|
7037
7083
|
append_styles(target, "svelte-augwt8", ".textarea-wrapper.svelte-augwt8{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-augwt8{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-augwt8::placeholder{color:var(--placeholder-color)}.textarea.svelte-augwt8:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
|
7038
7084
|
}
|
7039
|
-
function create_fragment$
|
7085
|
+
function create_fragment$88(ctx) {
|
7040
7086
|
let div;
|
7041
7087
|
let textarea;
|
7042
7088
|
let mounted;
|
@@ -7095,7 +7141,7 @@ function create_fragment$86(ctx) {
|
|
7095
7141
|
}
|
7096
7142
|
};
|
7097
7143
|
}
|
7098
|
-
function instance$
|
7144
|
+
function instance$88($$self, $$props, $$invalidate) {
|
7099
7145
|
let style;
|
7100
7146
|
let styleVariables;
|
7101
7147
|
let $value;
|
@@ -7168,7 +7214,7 @@ function instance$86($$self, $$props, $$invalidate) {
|
|
7168
7214
|
var FormTextarea$1 = class extends SvelteComponent {
|
7169
7215
|
constructor(options) {
|
7170
7216
|
super();
|
7171
|
-
init(this, options, instance$
|
7217
|
+
init(this, options, instance$88, create_fragment$88, safe_not_equal, {
|
7172
7218
|
name: 7,
|
7173
7219
|
placeholder: 0,
|
7174
7220
|
required: 1,
|
@@ -7276,7 +7322,7 @@ function create_each_block$10(ctx) {
|
|
7276
7322
|
}
|
7277
7323
|
};
|
7278
7324
|
}
|
7279
|
-
function create_fragment$
|
7325
|
+
function create_fragment$87(ctx) {
|
7280
7326
|
let div;
|
7281
7327
|
let each_value = ctx[4];
|
7282
7328
|
let each_blocks = [];
|
@@ -7331,7 +7377,7 @@ function create_fragment$85(ctx) {
|
|
7331
7377
|
}
|
7332
7378
|
};
|
7333
7379
|
}
|
7334
|
-
function instance$
|
7380
|
+
function instance$87($$self, $$props, $$invalidate) {
|
7335
7381
|
let _options;
|
7336
7382
|
let buttonStyle;
|
7337
7383
|
let _value;
|
@@ -7413,7 +7459,7 @@ function instance$85($$self, $$props, $$invalidate) {
|
|
7413
7459
|
var FormRadioButtons = class extends SvelteComponent {
|
7414
7460
|
constructor(options) {
|
7415
7461
|
super();
|
7416
|
-
init(this, options, instance$
|
7462
|
+
init(this, options, instance$87, create_fragment$87, safe_not_equal, {
|
7417
7463
|
name: 0,
|
7418
7464
|
options: 9,
|
7419
7465
|
required: 10,
|
@@ -7439,7 +7485,7 @@ function get_each_context$9(ctx, list, i) {
|
|
7439
7485
|
child_ctx[21] = i;
|
7440
7486
|
return child_ctx;
|
7441
7487
|
}
|
7442
|
-
function create_else_block$
|
7488
|
+
function create_else_block$2(ctx) {
|
7443
7489
|
let t;
|
7444
7490
|
return {
|
7445
7491
|
c() {
|
@@ -7459,7 +7505,7 @@ function create_else_block$1(ctx) {
|
|
7459
7505
|
}
|
7460
7506
|
};
|
7461
7507
|
}
|
7462
|
-
function create_if_block$
|
7508
|
+
function create_if_block$14(ctx) {
|
7463
7509
|
let t_value = ctx[19] + "";
|
7464
7510
|
let t;
|
7465
7511
|
return {
|
@@ -7486,8 +7532,8 @@ function create_each_block$9(ctx) {
|
|
7486
7532
|
let option_value_value;
|
7487
7533
|
let option_selected_value;
|
7488
7534
|
function select_block_type(ctx$1, dirty) {
|
7489
|
-
if (ctx$1[19]) return create_if_block$
|
7490
|
-
return create_else_block$
|
7535
|
+
if (ctx$1[19]) return create_if_block$14;
|
7536
|
+
return create_else_block$2;
|
7491
7537
|
}
|
7492
7538
|
let current_block_type = select_block_type(ctx, -1);
|
7493
7539
|
let if_block = current_block_type(ctx);
|
@@ -7538,7 +7584,7 @@ function create_each_block$9(ctx) {
|
|
7538
7584
|
}
|
7539
7585
|
};
|
7540
7586
|
}
|
7541
|
-
function create_fragment$
|
7587
|
+
function create_fragment$86(ctx) {
|
7542
7588
|
let div1;
|
7543
7589
|
let select;
|
7544
7590
|
let t;
|
@@ -7623,7 +7669,7 @@ function create_fragment$84(ctx) {
|
|
7623
7669
|
}
|
7624
7670
|
};
|
7625
7671
|
}
|
7626
|
-
function instance$
|
7672
|
+
function instance$86($$self, $$props, $$invalidate) {
|
7627
7673
|
let _options;
|
7628
7674
|
let style;
|
7629
7675
|
let styleVariables;
|
@@ -7681,7 +7727,7 @@ function instance$84($$self, $$props, $$invalidate) {
|
|
7681
7727
|
if ($$self.$$.dirty & 116736) $: $$invalidate(2, styleVariables = (() => {
|
7682
7728
|
const variables$1 = {};
|
7683
7729
|
const focusStyleObj = parseStyle(_focusStyle);
|
7684
|
-
|
7730
|
+
parseStyle(_placeholderStyle);
|
7685
7731
|
if (focusStyleObj["border-width"]) variables$1["--focus-border-width"] = focusStyleObj["border-width"];
|
7686
7732
|
if (focusStyleObj["border-color"]) variables$1["--focus-border-color"] = focusStyleObj["border-color"];
|
7687
7733
|
if (focusStyleObj["border-style"]) variables$1["--focus-border-style"] = focusStyleObj["border-style"];
|
@@ -7714,7 +7760,7 @@ function instance$84($$self, $$props, $$invalidate) {
|
|
7714
7760
|
var FormSelect$1 = class extends SvelteComponent {
|
7715
7761
|
constructor(options) {
|
7716
7762
|
super();
|
7717
|
-
init(this, options, instance$
|
7763
|
+
init(this, options, instance$86, create_fragment$86, safe_not_equal, {
|
7718
7764
|
name: 7,
|
7719
7765
|
options: 8,
|
7720
7766
|
placeholder: 0,
|
@@ -7844,7 +7890,7 @@ function create_each_block$8(ctx) {
|
|
7844
7890
|
}
|
7845
7891
|
};
|
7846
7892
|
}
|
7847
|
-
function create_fragment$
|
7893
|
+
function create_fragment$85(ctx) {
|
7848
7894
|
let div;
|
7849
7895
|
let each_value = ctx[3];
|
7850
7896
|
let each_blocks = [];
|
@@ -7899,7 +7945,7 @@ function create_fragment$83(ctx) {
|
|
7899
7945
|
}
|
7900
7946
|
};
|
7901
7947
|
}
|
7902
|
-
function instance$
|
7948
|
+
function instance$85($$self, $$props, $$invalidate) {
|
7903
7949
|
let _options;
|
7904
7950
|
let styleVariables;
|
7905
7951
|
let isCheckedArray;
|
@@ -7989,7 +8035,7 @@ function instance$83($$self, $$props, $$invalidate) {
|
|
7989
8035
|
var FormCheckBoxes = class extends SvelteComponent {
|
7990
8036
|
constructor(options) {
|
7991
8037
|
super();
|
7992
|
-
init(this, options, instance$
|
8038
|
+
init(this, options, instance$85, create_fragment$85, safe_not_equal, {
|
7993
8039
|
name: 0,
|
7994
8040
|
options: 9,
|
7995
8041
|
required: 10,
|
@@ -8067,7 +8113,7 @@ function create_each_block$7(ctx) {
|
|
8067
8113
|
}
|
8068
8114
|
};
|
8069
8115
|
}
|
8070
|
-
function create_fragment$
|
8116
|
+
function create_fragment$84(ctx) {
|
8071
8117
|
let div;
|
8072
8118
|
let each_value = [...Array(ctx[0]).keys()].map(ctx[12]);
|
8073
8119
|
let each_blocks = [];
|
@@ -8117,7 +8163,7 @@ function create_fragment$82(ctx) {
|
|
8117
8163
|
}
|
8118
8164
|
};
|
8119
8165
|
}
|
8120
|
-
function instance$
|
8166
|
+
function instance$84($$self, $$props, $$invalidate) {
|
8121
8167
|
let _value;
|
8122
8168
|
let $value;
|
8123
8169
|
let { name = "" } = $$props;
|
@@ -8181,7 +8227,7 @@ function instance$82($$self, $$props, $$invalidate) {
|
|
8181
8227
|
var FormRatingButtonsNumber = class extends SvelteComponent {
|
8182
8228
|
constructor(options) {
|
8183
8229
|
super();
|
8184
|
-
init(this, options, instance$
|
8230
|
+
init(this, options, instance$84, create_fragment$84, safe_not_equal, {
|
8185
8231
|
name: 6,
|
8186
8232
|
required: 7,
|
8187
8233
|
count: 0,
|
@@ -8209,7 +8255,6 @@ function create_each_block$6(ctx) {
|
|
8209
8255
|
let img;
|
8210
8256
|
let img_src_value;
|
8211
8257
|
let img_class_value;
|
8212
|
-
let img_alt_value;
|
8213
8258
|
let t;
|
8214
8259
|
let mounted;
|
8215
8260
|
let dispose;
|
@@ -8238,7 +8283,7 @@ function create_each_block$6(ctx) {
|
|
8238
8283
|
h() {
|
8239
8284
|
if (!src_url_equal(img.src, img_src_value = ctx[2][ctx[10]])) attr(img, "src", img_src_value);
|
8240
8285
|
attr(img, "class", img_class_value = null_to_empty(`rating-button-image${ctx[10] === ctx[1] ? " _active" : ""}`) + " svelte-rjdxzu");
|
8241
|
-
attr(img, "alt",
|
8286
|
+
attr(img, "alt", "rate" + ctx[10]);
|
8242
8287
|
attr(button, "class", "rating-button svelte-rjdxzu");
|
8243
8288
|
attr(button, "style", ctx[0]);
|
8244
8289
|
},
|
@@ -8263,7 +8308,7 @@ function create_each_block$6(ctx) {
|
|
8263
8308
|
}
|
8264
8309
|
};
|
8265
8310
|
}
|
8266
|
-
function create_fragment$
|
8311
|
+
function create_fragment$83(ctx) {
|
8267
8312
|
let div;
|
8268
8313
|
let each_value = [...Array(count).keys()].reverse().map(func);
|
8269
8314
|
let each_blocks = [];
|
@@ -8315,7 +8360,7 @@ function create_fragment$81(ctx) {
|
|
8315
8360
|
}
|
8316
8361
|
const count = 5;
|
8317
8362
|
const func = (i) => i + 1;
|
8318
|
-
function instance$
|
8363
|
+
function instance$83($$self, $$props, $$invalidate) {
|
8319
8364
|
let _value;
|
8320
8365
|
let buttonStyle;
|
8321
8366
|
let $value;
|
@@ -8367,7 +8412,7 @@ function instance$81($$self, $$props, $$invalidate) {
|
|
8367
8412
|
var FormRatingButtonsFace = class extends SvelteComponent {
|
8368
8413
|
constructor(options) {
|
8369
8414
|
super();
|
8370
|
-
init(this, options, instance$
|
8415
|
+
init(this, options, instance$83, create_fragment$83, safe_not_equal, {
|
8371
8416
|
name: 5,
|
8372
8417
|
required: 6,
|
8373
8418
|
size: 7
|
@@ -8381,7 +8426,7 @@ var FormRatingButtonsFace_default = FormRatingButtonsFace;
|
|
8381
8426
|
function add_css$44(target) {
|
8382
8427
|
append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
|
8383
8428
|
}
|
8384
|
-
function create_fragment$
|
8429
|
+
function create_fragment$82(ctx) {
|
8385
8430
|
let div;
|
8386
8431
|
let input;
|
8387
8432
|
let input_class_value;
|
@@ -8443,7 +8488,7 @@ function create_fragment$80(ctx) {
|
|
8443
8488
|
}
|
8444
8489
|
};
|
8445
8490
|
}
|
8446
|
-
function instance$
|
8491
|
+
function instance$82($$self, $$props, $$invalidate) {
|
8447
8492
|
let style;
|
8448
8493
|
let styleVariables;
|
8449
8494
|
let isValidForUI;
|
@@ -8546,7 +8591,7 @@ function instance$80($$self, $$props, $$invalidate) {
|
|
8546
8591
|
var FormIdentifyInput = class extends SvelteComponent {
|
8547
8592
|
constructor(options) {
|
8548
8593
|
super();
|
8549
|
-
init(this, options, instance$
|
8594
|
+
init(this, options, instance$82, create_fragment$82, safe_not_equal, {
|
8550
8595
|
field: 9,
|
8551
8596
|
validation: 10,
|
8552
8597
|
required: 0,
|
@@ -8567,7 +8612,7 @@ var FormIdentifyInput_default = FormIdentifyInput;
|
|
8567
8612
|
function add_css$43(target) {
|
8568
8613
|
append_styles(target, "svelte-152kveg", ".radio-buttons.svelte-152kveg{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-152kveg{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-152kveg{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-152kveg:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08),\n 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-152kveg{margin-left:0.5em}");
|
8569
8614
|
}
|
8570
|
-
function create_fragment$
|
8615
|
+
function create_fragment$81(ctx) {
|
8571
8616
|
let div;
|
8572
8617
|
let label0;
|
8573
8618
|
let input0;
|
@@ -8698,7 +8743,7 @@ function create_fragment$79(ctx) {
|
|
8698
8743
|
}
|
8699
8744
|
};
|
8700
8745
|
}
|
8701
|
-
function instance$
|
8746
|
+
function instance$81($$self, $$props, $$invalidate) {
|
8702
8747
|
let buttonStyle;
|
8703
8748
|
let $value;
|
8704
8749
|
let { field = "subscription" } = $$props;
|
@@ -8771,7 +8816,7 @@ function instance$79($$self, $$props, $$invalidate) {
|
|
8771
8816
|
var FormIdentifyChoices = class extends SvelteComponent {
|
8772
8817
|
constructor(options) {
|
8773
8818
|
super();
|
8774
|
-
init(this, options, instance$
|
8819
|
+
init(this, options, instance$81, create_fragment$81, safe_not_equal, {
|
8775
8820
|
field: 6,
|
8776
8821
|
required: 7,
|
8777
8822
|
_layoutStyle: 0,
|
@@ -8796,7 +8841,7 @@ function get_each_context$5(ctx, list, i) {
|
|
8796
8841
|
child_ctx[63] = i;
|
8797
8842
|
return child_ctx;
|
8798
8843
|
}
|
8799
|
-
function create_if_block_1$
|
8844
|
+
function create_if_block_1$4(ctx) {
|
8800
8845
|
let div;
|
8801
8846
|
let button;
|
8802
8847
|
let svg;
|
@@ -8862,7 +8907,7 @@ function create_if_block_1$3(ctx) {
|
|
8862
8907
|
}
|
8863
8908
|
};
|
8864
8909
|
}
|
8865
|
-
function create_if_block$
|
8910
|
+
function create_if_block$13(ctx) {
|
8866
8911
|
let div;
|
8867
8912
|
let button;
|
8868
8913
|
let svg;
|
@@ -8987,7 +9032,7 @@ function create_each_block$5(ctx) {
|
|
8987
9032
|
}
|
8988
9033
|
};
|
8989
9034
|
}
|
8990
|
-
function create_fragment$
|
9035
|
+
function create_fragment$80(ctx) {
|
8991
9036
|
let div3;
|
8992
9037
|
let div1;
|
8993
9038
|
let div0;
|
@@ -8999,8 +9044,8 @@ function create_fragment$78(ctx) {
|
|
8999
9044
|
let current;
|
9000
9045
|
const default_slot_template = ctx[32].default;
|
9001
9046
|
const default_slot = create_slot(default_slot_template, ctx, ctx[31], null);
|
9002
|
-
let if_block0 = ctx[12] && create_if_block_1$
|
9003
|
-
let if_block1 = ctx[11] && create_if_block$
|
9047
|
+
let if_block0 = ctx[12] && create_if_block_1$4(ctx);
|
9048
|
+
let if_block1 = ctx[11] && create_if_block$13(ctx);
|
9004
9049
|
let each_value = ctx[1];
|
9005
9050
|
let each_blocks = [];
|
9006
9051
|
for (let i = 0; i < each_value.length; i += 1) each_blocks[i] = create_each_block$5(get_each_context$5(ctx, each_value, i));
|
@@ -9088,7 +9133,7 @@ function create_fragment$78(ctx) {
|
|
9088
9133
|
if (!current || dirty[0] & 1) attr(div1, "style", ctx$1[0]);
|
9089
9134
|
if (ctx$1[12]) if (if_block0) if_block0.p(ctx$1, dirty);
|
9090
9135
|
else {
|
9091
|
-
if_block0 = create_if_block_1$
|
9136
|
+
if_block0 = create_if_block_1$4(ctx$1);
|
9092
9137
|
if_block0.c();
|
9093
9138
|
if_block0.m(div3, t1);
|
9094
9139
|
}
|
@@ -9098,7 +9143,7 @@ function create_fragment$78(ctx) {
|
|
9098
9143
|
}
|
9099
9144
|
if (ctx$1[11]) if (if_block1) if_block1.p(ctx$1, dirty);
|
9100
9145
|
else {
|
9101
|
-
if_block1 = create_if_block$
|
9146
|
+
if_block1 = create_if_block$13(ctx$1);
|
9102
9147
|
if_block1.c();
|
9103
9148
|
if_block1.m(div3, t2);
|
9104
9149
|
}
|
@@ -9151,7 +9196,7 @@ function calcPositionIndex(shift, index, length) {
|
|
9151
9196
|
else if (tmpPositionIndex < -(length - 1)) return tmpPositionIndex + length;
|
9152
9197
|
else return tmpPositionIndex;
|
9153
9198
|
}
|
9154
|
-
function instance$
|
9199
|
+
function instance$80($$self, $$props, $$invalidate) {
|
9155
9200
|
let slideStyle;
|
9156
9201
|
let slideClass;
|
9157
9202
|
let _loop;
|
@@ -9492,7 +9537,7 @@ background-color: ${i === currentSlideId ? navigationButton.colorActive : naviga
|
|
9492
9537
|
var Slide = class extends SvelteComponent {
|
9493
9538
|
constructor(options) {
|
9494
9539
|
super();
|
9495
|
-
init(this, options, instance$
|
9540
|
+
init(this, options, instance$80, create_fragment$80, safe_not_equal, {
|
9496
9541
|
loop: 18,
|
9497
9542
|
_style: 0,
|
9498
9543
|
nextButton: 19,
|
@@ -9517,7 +9562,7 @@ var Slide_default = Slide;
|
|
9517
9562
|
function add_css$41(target) {
|
9518
9563
|
append_styles(target, "svelte-18y82pg", ".item.svelte-18y82pg{height:100%;flex:none;position:relative}.item.svelte-18y82pg img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-18y82pg{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
|
9519
9564
|
}
|
9520
|
-
function create_fragment$
|
9565
|
+
function create_fragment$79(ctx) {
|
9521
9566
|
let div1;
|
9522
9567
|
let div0;
|
9523
9568
|
let current;
|
@@ -9580,7 +9625,7 @@ function create_fragment$77(ctx) {
|
|
9580
9625
|
}
|
9581
9626
|
};
|
9582
9627
|
}
|
9583
|
-
function instance$
|
9628
|
+
function instance$79($$self, $$props, $$invalidate) {
|
9584
9629
|
let itemStyle;
|
9585
9630
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9586
9631
|
const { registerItem, unregisterItem } = getContext("SLIDE");
|
@@ -9629,7 +9674,7 @@ function instance$77($$self, $$props, $$invalidate) {
|
|
9629
9674
|
var SlideItem = class extends SvelteComponent {
|
9630
9675
|
constructor(options) {
|
9631
9676
|
super();
|
9632
|
-
init(this, options, instance$
|
9677
|
+
init(this, options, instance$79, create_fragment$79, safe_not_equal, { _style: 0 }, add_css$41);
|
9633
9678
|
}
|
9634
9679
|
};
|
9635
9680
|
var SlideItem_default = SlideItem;
|
@@ -9641,7 +9686,7 @@ function add_css$40(target) {
|
|
9641
9686
|
}
|
9642
9687
|
const get_default_slot_changes$2 = (dirty) => ({ countdown: dirty & 2 });
|
9643
9688
|
const get_default_slot_context$2 = (ctx) => ({ countdown: ctx[1] });
|
9644
|
-
function create_fragment$
|
9689
|
+
function create_fragment$78(ctx) {
|
9645
9690
|
let div1;
|
9646
9691
|
let div0;
|
9647
9692
|
let current;
|
@@ -9714,7 +9759,7 @@ function formatTimeDiff$1(ms) {
|
|
9714
9759
|
sec: diffSec.toString()
|
9715
9760
|
};
|
9716
9761
|
}
|
9717
|
-
function instance$
|
9762
|
+
function instance$78($$self, $$props, $$invalidate) {
|
9718
9763
|
let countdown;
|
9719
9764
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9720
9765
|
let { timeLimit = "2023/12/31 23:59:59" } = $$props;
|
@@ -9765,7 +9810,7 @@ function instance$76($$self, $$props, $$invalidate) {
|
|
9765
9810
|
var Countdown = class extends SvelteComponent {
|
9766
9811
|
constructor(options) {
|
9767
9812
|
super();
|
9768
|
-
init(this, options, instance$
|
9813
|
+
init(this, options, instance$78, create_fragment$78, safe_not_equal, {
|
9769
9814
|
timeLimit: 2,
|
9770
9815
|
stateOnEnd: 3,
|
9771
9816
|
_style: 0
|
@@ -9813,7 +9858,7 @@ function create_default_slot$8(ctx) {
|
|
9813
9858
|
}
|
9814
9859
|
};
|
9815
9860
|
}
|
9816
|
-
function create_fragment$
|
9861
|
+
function create_fragment$77(ctx) {
|
9817
9862
|
let div;
|
9818
9863
|
let button;
|
9819
9864
|
let current;
|
@@ -9871,7 +9916,7 @@ function create_fragment$75(ctx) {
|
|
9871
9916
|
}
|
9872
9917
|
};
|
9873
9918
|
}
|
9874
|
-
function instance$
|
9919
|
+
function instance$77($$self, $$props, $$invalidate) {
|
9875
9920
|
let { $$slots: slots = {}, $$scope } = $$props;
|
9876
9921
|
let { onClick = {
|
9877
9922
|
operation: "none",
|
@@ -9896,7 +9941,7 @@ function instance$75($$self, $$props, $$invalidate) {
|
|
9896
9941
|
var Box = class extends SvelteComponent {
|
9897
9942
|
constructor(options) {
|
9898
9943
|
super();
|
9899
|
-
init(this, options, instance$
|
9944
|
+
init(this, options, instance$77, create_fragment$77, safe_not_equal, {
|
9900
9945
|
onClick: 0,
|
9901
9946
|
eventName: 1,
|
9902
9947
|
_style: 2
|
@@ -9910,7 +9955,7 @@ var Box_default = Box;
|
|
9910
9955
|
function add_css$38(target) {
|
9911
9956
|
append_styles(target, "svelte-1iet6ze", ".icon.svelte-1iet6ze{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1iet6ze > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1iet6ze > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1iet6ze svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
|
9912
9957
|
}
|
9913
|
-
function create_if_block$
|
9958
|
+
function create_if_block$12(ctx) {
|
9914
9959
|
let html_tag;
|
9915
9960
|
let html_anchor;
|
9916
9961
|
return {
|
@@ -9942,7 +9987,7 @@ function create_if_block$11(ctx) {
|
|
9942
9987
|
}
|
9943
9988
|
function create_default_slot$7(ctx) {
|
9944
9989
|
let if_block_anchor;
|
9945
|
-
let if_block = ctx[3] && create_if_block$
|
9990
|
+
let if_block = ctx[3] && create_if_block$12(ctx);
|
9946
9991
|
return {
|
9947
9992
|
c() {
|
9948
9993
|
if (if_block) if_block.c();
|
@@ -9959,7 +10004,7 @@ function create_default_slot$7(ctx) {
|
|
9959
10004
|
p(ctx$1, dirty) {
|
9960
10005
|
if (ctx$1[3]) if (if_block) if_block.p(ctx$1, dirty);
|
9961
10006
|
else {
|
9962
|
-
if_block = create_if_block$
|
10007
|
+
if_block = create_if_block$12(ctx$1);
|
9963
10008
|
if_block.c();
|
9964
10009
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
9965
10010
|
}
|
@@ -9974,7 +10019,7 @@ function create_default_slot$7(ctx) {
|
|
9974
10019
|
}
|
9975
10020
|
};
|
9976
10021
|
}
|
9977
|
-
function create_fragment$
|
10022
|
+
function create_fragment$76(ctx) {
|
9978
10023
|
let div;
|
9979
10024
|
let button;
|
9980
10025
|
let current;
|
@@ -10036,7 +10081,7 @@ function parseData(dataUrl) {
|
|
10036
10081
|
const [_meta, data] = dataUrl.split(",");
|
10037
10082
|
return decodeURIComponent(data).replaceAll("'", "\"");
|
10038
10083
|
}
|
10039
|
-
function instance$
|
10084
|
+
function instance$76($$self, $$props, $$invalidate) {
|
10040
10085
|
let svg;
|
10041
10086
|
let styleVariables;
|
10042
10087
|
let style;
|
@@ -10081,7 +10126,7 @@ function instance$74($$self, $$props, $$invalidate) {
|
|
10081
10126
|
var IconElement = class extends SvelteComponent {
|
10082
10127
|
constructor(options) {
|
10083
10128
|
super();
|
10084
|
-
init(this, options, instance$
|
10129
|
+
init(this, options, instance$76, create_fragment$76, safe_not_equal, {
|
10085
10130
|
icon: 4,
|
10086
10131
|
onClick: 0,
|
10087
10132
|
eventName: 1,
|
@@ -10098,7 +10143,7 @@ var IconElement_default = IconElement;
|
|
10098
10143
|
function add_css$37(target) {
|
10099
10144
|
append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
|
10100
10145
|
}
|
10101
|
-
function create_fragment$
|
10146
|
+
function create_fragment$75(ctx) {
|
10102
10147
|
let div;
|
10103
10148
|
let switch_instance;
|
10104
10149
|
let current;
|
@@ -10172,7 +10217,7 @@ function create_fragment$73(ctx) {
|
|
10172
10217
|
}
|
10173
10218
|
};
|
10174
10219
|
}
|
10175
|
-
function instance$
|
10220
|
+
function instance$75($$self, $$props, $$invalidate) {
|
10176
10221
|
let $data, $$unsubscribe_data = noop, $$subscribe_data = () => ($$unsubscribe_data(), $$unsubscribe_data = subscribe(data, ($$value) => $$invalidate(4, $data = $$value)), data);
|
10177
10222
|
$$self.$$.on_destroy.push(() => $$unsubscribe_data());
|
10178
10223
|
let { name } = $$props;
|
@@ -10197,7 +10242,7 @@ function instance$73($$self, $$props, $$invalidate) {
|
|
10197
10242
|
var CodeElement = class extends SvelteComponent {
|
10198
10243
|
constructor(options) {
|
10199
10244
|
super();
|
10200
|
-
init(this, options, instance$
|
10245
|
+
init(this, options, instance$75, create_fragment$75, safe_not_equal, {
|
10201
10246
|
name: 0,
|
10202
10247
|
component: 1,
|
10203
10248
|
data: 2,
|
@@ -10212,7 +10257,7 @@ var CodeElement_default = CodeElement;
|
|
10212
10257
|
function add_css$36(target) {
|
10213
10258
|
append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
|
10214
10259
|
}
|
10215
|
-
function create_fragment$
|
10260
|
+
function create_fragment$74(ctx) {
|
10216
10261
|
let div;
|
10217
10262
|
let div_style_value;
|
10218
10263
|
let current;
|
@@ -10268,7 +10313,7 @@ const FlexContextKey = "action-sdk:flex";
|
|
10268
10313
|
function getFlexContext() {
|
10269
10314
|
return getContext(FlexContextKey);
|
10270
10315
|
}
|
10271
|
-
function instance$
|
10316
|
+
function instance$74($$self, $$props, $$invalidate) {
|
10272
10317
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10273
10318
|
let { direction = "row" } = $$props;
|
10274
10319
|
let { width = "100%" } = $$props;
|
@@ -10294,7 +10339,7 @@ function instance$72($$self, $$props, $$invalidate) {
|
|
10294
10339
|
var Flex = class extends SvelteComponent {
|
10295
10340
|
constructor(options) {
|
10296
10341
|
super();
|
10297
|
-
init(this, options, instance$
|
10342
|
+
init(this, options, instance$74, create_fragment$74, safe_not_equal, {
|
10298
10343
|
direction: 0,
|
10299
10344
|
width: 1,
|
10300
10345
|
height: 2,
|
@@ -10309,7 +10354,7 @@ var Flex_default = Flex;
|
|
10309
10354
|
function add_css$35(target) {
|
10310
10355
|
append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
|
10311
10356
|
}
|
10312
|
-
function create_fragment$
|
10357
|
+
function create_fragment$73(ctx) {
|
10313
10358
|
let div;
|
10314
10359
|
let current;
|
10315
10360
|
const default_slot_template = ctx[4].default;
|
@@ -10360,7 +10405,7 @@ function create_fragment$71(ctx) {
|
|
10360
10405
|
}
|
10361
10406
|
};
|
10362
10407
|
}
|
10363
|
-
function instance$
|
10408
|
+
function instance$73($$self, $$props, $$invalidate) {
|
10364
10409
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10365
10410
|
let { length } = $$props;
|
10366
10411
|
let { _style = "" } = $$props;
|
@@ -10393,7 +10438,7 @@ function instance$71($$self, $$props, $$invalidate) {
|
|
10393
10438
|
var FlexItem = class extends SvelteComponent {
|
10394
10439
|
constructor(options) {
|
10395
10440
|
super();
|
10396
|
-
init(this, options, instance$
|
10441
|
+
init(this, options, instance$73, create_fragment$73, safe_not_equal, {
|
10397
10442
|
length: 1,
|
10398
10443
|
_style: 2
|
10399
10444
|
}, add_css$35);
|
@@ -10551,7 +10596,7 @@ function create_default_slot$6(ctx) {
|
|
10551
10596
|
}
|
10552
10597
|
};
|
10553
10598
|
}
|
10554
|
-
function create_fragment$
|
10599
|
+
function create_fragment$72(ctx) {
|
10555
10600
|
let stateitem;
|
10556
10601
|
let current;
|
10557
10602
|
stateitem = new StateItem_default({ props: {
|
@@ -10593,7 +10638,7 @@ function create_fragment$70(ctx) {
|
|
10593
10638
|
}
|
10594
10639
|
};
|
10595
10640
|
}
|
10596
|
-
function instance$
|
10641
|
+
function instance$72($$self, $$props, $$invalidate) {
|
10597
10642
|
let { $$slots: slots = {}, $$scope } = $$props;
|
10598
10643
|
let { path } = $$props;
|
10599
10644
|
let { onClick = {
|
@@ -10666,7 +10711,7 @@ function instance$70($$self, $$props, $$invalidate) {
|
|
10666
10711
|
var GridModalState = class extends SvelteComponent {
|
10667
10712
|
constructor(options) {
|
10668
10713
|
super();
|
10669
|
-
init(this, options, instance$
|
10714
|
+
init(this, options, instance$72, create_fragment$72, safe_not_equal, {
|
10670
10715
|
path: 0,
|
10671
10716
|
onClick: 1,
|
10672
10717
|
clickEventName: 2,
|
@@ -10695,7 +10740,7 @@ var GridModalState_default = GridModalState;
|
|
10695
10740
|
function add_css$34(target) {
|
10696
10741
|
append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
|
10697
10742
|
}
|
10698
|
-
function create_fragment$
|
10743
|
+
function create_fragment$71(ctx) {
|
10699
10744
|
let div1;
|
10700
10745
|
let div0;
|
10701
10746
|
let rendertext;
|
@@ -10755,7 +10800,7 @@ function create_fragment$69(ctx) {
|
|
10755
10800
|
}
|
10756
10801
|
};
|
10757
10802
|
}
|
10758
|
-
function instance$
|
10803
|
+
function instance$71($$self, $$props, $$invalidate) {
|
10759
10804
|
let style;
|
10760
10805
|
let { text: text$1 = "サンプルSample" } = $$props;
|
10761
10806
|
let { font = SYSTEM_FONT } = $$props;
|
@@ -10785,7 +10830,7 @@ function instance$69($$self, $$props, $$invalidate) {
|
|
10785
10830
|
var TextBlock = class extends SvelteComponent {
|
10786
10831
|
constructor(options) {
|
10787
10832
|
super();
|
10788
|
-
init(this, options, instance$
|
10833
|
+
init(this, options, instance$71, create_fragment$71, safe_not_equal, {
|
10789
10834
|
text: 0,
|
10790
10835
|
font: 3,
|
10791
10836
|
_textStyle: 4,
|
@@ -10801,7 +10846,7 @@ var TextBlock_default = TextBlock;
|
|
10801
10846
|
function add_css$33(target) {
|
10802
10847
|
append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
|
10803
10848
|
}
|
10804
|
-
function create_fragment$
|
10849
|
+
function create_fragment$70(ctx) {
|
10805
10850
|
let div;
|
10806
10851
|
let button;
|
10807
10852
|
let rendertext;
|
@@ -10872,7 +10917,7 @@ function create_fragment$68(ctx) {
|
|
10872
10917
|
}
|
10873
10918
|
};
|
10874
10919
|
}
|
10875
|
-
function instance$
|
10920
|
+
function instance$70($$self, $$props, $$invalidate) {
|
10876
10921
|
let { text: text$1 = "ボタンラベル" } = $$props;
|
10877
10922
|
let { onClick = {
|
10878
10923
|
operation: "none",
|
@@ -10910,7 +10955,7 @@ function instance$68($$self, $$props, $$invalidate) {
|
|
10910
10955
|
var TextButtonBlock = class extends SvelteComponent {
|
10911
10956
|
constructor(options) {
|
10912
10957
|
super();
|
10913
|
-
init(this, options, instance$
|
10958
|
+
init(this, options, instance$70, create_fragment$70, safe_not_equal, {
|
10914
10959
|
text: 0,
|
10915
10960
|
onClick: 4,
|
10916
10961
|
eventName: 5,
|
@@ -10927,7 +10972,7 @@ var TextButtonBlock_default = TextButtonBlock;
|
|
10927
10972
|
function add_css$32(target) {
|
10928
10973
|
append_styles(target, "svelte-1f85nmx", ".image-block.svelte-1f85nmx{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1f85nmx{width:100%;height:100%}.transport.svelte-1f85nmx:hover,.transport.svelte-1f85nmx:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1),\n 0 8px 28px rgba(0, 0, 0, 0.16)}");
|
10929
10974
|
}
|
10930
|
-
function create_fragment$
|
10975
|
+
function create_fragment$69(ctx) {
|
10931
10976
|
let div;
|
10932
10977
|
let img;
|
10933
10978
|
let img_style_value;
|
@@ -10994,7 +11039,7 @@ function create_fragment$67(ctx) {
|
|
10994
11039
|
}
|
10995
11040
|
};
|
10996
11041
|
}
|
10997
|
-
function instance$
|
11042
|
+
function instance$69($$self, $$props, $$invalidate) {
|
10998
11043
|
let { src = "https://admin.karte.io/action-editor2/public/images/no_image_en.svg" } = $$props;
|
10999
11044
|
let { alt = "No Image" } = $$props;
|
11000
11045
|
let { transport = false } = $$props;
|
@@ -11035,7 +11080,7 @@ function instance$67($$self, $$props, $$invalidate) {
|
|
11035
11080
|
var ImageBlock = class extends SvelteComponent {
|
11036
11081
|
constructor(options) {
|
11037
11082
|
super();
|
11038
|
-
init(this, options, instance$
|
11083
|
+
init(this, options, instance$69, create_fragment$69, safe_not_equal, {
|
11039
11084
|
src: 0,
|
11040
11085
|
alt: 1,
|
11041
11086
|
transport: 2,
|
@@ -11389,32 +11434,30 @@ var useClickable_default = useClickable;
|
|
11389
11434
|
|
11390
11435
|
//#endregion
|
11391
11436
|
//#region src/hooks/useInjectCustomizeCss.ts
|
11392
|
-
const
|
11437
|
+
const DATA_ATTR_LAYER_ID_KEY = "data-customize-css-layer-id";
|
11438
|
+
const useInjectCustomizeCss = (props, layerId) => {
|
11393
11439
|
function injectCss() {
|
11394
|
-
const modalElements = Array.from(document.querySelectorAll(`.${KARTE_MODAL_ROOT}`));
|
11395
|
-
const style = document.createElement("style");
|
11396
11440
|
let headAppended = false;
|
11441
|
+
const roots = Array.from(document.querySelectorAll(`.${KARTE_ACTION_ROOT}[data-${KARTE_ACTION_RID}='${actionId}']`));
|
11442
|
+
const style = document.createElement("style");
|
11443
|
+
style.setAttribute(DATA_ATTR_LAYER_ID_KEY, layerId);
|
11397
11444
|
style.textContent = props.customizeCss;
|
11398
|
-
|
11399
|
-
if (
|
11400
|
-
|
11445
|
+
roots.forEach((root) => {
|
11446
|
+
if (root && root.shadowRoot) {
|
11447
|
+
const existingStyles = Array.from(root.shadowRoot.querySelectorAll(`style[${DATA_ATTR_LAYER_ID_KEY}='${layerId}']`));
|
11448
|
+
existingStyles.forEach((style$1) => {
|
11449
|
+
style$1.parentNode?.removeChild(style$1);
|
11450
|
+
});
|
11451
|
+
root.shadowRoot.appendChild(style);
|
11452
|
+
} else if (!headAppended) {
|
11401
11453
|
document.head.appendChild(style);
|
11402
11454
|
headAppended = true;
|
11403
11455
|
}
|
11404
11456
|
});
|
11405
|
-
return () => {
|
11406
|
-
modalElements.forEach((modalElement) => {
|
11407
|
-
if (modalElement?.shadowRoot) modalElement.shadowRoot.removeChild(style);
|
11408
|
-
else document.head.removeChild(style);
|
11409
|
-
});
|
11410
|
-
};
|
11411
11457
|
}
|
11412
11458
|
onMount$1(() => {
|
11413
11459
|
if (!props.isCustomizeCss) return;
|
11414
|
-
|
11415
|
-
return () => {
|
11416
|
-
removeCss();
|
11417
|
-
};
|
11460
|
+
injectCss();
|
11418
11461
|
});
|
11419
11462
|
};
|
11420
11463
|
|
@@ -11528,7 +11571,7 @@ function create_dynamic_element$11(ctx) {
|
|
11528
11571
|
}
|
11529
11572
|
};
|
11530
11573
|
}
|
11531
|
-
function create_fragment$
|
11574
|
+
function create_fragment$68(ctx) {
|
11532
11575
|
let previous_tag = ctx[5];
|
11533
11576
|
let svelte_element_anchor;
|
11534
11577
|
let svelte_element = ctx[5] && create_dynamic_element$11(ctx);
|
@@ -11570,13 +11613,13 @@ function create_fragment$66(ctx) {
|
|
11570
11613
|
}
|
11571
11614
|
};
|
11572
11615
|
}
|
11573
|
-
function instance$
|
11616
|
+
function instance$68($$self, $$props, $$invalidate) {
|
11574
11617
|
let styleObj;
|
11575
11618
|
let style;
|
11576
11619
|
let imgStyle;
|
11577
11620
|
let { props = {} } = $$props;
|
11578
11621
|
let { layerId = "" } = $$props;
|
11579
|
-
useInjectCustomizeCss(props);
|
11622
|
+
useInjectCustomizeCss(props, layerId);
|
11580
11623
|
const { attributes, element: element$1, handleClick } = useClickable_default(props);
|
11581
11624
|
const avatarSizeStyle = !isNaN(Number(props.size)) ? {
|
11582
11625
|
width: `${props.size}px`,
|
@@ -11633,7 +11676,7 @@ function instance$66($$self, $$props, $$invalidate) {
|
|
11633
11676
|
var Avatar = class extends SvelteComponent {
|
11634
11677
|
constructor(options) {
|
11635
11678
|
super();
|
11636
|
-
init(this, options, instance$
|
11679
|
+
init(this, options, instance$68, create_fragment$68, safe_not_equal, {
|
11637
11680
|
props: 0,
|
11638
11681
|
layerId: 1
|
11639
11682
|
}, add_css$31);
|
@@ -11691,7 +11734,7 @@ const buttonPropsDefault = {
|
|
11691
11734
|
|
11692
11735
|
//#endregion
|
11693
11736
|
//#region src/components-flex/icon/variants/IconArrowDown.svelte
|
11694
|
-
function create_fragment$
|
11737
|
+
function create_fragment$67(ctx) {
|
11695
11738
|
let svg;
|
11696
11739
|
let path;
|
11697
11740
|
return {
|
@@ -11737,7 +11780,7 @@ function create_fragment$65(ctx) {
|
|
11737
11780
|
}
|
11738
11781
|
};
|
11739
11782
|
}
|
11740
|
-
function instance$
|
11783
|
+
function instance$67($$self, $$props, $$invalidate) {
|
11741
11784
|
let { color } = $$props;
|
11742
11785
|
$$self.$$set = ($$props$1) => {
|
11743
11786
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -11747,14 +11790,14 @@ function instance$65($$self, $$props, $$invalidate) {
|
|
11747
11790
|
var IconArrowDown = class extends SvelteComponent {
|
11748
11791
|
constructor(options) {
|
11749
11792
|
super();
|
11750
|
-
init(this, options, instance$
|
11793
|
+
init(this, options, instance$67, create_fragment$67, safe_not_equal, { color: 0 });
|
11751
11794
|
}
|
11752
11795
|
};
|
11753
11796
|
var IconArrowDown_default = IconArrowDown;
|
11754
11797
|
|
11755
11798
|
//#endregion
|
11756
11799
|
//#region src/components-flex/icon/variants/IconArrowUp.svelte
|
11757
|
-
function create_fragment$
|
11800
|
+
function create_fragment$66(ctx) {
|
11758
11801
|
let svg;
|
11759
11802
|
let path;
|
11760
11803
|
return {
|
@@ -11800,7 +11843,7 @@ function create_fragment$64(ctx) {
|
|
11800
11843
|
}
|
11801
11844
|
};
|
11802
11845
|
}
|
11803
|
-
function instance$
|
11846
|
+
function instance$66($$self, $$props, $$invalidate) {
|
11804
11847
|
let { color } = $$props;
|
11805
11848
|
$$self.$$set = ($$props$1) => {
|
11806
11849
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -11810,14 +11853,14 @@ function instance$64($$self, $$props, $$invalidate) {
|
|
11810
11853
|
var IconArrowUp = class extends SvelteComponent {
|
11811
11854
|
constructor(options) {
|
11812
11855
|
super();
|
11813
|
-
init(this, options, instance$
|
11856
|
+
init(this, options, instance$66, create_fragment$66, safe_not_equal, { color: 0 });
|
11814
11857
|
}
|
11815
11858
|
};
|
11816
11859
|
var IconArrowUp_default = IconArrowUp;
|
11817
11860
|
|
11818
11861
|
//#endregion
|
11819
11862
|
//#region src/components-flex/icon/variants/IconUsers.svelte
|
11820
|
-
function create_fragment$
|
11863
|
+
function create_fragment$65(ctx) {
|
11821
11864
|
let svg;
|
11822
11865
|
let path;
|
11823
11866
|
return {
|
@@ -11863,7 +11906,7 @@ function create_fragment$63(ctx) {
|
|
11863
11906
|
}
|
11864
11907
|
};
|
11865
11908
|
}
|
11866
|
-
function instance$
|
11909
|
+
function instance$65($$self, $$props, $$invalidate) {
|
11867
11910
|
let { color } = $$props;
|
11868
11911
|
$$self.$$set = ($$props$1) => {
|
11869
11912
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -11873,14 +11916,14 @@ function instance$63($$self, $$props, $$invalidate) {
|
|
11873
11916
|
var IconUsers = class extends SvelteComponent {
|
11874
11917
|
constructor(options) {
|
11875
11918
|
super();
|
11876
|
-
init(this, options, instance$
|
11919
|
+
init(this, options, instance$65, create_fragment$65, safe_not_equal, { color: 0 });
|
11877
11920
|
}
|
11878
11921
|
};
|
11879
11922
|
var IconUsers_default = IconUsers;
|
11880
11923
|
|
11881
11924
|
//#endregion
|
11882
11925
|
//#region src/components-flex/icon/variants/IconArrowLeft.svelte
|
11883
|
-
function create_fragment$
|
11926
|
+
function create_fragment$64(ctx) {
|
11884
11927
|
let svg;
|
11885
11928
|
let path;
|
11886
11929
|
return {
|
@@ -11926,7 +11969,7 @@ function create_fragment$62(ctx) {
|
|
11926
11969
|
}
|
11927
11970
|
};
|
11928
11971
|
}
|
11929
|
-
function instance$
|
11972
|
+
function instance$64($$self, $$props, $$invalidate) {
|
11930
11973
|
let { color } = $$props;
|
11931
11974
|
$$self.$$set = ($$props$1) => {
|
11932
11975
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -11936,14 +11979,14 @@ function instance$62($$self, $$props, $$invalidate) {
|
|
11936
11979
|
var IconArrowLeft = class extends SvelteComponent {
|
11937
11980
|
constructor(options) {
|
11938
11981
|
super();
|
11939
|
-
init(this, options, instance$
|
11982
|
+
init(this, options, instance$64, create_fragment$64, safe_not_equal, { color: 0 });
|
11940
11983
|
}
|
11941
11984
|
};
|
11942
11985
|
var IconArrowLeft_default = IconArrowLeft;
|
11943
11986
|
|
11944
11987
|
//#endregion
|
11945
11988
|
//#region src/components-flex/icon/variants/IconArrowRight.svelte
|
11946
|
-
function create_fragment$
|
11989
|
+
function create_fragment$63(ctx) {
|
11947
11990
|
let svg;
|
11948
11991
|
let path;
|
11949
11992
|
return {
|
@@ -11989,7 +12032,7 @@ function create_fragment$61(ctx) {
|
|
11989
12032
|
}
|
11990
12033
|
};
|
11991
12034
|
}
|
11992
|
-
function instance$
|
12035
|
+
function instance$63($$self, $$props, $$invalidate) {
|
11993
12036
|
let { color } = $$props;
|
11994
12037
|
$$self.$$set = ($$props$1) => {
|
11995
12038
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -11999,14 +12042,14 @@ function instance$61($$self, $$props, $$invalidate) {
|
|
11999
12042
|
var IconArrowRight = class extends SvelteComponent {
|
12000
12043
|
constructor(options) {
|
12001
12044
|
super();
|
12002
|
-
init(this, options, instance$
|
12045
|
+
init(this, options, instance$63, create_fragment$63, safe_not_equal, { color: 0 });
|
12003
12046
|
}
|
12004
12047
|
};
|
12005
12048
|
var IconArrowRight_default = IconArrowRight;
|
12006
12049
|
|
12007
12050
|
//#endregion
|
12008
12051
|
//#region src/components-flex/icon/variants/IconBell.svelte
|
12009
|
-
function create_fragment$
|
12052
|
+
function create_fragment$62(ctx) {
|
12010
12053
|
let svg;
|
12011
12054
|
let path;
|
12012
12055
|
return {
|
@@ -12052,7 +12095,7 @@ function create_fragment$60(ctx) {
|
|
12052
12095
|
}
|
12053
12096
|
};
|
12054
12097
|
}
|
12055
|
-
function instance$
|
12098
|
+
function instance$62($$self, $$props, $$invalidate) {
|
12056
12099
|
let { color } = $$props;
|
12057
12100
|
$$self.$$set = ($$props$1) => {
|
12058
12101
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12062,14 +12105,14 @@ function instance$60($$self, $$props, $$invalidate) {
|
|
12062
12105
|
var IconBell = class extends SvelteComponent {
|
12063
12106
|
constructor(options) {
|
12064
12107
|
super();
|
12065
|
-
init(this, options, instance$
|
12108
|
+
init(this, options, instance$62, create_fragment$62, safe_not_equal, { color: 0 });
|
12066
12109
|
}
|
12067
12110
|
};
|
12068
12111
|
var IconBell_default = IconBell;
|
12069
12112
|
|
12070
12113
|
//#endregion
|
12071
12114
|
//#region src/components-flex/icon/variants/IconArrowUpFromSquare.svelte
|
12072
|
-
function create_fragment$
|
12115
|
+
function create_fragment$61(ctx) {
|
12073
12116
|
let svg;
|
12074
12117
|
let path;
|
12075
12118
|
return {
|
@@ -12115,7 +12158,7 @@ function create_fragment$59(ctx) {
|
|
12115
12158
|
}
|
12116
12159
|
};
|
12117
12160
|
}
|
12118
|
-
function instance$
|
12161
|
+
function instance$61($$self, $$props, $$invalidate) {
|
12119
12162
|
let { color } = $$props;
|
12120
12163
|
$$self.$$set = ($$props$1) => {
|
12121
12164
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12125,14 +12168,14 @@ function instance$59($$self, $$props, $$invalidate) {
|
|
12125
12168
|
var IconArrowUpFromSquare = class extends SvelteComponent {
|
12126
12169
|
constructor(options) {
|
12127
12170
|
super();
|
12128
|
-
init(this, options, instance$
|
12171
|
+
init(this, options, instance$61, create_fragment$61, safe_not_equal, { color: 0 });
|
12129
12172
|
}
|
12130
12173
|
};
|
12131
12174
|
var IconArrowUpFromSquare_default = IconArrowUpFromSquare;
|
12132
12175
|
|
12133
12176
|
//#endregion
|
12134
12177
|
//#region src/components-flex/icon/variants/IconTicket.svelte
|
12135
|
-
function create_fragment$
|
12178
|
+
function create_fragment$60(ctx) {
|
12136
12179
|
let svg;
|
12137
12180
|
let path;
|
12138
12181
|
return {
|
@@ -12178,7 +12221,7 @@ function create_fragment$58(ctx) {
|
|
12178
12221
|
}
|
12179
12222
|
};
|
12180
12223
|
}
|
12181
|
-
function instance$
|
12224
|
+
function instance$60($$self, $$props, $$invalidate) {
|
12182
12225
|
let { color } = $$props;
|
12183
12226
|
$$self.$$set = ($$props$1) => {
|
12184
12227
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12188,14 +12231,14 @@ function instance$58($$self, $$props, $$invalidate) {
|
|
12188
12231
|
var IconTicket = class extends SvelteComponent {
|
12189
12232
|
constructor(options) {
|
12190
12233
|
super();
|
12191
|
-
init(this, options, instance$
|
12234
|
+
init(this, options, instance$60, create_fragment$60, safe_not_equal, { color: 0 });
|
12192
12235
|
}
|
12193
12236
|
};
|
12194
12237
|
var IconTicket_default = IconTicket;
|
12195
12238
|
|
12196
12239
|
//#endregion
|
12197
12240
|
//#region src/components-flex/icon/variants/IconTrack.svelte
|
12198
|
-
function create_fragment$
|
12241
|
+
function create_fragment$59(ctx) {
|
12199
12242
|
let svg;
|
12200
12243
|
let path;
|
12201
12244
|
return {
|
@@ -12241,7 +12284,7 @@ function create_fragment$57(ctx) {
|
|
12241
12284
|
}
|
12242
12285
|
};
|
12243
12286
|
}
|
12244
|
-
function instance$
|
12287
|
+
function instance$59($$self, $$props, $$invalidate) {
|
12245
12288
|
let { color } = $$props;
|
12246
12289
|
$$self.$$set = ($$props$1) => {
|
12247
12290
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12251,14 +12294,14 @@ function instance$57($$self, $$props, $$invalidate) {
|
|
12251
12294
|
var IconTrack = class extends SvelteComponent {
|
12252
12295
|
constructor(options) {
|
12253
12296
|
super();
|
12254
|
-
init(this, options, instance$
|
12297
|
+
init(this, options, instance$59, create_fragment$59, safe_not_equal, { color: 0 });
|
12255
12298
|
}
|
12256
12299
|
};
|
12257
12300
|
var IconTrack_default = IconTrack;
|
12258
12301
|
|
12259
12302
|
//#endregion
|
12260
12303
|
//#region src/components-flex/icon/variants/IconCartShopping.svelte
|
12261
|
-
function create_fragment$
|
12304
|
+
function create_fragment$58(ctx) {
|
12262
12305
|
let svg;
|
12263
12306
|
let path;
|
12264
12307
|
return {
|
@@ -12304,7 +12347,7 @@ function create_fragment$56(ctx) {
|
|
12304
12347
|
}
|
12305
12348
|
};
|
12306
12349
|
}
|
12307
|
-
function instance$
|
12350
|
+
function instance$58($$self, $$props, $$invalidate) {
|
12308
12351
|
let { color } = $$props;
|
12309
12352
|
$$self.$$set = ($$props$1) => {
|
12310
12353
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12314,14 +12357,14 @@ function instance$56($$self, $$props, $$invalidate) {
|
|
12314
12357
|
var IconCartShopping = class extends SvelteComponent {
|
12315
12358
|
constructor(options) {
|
12316
12359
|
super();
|
12317
|
-
init(this, options, instance$
|
12360
|
+
init(this, options, instance$58, create_fragment$58, safe_not_equal, { color: 0 });
|
12318
12361
|
}
|
12319
12362
|
};
|
12320
12363
|
var IconCartShopping_default = IconCartShopping;
|
12321
12364
|
|
12322
12365
|
//#endregion
|
12323
12366
|
//#region src/components-flex/icon/variants/IconCircle.svelte
|
12324
|
-
function create_fragment$
|
12367
|
+
function create_fragment$57(ctx) {
|
12325
12368
|
let svg;
|
12326
12369
|
let path;
|
12327
12370
|
return {
|
@@ -12367,7 +12410,7 @@ function create_fragment$55(ctx) {
|
|
12367
12410
|
}
|
12368
12411
|
};
|
12369
12412
|
}
|
12370
|
-
function instance$
|
12413
|
+
function instance$57($$self, $$props, $$invalidate) {
|
12371
12414
|
let { color } = $$props;
|
12372
12415
|
$$self.$$set = ($$props$1) => {
|
12373
12416
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12377,14 +12420,14 @@ function instance$55($$self, $$props, $$invalidate) {
|
|
12377
12420
|
var IconCircle = class extends SvelteComponent {
|
12378
12421
|
constructor(options) {
|
12379
12422
|
super();
|
12380
|
-
init(this, options, instance$
|
12423
|
+
init(this, options, instance$57, create_fragment$57, safe_not_equal, { color: 0 });
|
12381
12424
|
}
|
12382
12425
|
};
|
12383
12426
|
var IconCircle_default = IconCircle;
|
12384
12427
|
|
12385
12428
|
//#endregion
|
12386
12429
|
//#region src/components-flex/icon/variants/IconCircleQuestion.svelte
|
12387
|
-
function create_fragment$
|
12430
|
+
function create_fragment$56(ctx) {
|
12388
12431
|
let svg;
|
12389
12432
|
let path;
|
12390
12433
|
return {
|
@@ -12430,7 +12473,7 @@ function create_fragment$54(ctx) {
|
|
12430
12473
|
}
|
12431
12474
|
};
|
12432
12475
|
}
|
12433
|
-
function instance$
|
12476
|
+
function instance$56($$self, $$props, $$invalidate) {
|
12434
12477
|
let { color } = $$props;
|
12435
12478
|
$$self.$$set = ($$props$1) => {
|
12436
12479
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12440,14 +12483,14 @@ function instance$54($$self, $$props, $$invalidate) {
|
|
12440
12483
|
var IconCircleQuestion = class extends SvelteComponent {
|
12441
12484
|
constructor(options) {
|
12442
12485
|
super();
|
12443
|
-
init(this, options, instance$
|
12486
|
+
init(this, options, instance$56, create_fragment$56, safe_not_equal, { color: 0 });
|
12444
12487
|
}
|
12445
12488
|
};
|
12446
12489
|
var IconCircleQuestion_default = IconCircleQuestion;
|
12447
12490
|
|
12448
12491
|
//#endregion
|
12449
12492
|
//#region src/components-flex/icon/variants/IconCheck.svelte
|
12450
|
-
function create_fragment$
|
12493
|
+
function create_fragment$55(ctx) {
|
12451
12494
|
let svg;
|
12452
12495
|
let path;
|
12453
12496
|
return {
|
@@ -12493,7 +12536,7 @@ function create_fragment$53(ctx) {
|
|
12493
12536
|
}
|
12494
12537
|
};
|
12495
12538
|
}
|
12496
|
-
function instance$
|
12539
|
+
function instance$55($$self, $$props, $$invalidate) {
|
12497
12540
|
let { color } = $$props;
|
12498
12541
|
$$self.$$set = ($$props$1) => {
|
12499
12542
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12503,14 +12546,14 @@ function instance$53($$self, $$props, $$invalidate) {
|
|
12503
12546
|
var IconCheck = class extends SvelteComponent {
|
12504
12547
|
constructor(options) {
|
12505
12548
|
super();
|
12506
|
-
init(this, options, instance$
|
12549
|
+
init(this, options, instance$55, create_fragment$55, safe_not_equal, { color: 0 });
|
12507
12550
|
}
|
12508
12551
|
};
|
12509
12552
|
var IconCheck_default = IconCheck;
|
12510
12553
|
|
12511
12554
|
//#endregion
|
12512
12555
|
//#region src/components-flex/icon/variants/IconXMark.svelte
|
12513
|
-
function create_fragment$
|
12556
|
+
function create_fragment$54(ctx) {
|
12514
12557
|
let svg;
|
12515
12558
|
let path;
|
12516
12559
|
return {
|
@@ -12556,7 +12599,7 @@ function create_fragment$52(ctx) {
|
|
12556
12599
|
}
|
12557
12600
|
};
|
12558
12601
|
}
|
12559
|
-
function instance$
|
12602
|
+
function instance$54($$self, $$props, $$invalidate) {
|
12560
12603
|
let { color } = $$props;
|
12561
12604
|
$$self.$$set = ($$props$1) => {
|
12562
12605
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12566,14 +12609,14 @@ function instance$52($$self, $$props, $$invalidate) {
|
|
12566
12609
|
var IconXMark = class extends SvelteComponent {
|
12567
12610
|
constructor(options) {
|
12568
12611
|
super();
|
12569
|
-
init(this, options, instance$
|
12612
|
+
init(this, options, instance$54, create_fragment$54, safe_not_equal, { color: 0 });
|
12570
12613
|
}
|
12571
12614
|
};
|
12572
12615
|
var IconXMark_default = IconXMark;
|
12573
12616
|
|
12574
12617
|
//#endregion
|
12575
12618
|
//#region src/components-flex/icon/variants/IconPaperPlane.svelte
|
12576
|
-
function create_fragment$
|
12619
|
+
function create_fragment$53(ctx) {
|
12577
12620
|
let svg;
|
12578
12621
|
let path;
|
12579
12622
|
return {
|
@@ -12619,7 +12662,7 @@ function create_fragment$51(ctx) {
|
|
12619
12662
|
}
|
12620
12663
|
};
|
12621
12664
|
}
|
12622
|
-
function instance$
|
12665
|
+
function instance$53($$self, $$props, $$invalidate) {
|
12623
12666
|
let { color } = $$props;
|
12624
12667
|
$$self.$$set = ($$props$1) => {
|
12625
12668
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12629,14 +12672,14 @@ function instance$51($$self, $$props, $$invalidate) {
|
|
12629
12672
|
var IconPaperPlane = class extends SvelteComponent {
|
12630
12673
|
constructor(options) {
|
12631
12674
|
super();
|
12632
|
-
init(this, options, instance$
|
12675
|
+
init(this, options, instance$53, create_fragment$53, safe_not_equal, { color: 0 });
|
12633
12676
|
}
|
12634
12677
|
};
|
12635
12678
|
var IconPaperPlane_default = IconPaperPlane;
|
12636
12679
|
|
12637
12680
|
//#endregion
|
12638
12681
|
//#region src/components-flex/icon/variants/IconCopy.svelte
|
12639
|
-
function create_fragment$
|
12682
|
+
function create_fragment$52(ctx) {
|
12640
12683
|
let svg;
|
12641
12684
|
let path;
|
12642
12685
|
return {
|
@@ -12682,7 +12725,7 @@ function create_fragment$50(ctx) {
|
|
12682
12725
|
}
|
12683
12726
|
};
|
12684
12727
|
}
|
12685
|
-
function instance$
|
12728
|
+
function instance$52($$self, $$props, $$invalidate) {
|
12686
12729
|
let { color } = $$props;
|
12687
12730
|
$$self.$$set = ($$props$1) => {
|
12688
12731
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12692,14 +12735,14 @@ function instance$50($$self, $$props, $$invalidate) {
|
|
12692
12735
|
var IconCopy = class extends SvelteComponent {
|
12693
12736
|
constructor(options) {
|
12694
12737
|
super();
|
12695
|
-
init(this, options, instance$
|
12738
|
+
init(this, options, instance$52, create_fragment$52, safe_not_equal, { color: 0 });
|
12696
12739
|
}
|
12697
12740
|
};
|
12698
12741
|
var IconCopy_default = IconCopy;
|
12699
12742
|
|
12700
12743
|
//#endregion
|
12701
12744
|
//#region src/components-flex/icon/variants/IconCircleXMark.svelte
|
12702
|
-
function create_fragment$
|
12745
|
+
function create_fragment$51(ctx) {
|
12703
12746
|
let svg;
|
12704
12747
|
let path;
|
12705
12748
|
return {
|
@@ -12745,7 +12788,7 @@ function create_fragment$49(ctx) {
|
|
12745
12788
|
}
|
12746
12789
|
};
|
12747
12790
|
}
|
12748
|
-
function instance$
|
12791
|
+
function instance$51($$self, $$props, $$invalidate) {
|
12749
12792
|
let { color } = $$props;
|
12750
12793
|
$$self.$$set = ($$props$1) => {
|
12751
12794
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12755,14 +12798,14 @@ function instance$49($$self, $$props, $$invalidate) {
|
|
12755
12798
|
var IconCircleXMark = class extends SvelteComponent {
|
12756
12799
|
constructor(options) {
|
12757
12800
|
super();
|
12758
|
-
init(this, options, instance$
|
12801
|
+
init(this, options, instance$51, create_fragment$51, safe_not_equal, { color: 0 });
|
12759
12802
|
}
|
12760
12803
|
};
|
12761
12804
|
var IconCircleXMark_default = IconCircleXMark;
|
12762
12805
|
|
12763
12806
|
//#endregion
|
12764
12807
|
//#region src/components-flex/icon/variants/IconHeart.svelte
|
12765
|
-
function create_fragment$
|
12808
|
+
function create_fragment$50(ctx) {
|
12766
12809
|
let svg;
|
12767
12810
|
let path;
|
12768
12811
|
return {
|
@@ -12808,7 +12851,7 @@ function create_fragment$48(ctx) {
|
|
12808
12851
|
}
|
12809
12852
|
};
|
12810
12853
|
}
|
12811
|
-
function instance$
|
12854
|
+
function instance$50($$self, $$props, $$invalidate) {
|
12812
12855
|
let { color } = $$props;
|
12813
12856
|
$$self.$$set = ($$props$1) => {
|
12814
12857
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12818,14 +12861,14 @@ function instance$48($$self, $$props, $$invalidate) {
|
|
12818
12861
|
var IconHeart = class extends SvelteComponent {
|
12819
12862
|
constructor(options) {
|
12820
12863
|
super();
|
12821
|
-
init(this, options, instance$
|
12864
|
+
init(this, options, instance$50, create_fragment$50, safe_not_equal, { color: 0 });
|
12822
12865
|
}
|
12823
12866
|
};
|
12824
12867
|
var IconHeart_default = IconHeart;
|
12825
12868
|
|
12826
12869
|
//#endregion
|
12827
12870
|
//#region src/components-flex/icon/variants/IconMagnifyingGrass.svelte
|
12828
|
-
function create_fragment$
|
12871
|
+
function create_fragment$49(ctx) {
|
12829
12872
|
let svg;
|
12830
12873
|
let path;
|
12831
12874
|
return {
|
@@ -12871,7 +12914,7 @@ function create_fragment$47(ctx) {
|
|
12871
12914
|
}
|
12872
12915
|
};
|
12873
12916
|
}
|
12874
|
-
function instance$
|
12917
|
+
function instance$49($$self, $$props, $$invalidate) {
|
12875
12918
|
let { color } = $$props;
|
12876
12919
|
$$self.$$set = ($$props$1) => {
|
12877
12920
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12881,14 +12924,14 @@ function instance$47($$self, $$props, $$invalidate) {
|
|
12881
12924
|
var IconMagnifyingGrass = class extends SvelteComponent {
|
12882
12925
|
constructor(options) {
|
12883
12926
|
super();
|
12884
|
-
init(this, options, instance$
|
12927
|
+
init(this, options, instance$49, create_fragment$49, safe_not_equal, { color: 0 });
|
12885
12928
|
}
|
12886
12929
|
};
|
12887
12930
|
var IconMagnifyingGrass_default = IconMagnifyingGrass;
|
12888
12931
|
|
12889
12932
|
//#endregion
|
12890
12933
|
//#region src/components-flex/icon/variants/IconStar.svelte
|
12891
|
-
function create_fragment$
|
12934
|
+
function create_fragment$48(ctx) {
|
12892
12935
|
let svg;
|
12893
12936
|
let path;
|
12894
12937
|
return {
|
@@ -12934,7 +12977,7 @@ function create_fragment$46(ctx) {
|
|
12934
12977
|
}
|
12935
12978
|
};
|
12936
12979
|
}
|
12937
|
-
function instance$
|
12980
|
+
function instance$48($$self, $$props, $$invalidate) {
|
12938
12981
|
let { color } = $$props;
|
12939
12982
|
$$self.$$set = ($$props$1) => {
|
12940
12983
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -12944,14 +12987,14 @@ function instance$46($$self, $$props, $$invalidate) {
|
|
12944
12987
|
var IconStar = class extends SvelteComponent {
|
12945
12988
|
constructor(options) {
|
12946
12989
|
super();
|
12947
|
-
init(this, options, instance$
|
12990
|
+
init(this, options, instance$48, create_fragment$48, safe_not_equal, { color: 0 });
|
12948
12991
|
}
|
12949
12992
|
};
|
12950
12993
|
var IconStar_default = IconStar;
|
12951
12994
|
|
12952
12995
|
//#endregion
|
12953
12996
|
//#region src/components-flex/icon/variants/IconCircleInfo.svelte
|
12954
|
-
function create_fragment$
|
12997
|
+
function create_fragment$47(ctx) {
|
12955
12998
|
let svg;
|
12956
12999
|
let path;
|
12957
13000
|
return {
|
@@ -12997,7 +13040,7 @@ function create_fragment$45(ctx) {
|
|
12997
13040
|
}
|
12998
13041
|
};
|
12999
13042
|
}
|
13000
|
-
function instance$
|
13043
|
+
function instance$47($$self, $$props, $$invalidate) {
|
13001
13044
|
let { color } = $$props;
|
13002
13045
|
$$self.$$set = ($$props$1) => {
|
13003
13046
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -13007,14 +13050,14 @@ function instance$45($$self, $$props, $$invalidate) {
|
|
13007
13050
|
var IconCircleInfo = class extends SvelteComponent {
|
13008
13051
|
constructor(options) {
|
13009
13052
|
super();
|
13010
|
-
init(this, options, instance$
|
13053
|
+
init(this, options, instance$47, create_fragment$47, safe_not_equal, { color: 0 });
|
13011
13054
|
}
|
13012
13055
|
};
|
13013
13056
|
var IconCircleInfo_default = IconCircleInfo;
|
13014
13057
|
|
13015
13058
|
//#endregion
|
13016
13059
|
//#region src/components-flex/icon/variants/IconEnvelope.svelte
|
13017
|
-
function create_fragment$
|
13060
|
+
function create_fragment$46(ctx) {
|
13018
13061
|
let svg;
|
13019
13062
|
let path;
|
13020
13063
|
return {
|
@@ -13060,7 +13103,7 @@ function create_fragment$44(ctx) {
|
|
13060
13103
|
}
|
13061
13104
|
};
|
13062
13105
|
}
|
13063
|
-
function instance$
|
13106
|
+
function instance$46($$self, $$props, $$invalidate) {
|
13064
13107
|
let { color } = $$props;
|
13065
13108
|
$$self.$$set = ($$props$1) => {
|
13066
13109
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -13070,14 +13113,14 @@ function instance$44($$self, $$props, $$invalidate) {
|
|
13070
13113
|
var IconEnvelope = class extends SvelteComponent {
|
13071
13114
|
constructor(options) {
|
13072
13115
|
super();
|
13073
|
-
init(this, options, instance$
|
13116
|
+
init(this, options, instance$46, create_fragment$46, safe_not_equal, { color: 0 });
|
13074
13117
|
}
|
13075
13118
|
};
|
13076
13119
|
var IconEnvelope_default = IconEnvelope;
|
13077
13120
|
|
13078
13121
|
//#endregion
|
13079
13122
|
//#region src/components-flex/icon/variants/IconGift.svelte
|
13080
|
-
function create_fragment$
|
13123
|
+
function create_fragment$45(ctx) {
|
13081
13124
|
let svg;
|
13082
13125
|
let path;
|
13083
13126
|
return {
|
@@ -13123,7 +13166,7 @@ function create_fragment$43(ctx) {
|
|
13123
13166
|
}
|
13124
13167
|
};
|
13125
13168
|
}
|
13126
|
-
function instance$
|
13169
|
+
function instance$45($$self, $$props, $$invalidate) {
|
13127
13170
|
let { color } = $$props;
|
13128
13171
|
$$self.$$set = ($$props$1) => {
|
13129
13172
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -13133,14 +13176,14 @@ function instance$43($$self, $$props, $$invalidate) {
|
|
13133
13176
|
var IconGift = class extends SvelteComponent {
|
13134
13177
|
constructor(options) {
|
13135
13178
|
super();
|
13136
|
-
init(this, options, instance$
|
13179
|
+
init(this, options, instance$45, create_fragment$45, safe_not_equal, { color: 0 });
|
13137
13180
|
}
|
13138
13181
|
};
|
13139
13182
|
var IconGift_default = IconGift;
|
13140
13183
|
|
13141
13184
|
//#endregion
|
13142
13185
|
//#region src/components-flex/icon/variants/IconPaperclip.svelte
|
13143
|
-
function create_fragment$
|
13186
|
+
function create_fragment$44(ctx) {
|
13144
13187
|
let svg;
|
13145
13188
|
let path;
|
13146
13189
|
return {
|
@@ -13187,7 +13230,7 @@ function create_fragment$42(ctx) {
|
|
13187
13230
|
}
|
13188
13231
|
};
|
13189
13232
|
}
|
13190
|
-
function instance$
|
13233
|
+
function instance$44($$self, $$props, $$invalidate) {
|
13191
13234
|
let { color } = $$props;
|
13192
13235
|
$$self.$$set = ($$props$1) => {
|
13193
13236
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -13197,14 +13240,14 @@ function instance$42($$self, $$props, $$invalidate) {
|
|
13197
13240
|
var IconPaperclip = class extends SvelteComponent {
|
13198
13241
|
constructor(options) {
|
13199
13242
|
super();
|
13200
|
-
init(this, options, instance$
|
13243
|
+
init(this, options, instance$44, create_fragment$44, safe_not_equal, { color: 0 });
|
13201
13244
|
}
|
13202
13245
|
};
|
13203
13246
|
var IconPaperclip_default = IconPaperclip;
|
13204
13247
|
|
13205
13248
|
//#endregion
|
13206
13249
|
//#region src/components-flex/icon/variants/IconFire.svelte
|
13207
|
-
function create_fragment$
|
13250
|
+
function create_fragment$43(ctx) {
|
13208
13251
|
let svg;
|
13209
13252
|
let path;
|
13210
13253
|
return {
|
@@ -13251,7 +13294,7 @@ function create_fragment$41(ctx) {
|
|
13251
13294
|
}
|
13252
13295
|
};
|
13253
13296
|
}
|
13254
|
-
function instance$
|
13297
|
+
function instance$43($$self, $$props, $$invalidate) {
|
13255
13298
|
let { color } = $$props;
|
13256
13299
|
$$self.$$set = ($$props$1) => {
|
13257
13300
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -13261,14 +13304,14 @@ function instance$41($$self, $$props, $$invalidate) {
|
|
13261
13304
|
var IconFire = class extends SvelteComponent {
|
13262
13305
|
constructor(options) {
|
13263
13306
|
super();
|
13264
|
-
init(this, options, instance$
|
13307
|
+
init(this, options, instance$43, create_fragment$43, safe_not_equal, { color: 0 });
|
13265
13308
|
}
|
13266
13309
|
};
|
13267
13310
|
var IconFire_default = IconFire;
|
13268
13311
|
|
13269
13312
|
//#endregion
|
13270
13313
|
//#region src/components-flex/icon/variants/IconLink.svelte
|
13271
|
-
function create_fragment$
|
13314
|
+
function create_fragment$42(ctx) {
|
13272
13315
|
let svg;
|
13273
13316
|
let path;
|
13274
13317
|
return {
|
@@ -13315,7 +13358,7 @@ function create_fragment$40(ctx) {
|
|
13315
13358
|
}
|
13316
13359
|
};
|
13317
13360
|
}
|
13318
|
-
function instance$
|
13361
|
+
function instance$42($$self, $$props, $$invalidate) {
|
13319
13362
|
let { color } = $$props;
|
13320
13363
|
$$self.$$set = ($$props$1) => {
|
13321
13364
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -13325,14 +13368,14 @@ function instance$40($$self, $$props, $$invalidate) {
|
|
13325
13368
|
var IconLink = class extends SvelteComponent {
|
13326
13369
|
constructor(options) {
|
13327
13370
|
super();
|
13328
|
-
init(this, options, instance$
|
13371
|
+
init(this, options, instance$42, create_fragment$42, safe_not_equal, { color: 0 });
|
13329
13372
|
}
|
13330
13373
|
};
|
13331
13374
|
var IconLink_default = IconLink;
|
13332
13375
|
|
13333
13376
|
//#endregion
|
13334
13377
|
//#region src/components-flex/icon/variants/IconBuildings.svelte
|
13335
|
-
function create_fragment$
|
13378
|
+
function create_fragment$41(ctx) {
|
13336
13379
|
let svg;
|
13337
13380
|
let path;
|
13338
13381
|
return {
|
@@ -13378,7 +13421,7 @@ function create_fragment$39(ctx) {
|
|
13378
13421
|
}
|
13379
13422
|
};
|
13380
13423
|
}
|
13381
|
-
function instance$
|
13424
|
+
function instance$41($$self, $$props, $$invalidate) {
|
13382
13425
|
let { color } = $$props;
|
13383
13426
|
$$self.$$set = ($$props$1) => {
|
13384
13427
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -13388,14 +13431,14 @@ function instance$39($$self, $$props, $$invalidate) {
|
|
13388
13431
|
var IconBuildings = class extends SvelteComponent {
|
13389
13432
|
constructor(options) {
|
13390
13433
|
super();
|
13391
|
-
init(this, options, instance$
|
13434
|
+
init(this, options, instance$41, create_fragment$41, safe_not_equal, { color: 0 });
|
13392
13435
|
}
|
13393
13436
|
};
|
13394
13437
|
var IconBuildings_default = IconBuildings;
|
13395
13438
|
|
13396
13439
|
//#endregion
|
13397
13440
|
//#region src/components-flex/icon/variants/IconChevronsRight.svelte
|
13398
|
-
function create_fragment$
|
13441
|
+
function create_fragment$40(ctx) {
|
13399
13442
|
let svg;
|
13400
13443
|
let path;
|
13401
13444
|
return {
|
@@ -13441,7 +13484,7 @@ function create_fragment$38(ctx) {
|
|
13441
13484
|
}
|
13442
13485
|
};
|
13443
13486
|
}
|
13444
|
-
function instance$
|
13487
|
+
function instance$40($$self, $$props, $$invalidate) {
|
13445
13488
|
let { color } = $$props;
|
13446
13489
|
$$self.$$set = ($$props$1) => {
|
13447
13490
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -13451,14 +13494,14 @@ function instance$38($$self, $$props, $$invalidate) {
|
|
13451
13494
|
var IconChevronsRight = class extends SvelteComponent {
|
13452
13495
|
constructor(options) {
|
13453
13496
|
super();
|
13454
|
-
init(this, options, instance$
|
13497
|
+
init(this, options, instance$40, create_fragment$40, safe_not_equal, { color: 0 });
|
13455
13498
|
}
|
13456
13499
|
};
|
13457
13500
|
var IconChevronsRight_default = IconChevronsRight;
|
13458
13501
|
|
13459
13502
|
//#endregion
|
13460
13503
|
//#region src/components-flex/icon/variants/IconChevronRight.svelte
|
13461
|
-
function create_fragment$
|
13504
|
+
function create_fragment$39(ctx) {
|
13462
13505
|
let svg;
|
13463
13506
|
let path;
|
13464
13507
|
return {
|
@@ -13504,7 +13547,7 @@ function create_fragment$37(ctx) {
|
|
13504
13547
|
}
|
13505
13548
|
};
|
13506
13549
|
}
|
13507
|
-
function instance$
|
13550
|
+
function instance$39($$self, $$props, $$invalidate) {
|
13508
13551
|
let { color } = $$props;
|
13509
13552
|
$$self.$$set = ($$props$1) => {
|
13510
13553
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -13514,14 +13557,14 @@ function instance$37($$self, $$props, $$invalidate) {
|
|
13514
13557
|
var IconChevronRight = class extends SvelteComponent {
|
13515
13558
|
constructor(options) {
|
13516
13559
|
super();
|
13517
|
-
init(this, options, instance$
|
13560
|
+
init(this, options, instance$39, create_fragment$39, safe_not_equal, { color: 0 });
|
13518
13561
|
}
|
13519
13562
|
};
|
13520
13563
|
var IconChevronRight_default = IconChevronRight;
|
13521
13564
|
|
13522
13565
|
//#endregion
|
13523
13566
|
//#region src/components-flex/icon/variants/IconPhone.svelte
|
13524
|
-
function create_fragment$
|
13567
|
+
function create_fragment$38(ctx) {
|
13525
13568
|
let svg;
|
13526
13569
|
let path;
|
13527
13570
|
return {
|
@@ -13567,7 +13610,7 @@ function create_fragment$36(ctx) {
|
|
13567
13610
|
}
|
13568
13611
|
};
|
13569
13612
|
}
|
13570
|
-
function instance$
|
13613
|
+
function instance$38($$self, $$props, $$invalidate) {
|
13571
13614
|
let { color } = $$props;
|
13572
13615
|
$$self.$$set = ($$props$1) => {
|
13573
13616
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -13577,14 +13620,14 @@ function instance$36($$self, $$props, $$invalidate) {
|
|
13577
13620
|
var IconPhone = class extends SvelteComponent {
|
13578
13621
|
constructor(options) {
|
13579
13622
|
super();
|
13580
|
-
init(this, options, instance$
|
13623
|
+
init(this, options, instance$38, create_fragment$38, safe_not_equal, { color: 0 });
|
13581
13624
|
}
|
13582
13625
|
};
|
13583
13626
|
var IconPhone_default = IconPhone;
|
13584
13627
|
|
13585
13628
|
//#endregion
|
13586
13629
|
//#region src/components-flex/icon/variants/IconLocationDot.svelte
|
13587
|
-
function create_fragment$
|
13630
|
+
function create_fragment$37(ctx) {
|
13588
13631
|
let svg;
|
13589
13632
|
let path;
|
13590
13633
|
return {
|
@@ -13630,7 +13673,7 @@ function create_fragment$35(ctx) {
|
|
13630
13673
|
}
|
13631
13674
|
};
|
13632
13675
|
}
|
13633
|
-
function instance$
|
13676
|
+
function instance$37($$self, $$props, $$invalidate) {
|
13634
13677
|
let { color } = $$props;
|
13635
13678
|
$$self.$$set = ($$props$1) => {
|
13636
13679
|
if ("color" in $$props$1) $$invalidate(0, color = $$props$1.color);
|
@@ -13640,7 +13683,7 @@ function instance$35($$self, $$props, $$invalidate) {
|
|
13640
13683
|
var IconLocationDot = class extends SvelteComponent {
|
13641
13684
|
constructor(options) {
|
13642
13685
|
super();
|
13643
|
-
init(this, options, instance$
|
13686
|
+
init(this, options, instance$37, create_fragment$37, safe_not_equal, { color: 0 });
|
13644
13687
|
}
|
13645
13688
|
};
|
13646
13689
|
var IconLocationDot_default = IconLocationDot;
|
@@ -13817,10 +13860,9 @@ function create_dynamic_element$10(ctx) {
|
|
13817
13860
|
}
|
13818
13861
|
};
|
13819
13862
|
}
|
13820
|
-
function create_fragment$
|
13863
|
+
function create_fragment$36(ctx) {
|
13821
13864
|
let previous_tag = ctx[5];
|
13822
13865
|
let svelte_element_anchor;
|
13823
|
-
let current;
|
13824
13866
|
let svelte_element = ctx[5] && create_dynamic_element$10(ctx);
|
13825
13867
|
return {
|
13826
13868
|
c() {
|
@@ -13855,7 +13897,6 @@ function create_fragment$34(ctx) {
|
|
13855
13897
|
i: noop,
|
13856
13898
|
o(local) {
|
13857
13899
|
transition_out(svelte_element);
|
13858
|
-
current = false;
|
13859
13900
|
},
|
13860
13901
|
d(detaching) {
|
13861
13902
|
if (detaching) detach(svelte_element_anchor);
|
@@ -13863,12 +13904,12 @@ function create_fragment$34(ctx) {
|
|
13863
13904
|
}
|
13864
13905
|
};
|
13865
13906
|
}
|
13866
|
-
function instance$
|
13907
|
+
function instance$36($$self, $$props, $$invalidate) {
|
13867
13908
|
let style;
|
13868
13909
|
let IconComponent;
|
13869
13910
|
let { props = {} } = $$props;
|
13870
13911
|
let { layerId = "" } = $$props;
|
13871
|
-
useInjectCustomizeCss(props);
|
13912
|
+
useInjectCustomizeCss(props, layerId);
|
13872
13913
|
const { attributes, element: element$1, handleClick } = useClickable_default(props);
|
13873
13914
|
const getSizeCss = () => {
|
13874
13915
|
return {
|
@@ -13901,7 +13942,7 @@ function instance$34($$self, $$props, $$invalidate) {
|
|
13901
13942
|
var Icon = class extends SvelteComponent {
|
13902
13943
|
constructor(options) {
|
13903
13944
|
super();
|
13904
|
-
init(this, options, instance$
|
13945
|
+
init(this, options, instance$36, create_fragment$36, safe_not_equal, {
|
13905
13946
|
props: 0,
|
13906
13947
|
layerId: 1
|
13907
13948
|
}, add_css$30);
|
@@ -14081,7 +14122,7 @@ function darkenColor(color, percent) {
|
|
14081
14122
|
function add_css$29(target) {
|
14082
14123
|
append_styles(target, "svelte-l0rauj", ".button.svelte-l0rauj{display:inline-flex;gap:0.8em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s,\n border-color 0.12s,\n color 0.12s;cursor:pointer;color:var(--color);border-color:var(--border-color);background-color:var(--bg-color)}.button.svelte-l0rauj:hover{background-color:var(--hover-bg-color);border-color:var(--hover-border-color)}.button-icon.svelte-l0rauj{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
14083
14124
|
}
|
14084
|
-
function create_if_block$
|
14125
|
+
function create_if_block$11(ctx) {
|
14085
14126
|
let div;
|
14086
14127
|
let icon;
|
14087
14128
|
let current;
|
@@ -14148,7 +14189,7 @@ function create_dynamic_element$9(ctx) {
|
|
14148
14189
|
let current;
|
14149
14190
|
let mounted;
|
14150
14191
|
let dispose;
|
14151
|
-
let if_block = ctx[0].isIcon && ctx[0].iconVariant && create_if_block$
|
14192
|
+
let if_block = ctx[0].isIcon && ctx[0].iconVariant && create_if_block$11(ctx);
|
14152
14193
|
let svelte_element_levels = [
|
14153
14194
|
ctx[3],
|
14154
14195
|
{ id: svelte_element_id_value = ctx[0].id },
|
@@ -14209,7 +14250,7 @@ function create_dynamic_element$9(ctx) {
|
|
14209
14250
|
if_block.p(ctx$1, dirty);
|
14210
14251
|
if (dirty & 1) transition_in(if_block, 1);
|
14211
14252
|
} else {
|
14212
|
-
if_block = create_if_block$
|
14253
|
+
if_block = create_if_block$11(ctx$1);
|
14213
14254
|
if_block.c();
|
14214
14255
|
transition_in(if_block, 1);
|
14215
14256
|
if_block.m(svelte_element, t0);
|
@@ -14251,10 +14292,9 @@ function create_dynamic_element$9(ctx) {
|
|
14251
14292
|
}
|
14252
14293
|
};
|
14253
14294
|
}
|
14254
|
-
function create_fragment$
|
14295
|
+
function create_fragment$35(ctx) {
|
14255
14296
|
let previous_tag = ctx[4];
|
14256
14297
|
let svelte_element_anchor;
|
14257
|
-
let current;
|
14258
14298
|
let svelte_element = ctx[4] && create_dynamic_element$9(ctx);
|
14259
14299
|
return {
|
14260
14300
|
c() {
|
@@ -14289,7 +14329,6 @@ function create_fragment$33(ctx) {
|
|
14289
14329
|
i: noop,
|
14290
14330
|
o(local) {
|
14291
14331
|
transition_out(svelte_element);
|
14292
|
-
current = false;
|
14293
14332
|
},
|
14294
14333
|
d(detaching) {
|
14295
14334
|
if (detaching) detach(svelte_element_anchor);
|
@@ -14297,12 +14336,12 @@ function create_fragment$33(ctx) {
|
|
14297
14336
|
}
|
14298
14337
|
};
|
14299
14338
|
}
|
14300
|
-
function instance$
|
14339
|
+
function instance$35($$self, $$props, $$invalidate) {
|
14301
14340
|
let variables$1;
|
14302
14341
|
let style;
|
14303
14342
|
let { props = {} } = $$props;
|
14304
14343
|
let { layerId = "" } = $$props;
|
14305
|
-
useInjectCustomizeCss(props);
|
14344
|
+
useInjectCustomizeCss(props, layerId);
|
14306
14345
|
const { attributes, element: element$1, handleClick } = useClickable_default(props);
|
14307
14346
|
const { brandKit } = useBrandKit();
|
14308
14347
|
const buttonThemeStyles = getButtonThemeStyles(brandKit);
|
@@ -14382,7 +14421,7 @@ function instance$33($$self, $$props, $$invalidate) {
|
|
14382
14421
|
var Button = class extends SvelteComponent {
|
14383
14422
|
constructor(options) {
|
14384
14423
|
super();
|
14385
|
-
init(this, options, instance$
|
14424
|
+
init(this, options, instance$35, create_fragment$35, safe_not_equal, {
|
14386
14425
|
props: 0,
|
14387
14426
|
layerId: 1
|
14388
14427
|
}, add_css$29);
|
@@ -14488,7 +14527,7 @@ const BUTTON_OUTLINED_WRAP_STYLES = {
|
|
14488
14527
|
function add_css$28(target) {
|
14489
14528
|
append_styles(target, "svelte-z8gomx", ".button-outlined.svelte-z8gomx{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border-width:1px;border-style:solid;line-height:1.5;transition:background-color 0.12s,\n border-color 0.12s,\n color 0.12s;cursor:pointer;background-color:var(--bg-color)}.button-outlined.svelte-z8gomx:hover{background-color:var(--hover-bg-color)}.button-outlined-icon.svelte-z8gomx{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
|
14490
14529
|
}
|
14491
|
-
function create_if_block$
|
14530
|
+
function create_if_block$10(ctx) {
|
14492
14531
|
let div;
|
14493
14532
|
let icon;
|
14494
14533
|
let current;
|
@@ -14553,7 +14592,7 @@ function create_dynamic_element$8(ctx) {
|
|
14553
14592
|
let current;
|
14554
14593
|
let mounted;
|
14555
14594
|
let dispose;
|
14556
|
-
let if_block = ctx[0].isIcon && ctx[0].iconVariant && create_if_block$
|
14595
|
+
let if_block = ctx[0].isIcon && ctx[0].iconVariant && create_if_block$10(ctx);
|
14557
14596
|
let svelte_element_levels = [
|
14558
14597
|
ctx[3],
|
14559
14598
|
{ class: "button-outlined" },
|
@@ -14610,7 +14649,7 @@ function create_dynamic_element$8(ctx) {
|
|
14610
14649
|
if_block.p(ctx$1, dirty);
|
14611
14650
|
if (dirty & 1) transition_in(if_block, 1);
|
14612
14651
|
} else {
|
14613
|
-
if_block = create_if_block$
|
14652
|
+
if_block = create_if_block$10(ctx$1);
|
14614
14653
|
if_block.c();
|
14615
14654
|
transition_in(if_block, 1);
|
14616
14655
|
if_block.m(svelte_element, t0);
|
@@ -14650,10 +14689,9 @@ function create_dynamic_element$8(ctx) {
|
|
14650
14689
|
}
|
14651
14690
|
};
|
14652
14691
|
}
|
14653
|
-
function create_fragment$
|
14692
|
+
function create_fragment$34(ctx) {
|
14654
14693
|
let previous_tag = ctx[4];
|
14655
14694
|
let svelte_element_anchor;
|
14656
|
-
let current;
|
14657
14695
|
let svelte_element = ctx[4] && create_dynamic_element$8(ctx);
|
14658
14696
|
return {
|
14659
14697
|
c() {
|
@@ -14688,7 +14726,6 @@ function create_fragment$32(ctx) {
|
|
14688
14726
|
i: noop,
|
14689
14727
|
o(local) {
|
14690
14728
|
transition_out(svelte_element);
|
14691
|
-
current = false;
|
14692
14729
|
},
|
14693
14730
|
d(detaching) {
|
14694
14731
|
if (detaching) detach(svelte_element_anchor);
|
@@ -14696,12 +14733,12 @@ function create_fragment$32(ctx) {
|
|
14696
14733
|
}
|
14697
14734
|
};
|
14698
14735
|
}
|
14699
|
-
function instance$
|
14736
|
+
function instance$34($$self, $$props, $$invalidate) {
|
14700
14737
|
let variables$1;
|
14701
14738
|
let style;
|
14702
14739
|
let { props = {} } = $$props;
|
14703
14740
|
let { layerId = "" } = $$props;
|
14704
|
-
useInjectCustomizeCss(props);
|
14741
|
+
useInjectCustomizeCss(props, layerId);
|
14705
14742
|
const { brandKit } = useBrandKit();
|
14706
14743
|
const { attributes, element: element$1, handleClick } = useClickable_default(props);
|
14707
14744
|
const buttonThemeStyles = getButtonOutlinedThemeStyles(brandKit);
|
@@ -14748,7 +14785,7 @@ function instance$32($$self, $$props, $$invalidate) {
|
|
14748
14785
|
var ButtonOutlined = class extends SvelteComponent {
|
14749
14786
|
constructor(options) {
|
14750
14787
|
super();
|
14751
|
-
init(this, options, instance$
|
14788
|
+
init(this, options, instance$34, create_fragment$34, safe_not_equal, {
|
14752
14789
|
props: 0,
|
14753
14790
|
layerId: 1
|
14754
14791
|
}, add_css$28);
|
@@ -14819,7 +14856,7 @@ const getButtonTextThemeStyles = getPropStyles(callback$2);
|
|
14819
14856
|
function add_css$27(target) {
|
14820
14857
|
append_styles(target, "svelte-l90o4j", ".button-text.svelte-l90o4j{display:inline-flex;gap:0.65em;align-items:center;justify-content:center;text-decoration:none;outline:0;border:0;line-height:1.5;transition:background-color 0.12s,\n border-color 0.12s,\n color 0.12s;cursor:pointer;background-color:rgba(255, 255, 255, 0)}.button-text.svelte-l90o4j:hover{background-color:var(--hover-bg-color)}.button-text-icon.svelte-l90o4j{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
|
14821
14858
|
}
|
14822
|
-
function create_if_block$
|
14859
|
+
function create_if_block$9(ctx) {
|
14823
14860
|
let div;
|
14824
14861
|
let icon;
|
14825
14862
|
let current;
|
@@ -14884,7 +14921,7 @@ function create_dynamic_element$7(ctx) {
|
|
14884
14921
|
let current;
|
14885
14922
|
let mounted;
|
14886
14923
|
let dispose;
|
14887
|
-
let if_block = ctx[0].isIcon && ctx[0].iconVariant && create_if_block$
|
14924
|
+
let if_block = ctx[0].isIcon && ctx[0].iconVariant && create_if_block$9(ctx);
|
14888
14925
|
let svelte_element_levels = [
|
14889
14926
|
ctx[3],
|
14890
14927
|
{ class: "button-text" },
|
@@ -14941,7 +14978,7 @@ function create_dynamic_element$7(ctx) {
|
|
14941
14978
|
if_block.p(ctx$1, dirty);
|
14942
14979
|
if (dirty & 1) transition_in(if_block, 1);
|
14943
14980
|
} else {
|
14944
|
-
if_block = create_if_block$
|
14981
|
+
if_block = create_if_block$9(ctx$1);
|
14945
14982
|
if_block.c();
|
14946
14983
|
transition_in(if_block, 1);
|
14947
14984
|
if_block.m(svelte_element, t0);
|
@@ -14981,10 +15018,9 @@ function create_dynamic_element$7(ctx) {
|
|
14981
15018
|
}
|
14982
15019
|
};
|
14983
15020
|
}
|
14984
|
-
function create_fragment$
|
15021
|
+
function create_fragment$33(ctx) {
|
14985
15022
|
let previous_tag = ctx[4];
|
14986
15023
|
let svelte_element_anchor;
|
14987
|
-
let current;
|
14988
15024
|
let svelte_element = ctx[4] && create_dynamic_element$7(ctx);
|
14989
15025
|
return {
|
14990
15026
|
c() {
|
@@ -15019,7 +15055,6 @@ function create_fragment$31(ctx) {
|
|
15019
15055
|
i: noop,
|
15020
15056
|
o(local) {
|
15021
15057
|
transition_out(svelte_element);
|
15022
|
-
current = false;
|
15023
15058
|
},
|
15024
15059
|
d(detaching) {
|
15025
15060
|
if (detaching) detach(svelte_element_anchor);
|
@@ -15027,12 +15062,12 @@ function create_fragment$31(ctx) {
|
|
15027
15062
|
}
|
15028
15063
|
};
|
15029
15064
|
}
|
15030
|
-
function instance$
|
15065
|
+
function instance$33($$self, $$props, $$invalidate) {
|
15031
15066
|
let variables$1;
|
15032
15067
|
let style;
|
15033
15068
|
let { props = {} } = $$props;
|
15034
15069
|
let { layerId = "" } = $$props;
|
15035
|
-
useInjectCustomizeCss(props);
|
15070
|
+
useInjectCustomizeCss(props, layerId);
|
15036
15071
|
const { brandKit } = useBrandKit();
|
15037
15072
|
const { attributes, element: element$1, handleClick } = useClickable_default(props);
|
15038
15073
|
const themeStyles = getButtonTextThemeStyles(brandKit);
|
@@ -15073,7 +15108,7 @@ function instance$31($$self, $$props, $$invalidate) {
|
|
15073
15108
|
var ButtonText = class extends SvelteComponent {
|
15074
15109
|
constructor(options) {
|
15075
15110
|
super();
|
15076
|
-
init(this, options, instance$
|
15111
|
+
init(this, options, instance$33, create_fragment$33, safe_not_equal, {
|
15077
15112
|
props: 0,
|
15078
15113
|
layerId: 1
|
15079
15114
|
}, add_css$27);
|
@@ -15118,10 +15153,9 @@ const getTextThemeStyles = getPropStyles(callback$1);
|
|
15118
15153
|
function add_css$26(target) {
|
15119
15154
|
append_styles(target, "svelte-18wmfyq", ".close-button.svelte-18wmfyq.svelte-18wmfyq{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:8px;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;flex-shrink:0;transition:background-color 0.12s,\n border-color 0.12s,\n color 0.12s}.close-button.svelte-18wmfyq svg.svelte-18wmfyq{transition:transform 0.12s}.close-button.svelte-18wmfyq:hover svg.svelte-18wmfyq{transform:rotate(90deg)}.close-button-order-one.svelte-18wmfyq.svelte-18wmfyq{order:1}.close-button-order-two.svelte-18wmfyq.svelte-18wmfyq{order:2}");
|
15120
15155
|
}
|
15121
|
-
function create_if_block$
|
15156
|
+
function create_if_block$8(ctx) {
|
15122
15157
|
let span;
|
15123
15158
|
let t;
|
15124
|
-
let span_class_value;
|
15125
15159
|
return {
|
15126
15160
|
c() {
|
15127
15161
|
span = element("span");
|
@@ -15140,7 +15174,7 @@ function create_if_block$7(ctx) {
|
|
15140
15174
|
},
|
15141
15175
|
h() {
|
15142
15176
|
attr(span, "style", ctx[3]);
|
15143
|
-
attr(span, "class",
|
15177
|
+
attr(span, "class", "close-button-label " + (ctx[11] ? "close-button-order-one" : "") + " svelte-18wmfyq");
|
15144
15178
|
},
|
15145
15179
|
m(target, anchor) {
|
15146
15180
|
insert_hydration(target, span, anchor);
|
@@ -15164,7 +15198,7 @@ function create_dynamic_element$6(ctx) {
|
|
15164
15198
|
let svelte_element_class_value;
|
15165
15199
|
let mounted;
|
15166
15200
|
let dispose;
|
15167
|
-
let if_block = ctx[5] && create_if_block$
|
15201
|
+
let if_block = ctx[5] && create_if_block$8(ctx);
|
15168
15202
|
let svelte_element_levels = [
|
15169
15203
|
ctx[6],
|
15170
15204
|
{ id: svelte_element_id_value = ctx[0].id },
|
@@ -15240,7 +15274,7 @@ function create_dynamic_element$6(ctx) {
|
|
15240
15274
|
if (dirty & 4) attr(span, "style", ctx$1[2]);
|
15241
15275
|
if (ctx$1[5]) if (if_block) if_block.p(ctx$1, dirty);
|
15242
15276
|
else {
|
15243
|
-
if_block = create_if_block$
|
15277
|
+
if_block = create_if_block$8(ctx$1);
|
15244
15278
|
if_block.c();
|
15245
15279
|
if_block.m(svelte_element, null);
|
15246
15280
|
}
|
@@ -15267,7 +15301,7 @@ function create_dynamic_element$6(ctx) {
|
|
15267
15301
|
}
|
15268
15302
|
};
|
15269
15303
|
}
|
15270
|
-
function create_fragment$
|
15304
|
+
function create_fragment$32(ctx) {
|
15271
15305
|
let previous_tag = ctx[7];
|
15272
15306
|
let svelte_element_anchor;
|
15273
15307
|
let svelte_element = ctx[7] && create_dynamic_element$6(ctx);
|
@@ -15309,7 +15343,7 @@ function create_fragment$30(ctx) {
|
|
15309
15343
|
}
|
15310
15344
|
};
|
15311
15345
|
}
|
15312
|
-
function instance$
|
15346
|
+
function instance$32($$self, $$props, $$invalidate) {
|
15313
15347
|
let hasLabel;
|
15314
15348
|
let styleObj;
|
15315
15349
|
let style;
|
@@ -15322,7 +15356,7 @@ function instance$30($$self, $$props, $$invalidate) {
|
|
15322
15356
|
let { eventName = "" } = $$props;
|
15323
15357
|
let { eventValue = void 0 } = $$props;
|
15324
15358
|
const { brandKit } = useBrandKit();
|
15325
|
-
useInjectCustomizeCss(props);
|
15359
|
+
useInjectCustomizeCss(props, layerId);
|
15326
15360
|
const { attributes, element: element$1, handleClick } = useClickable_default(props.onClick ? props : {
|
15327
15361
|
onClick: {
|
15328
15362
|
operation: "closeApp",
|
@@ -15424,7 +15458,7 @@ function instance$30($$self, $$props, $$invalidate) {
|
|
15424
15458
|
var CloseButton = class extends SvelteComponent {
|
15425
15459
|
constructor(options) {
|
15426
15460
|
super();
|
15427
|
-
init(this, options, instance$
|
15461
|
+
init(this, options, instance$32, create_fragment$32, safe_not_equal, {
|
15428
15462
|
props: 0,
|
15429
15463
|
layerId: 1,
|
15430
15464
|
eventName: 12,
|
@@ -15593,7 +15627,7 @@ function create_dynamic_element$5(ctx) {
|
|
15593
15627
|
}
|
15594
15628
|
};
|
15595
15629
|
}
|
15596
|
-
function create_fragment$
|
15630
|
+
function create_fragment$31(ctx) {
|
15597
15631
|
let previous_tag = ctx[5];
|
15598
15632
|
let svelte_element_anchor;
|
15599
15633
|
let svelte_element = ctx[5] && create_dynamic_element$5(ctx);
|
@@ -15635,13 +15669,13 @@ function create_fragment$29(ctx) {
|
|
15635
15669
|
}
|
15636
15670
|
};
|
15637
15671
|
}
|
15638
|
-
function instance$
|
15672
|
+
function instance$31($$self, $$props, $$invalidate) {
|
15639
15673
|
let styleObj;
|
15640
15674
|
let style;
|
15641
15675
|
let imgStyle;
|
15642
15676
|
let { props = {} } = $$props;
|
15643
15677
|
let { layerId = "" } = $$props;
|
15644
|
-
useInjectCustomizeCss(props);
|
15678
|
+
useInjectCustomizeCss(props, layerId);
|
15645
15679
|
const { attributes, element: element$1, handleClick } = useClickable_default(props);
|
15646
15680
|
const aspectVariantStyles = ASPECT_VARIANT[props.aspectVariant]?.getProps();
|
15647
15681
|
const width = props.width ?? "100%";
|
@@ -15688,7 +15722,7 @@ function instance$29($$self, $$props, $$invalidate) {
|
|
15688
15722
|
var Image = class extends SvelteComponent {
|
15689
15723
|
constructor(options) {
|
15690
15724
|
super();
|
15691
|
-
init(this, options, instance$
|
15725
|
+
init(this, options, instance$31, create_fragment$31, safe_not_equal, {
|
15692
15726
|
props: 0,
|
15693
15727
|
layerId: 1
|
15694
15728
|
}, add_css$25);
|
@@ -15803,7 +15837,7 @@ function create_dynamic_element$4(ctx) {
|
|
15803
15837
|
}
|
15804
15838
|
};
|
15805
15839
|
}
|
15806
|
-
function create_fragment$
|
15840
|
+
function create_fragment$30(ctx) {
|
15807
15841
|
let previous_tag = "div";
|
15808
15842
|
let svelte_element_anchor;
|
15809
15843
|
let current;
|
@@ -15850,13 +15884,13 @@ function create_fragment$28(ctx) {
|
|
15850
15884
|
}
|
15851
15885
|
};
|
15852
15886
|
}
|
15853
|
-
function instance$
|
15887
|
+
function instance$30($$self, $$props, $$invalidate) {
|
15854
15888
|
let style;
|
15855
15889
|
let { $$slots: slots = {}, $$scope } = $$props;
|
15856
15890
|
let { props = {} } = $$props;
|
15857
15891
|
let { layerId = "" } = $$props;
|
15858
15892
|
const { brandKit } = useBrandKit();
|
15859
|
-
useInjectCustomizeCss(props);
|
15893
|
+
useInjectCustomizeCss(props, layerId);
|
15860
15894
|
const { attributes, element: element$1, handleClick } = useClickable_default(props);
|
15861
15895
|
$$self.$$set = ($$props$1) => {
|
15862
15896
|
if ("props" in $$props$1) $$invalidate(0, props = $$props$1.props);
|
@@ -15896,7 +15930,7 @@ function instance$28($$self, $$props, $$invalidate) {
|
|
15896
15930
|
var Layout = class extends SvelteComponent {
|
15897
15931
|
constructor(options) {
|
15898
15932
|
super();
|
15899
|
-
init(this, options, instance$
|
15933
|
+
init(this, options, instance$30, create_fragment$30, safe_not_equal, {
|
15900
15934
|
props: 0,
|
15901
15935
|
layerId: 1
|
15902
15936
|
}, add_css$24);
|
@@ -15946,7 +15980,6 @@ function create_each_block$4(ctx) {
|
|
15946
15980
|
let i_1;
|
15947
15981
|
let i_1_style_value;
|
15948
15982
|
let t;
|
15949
|
-
let button_style_value;
|
15950
15983
|
let mounted;
|
15951
15984
|
let dispose;
|
15952
15985
|
function click_handler() {
|
@@ -15973,7 +16006,7 @@ function create_each_block$4(ctx) {
|
|
15973
16006
|
...ctx[5],
|
15974
16007
|
background: ctx[36].isActive ? "#555555" : "#AAAAAA"
|
15975
16008
|
}));
|
15976
|
-
attr(button, "style",
|
16009
|
+
attr(button, "style", objToStyle({
|
15977
16010
|
padding: "4px",
|
15978
16011
|
border: 0,
|
15979
16012
|
background: "none"
|
@@ -16002,7 +16035,7 @@ function create_each_block$4(ctx) {
|
|
16002
16035
|
}
|
16003
16036
|
};
|
16004
16037
|
}
|
16005
|
-
function create_fragment$
|
16038
|
+
function create_fragment$29(ctx) {
|
16006
16039
|
let div2;
|
16007
16040
|
let div0;
|
16008
16041
|
let ul;
|
@@ -16126,7 +16159,7 @@ function create_fragment$27(ctx) {
|
|
16126
16159
|
};
|
16127
16160
|
}
|
16128
16161
|
const THROTTLE = 16;
|
16129
|
-
function instance$
|
16162
|
+
function instance$29($$self, $$props, $$invalidate) {
|
16130
16163
|
let indicators;
|
16131
16164
|
let itemWidthPercentage;
|
16132
16165
|
let baseContainerStyle;
|
@@ -16137,7 +16170,7 @@ function instance$27($$self, $$props, $$invalidate) {
|
|
16137
16170
|
let { layerId } = $$props;
|
16138
16171
|
let { props } = $$props;
|
16139
16172
|
let { overrideStyle } = $$props;
|
16140
|
-
useInjectCustomizeCss(props);
|
16173
|
+
useInjectCustomizeCss(props, layerId);
|
16141
16174
|
let containerElement;
|
16142
16175
|
let slotElement;
|
16143
16176
|
let currentIndex = 0;
|
@@ -16323,7 +16356,7 @@ function instance$27($$self, $$props, $$invalidate) {
|
|
16323
16356
|
var Slider = class extends SvelteComponent {
|
16324
16357
|
constructor(options) {
|
16325
16358
|
super();
|
16326
|
-
init(this, options, instance$
|
16359
|
+
init(this, options, instance$29, create_fragment$29, safe_not_equal, {
|
16327
16360
|
layerId: 0,
|
16328
16361
|
props: 1,
|
16329
16362
|
overrideStyle: 2
|
@@ -16400,7 +16433,7 @@ function create_dynamic_element$3(ctx) {
|
|
16400
16433
|
}
|
16401
16434
|
};
|
16402
16435
|
}
|
16403
|
-
function create_fragment$
|
16436
|
+
function create_fragment$28(ctx) {
|
16404
16437
|
let li;
|
16405
16438
|
let previous_tag = ctx[3];
|
16406
16439
|
let li_id_value;
|
@@ -16469,11 +16502,11 @@ function create_fragment$26(ctx) {
|
|
16469
16502
|
}
|
16470
16503
|
};
|
16471
16504
|
}
|
16472
|
-
function instance$
|
16505
|
+
function instance$28($$self, $$props, $$invalidate) {
|
16473
16506
|
let { $$slots: slots = {}, $$scope } = $$props;
|
16474
16507
|
let { layerId } = $$props;
|
16475
16508
|
let { props } = $$props;
|
16476
|
-
useInjectCustomizeCss(props);
|
16509
|
+
useInjectCustomizeCss(props, layerId);
|
16477
16510
|
const { attributes, element: element$1, handleClick } = useClickable_default(props);
|
16478
16511
|
$$self.$$set = ($$props$1) => {
|
16479
16512
|
if ("layerId" in $$props$1) $$invalidate(0, layerId = $$props$1.layerId);
|
@@ -16493,7 +16526,7 @@ function instance$26($$self, $$props, $$invalidate) {
|
|
16493
16526
|
var SliderItem = class extends SvelteComponent {
|
16494
16527
|
constructor(options) {
|
16495
16528
|
super();
|
16496
|
-
init(this, options, instance$
|
16529
|
+
init(this, options, instance$28, create_fragment$28, safe_not_equal, {
|
16497
16530
|
layerId: 0,
|
16498
16531
|
props: 1
|
16499
16532
|
}, add_css$22);
|
@@ -16546,7 +16579,7 @@ const TEXT_VARIANTS = { size: {
|
|
16546
16579
|
function add_css$21(target) {
|
16547
16580
|
append_styles(target, "svelte-vifn7y", ".text.svelte-vifn7y{margin:0;word-break:break-all;text-decoration:none}");
|
16548
16581
|
}
|
16549
|
-
function create_fragment$
|
16582
|
+
function create_fragment$27(ctx) {
|
16550
16583
|
let p;
|
16551
16584
|
let p_class_value;
|
16552
16585
|
let p_id_value;
|
@@ -16590,12 +16623,12 @@ function create_fragment$25(ctx) {
|
|
16590
16623
|
}
|
16591
16624
|
};
|
16592
16625
|
}
|
16593
|
-
function instance$
|
16626
|
+
function instance$27($$self, $$props, $$invalidate) {
|
16594
16627
|
let escapedHTML;
|
16595
16628
|
let style;
|
16596
16629
|
let { props = { content: "" } } = $$props;
|
16597
16630
|
let { layerId = "" } = $$props;
|
16598
|
-
useInjectCustomizeCss(props);
|
16631
|
+
useInjectCustomizeCss(props, layerId);
|
16599
16632
|
const { brandKit } = useBrandKit();
|
16600
16633
|
const themeStyles = getTextThemeStyles(brandKit);
|
16601
16634
|
const fontFamilyStyles = props.fontFamilyVariant in FONT_FAMILY_VARIANT ? FONT_FAMILY_VARIANT[props.fontFamilyVariant].getProps(brandKit) : FONT_FAMILY_VARIANT.default.getProps(brandKit);
|
@@ -16675,7 +16708,7 @@ function instance$25($$self, $$props, $$invalidate) {
|
|
16675
16708
|
var Text = class extends SvelteComponent {
|
16676
16709
|
constructor(options) {
|
16677
16710
|
super();
|
16678
|
-
init(this, options, instance$
|
16711
|
+
init(this, options, instance$27, create_fragment$27, safe_not_equal, {
|
16679
16712
|
props: 0,
|
16680
16713
|
layerId: 1
|
16681
16714
|
}, add_css$21);
|
@@ -16688,7 +16721,7 @@ var Text_default = Text;
|
|
16688
16721
|
function add_css$20(target) {
|
16689
16722
|
append_styles(target, "svelte-dxr423", ".rich-text.svelte-dxr423 p{margin:0;word-break:break-all;text-decoration:none}.rich-text.svelte-dxr423 p + p{margin-top:0.75em}");
|
16690
16723
|
}
|
16691
|
-
function create_fragment$
|
16724
|
+
function create_fragment$26(ctx) {
|
16692
16725
|
let div;
|
16693
16726
|
let raw_value = ctx[0].content + "";
|
16694
16727
|
let div_id_value;
|
@@ -16733,11 +16766,11 @@ function create_fragment$24(ctx) {
|
|
16733
16766
|
}
|
16734
16767
|
};
|
16735
16768
|
}
|
16736
|
-
function instance$
|
16769
|
+
function instance$26($$self, $$props, $$invalidate) {
|
16737
16770
|
let style;
|
16738
16771
|
let { props = { content: "" } } = $$props;
|
16739
16772
|
let { layerId = "" } = $$props;
|
16740
|
-
useInjectCustomizeCss(props);
|
16773
|
+
useInjectCustomizeCss(props, layerId);
|
16741
16774
|
const { brandKit } = useBrandKit();
|
16742
16775
|
const themeStyles = getTextThemeStyles(brandKit);
|
16743
16776
|
const fontFamilyStyles = props.fontFamilyVariant in FONT_FAMILY_VARIANT ? FONT_FAMILY_VARIANT[props.fontFamilyVariant].getProps(brandKit) : FONT_FAMILY_VARIANT.default.getProps(brandKit);
|
@@ -16795,7 +16828,7 @@ function instance$24($$self, $$props, $$invalidate) {
|
|
16795
16828
|
var RichText = class extends SvelteComponent {
|
16796
16829
|
constructor(options) {
|
16797
16830
|
super();
|
16798
|
-
init(this, options, instance$
|
16831
|
+
init(this, options, instance$26, create_fragment$26, safe_not_equal, {
|
16799
16832
|
props: 0,
|
16800
16833
|
layerId: 1
|
16801
16834
|
}, add_css$20);
|
@@ -16860,7 +16893,7 @@ const getTextLinkThemeStyles = getPropStyles(callback);
|
|
16860
16893
|
function add_css$19(target) {
|
16861
16894
|
append_styles(target, "svelte-dc9m5n", ".link.svelte-dc9m5n{-webkit-appearance:none;border:0;background:none;padding:0;display:inline-flex}.link.svelte-dc9m5n,.link.svelte-dc9m5n:visited,.link.svelte-dc9m5n:link{color:var(--color)}.link.svelte-dc9m5n:hover{color:var(--hover-color)}.link.svelte-dc9m5n:active{color:var(--active-color)}.link.underline-hover-on.svelte-dc9m5n{text-decoration:none}.link.underline-hover-on.svelte-dc9m5n:hover{text-decoration:underline}.link.underline-hover-off.svelte-dc9m5n{text-decoration:underline}.link.underline-hover-off.svelte-dc9m5n:hover{text-decoration:none}.link.underline-on.svelte-dc9m5n{text-decoration:underline}.link.underline-off.svelte-dc9m5n{text-decoration:none}");
|
16862
16895
|
}
|
16863
|
-
function create_if_block$
|
16896
|
+
function create_if_block$7(ctx) {
|
16864
16897
|
let icon;
|
16865
16898
|
let current;
|
16866
16899
|
icon = new Icon_default({ props: { props: {
|
@@ -16913,7 +16946,7 @@ function create_dynamic_element$2(ctx) {
|
|
16913
16946
|
let current;
|
16914
16947
|
let mounted;
|
16915
16948
|
let dispose;
|
16916
|
-
let if_block = ctx[0].isIcon && ctx[0].iconVariant && create_if_block$
|
16949
|
+
let if_block = ctx[0].isIcon && ctx[0].iconVariant && create_if_block$7(ctx);
|
16917
16950
|
let svelte_element_levels = [
|
16918
16951
|
ctx[4],
|
16919
16952
|
{ id: svelte_element_id_value = ctx[0].id },
|
@@ -16969,7 +17002,7 @@ function create_dynamic_element$2(ctx) {
|
|
16969
17002
|
if_block.p(ctx$1, dirty);
|
16970
17003
|
if (dirty & 1) transition_in(if_block, 1);
|
16971
17004
|
} else {
|
16972
|
-
if_block = create_if_block$
|
17005
|
+
if_block = create_if_block$7(ctx$1);
|
16973
17006
|
if_block.c();
|
16974
17007
|
transition_in(if_block, 1);
|
16975
17008
|
if_block.m(svelte_element, t);
|
@@ -17010,10 +17043,9 @@ function create_dynamic_element$2(ctx) {
|
|
17010
17043
|
}
|
17011
17044
|
};
|
17012
17045
|
}
|
17013
|
-
function create_fragment$
|
17046
|
+
function create_fragment$25(ctx) {
|
17014
17047
|
let previous_tag = ctx[5];
|
17015
17048
|
let svelte_element_anchor;
|
17016
|
-
let current;
|
17017
17049
|
let svelte_element = ctx[5] && create_dynamic_element$2(ctx);
|
17018
17050
|
return {
|
17019
17051
|
c() {
|
@@ -17048,7 +17080,6 @@ function create_fragment$23(ctx) {
|
|
17048
17080
|
i: noop,
|
17049
17081
|
o(local) {
|
17050
17082
|
transition_out(svelte_element);
|
17051
|
-
current = false;
|
17052
17083
|
},
|
17053
17084
|
d(detaching) {
|
17054
17085
|
if (detaching) detach(svelte_element_anchor);
|
@@ -17056,13 +17087,13 @@ function create_fragment$23(ctx) {
|
|
17056
17087
|
}
|
17057
17088
|
};
|
17058
17089
|
}
|
17059
|
-
function instance$
|
17090
|
+
function instance$25($$self, $$props, $$invalidate) {
|
17060
17091
|
let escapedHTML;
|
17061
17092
|
let variables$1;
|
17062
17093
|
let style;
|
17063
17094
|
let { props = { label: "" } } = $$props;
|
17064
17095
|
let { layerId = "" } = $$props;
|
17065
|
-
useInjectCustomizeCss(props);
|
17096
|
+
useInjectCustomizeCss(props, layerId);
|
17066
17097
|
const { brandKit } = useBrandKit();
|
17067
17098
|
const { attributes, element: element$1, handleClick } = useClickable_default({
|
17068
17099
|
...props,
|
@@ -17124,7 +17155,7 @@ function instance$23($$self, $$props, $$invalidate) {
|
|
17124
17155
|
var TextLink = class extends SvelteComponent {
|
17125
17156
|
constructor(options) {
|
17126
17157
|
super();
|
17127
|
-
init(this, options, instance$
|
17158
|
+
init(this, options, instance$25, create_fragment$25, safe_not_equal, {
|
17128
17159
|
props: 0,
|
17129
17160
|
layerId: 1
|
17130
17161
|
}, add_css$19);
|
@@ -17159,7 +17190,7 @@ const TEXT_LINK_UNDERLINE = {
|
|
17159
17190
|
function add_css$18(target) {
|
17160
17191
|
append_styles(target, "svelte-18nkdjz", ".v2-background.svelte-18nkdjz{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
|
17161
17192
|
}
|
17162
|
-
function create_if_block$
|
17193
|
+
function create_if_block$6(ctx) {
|
17163
17194
|
let div;
|
17164
17195
|
let div_class_value;
|
17165
17196
|
let mounted;
|
@@ -17194,9 +17225,9 @@ function create_if_block$5(ctx) {
|
|
17194
17225
|
}
|
17195
17226
|
};
|
17196
17227
|
}
|
17197
|
-
function create_fragment$
|
17228
|
+
function create_fragment$24(ctx) {
|
17198
17229
|
let if_block_anchor;
|
17199
|
-
let if_block = ctx[0] && create_if_block$
|
17230
|
+
let if_block = ctx[0] && create_if_block$6(ctx);
|
17200
17231
|
return {
|
17201
17232
|
c() {
|
17202
17233
|
if (if_block) if_block.c();
|
@@ -17213,7 +17244,7 @@ function create_fragment$22(ctx) {
|
|
17213
17244
|
p(ctx$1, [dirty]) {
|
17214
17245
|
if (ctx$1[0]) if (if_block) if_block.p(ctx$1, dirty);
|
17215
17246
|
else {
|
17216
|
-
if_block = create_if_block$
|
17247
|
+
if_block = create_if_block$6(ctx$1);
|
17217
17248
|
if_block.c();
|
17218
17249
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
17219
17250
|
}
|
@@ -17230,7 +17261,7 @@ function create_fragment$22(ctx) {
|
|
17230
17261
|
}
|
17231
17262
|
};
|
17232
17263
|
}
|
17233
|
-
function instance$
|
17264
|
+
function instance$24($$self, $$props, $$invalidate) {
|
17234
17265
|
let { backgroundOverlay = false } = $$props;
|
17235
17266
|
let { class: className = void 0 } = $$props;
|
17236
17267
|
const dispatch = createEventDispatcher();
|
@@ -17249,7 +17280,7 @@ function instance$22($$self, $$props, $$invalidate) {
|
|
17249
17280
|
var BackgroundOverlay = class extends SvelteComponent {
|
17250
17281
|
constructor(options) {
|
17251
17282
|
super();
|
17252
|
-
init(this, options, instance$
|
17283
|
+
init(this, options, instance$24, create_fragment$24, safe_not_equal, {
|
17253
17284
|
backgroundOverlay: 0,
|
17254
17285
|
class: 1
|
17255
17286
|
}, add_css$18);
|
@@ -17262,7 +17293,7 @@ var BackgroundOverlay_default = BackgroundOverlay;
|
|
17262
17293
|
function add_css$17(target) {
|
17263
17294
|
append_styles(target, "svelte-45ue06", "*{box-sizing:border-box}.modal.svelte-45ue06{position:fixed;z-index:2147483647;display:flex}.modal.svelte-45ue06 > .button{flex:auto;display:flex}@media screen and (min-width: 641px){.modal-bp.svelte-45ue06{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-45ue06{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}}");
|
17264
17295
|
}
|
17265
|
-
function create_else_block(ctx) {
|
17296
|
+
function create_else_block$1(ctx) {
|
17266
17297
|
let backgroundoverlay;
|
17267
17298
|
let current;
|
17268
17299
|
backgroundoverlay = new BackgroundOverlay_default({ props: { backgroundOverlay: ctx[4] } });
|
@@ -17363,7 +17394,7 @@ function create_if_block_2$1(ctx) {
|
|
17363
17394
|
}
|
17364
17395
|
};
|
17365
17396
|
}
|
17366
|
-
function create_if_block_1$
|
17397
|
+
function create_if_block_1$3(ctx) {
|
17367
17398
|
return {
|
17368
17399
|
c: noop,
|
17369
17400
|
l: noop,
|
@@ -17374,10 +17405,9 @@ function create_if_block_1$2(ctx) {
|
|
17374
17405
|
d: noop
|
17375
17406
|
};
|
17376
17407
|
}
|
17377
|
-
function create_if_block$
|
17408
|
+
function create_if_block$5(ctx) {
|
17378
17409
|
let div;
|
17379
17410
|
let div_class_value;
|
17380
|
-
let div_style_value;
|
17381
17411
|
let div_intro;
|
17382
17412
|
let current;
|
17383
17413
|
const default_slot_template = ctx[25].default;
|
@@ -17406,7 +17436,7 @@ function create_if_block$4(ctx) {
|
|
17406
17436
|
attr(div, "role", "dialog");
|
17407
17437
|
attr(div, "aria-modal", "true");
|
17408
17438
|
attr(div, "data-layer-id", ctx[2]);
|
17409
|
-
attr(div, "style",
|
17439
|
+
attr(div, "style", Array.from(ctx[13]).join(";"));
|
17410
17440
|
},
|
17411
17441
|
m(target, anchor) {
|
17412
17442
|
insert_hydration(target, div, anchor);
|
@@ -17445,7 +17475,7 @@ function create_if_block$4(ctx) {
|
|
17445
17475
|
}
|
17446
17476
|
};
|
17447
17477
|
}
|
17448
|
-
function create_fragment$
|
17478
|
+
function create_fragment$23(ctx) {
|
17449
17479
|
let show_if;
|
17450
17480
|
let current_block_type_index;
|
17451
17481
|
let if_block0;
|
@@ -17455,9 +17485,9 @@ function create_fragment$21(ctx) {
|
|
17455
17485
|
let mounted;
|
17456
17486
|
let dispose;
|
17457
17487
|
const if_block_creators = [
|
17458
|
-
create_if_block_1$
|
17488
|
+
create_if_block_1$3,
|
17459
17489
|
create_if_block_2$1,
|
17460
|
-
create_else_block
|
17490
|
+
create_else_block$1
|
17461
17491
|
];
|
17462
17492
|
const if_blocks = [];
|
17463
17493
|
function select_block_type(ctx$1, dirty) {
|
@@ -17468,7 +17498,7 @@ function create_fragment$21(ctx) {
|
|
17468
17498
|
}
|
17469
17499
|
current_block_type_index = select_block_type(ctx, -1);
|
17470
17500
|
if_block0 = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
17471
|
-
let if_block1 = ctx[8] && create_if_block$
|
17501
|
+
let if_block1 = ctx[8] && create_if_block$5(ctx);
|
17472
17502
|
return {
|
17473
17503
|
c() {
|
17474
17504
|
if_block0.c();
|
@@ -17518,7 +17548,7 @@ function create_fragment$21(ctx) {
|
|
17518
17548
|
if_block1.p(ctx, dirty);
|
17519
17549
|
if (dirty & 256) transition_in(if_block1, 1);
|
17520
17550
|
} else {
|
17521
|
-
if_block1 = create_if_block$
|
17551
|
+
if_block1 = create_if_block$5(ctx);
|
17522
17552
|
if_block1.c();
|
17523
17553
|
transition_in(if_block1, 1);
|
17524
17554
|
if_block1.m(if_block1_anchor.parentNode, if_block1_anchor);
|
@@ -17552,7 +17582,7 @@ function create_fragment$21(ctx) {
|
|
17552
17582
|
}
|
17553
17583
|
};
|
17554
17584
|
}
|
17555
|
-
function instance$
|
17585
|
+
function instance$23($$self, $$props, $$invalidate) {
|
17556
17586
|
let close$2;
|
17557
17587
|
let backgroundClick;
|
17558
17588
|
let backgroundClickPC;
|
@@ -17738,7 +17768,7 @@ function instance$21($$self, $$props, $$invalidate) {
|
|
17738
17768
|
var Modal = class extends SvelteComponent {
|
17739
17769
|
constructor(options) {
|
17740
17770
|
super();
|
17741
|
-
init(this, options, instance$
|
17771
|
+
init(this, options, instance$23, create_fragment$23, safe_not_equal, {
|
17742
17772
|
useBreakPoint: 0,
|
17743
17773
|
placement: 14,
|
17744
17774
|
breakPoint: 15,
|
@@ -17758,7 +17788,7 @@ var Modal_default = Modal;
|
|
17758
17788
|
function add_css$16(target) {
|
17759
17789
|
append_styles(target, "svelte-igivoz", ".code.svelte-igivoz{flex-grow:1;flex-shrink:0;align-self:stretch}");
|
17760
17790
|
}
|
17761
|
-
function create_fragment$
|
17791
|
+
function create_fragment$22(ctx) {
|
17762
17792
|
let div;
|
17763
17793
|
let raw_value = ctx[0].rawHtml + "";
|
17764
17794
|
let div_id_value;
|
@@ -17804,7 +17834,7 @@ function unescapeBraces(str) {
|
|
17804
17834
|
if (!str) return str;
|
17805
17835
|
return str.replace(/\\([{}])/g, "$1");
|
17806
17836
|
}
|
17807
|
-
function instance$
|
17837
|
+
function instance$22($$self, $$props, $$invalidate) {
|
17808
17838
|
let { props = {} } = $$props;
|
17809
17839
|
let { layerId = "" } = $$props;
|
17810
17840
|
function injectJavaScript() {
|
@@ -17841,7 +17871,7 @@ function instance$20($$self, $$props, $$invalidate) {
|
|
17841
17871
|
var Code = class extends SvelteComponent {
|
17842
17872
|
constructor(options) {
|
17843
17873
|
super();
|
17844
|
-
init(this, options, instance$
|
17874
|
+
init(this, options, instance$22, create_fragment$22, safe_not_equal, {
|
17845
17875
|
props: 0,
|
17846
17876
|
layerId: 1
|
17847
17877
|
}, add_css$16);
|
@@ -17858,7 +17888,7 @@ const LIST_ITEM_CONTEXT_KEY = "ListItemContext";
|
|
17858
17888
|
function add_css$15(target) {
|
17859
17889
|
append_styles(target, "svelte-v2vy6p", ".list.svelte-v2vy6p{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;--border-width:0;--border-style:solit;--border-color:rgba(255, 255, 255, 0);border-top-width:var(--border-width);border-top-style:var(--border-style);border-top-color:var(--border-color);border-bottom-width:var(--border-width);border-bottom-style:var(--border-style);border-bottom-color:var(--border-color)}");
|
17860
17890
|
}
|
17861
|
-
function create_fragment$
|
17891
|
+
function create_fragment$21(ctx) {
|
17862
17892
|
let ul;
|
17863
17893
|
let ul_id_value;
|
17864
17894
|
let ul_class_value;
|
@@ -17918,16 +17948,15 @@ function create_fragment$19(ctx) {
|
|
17918
17948
|
}
|
17919
17949
|
};
|
17920
17950
|
}
|
17921
|
-
function instance$
|
17951
|
+
function instance$21($$self, $$props, $$invalidate) {
|
17922
17952
|
let variables$1;
|
17923
17953
|
let actionTableData;
|
17924
|
-
let items;
|
17925
17954
|
let style;
|
17926
17955
|
let { $$slots: slots = {}, $$scope } = $$props;
|
17927
17956
|
let { layerId } = $$props;
|
17928
17957
|
let { props } = $$props;
|
17929
17958
|
const { brandKit } = useBrandKit();
|
17930
|
-
useInjectCustomizeCss(props);
|
17959
|
+
useInjectCustomizeCss(props, layerId);
|
17931
17960
|
const vars = getVariables();
|
17932
17961
|
setContext(LIST_ITEM_CONTEXT_KEY, {
|
17933
17962
|
paddingTop: props.itemPaddingTop,
|
@@ -17952,7 +17981,7 @@ function instance$19($$self, $$props, $$invalidate) {
|
|
17952
17981
|
"--border-style": props.borderStyle ?? "solid"
|
17953
17982
|
} : {} });
|
17954
17983
|
if ($$self.$$.dirty & 2) $: $$invalidate(4, actionTableData = vars[props.actionTableKey]);
|
17955
|
-
if ($$self.$$.dirty & 16)
|
17984
|
+
if ($$self.$$.dirty & 16) {}
|
17956
17985
|
if ($$self.$$.dirty & 10) $: $$invalidate(2, style = objToStyle({
|
17957
17986
|
width: props.width ?? "100%",
|
17958
17987
|
...variables$1
|
@@ -17971,7 +18000,7 @@ function instance$19($$self, $$props, $$invalidate) {
|
|
17971
18000
|
var List = class extends SvelteComponent {
|
17972
18001
|
constructor(options) {
|
17973
18002
|
super();
|
17974
|
-
init(this, options, instance$
|
18003
|
+
init(this, options, instance$21, create_fragment$21, safe_not_equal, {
|
17975
18004
|
layerId: 0,
|
17976
18005
|
props: 1
|
17977
18006
|
}, add_css$15);
|
@@ -18058,7 +18087,7 @@ function create_dynamic_element$1(ctx) {
|
|
18058
18087
|
}
|
18059
18088
|
};
|
18060
18089
|
}
|
18061
|
-
function create_fragment$
|
18090
|
+
function create_fragment$20(ctx) {
|
18062
18091
|
let li;
|
18063
18092
|
let previous_tag = ctx[5];
|
18064
18093
|
let li_id_value;
|
@@ -18130,7 +18159,7 @@ function create_fragment$18(ctx) {
|
|
18130
18159
|
}
|
18131
18160
|
};
|
18132
18161
|
}
|
18133
|
-
function instance$
|
18162
|
+
function instance$20($$self, $$props, $$invalidate) {
|
18134
18163
|
let variables$1;
|
18135
18164
|
let style;
|
18136
18165
|
let innerStyle;
|
@@ -18138,7 +18167,7 @@ function instance$18($$self, $$props, $$invalidate) {
|
|
18138
18167
|
let { layerId } = $$props;
|
18139
18168
|
let { props } = $$props;
|
18140
18169
|
let { item } = $$props;
|
18141
|
-
useInjectCustomizeCss(props);
|
18170
|
+
useInjectCustomizeCss(props, layerId);
|
18142
18171
|
const { attributes, element: element$1, handleClick } = useClickable_default(props);
|
18143
18172
|
const context = getContext(LIST_ITEM_CONTEXT_KEY) || {};
|
18144
18173
|
$$self.$$set = ($$props$1) => {
|
@@ -18179,7 +18208,7 @@ function instance$18($$self, $$props, $$invalidate) {
|
|
18179
18208
|
var ListItem = class extends SvelteComponent {
|
18180
18209
|
constructor(options) {
|
18181
18210
|
super();
|
18182
|
-
init(this, options, instance$
|
18211
|
+
init(this, options, instance$20, create_fragment$20, safe_not_equal, {
|
18183
18212
|
layerId: 0,
|
18184
18213
|
props: 1,
|
18185
18214
|
item: 7
|
@@ -18216,7 +18245,7 @@ function splitNumberAndUnit(value) {
|
|
18216
18245
|
function add_css$13(target) {
|
18217
18246
|
append_styles(target, "svelte-9pwfkr", ".multi-column.svelte-9pwfkr{padding:0;margin:0;list-style:none;display:flex;flex-direction:row}");
|
18218
18247
|
}
|
18219
|
-
function create_fragment$
|
18248
|
+
function create_fragment$19(ctx) {
|
18220
18249
|
let ul;
|
18221
18250
|
let ul_id_value;
|
18222
18251
|
let ul_class_value;
|
@@ -18276,13 +18305,13 @@ function create_fragment$17(ctx) {
|
|
18276
18305
|
}
|
18277
18306
|
};
|
18278
18307
|
}
|
18279
|
-
function instance$
|
18308
|
+
function instance$19($$self, $$props, $$invalidate) {
|
18280
18309
|
let style;
|
18281
18310
|
let { $$slots: slots = {}, $$scope } = $$props;
|
18282
18311
|
let { layerId } = $$props;
|
18283
18312
|
let { props } = $$props;
|
18284
18313
|
const { brandKit } = useBrandKit();
|
18285
|
-
useInjectCustomizeCss(props);
|
18314
|
+
useInjectCustomizeCss(props, layerId);
|
18286
18315
|
let listGap = (() => {
|
18287
18316
|
if (!props.gap) return "0";
|
18288
18317
|
const { number, unit } = splitNumberAndUnit(props.gap);
|
@@ -18327,7 +18356,7 @@ function instance$17($$self, $$props, $$invalidate) {
|
|
18327
18356
|
var MultiColumn = class extends SvelteComponent {
|
18328
18357
|
constructor(options) {
|
18329
18358
|
super();
|
18330
|
-
init(this, options, instance$
|
18359
|
+
init(this, options, instance$19, create_fragment$19, safe_not_equal, {
|
18331
18360
|
layerId: 0,
|
18332
18361
|
props: 1
|
18333
18362
|
}, add_css$13);
|
@@ -18403,7 +18432,7 @@ function create_dynamic_element(ctx) {
|
|
18403
18432
|
}
|
18404
18433
|
};
|
18405
18434
|
}
|
18406
|
-
function create_fragment$
|
18435
|
+
function create_fragment$18(ctx) {
|
18407
18436
|
let li;
|
18408
18437
|
let previous_tag = ctx[4];
|
18409
18438
|
let li_id_value;
|
@@ -18475,13 +18504,13 @@ function create_fragment$16(ctx) {
|
|
18475
18504
|
}
|
18476
18505
|
};
|
18477
18506
|
}
|
18478
|
-
function instance$
|
18507
|
+
function instance$18($$self, $$props, $$invalidate) {
|
18479
18508
|
let variables$1;
|
18480
18509
|
let style;
|
18481
18510
|
let { $$slots: slots = {}, $$scope } = $$props;
|
18482
18511
|
let { layerId } = $$props;
|
18483
18512
|
let { props } = $$props;
|
18484
|
-
useInjectCustomizeCss(props);
|
18513
|
+
useInjectCustomizeCss(props, layerId);
|
18485
18514
|
const { attributes, element: element$1, handleClick } = useClickable_default(props);
|
18486
18515
|
const context = getContext(MULTI_COLUMN_ITEM_CONTEXT_KEY) || {};
|
18487
18516
|
$$self.$$set = ($$props$1) => {
|
@@ -18520,7 +18549,7 @@ function instance$16($$self, $$props, $$invalidate) {
|
|
18520
18549
|
var MultiColumnItem = class extends SvelteComponent {
|
18521
18550
|
constructor(options) {
|
18522
18551
|
super();
|
18523
|
-
init(this, options, instance$
|
18552
|
+
init(this, options, instance$18, create_fragment$18, safe_not_equal, {
|
18524
18553
|
layerId: 0,
|
18525
18554
|
props: 1
|
18526
18555
|
}, add_css$12);
|
@@ -18533,7 +18562,7 @@ var MultiColumnItem_default = MultiColumnItem;
|
|
18533
18562
|
function add_css$11(target) {
|
18534
18563
|
append_styles(target, "svelte-odfkc2", ".youtube.svelte-odfkc2{position:relative;aspect-ratio:16 / 9;width:100%;border-radius:3px}.youtube.svelte-odfkc2 iframe{position:absolute;width:100%;height:100%;object-fit:cover}");
|
18535
18564
|
}
|
18536
|
-
function create_fragment$
|
18565
|
+
function create_fragment$17(ctx) {
|
18537
18566
|
let div1;
|
18538
18567
|
let div0;
|
18539
18568
|
let div1_id_value;
|
@@ -18599,11 +18628,11 @@ function onPlayerStateChange(event) {
|
|
18599
18628
|
break;
|
18600
18629
|
}
|
18601
18630
|
}
|
18602
|
-
function instance$
|
18631
|
+
function instance$17($$self, $$props, $$invalidate) {
|
18603
18632
|
let style;
|
18604
18633
|
let { props = {} } = $$props;
|
18605
18634
|
let { layerId = "" } = $$props;
|
18606
|
-
useInjectCustomizeCss(props);
|
18635
|
+
useInjectCustomizeCss(props, layerId);
|
18607
18636
|
if (!window.YT) {
|
18608
18637
|
const tag = document.createElement("script");
|
18609
18638
|
tag.src = "https://www.youtube.com/iframe_api";
|
@@ -18682,7 +18711,7 @@ function instance$15($$self, $$props, $$invalidate) {
|
|
18682
18711
|
var Youtube = class extends SvelteComponent {
|
18683
18712
|
constructor(options) {
|
18684
18713
|
super();
|
18685
|
-
init(this, options, instance$
|
18714
|
+
init(this, options, instance$17, create_fragment$17, safe_not_equal, {
|
18686
18715
|
props: 0,
|
18687
18716
|
layerId: 1
|
18688
18717
|
}, add_css$11);
|
@@ -18707,7 +18736,7 @@ const get_default_slot_context$1 = (ctx) => ({
|
|
18707
18736
|
min: ctx[3],
|
18708
18737
|
sec: ctx[2]
|
18709
18738
|
});
|
18710
|
-
function create_fragment$
|
18739
|
+
function create_fragment$16(ctx) {
|
18711
18740
|
let div;
|
18712
18741
|
let div_id_value;
|
18713
18742
|
let div_class_value;
|
@@ -18779,7 +18808,7 @@ function formatTimeDiff(ms) {
|
|
18779
18808
|
sec: diffSec
|
18780
18809
|
};
|
18781
18810
|
}
|
18782
|
-
function instance$
|
18811
|
+
function instance$16($$self, $$props, $$invalidate) {
|
18783
18812
|
let day;
|
18784
18813
|
let hour;
|
18785
18814
|
let min;
|
@@ -18787,7 +18816,7 @@ function instance$14($$self, $$props, $$invalidate) {
|
|
18787
18816
|
let { $$slots: slots = {}, $$scope } = $$props;
|
18788
18817
|
let { props = {} } = $$props;
|
18789
18818
|
let { layerId = "" } = $$props;
|
18790
|
-
useInjectCustomizeCss(props);
|
18819
|
+
useInjectCustomizeCss(props, layerId);
|
18791
18820
|
let remainingTime;
|
18792
18821
|
let timeLimit = props.timeLimit ? new Date(props.timeLimit) : /* @__PURE__ */ new Date();
|
18793
18822
|
function onEachSecond() {
|
@@ -18833,7 +18862,7 @@ function instance$14($$self, $$props, $$invalidate) {
|
|
18833
18862
|
var CountDown = class extends SvelteComponent {
|
18834
18863
|
constructor(options) {
|
18835
18864
|
super();
|
18836
|
-
init(this, options, instance$
|
18865
|
+
init(this, options, instance$16, create_fragment$16, safe_not_equal, {
|
18837
18866
|
props: 0,
|
18838
18867
|
layerId: 1
|
18839
18868
|
}, add_css$10);
|
@@ -18843,8 +18872,8 @@ var CountDown_default = CountDown;
|
|
18843
18872
|
|
18844
18873
|
//#endregion
|
18845
18874
|
//#region src/hooks/useText.ts
|
18846
|
-
const useText = (props) => {
|
18847
|
-
useInjectCustomizeCss(props);
|
18875
|
+
const useText = (props, layerId) => {
|
18876
|
+
useInjectCustomizeCss(props, layerId);
|
18848
18877
|
const { brandKit } = useBrandKit();
|
18849
18878
|
const themeStyles = getTextThemeStyles(brandKit);
|
18850
18879
|
const fontFamilyStyles = props.fontFamilyVariant in FONT_FAMILY_VARIANT ? FONT_FAMILY_VARIANT[props.fontFamilyVariant].getProps(brandKit) : FONT_FAMILY_VARIANT.default.getProps(brandKit);
|
@@ -18900,7 +18929,7 @@ const useText = (props) => {
|
|
18900
18929
|
|
18901
18930
|
//#endregion
|
18902
18931
|
//#region src/components-flex/count-down/CountDownValue.svelte
|
18903
|
-
function create_fragment$
|
18932
|
+
function create_fragment$15(ctx) {
|
18904
18933
|
let span;
|
18905
18934
|
let t;
|
18906
18935
|
let span_id_value;
|
@@ -18946,14 +18975,14 @@ function create_fragment$13(ctx) {
|
|
18946
18975
|
}
|
18947
18976
|
};
|
18948
18977
|
}
|
18949
|
-
function instance$
|
18978
|
+
function instance$15($$self, $$props, $$invalidate) {
|
18950
18979
|
let value;
|
18951
18980
|
let $countdownStore;
|
18952
18981
|
let { props = {} } = $$props;
|
18953
18982
|
let { layerId = "" } = $$props;
|
18954
18983
|
let countdownStore = getContext("countdownStore");
|
18955
18984
|
component_subscribe($$self, countdownStore, (value$1) => $$invalidate(5, $countdownStore = value$1));
|
18956
|
-
let { style } = useText(props);
|
18985
|
+
let { style } = useText(props, layerId);
|
18957
18986
|
$$self.$$set = ($$props$1) => {
|
18958
18987
|
if ("props" in $$props$1) $$invalidate(0, props = $$props$1.props);
|
18959
18988
|
if ("layerId" in $$props$1) $$invalidate(1, layerId = $$props$1.layerId);
|
@@ -18982,7 +19011,7 @@ function instance$13($$self, $$props, $$invalidate) {
|
|
18982
19011
|
var CountDownValue = class extends SvelteComponent {
|
18983
19012
|
constructor(options) {
|
18984
19013
|
super();
|
18985
|
-
init(this, options, instance$
|
19014
|
+
init(this, options, instance$15, create_fragment$15, safe_not_equal, {
|
18986
19015
|
props: 0,
|
18987
19016
|
layerId: 1
|
18988
19017
|
});
|
@@ -18995,7 +19024,7 @@ var CountDownValue_default = CountDownValue;
|
|
18995
19024
|
function add_css$9(target) {
|
18996
19025
|
append_styles(target, "svelte-orhp4c", ".clipboard.svelte-orhp4c{position:relative;display:inline-flex}.clipboard-button.svelte-orhp4c{position:relative;display:inline-flex;align-items:center;white-space:nowrap;gap:12px;background:none;border:0;transition:0.12s;cursor:pointer}.clipboard-button.svelte-orhp4c:hover{opacity:0.8}.clipboard-button.svelte-orhp4c:active{opacity:0.6}.clipboard-tooltip.svelte-orhp4c{position:absolute;top:-8px;left:50%;display:block;transform:translate(-50%, -100%);padding:4px 10px;background-color:#333333;color:#ffffff;font-size:11px;font-weight:bold;border-radius:4px;transition:transform 0.2s ease-out;white-space:nowrap;pointer-events:none}.clipboard-tooltip.svelte-orhp4c:after{content:'';display:block;position:absolute;bottom:0;left:50%;width:8px;height:8px;background-color:#333333;border-radius:1px;transform:translate(-50%, 40%) rotate(45deg)}.clipboard-tooltip[aria-hidden='true'].svelte-orhp4c{opacity:0;transform:translate(-50%, -80%)}");
|
18997
19026
|
}
|
18998
|
-
function create_fragment$
|
19027
|
+
function create_fragment$14(ctx) {
|
18999
19028
|
let div;
|
19000
19029
|
let button;
|
19001
19030
|
let t0;
|
@@ -19090,11 +19119,11 @@ function create_fragment$12(ctx) {
|
|
19090
19119
|
}
|
19091
19120
|
};
|
19092
19121
|
}
|
19093
|
-
function instance$
|
19122
|
+
function instance$14($$self, $$props, $$invalidate) {
|
19094
19123
|
let { $$slots: slots = {}, $$scope } = $$props;
|
19095
19124
|
let { props = {} } = $$props;
|
19096
19125
|
let { layerId = "" } = $$props;
|
19097
|
-
useInjectCustomizeCss(props);
|
19126
|
+
useInjectCustomizeCss(props, layerId);
|
19098
19127
|
let buttonElement;
|
19099
19128
|
let showTooltip = false;
|
19100
19129
|
const handleClick = (e) => {
|
@@ -19133,7 +19162,7 @@ function instance$12($$self, $$props, $$invalidate) {
|
|
19133
19162
|
var ClipCopy = class extends SvelteComponent {
|
19134
19163
|
constructor(options) {
|
19135
19164
|
super();
|
19136
|
-
init(this, options, instance$
|
19165
|
+
init(this, options, instance$14, create_fragment$14, safe_not_equal, {
|
19137
19166
|
props: 0,
|
19138
19167
|
layerId: 1
|
19139
19168
|
}, add_css$9);
|
@@ -19146,7 +19175,7 @@ var ClipCopy_default = ClipCopy;
|
|
19146
19175
|
function add_css$8(target) {
|
19147
19176
|
append_styles(target, "svelte-nekp9e", ".form.svelte-nekp9e{width:100%}");
|
19148
19177
|
}
|
19149
|
-
function create_fragment$
|
19178
|
+
function create_fragment$13(ctx) {
|
19150
19179
|
let div;
|
19151
19180
|
let div_id_value;
|
19152
19181
|
let div_class_value;
|
@@ -19203,11 +19232,11 @@ function create_fragment$11(ctx) {
|
|
19203
19232
|
}
|
19204
19233
|
};
|
19205
19234
|
}
|
19206
|
-
function instance$
|
19235
|
+
function instance$13($$self, $$props, $$invalidate) {
|
19207
19236
|
let { $$slots: slots = {}, $$scope } = $$props;
|
19208
19237
|
let { props = {} } = $$props;
|
19209
19238
|
let { layerId = "" } = $$props;
|
19210
|
-
useInjectCustomizeCss(props);
|
19239
|
+
useInjectCustomizeCss(props, layerId);
|
19211
19240
|
$$self.$$set = ($$props$1) => {
|
19212
19241
|
if ("props" in $$props$1) $$invalidate(0, props = $$props$1.props);
|
19213
19242
|
if ("layerId" in $$props$1) $$invalidate(1, layerId = $$props$1.layerId);
|
@@ -19223,7 +19252,7 @@ function instance$11($$self, $$props, $$invalidate) {
|
|
19223
19252
|
var Form = class extends SvelteComponent {
|
19224
19253
|
constructor(options) {
|
19225
19254
|
super();
|
19226
|
-
init(this, options, instance$
|
19255
|
+
init(this, options, instance$13, create_fragment$13, safe_not_equal, {
|
19227
19256
|
props: 0,
|
19228
19257
|
layerId: 1
|
19229
19258
|
}, add_css$8);
|
@@ -19253,7 +19282,7 @@ function add_css$7(target) {
|
|
19253
19282
|
}
|
19254
19283
|
const get_default_slot_changes = (dirty) => ({ "data-layer-id": dirty & 2 });
|
19255
19284
|
const get_default_slot_context = (ctx) => ({ "data-layer-id": ctx[1] });
|
19256
|
-
function create_if_block_1$
|
19285
|
+
function create_if_block_1$2(ctx) {
|
19257
19286
|
let dt;
|
19258
19287
|
let span;
|
19259
19288
|
let t0_value = ctx[0].label + "";
|
@@ -19341,7 +19370,7 @@ function create_if_block_2(ctx) {
|
|
19341
19370
|
}
|
19342
19371
|
};
|
19343
19372
|
}
|
19344
|
-
function create_if_block$
|
19373
|
+
function create_if_block$4(ctx) {
|
19345
19374
|
let p;
|
19346
19375
|
let t;
|
19347
19376
|
return {
|
@@ -19372,17 +19401,17 @@ function create_if_block$3(ctx) {
|
|
19372
19401
|
}
|
19373
19402
|
};
|
19374
19403
|
}
|
19375
|
-
function create_fragment$
|
19404
|
+
function create_fragment$12(ctx) {
|
19376
19405
|
let dl;
|
19377
19406
|
let dd;
|
19378
19407
|
let t;
|
19379
19408
|
let dl_id_value;
|
19380
19409
|
let dl_class_value;
|
19381
19410
|
let current;
|
19382
|
-
let if_block0 = ctx[0].label && create_if_block_1$
|
19411
|
+
let if_block0 = ctx[0].label && create_if_block_1$2(ctx);
|
19383
19412
|
const default_slot_template = ctx[8].default;
|
19384
19413
|
const default_slot = create_slot(default_slot_template, ctx, ctx[7], get_default_slot_context);
|
19385
|
-
let if_block1 = ctx[3] && ctx[2] && create_if_block$
|
19414
|
+
let if_block1 = ctx[3] && ctx[2] && create_if_block$4(ctx);
|
19386
19415
|
return {
|
19387
19416
|
c() {
|
19388
19417
|
dl = element("dl");
|
@@ -19434,7 +19463,7 @@ function create_fragment$10(ctx) {
|
|
19434
19463
|
p(ctx$1, [dirty]) {
|
19435
19464
|
if (ctx$1[0].label) if (if_block0) if_block0.p(ctx$1, dirty);
|
19436
19465
|
else {
|
19437
|
-
if_block0 = create_if_block_1$
|
19466
|
+
if_block0 = create_if_block_1$2(ctx$1);
|
19438
19467
|
if_block0.c();
|
19439
19468
|
if_block0.m(dl, dd);
|
19440
19469
|
}
|
@@ -19447,7 +19476,7 @@ function create_fragment$10(ctx) {
|
|
19447
19476
|
}
|
19448
19477
|
if (ctx$1[3] && ctx$1[2]) if (if_block1) if_block1.p(ctx$1, dirty);
|
19449
19478
|
else {
|
19450
|
-
if_block1 = create_if_block$
|
19479
|
+
if_block1 = create_if_block$4(ctx$1);
|
19451
19480
|
if_block1.c();
|
19452
19481
|
if_block1.m(dd, null);
|
19453
19482
|
}
|
@@ -19481,13 +19510,13 @@ function create_fragment$10(ctx) {
|
|
19481
19510
|
}
|
19482
19511
|
};
|
19483
19512
|
}
|
19484
|
-
function instance$
|
19513
|
+
function instance$12($$self, $$props, $$invalidate) {
|
19485
19514
|
let variables$1;
|
19486
19515
|
let style;
|
19487
19516
|
let { $$slots: slots = {}, $$scope } = $$props;
|
19488
19517
|
let { props = {} } = $$props;
|
19489
19518
|
let { layerId = "" } = $$props;
|
19490
|
-
useInjectCustomizeCss(props);
|
19519
|
+
useInjectCustomizeCss(props, layerId);
|
19491
19520
|
const { brandKit } = useBrandKit();
|
19492
19521
|
let registeredFieldName = "";
|
19493
19522
|
let errorMessage = null;
|
@@ -19520,7 +19549,9 @@ function instance$10($$self, $$props, $$invalidate) {
|
|
19520
19549
|
type: props.fieldType,
|
19521
19550
|
name: props.fieldName,
|
19522
19551
|
defaultValue: props.defaultValue,
|
19523
|
-
required: props.required
|
19552
|
+
required: props.required,
|
19553
|
+
validations: props.validations,
|
19554
|
+
isIdentify: props.isIdentify
|
19524
19555
|
});
|
19525
19556
|
formStore.subscribe(($store) => {
|
19526
19557
|
$$invalidate(2, errorMessage = $store.states[props.fieldName]?.errorMessage ?? null);
|
@@ -19545,7 +19576,7 @@ function instance$10($$self, $$props, $$invalidate) {
|
|
19545
19576
|
var FormField = class extends SvelteComponent {
|
19546
19577
|
constructor(options) {
|
19547
19578
|
super();
|
19548
|
-
init(this, options, instance$
|
19579
|
+
init(this, options, instance$12, create_fragment$12, safe_not_equal, {
|
19549
19580
|
props: 0,
|
19550
19581
|
layerId: 1
|
19551
19582
|
}, add_css$7);
|
@@ -19565,12 +19596,22 @@ const FORM_FIELD_LABEL_THEME = {
|
|
19565
19596
|
gray: "グレー",
|
19566
19597
|
brand: "ブランド"
|
19567
19598
|
};
|
19599
|
+
const FORM_IDENTIFY_FIELD_TYPE = {
|
19600
|
+
email: "メールアドレス",
|
19601
|
+
subscription: "メールマガジン登録",
|
19602
|
+
phone: "電話番号",
|
19603
|
+
phone_subscribe: "SMS配信許可",
|
19604
|
+
first_name: "名前(名)",
|
19605
|
+
last_name: "名前(姓)",
|
19606
|
+
address: "住所"
|
19607
|
+
};
|
19568
19608
|
const FORM_FIELD_TYPE = {
|
19569
19609
|
INPUT: "input",
|
19570
19610
|
SELECT: "select",
|
19571
19611
|
CHECKBOX: "checkbox",
|
19572
19612
|
CHECKBOXES: "checkboxes",
|
19573
19613
|
RADIOS: "radio",
|
19614
|
+
BOOLEAN: "boolean",
|
19574
19615
|
TEXTAREA: "textarea"
|
19575
19616
|
};
|
19576
19617
|
const FORM_FIELD_VARIANT = {
|
@@ -19596,7 +19637,7 @@ const FORM_INPUT_TYPE = {
|
|
19596
19637
|
|
19597
19638
|
//#endregion
|
19598
19639
|
//#region src/components-flex/state/Header.svelte
|
19599
|
-
function create_if_block$
|
19640
|
+
function create_if_block$3(ctx) {
|
19600
19641
|
let link;
|
19601
19642
|
return {
|
19602
19643
|
c() {
|
@@ -19627,9 +19668,9 @@ function create_if_block$2(ctx) {
|
|
19627
19668
|
}
|
19628
19669
|
};
|
19629
19670
|
}
|
19630
|
-
function create_fragment$
|
19671
|
+
function create_fragment$11(ctx) {
|
19631
19672
|
let if_block_anchor;
|
19632
|
-
let if_block = ctx[0] && create_if_block$
|
19673
|
+
let if_block = ctx[0] && create_if_block$3(ctx);
|
19633
19674
|
return {
|
19634
19675
|
c() {
|
19635
19676
|
if (if_block) if_block.c();
|
@@ -19648,7 +19689,7 @@ function create_fragment$9(ctx) {
|
|
19648
19689
|
p(ctx$1, [dirty]) {
|
19649
19690
|
if (ctx$1[0]) if (if_block) if_block.p(ctx$1, dirty);
|
19650
19691
|
else {
|
19651
|
-
if_block = create_if_block$
|
19692
|
+
if_block = create_if_block$3(ctx$1);
|
19652
19693
|
if_block.c();
|
19653
19694
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
19654
19695
|
}
|
@@ -19665,7 +19706,7 @@ function create_fragment$9(ctx) {
|
|
19665
19706
|
}
|
19666
19707
|
};
|
19667
19708
|
}
|
19668
|
-
function instance$
|
19709
|
+
function instance$11($$self, $$props, $$invalidate) {
|
19669
19710
|
let $fonts;
|
19670
19711
|
component_subscribe($$self, fonts, ($$value) => $$invalidate(1, $fonts = $$value));
|
19671
19712
|
let googleFontUrl = "";
|
@@ -19683,14 +19724,14 @@ function instance$9($$self, $$props, $$invalidate) {
|
|
19683
19724
|
var Header = class extends SvelteComponent {
|
19684
19725
|
constructor(options) {
|
19685
19726
|
super();
|
19686
|
-
init(this, options, instance$
|
19727
|
+
init(this, options, instance$11, create_fragment$11, safe_not_equal, {});
|
19687
19728
|
}
|
19688
19729
|
};
|
19689
19730
|
var Header_default = Header;
|
19690
19731
|
|
19691
19732
|
//#endregion
|
19692
19733
|
//#region src/components-flex/state/State.svelte
|
19693
|
-
function create_fragment$
|
19734
|
+
function create_fragment$10(ctx) {
|
19694
19735
|
let header;
|
19695
19736
|
let t;
|
19696
19737
|
let current;
|
@@ -19737,7 +19778,7 @@ function create_fragment$8(ctx) {
|
|
19737
19778
|
}
|
19738
19779
|
};
|
19739
19780
|
}
|
19740
|
-
function instance$
|
19781
|
+
function instance$10($$self, $$props, $$invalidate) {
|
19741
19782
|
let { $$slots: slots = {}, $$scope } = $$props;
|
19742
19783
|
let { customBrandKit = void 0 } = $$props;
|
19743
19784
|
setContext("brandKit", getBrandKit(customBrandKit));
|
@@ -19754,7 +19795,7 @@ function instance$8($$self, $$props, $$invalidate) {
|
|
19754
19795
|
var State = class extends SvelteComponent {
|
19755
19796
|
constructor(options) {
|
19756
19797
|
super();
|
19757
|
-
init(this, options, instance$
|
19798
|
+
init(this, options, instance$10, create_fragment$10, safe_not_equal, { customBrandKit: 0 });
|
19758
19799
|
}
|
19759
19800
|
};
|
19760
19801
|
var State_default$1 = State;
|
@@ -19764,7 +19805,7 @@ var State_default$1 = State;
|
|
19764
19805
|
function add_css$6(target) {
|
19765
19806
|
append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
|
19766
19807
|
}
|
19767
|
-
function create_if_block$
|
19808
|
+
function create_if_block$2(ctx) {
|
19768
19809
|
let div;
|
19769
19810
|
let t;
|
19770
19811
|
let current;
|
@@ -19819,10 +19860,10 @@ function create_if_block$1(ctx) {
|
|
19819
19860
|
}
|
19820
19861
|
};
|
19821
19862
|
}
|
19822
|
-
function create_fragment$
|
19863
|
+
function create_fragment$9(ctx) {
|
19823
19864
|
let if_block_anchor;
|
19824
19865
|
let current;
|
19825
|
-
let if_block = ctx[1] === ctx[0] && create_if_block$
|
19866
|
+
let if_block = ctx[1] === ctx[0] && create_if_block$2(ctx);
|
19826
19867
|
return {
|
19827
19868
|
c() {
|
19828
19869
|
if (if_block) if_block.c();
|
@@ -19842,7 +19883,7 @@ function create_fragment$7(ctx) {
|
|
19842
19883
|
if_block.p(ctx$1, dirty);
|
19843
19884
|
if (dirty & 3) transition_in(if_block, 1);
|
19844
19885
|
} else {
|
19845
|
-
if_block = create_if_block$
|
19886
|
+
if_block = create_if_block$2(ctx$1);
|
19846
19887
|
if_block.c();
|
19847
19888
|
transition_in(if_block, 1);
|
19848
19889
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
@@ -19871,7 +19912,7 @@ function create_fragment$7(ctx) {
|
|
19871
19912
|
};
|
19872
19913
|
}
|
19873
19914
|
const STATE_ITEM_CONTEXT_KEY = Symbol();
|
19874
|
-
function instance$
|
19915
|
+
function instance$9($$self, $$props, $$invalidate) {
|
19875
19916
|
let $state;
|
19876
19917
|
component_subscribe($$self, state, ($$value) => $$invalidate(1, $state = $$value));
|
19877
19918
|
let { $$slots: slots = {}, $$scope } = $$props;
|
@@ -19894,7 +19935,7 @@ function instance$7($$self, $$props, $$invalidate) {
|
|
19894
19935
|
var StateItem = class extends SvelteComponent {
|
19895
19936
|
constructor(options) {
|
19896
19937
|
super();
|
19897
|
-
init(this, options, instance$
|
19938
|
+
init(this, options, instance$9, create_fragment$9, safe_not_equal, { path: 0 }, add_css$6);
|
19898
19939
|
}
|
19899
19940
|
};
|
19900
19941
|
var StateItem_default$1 = StateItem;
|
@@ -19904,7 +19945,7 @@ var StateItem_default$1 = StateItem;
|
|
19904
19945
|
function add_css$5(target) {
|
19905
19946
|
append_styles(target, "svelte-13tkwh0", ".embed.svelte-13tkwh0{width:var(--width);height:var(--height);aspect-ratio:var(--aspect)}.embed.svelte-13tkwh0 iframe{vertical-align:bottom;max-width:100%;width:var(--width) !important;height:var(--height) !important;aspect-ratio:var(--aspect) !important}");
|
19906
19947
|
}
|
19907
|
-
function create_fragment$
|
19948
|
+
function create_fragment$8(ctx) {
|
19908
19949
|
let div;
|
19909
19950
|
let raw_value = ctx[0].iframe + "";
|
19910
19951
|
let div_id_value;
|
@@ -19949,13 +19990,13 @@ function create_fragment$6(ctx) {
|
|
19949
19990
|
}
|
19950
19991
|
};
|
19951
19992
|
}
|
19952
|
-
function instance$
|
19993
|
+
function instance$8($$self, $$props, $$invalidate) {
|
19953
19994
|
let variables$1;
|
19954
19995
|
let styleObj;
|
19955
19996
|
let style;
|
19956
19997
|
let { props = {} } = $$props;
|
19957
19998
|
let { layerId = "" } = $$props;
|
19958
|
-
useInjectCustomizeCss(props);
|
19999
|
+
useInjectCustomizeCss(props, layerId);
|
19959
20000
|
const aspectVariantStyles = ASPECT_VARIANT[props.aspectVariant]?.getProps();
|
19960
20001
|
const width = props.width ?? "100%";
|
19961
20002
|
$$self.$$set = ($$props$1) => {
|
@@ -19985,7 +20026,7 @@ function instance$6($$self, $$props, $$invalidate) {
|
|
19985
20026
|
var Embed = class extends SvelteComponent {
|
19986
20027
|
constructor(options) {
|
19987
20028
|
super();
|
19988
|
-
init(this, options, instance$
|
20029
|
+
init(this, options, instance$8, create_fragment$8, safe_not_equal, {
|
19989
20030
|
props: 0,
|
19990
20031
|
layerId: 1
|
19991
20032
|
}, add_css$5);
|
@@ -20061,7 +20102,7 @@ function create_default_slot$5(ctx) {
|
|
20061
20102
|
}
|
20062
20103
|
};
|
20063
20104
|
}
|
20064
|
-
function create_fragment$
|
20105
|
+
function create_fragment$7(ctx) {
|
20065
20106
|
let formfield;
|
20066
20107
|
let current;
|
20067
20108
|
formfield = new FormField_default({ props: {
|
@@ -20105,16 +20146,15 @@ function create_fragment$5(ctx) {
|
|
20105
20146
|
}
|
20106
20147
|
};
|
20107
20148
|
}
|
20108
|
-
function instance$
|
20149
|
+
function instance$7($$self, $$props, $$invalidate) {
|
20109
20150
|
let variant;
|
20110
20151
|
let size;
|
20111
20152
|
let variables$1;
|
20112
20153
|
let style;
|
20113
|
-
let type;
|
20114
20154
|
let { props = {} } = $$props;
|
20115
20155
|
let { layerId = "" } = $$props;
|
20116
20156
|
const { brandKit } = useBrandKit();
|
20117
|
-
useInjectCustomizeCss(props);
|
20157
|
+
useInjectCustomizeCss(props, layerId);
|
20118
20158
|
let value = "";
|
20119
20159
|
const handleBlur = () => {
|
20120
20160
|
if (props.fieldName) {
|
@@ -20150,7 +20190,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
20150
20190
|
};
|
20151
20191
|
})());
|
20152
20192
|
if ($$self.$$.dirty & 256) $: $$invalidate(3, style = objToStyle({ ...variables$1 }));
|
20153
|
-
if ($$self.$$.dirty & 1) $:
|
20193
|
+
if ($$self.$$.dirty & 1) $: (() => {
|
20154
20194
|
if (props.inputType === "url") return "url";
|
20155
20195
|
if (props.inputType === "tel") return "tel";
|
20156
20196
|
if (props.inputType === "email") return "email";
|
@@ -20173,7 +20213,7 @@ function instance$5($$self, $$props, $$invalidate) {
|
|
20173
20213
|
var FormInput = class extends SvelteComponent {
|
20174
20214
|
constructor(options) {
|
20175
20215
|
super();
|
20176
|
-
init(this, options, instance$
|
20216
|
+
init(this, options, instance$7, create_fragment$7, safe_not_equal, {
|
20177
20217
|
props: 0,
|
20178
20218
|
layerId: 1
|
20179
20219
|
}, add_css$4);
|
@@ -20252,7 +20292,7 @@ function create_default_slot$4(ctx) {
|
|
20252
20292
|
}
|
20253
20293
|
};
|
20254
20294
|
}
|
20255
|
-
function create_fragment$
|
20295
|
+
function create_fragment$6(ctx) {
|
20256
20296
|
let formfield;
|
20257
20297
|
let current;
|
20258
20298
|
formfield = new FormField_default({ props: {
|
@@ -20296,7 +20336,7 @@ function create_fragment$4(ctx) {
|
|
20296
20336
|
}
|
20297
20337
|
};
|
20298
20338
|
}
|
20299
|
-
function instance$
|
20339
|
+
function instance$6($$self, $$props, $$invalidate) {
|
20300
20340
|
let variant;
|
20301
20341
|
let size;
|
20302
20342
|
let variables$1;
|
@@ -20304,7 +20344,7 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
20304
20344
|
let { props = {} } = $$props;
|
20305
20345
|
let { layerId = "" } = $$props;
|
20306
20346
|
const { brandKit } = useBrandKit();
|
20307
|
-
useInjectCustomizeCss(props);
|
20347
|
+
useInjectCustomizeCss(props, layerId);
|
20308
20348
|
let value = "";
|
20309
20349
|
const handleBlur = () => {
|
20310
20350
|
if (props.fieldName) {
|
@@ -20357,7 +20397,7 @@ function instance$4($$self, $$props, $$invalidate) {
|
|
20357
20397
|
var FormTextarea = class extends SvelteComponent {
|
20358
20398
|
constructor(options) {
|
20359
20399
|
super();
|
20360
|
-
init(this, options, instance$
|
20400
|
+
init(this, options, instance$6, create_fragment$6, safe_not_equal, {
|
20361
20401
|
props: 0,
|
20362
20402
|
layerId: 1
|
20363
20403
|
}, add_css$3);
|
@@ -20519,7 +20559,7 @@ function create_default_slot$3(ctx) {
|
|
20519
20559
|
}
|
20520
20560
|
};
|
20521
20561
|
}
|
20522
|
-
function create_fragment$
|
20562
|
+
function create_fragment$5(ctx) {
|
20523
20563
|
let formfield;
|
20524
20564
|
let current;
|
20525
20565
|
formfield = new FormField_default({ props: {
|
@@ -20563,7 +20603,7 @@ function create_fragment$3(ctx) {
|
|
20563
20603
|
}
|
20564
20604
|
};
|
20565
20605
|
}
|
20566
|
-
function instance$
|
20606
|
+
function instance$5($$self, $$props, $$invalidate) {
|
20567
20607
|
let variant;
|
20568
20608
|
let size;
|
20569
20609
|
let isEmpty$1;
|
@@ -20572,7 +20612,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
20572
20612
|
let { props = {} } = $$props;
|
20573
20613
|
let { layerId = "" } = $$props;
|
20574
20614
|
const { brandKit } = useBrandKit();
|
20575
|
-
useInjectCustomizeCss(props);
|
20615
|
+
useInjectCustomizeCss(props, layerId);
|
20576
20616
|
let value = "";
|
20577
20617
|
const handleChange = () => {
|
20578
20618
|
if (props.fieldName) {
|
@@ -20624,7 +20664,7 @@ function instance$3($$self, $$props, $$invalidate) {
|
|
20624
20664
|
var FormSelect = class extends SvelteComponent {
|
20625
20665
|
constructor(options) {
|
20626
20666
|
super();
|
20627
|
-
init(this, options, instance$
|
20667
|
+
init(this, options, instance$5, create_fragment$5, safe_not_equal, {
|
20628
20668
|
props: 0,
|
20629
20669
|
layerId: 1
|
20630
20670
|
}, add_css$2);
|
@@ -20807,7 +20847,7 @@ function create_default_slot$2(ctx) {
|
|
20807
20847
|
}
|
20808
20848
|
};
|
20809
20849
|
}
|
20810
|
-
function create_fragment$
|
20850
|
+
function create_fragment$4(ctx) {
|
20811
20851
|
let formfield;
|
20812
20852
|
let current;
|
20813
20853
|
formfield = new FormField_default({ props: {
|
@@ -20851,7 +20891,7 @@ function create_fragment$2(ctx) {
|
|
20851
20891
|
}
|
20852
20892
|
};
|
20853
20893
|
}
|
20854
|
-
function instance$
|
20894
|
+
function instance$4($$self, $$props, $$invalidate) {
|
20855
20895
|
let variant;
|
20856
20896
|
let size;
|
20857
20897
|
let options;
|
@@ -20859,7 +20899,7 @@ function instance$2($$self, $$props, $$invalidate) {
|
|
20859
20899
|
let listStyles;
|
20860
20900
|
let { props = {} } = $$props;
|
20861
20901
|
let { layerId = "" } = $$props;
|
20862
|
-
useInjectCustomizeCss(props);
|
20902
|
+
useInjectCustomizeCss(props, layerId);
|
20863
20903
|
const { brandKit } = useBrandKit();
|
20864
20904
|
let values = [];
|
20865
20905
|
const handleChange = () => {
|
@@ -20903,7 +20943,7 @@ function instance$2($$self, $$props, $$invalidate) {
|
|
20903
20943
|
})(),
|
20904
20944
|
"--checkbox-check-size": (() => {
|
20905
20945
|
if (size === "small") return "14x";
|
20906
|
-
if (size === "large") return "
|
20946
|
+
if (size === "large") return "18px";
|
20907
20947
|
return "16px";
|
20908
20948
|
})(),
|
20909
20949
|
"--checkbox-check-radius": (() => {
|
@@ -20940,7 +20980,7 @@ function instance$2($$self, $$props, $$invalidate) {
|
|
20940
20980
|
var FormCheckboxes = class extends SvelteComponent {
|
20941
20981
|
constructor(options) {
|
20942
20982
|
super();
|
20943
|
-
init(this, options, instance$
|
20983
|
+
init(this, options, instance$4, create_fragment$4, safe_not_equal, {
|
20944
20984
|
props: 0,
|
20945
20985
|
layerId: 1
|
20946
20986
|
}, add_css$1);
|
@@ -21123,7 +21163,7 @@ function create_default_slot$1(ctx) {
|
|
21123
21163
|
}
|
21124
21164
|
};
|
21125
21165
|
}
|
21126
|
-
function create_fragment$
|
21166
|
+
function create_fragment$3(ctx) {
|
21127
21167
|
let formfield;
|
21128
21168
|
let current;
|
21129
21169
|
formfield = new FormField_default({ props: {
|
@@ -21167,7 +21207,7 @@ function create_fragment$1(ctx) {
|
|
21167
21207
|
}
|
21168
21208
|
};
|
21169
21209
|
}
|
21170
|
-
function instance$
|
21210
|
+
function instance$3($$self, $$props, $$invalidate) {
|
21171
21211
|
let variant;
|
21172
21212
|
let size;
|
21173
21213
|
let options;
|
@@ -21175,7 +21215,7 @@ function instance$1($$self, $$props, $$invalidate) {
|
|
21175
21215
|
let listStyles;
|
21176
21216
|
let { props = {} } = $$props;
|
21177
21217
|
let { layerId = "" } = $$props;
|
21178
|
-
useInjectCustomizeCss(props);
|
21218
|
+
useInjectCustomizeCss(props, layerId);
|
21179
21219
|
const { brandKit } = useBrandKit();
|
21180
21220
|
let value = "";
|
21181
21221
|
const handleChange = () => {
|
@@ -21261,7 +21301,7 @@ function instance$1($$self, $$props, $$invalidate) {
|
|
21261
21301
|
var FormRadios = class extends SvelteComponent {
|
21262
21302
|
constructor(options) {
|
21263
21303
|
super();
|
21264
|
-
init(this, options, instance$
|
21304
|
+
init(this, options, instance$3, create_fragment$3, safe_not_equal, {
|
21265
21305
|
props: 0,
|
21266
21306
|
layerId: 1
|
21267
21307
|
}, add_css);
|
@@ -21269,6 +21309,290 @@ var FormRadios = class extends SvelteComponent {
|
|
21269
21309
|
};
|
21270
21310
|
var FormRadios_default = FormRadios;
|
21271
21311
|
|
21312
|
+
//#endregion
|
21313
|
+
//#region src/components-flex/form/FormBoolean.svelte
|
21314
|
+
function create_fragment$2(ctx) {
|
21315
|
+
let formradios;
|
21316
|
+
let current;
|
21317
|
+
formradios = new FormRadios_default({ props: {
|
21318
|
+
layerId: ctx[1],
|
21319
|
+
props: ctx[0]
|
21320
|
+
} });
|
21321
|
+
return {
|
21322
|
+
c() {
|
21323
|
+
create_component(formradios.$$.fragment);
|
21324
|
+
},
|
21325
|
+
l(nodes) {
|
21326
|
+
claim_component(formradios.$$.fragment, nodes);
|
21327
|
+
},
|
21328
|
+
m(target, anchor) {
|
21329
|
+
mount_component(formradios, target, anchor);
|
21330
|
+
current = true;
|
21331
|
+
},
|
21332
|
+
p(ctx$1, [dirty]) {
|
21333
|
+
const formradios_changes = {};
|
21334
|
+
if (dirty & 2) formradios_changes.layerId = ctx$1[1];
|
21335
|
+
if (dirty & 1) formradios_changes.props = ctx$1[0];
|
21336
|
+
formradios.$set(formradios_changes);
|
21337
|
+
},
|
21338
|
+
i(local) {
|
21339
|
+
if (current) return;
|
21340
|
+
transition_in(formradios.$$.fragment, local);
|
21341
|
+
current = true;
|
21342
|
+
},
|
21343
|
+
o(local) {
|
21344
|
+
transition_out(formradios.$$.fragment, local);
|
21345
|
+
current = false;
|
21346
|
+
},
|
21347
|
+
d(detaching) {
|
21348
|
+
destroy_component(formradios, detaching);
|
21349
|
+
}
|
21350
|
+
};
|
21351
|
+
}
|
21352
|
+
function instance$2($$self, $$props, $$invalidate) {
|
21353
|
+
let { props = {} } = $$props;
|
21354
|
+
let { layerId = "" } = $$props;
|
21355
|
+
$$self.$$set = ($$props$1) => {
|
21356
|
+
if ("props" in $$props$1) $$invalidate(0, props = $$props$1.props);
|
21357
|
+
if ("layerId" in $$props$1) $$invalidate(1, layerId = $$props$1.layerId);
|
21358
|
+
};
|
21359
|
+
return [props, layerId];
|
21360
|
+
}
|
21361
|
+
var FormBoolean = class extends SvelteComponent {
|
21362
|
+
constructor(options) {
|
21363
|
+
super();
|
21364
|
+
init(this, options, instance$2, create_fragment$2, safe_not_equal, {
|
21365
|
+
props: 0,
|
21366
|
+
layerId: 1
|
21367
|
+
});
|
21368
|
+
}
|
21369
|
+
};
|
21370
|
+
var FormBoolean_default = FormBoolean;
|
21371
|
+
|
21372
|
+
//#endregion
|
21373
|
+
//#region src/components-flex/form/FormIdentifyField.svelte
|
21374
|
+
function create_else_block(ctx) {
|
21375
|
+
return {
|
21376
|
+
c: noop,
|
21377
|
+
l: noop,
|
21378
|
+
m: noop,
|
21379
|
+
p: noop,
|
21380
|
+
i: noop,
|
21381
|
+
o: noop,
|
21382
|
+
d: noop
|
21383
|
+
};
|
21384
|
+
}
|
21385
|
+
function create_if_block_1$1(ctx) {
|
21386
|
+
let formboolean;
|
21387
|
+
let current;
|
21388
|
+
formboolean = new FormBoolean_default({ props: {
|
21389
|
+
layerId: ctx[0],
|
21390
|
+
props: ctx[1]
|
21391
|
+
} });
|
21392
|
+
return {
|
21393
|
+
c() {
|
21394
|
+
create_component(formboolean.$$.fragment);
|
21395
|
+
},
|
21396
|
+
l(nodes) {
|
21397
|
+
claim_component(formboolean.$$.fragment, nodes);
|
21398
|
+
},
|
21399
|
+
m(target, anchor) {
|
21400
|
+
mount_component(formboolean, target, anchor);
|
21401
|
+
current = true;
|
21402
|
+
},
|
21403
|
+
p(ctx$1, dirty) {
|
21404
|
+
const formboolean_changes = {};
|
21405
|
+
if (dirty & 1) formboolean_changes.layerId = ctx$1[0];
|
21406
|
+
if (dirty & 2) formboolean_changes.props = ctx$1[1];
|
21407
|
+
formboolean.$set(formboolean_changes);
|
21408
|
+
},
|
21409
|
+
i(local) {
|
21410
|
+
if (current) return;
|
21411
|
+
transition_in(formboolean.$$.fragment, local);
|
21412
|
+
current = true;
|
21413
|
+
},
|
21414
|
+
o(local) {
|
21415
|
+
transition_out(formboolean.$$.fragment, local);
|
21416
|
+
current = false;
|
21417
|
+
},
|
21418
|
+
d(detaching) {
|
21419
|
+
destroy_component(formboolean, detaching);
|
21420
|
+
}
|
21421
|
+
};
|
21422
|
+
}
|
21423
|
+
function create_if_block$1(ctx) {
|
21424
|
+
let forminput;
|
21425
|
+
let current;
|
21426
|
+
forminput = new FormInput_default({ props: {
|
21427
|
+
layerId: ctx[0],
|
21428
|
+
props: ctx[2]
|
21429
|
+
} });
|
21430
|
+
return {
|
21431
|
+
c() {
|
21432
|
+
create_component(forminput.$$.fragment);
|
21433
|
+
},
|
21434
|
+
l(nodes) {
|
21435
|
+
claim_component(forminput.$$.fragment, nodes);
|
21436
|
+
},
|
21437
|
+
m(target, anchor) {
|
21438
|
+
mount_component(forminput, target, anchor);
|
21439
|
+
current = true;
|
21440
|
+
},
|
21441
|
+
p(ctx$1, dirty) {
|
21442
|
+
const forminput_changes = {};
|
21443
|
+
if (dirty & 1) forminput_changes.layerId = ctx$1[0];
|
21444
|
+
if (dirty & 4) forminput_changes.props = ctx$1[2];
|
21445
|
+
forminput.$set(forminput_changes);
|
21446
|
+
},
|
21447
|
+
i(local) {
|
21448
|
+
if (current) return;
|
21449
|
+
transition_in(forminput.$$.fragment, local);
|
21450
|
+
current = true;
|
21451
|
+
},
|
21452
|
+
o(local) {
|
21453
|
+
transition_out(forminput.$$.fragment, local);
|
21454
|
+
current = false;
|
21455
|
+
},
|
21456
|
+
d(detaching) {
|
21457
|
+
destroy_component(forminput, detaching);
|
21458
|
+
}
|
21459
|
+
};
|
21460
|
+
}
|
21461
|
+
function create_fragment$1(ctx) {
|
21462
|
+
let current_block_type_index;
|
21463
|
+
let if_block;
|
21464
|
+
let if_block_anchor;
|
21465
|
+
let current;
|
21466
|
+
const if_block_creators = [
|
21467
|
+
create_if_block$1,
|
21468
|
+
create_if_block_1$1,
|
21469
|
+
create_else_block
|
21470
|
+
];
|
21471
|
+
const if_blocks = [];
|
21472
|
+
function select_block_type(ctx$1, dirty) {
|
21473
|
+
if (ctx$1[2]) return 0;
|
21474
|
+
if (ctx$1[1]) return 1;
|
21475
|
+
return 2;
|
21476
|
+
}
|
21477
|
+
current_block_type_index = select_block_type(ctx, -1);
|
21478
|
+
if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
21479
|
+
return {
|
21480
|
+
c() {
|
21481
|
+
if_block.c();
|
21482
|
+
if_block_anchor = empty();
|
21483
|
+
},
|
21484
|
+
l(nodes) {
|
21485
|
+
if_block.l(nodes);
|
21486
|
+
if_block_anchor = empty();
|
21487
|
+
},
|
21488
|
+
m(target, anchor) {
|
21489
|
+
if_blocks[current_block_type_index].m(target, anchor);
|
21490
|
+
insert_hydration(target, if_block_anchor, anchor);
|
21491
|
+
current = true;
|
21492
|
+
},
|
21493
|
+
p(ctx$1, [dirty]) {
|
21494
|
+
let previous_block_index = current_block_type_index;
|
21495
|
+
current_block_type_index = select_block_type(ctx$1, dirty);
|
21496
|
+
if (current_block_type_index === previous_block_index) if_blocks[current_block_type_index].p(ctx$1, dirty);
|
21497
|
+
else {
|
21498
|
+
group_outros();
|
21499
|
+
transition_out(if_blocks[previous_block_index], 1, 1, () => {
|
21500
|
+
if_blocks[previous_block_index] = null;
|
21501
|
+
});
|
21502
|
+
check_outros();
|
21503
|
+
if_block = if_blocks[current_block_type_index];
|
21504
|
+
if (!if_block) {
|
21505
|
+
if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx$1);
|
21506
|
+
if_block.c();
|
21507
|
+
} else if_block.p(ctx$1, dirty);
|
21508
|
+
transition_in(if_block, 1);
|
21509
|
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
21510
|
+
}
|
21511
|
+
},
|
21512
|
+
i(local) {
|
21513
|
+
if (current) return;
|
21514
|
+
transition_in(if_block);
|
21515
|
+
current = true;
|
21516
|
+
},
|
21517
|
+
o(local) {
|
21518
|
+
transition_out(if_block);
|
21519
|
+
current = false;
|
21520
|
+
},
|
21521
|
+
d(detaching) {
|
21522
|
+
if_blocks[current_block_type_index].d(detaching);
|
21523
|
+
if (detaching) detach(if_block_anchor);
|
21524
|
+
}
|
21525
|
+
};
|
21526
|
+
}
|
21527
|
+
function instance$1($$self, $$props, $$invalidate) {
|
21528
|
+
let fieldType;
|
21529
|
+
let fieldProps;
|
21530
|
+
let inputProps;
|
21531
|
+
let booleanProps;
|
21532
|
+
let { props = {} } = $$props;
|
21533
|
+
let { layerId = "" } = $$props;
|
21534
|
+
useInjectCustomizeCss(props, layerId);
|
21535
|
+
const identifyType = props.identifyType ?? "email";
|
21536
|
+
$$self.$$set = ($$props$1) => {
|
21537
|
+
if ("props" in $$props$1) $$invalidate(3, props = $$props$1.props);
|
21538
|
+
if ("layerId" in $$props$1) $$invalidate(0, layerId = $$props$1.layerId);
|
21539
|
+
};
|
21540
|
+
$$self.$$.update = () => {
|
21541
|
+
if ($$self.$$.dirty & 40) $: $$invalidate(4, fieldProps = (() => {
|
21542
|
+
return {
|
21543
|
+
...props,
|
21544
|
+
fieldType,
|
21545
|
+
fieldName: identifyType,
|
21546
|
+
isIdentify: true
|
21547
|
+
};
|
21548
|
+
})());
|
21549
|
+
if ($$self.$$.dirty & 56) $: $$invalidate(2, inputProps = (() => {
|
21550
|
+
if (fieldType !== "input") return null;
|
21551
|
+
return {
|
21552
|
+
...fieldProps,
|
21553
|
+
...props.inputProps ?? {}
|
21554
|
+
};
|
21555
|
+
})());
|
21556
|
+
if ($$self.$$.dirty & 56) $: $$invalidate(1, booleanProps = (() => {
|
21557
|
+
if (fieldType !== "boolean") return null;
|
21558
|
+
return {
|
21559
|
+
...fieldProps,
|
21560
|
+
...props.checkerProps ?? {}
|
21561
|
+
};
|
21562
|
+
})());
|
21563
|
+
};
|
21564
|
+
$: $$invalidate(5, fieldType = (() => {
|
21565
|
+
switch (identifyType) {
|
21566
|
+
case "phone_subscribe":
|
21567
|
+
case "subscription": return "boolean";
|
21568
|
+
case "address":
|
21569
|
+
case "first_name":
|
21570
|
+
case "last_name":
|
21571
|
+
case "email":
|
21572
|
+
case "phone":
|
21573
|
+
default: return "input";
|
21574
|
+
}
|
21575
|
+
})());
|
21576
|
+
return [
|
21577
|
+
layerId,
|
21578
|
+
booleanProps,
|
21579
|
+
inputProps,
|
21580
|
+
props,
|
21581
|
+
fieldProps,
|
21582
|
+
fieldType
|
21583
|
+
];
|
21584
|
+
}
|
21585
|
+
var FormIdentifyField = class extends SvelteComponent {
|
21586
|
+
constructor(options) {
|
21587
|
+
super();
|
21588
|
+
init(this, options, instance$1, create_fragment$1, safe_not_equal, {
|
21589
|
+
props: 3,
|
21590
|
+
layerId: 0
|
21591
|
+
});
|
21592
|
+
}
|
21593
|
+
};
|
21594
|
+
var FormIdentifyField_default = FormIdentifyField;
|
21595
|
+
|
21272
21596
|
//#endregion
|
21273
21597
|
//#region src/components-flex/shared/styles.ts
|
21274
21598
|
const ROUND_STYLES = {
|
@@ -21541,7 +21865,11 @@ __export(index_svelte5_exports, {
|
|
21541
21865
|
FORM_FIELD_TYPE: () => FORM_FIELD_TYPE,
|
21542
21866
|
FORM_FIELD_VARIANT: () => FORM_FIELD_VARIANT,
|
21543
21867
|
FORM_FIELD_VARIANT_FOR_CHECKER: () => FORM_FIELD_VARIANT_FOR_CHECKER,
|
21868
|
+
FORM_IDENTIFY_FIELD_TYPE: () => FORM_IDENTIFY_FIELD_TYPE,
|
21544
21869
|
FORM_INPUT_TYPE: () => FORM_INPUT_TYPE,
|
21870
|
+
FORM_VALIDATION_DEFAULT_ERROR_MESSAGES: () => FORM_VALIDATION_DEFAULT_ERROR_MESSAGES,
|
21871
|
+
FORM_VALIDATION_REGEX: () => FORM_VALIDATION_REGEX,
|
21872
|
+
FORM_VALIDATION_TYPE: () => FORM_VALIDATION_TYPE,
|
21545
21873
|
FlexAvatar: () => Avatar_default,
|
21546
21874
|
FlexButton: () => Button_default,
|
21547
21875
|
FlexButtonOutlined: () => ButtonOutlined_default,
|
@@ -21554,8 +21882,10 @@ __export(index_svelte5_exports, {
|
|
21554
21882
|
FlexDirections: () => FlexDirections,
|
21555
21883
|
FlexEmbed: () => Embed_default,
|
21556
21884
|
FlexForm: () => Form_default,
|
21885
|
+
FlexFormBoolean: () => FormBoolean_default,
|
21557
21886
|
FlexFormCheckboxes: () => FormCheckboxes_default,
|
21558
21887
|
FlexFormField: () => FormField_default,
|
21888
|
+
FlexFormIdentifyField: () => FormIdentifyField_default,
|
21559
21889
|
FlexFormInput: () => FormInput_default,
|
21560
21890
|
FlexFormRadios: () => FormRadios_default,
|
21561
21891
|
FlexFormSelect: () => FormSelect_default$1,
|
@@ -21646,6 +21976,7 @@ __export(index_svelte5_exports, {
|
|
21646
21976
|
flexComponentSchemes: () => flexComponentSchemes,
|
21647
21977
|
formData: () => formData,
|
21648
21978
|
formStore: () => formStore,
|
21979
|
+
formSubmittedIdentifyValues: () => formSubmittedIdentifyValues,
|
21649
21980
|
formSubmittedValues: () => formSubmittedValues,
|
21650
21981
|
getActionRoot: () => getActionRoot$1,
|
21651
21982
|
getAnsweredQuestion: () => getAnsweredQuestion,
|
@@ -22021,4 +22352,4 @@ var ThumbnailPreview = class extends SvelteComponent {
|
|
22021
22352
|
var ThumbnailPreview_default = ThumbnailPreview;
|
22022
22353
|
|
22023
22354
|
//#endregion
|
22024
|
-
export { ACTION_HOOK_LABEL, ASPECT_VARIANT, ASPECT_VARIANTS, AVATAR_SHAPE, AVATAR_SIZE, AVATAR_SIZE_STYLES, Alignments, AnimationStyles, BACKGROUND_COLOR_VARIANT, BACKGROUND_COLOR_VARIANTS, BORDER_COLOR_VARIANT, BORDER_COLOR_VARIANTS, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_OUTLINED_ROUND_STYLES, BUTTON_OUTLINED_SIZE_STYLES, BUTTON_OUTLINED_WRAP_STYLES, BUTTON_ROUND, BUTTON_ROUND_STYLES, BUTTON_SIZE, BUTTON_SIZE_STYLES, BUTTON_TEXT_SIZE, BUTTON_TEXT_SIZE_STYLES, BUTTON_TEXT_THEME, BUTTON_THEME, BUTTON_VARIANT, BUTTON_WRAP_STYLES, BackgroundSizes, Box_default as Box, CLOSE_BUTTON_LABEL_PLACEMENT, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, ClipPaths, CodeElement_default as CodeElement, Countdown_default as Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement_default as EmbedElement, FONT_FAMILY_VARIANT, FONT_FAMILY_VARIANTS, FONT_FAMILY_VARIANT_GROUPS, FORM_FIELD_LABEL_SIZE, FORM_FIELD_LABEL_THEME, FORM_FIELD_SIZE, FORM_FIELD_TYPE, FORM_FIELD_VARIANT, FORM_FIELD_VARIANT_FOR_CHECKER, FORM_INPUT_TYPE, Flex_default as Flex, Avatar_default as FlexAvatar, Button_default as FlexButton, ButtonOutlined_default as FlexButtonOutlined, ButtonText_default as FlexButtonText, ClipCopy_default as FlexClipCopy, CloseButton_default as FlexCloseButton, Code_default as FlexCode, CountDown_default as FlexCountDown, CountDownValue_default as FlexCountDownValue, FlexDirections, Form_default as FlexForm, FormField_default as FlexFormField, Icon_default as FlexIcon, Image_default as FlexImage, FlexItem_default as FlexItem, Layout_default as FlexLayout, List_default as FlexList, ListItem_default as FlexListItem, Modal_default as FlexModal, MultiColumn_default as FlexMultiColumn, MultiColumnItem_default as FlexMultiColumnItem, RichText_default as FlexRichText, Slider_default as FlexSlider, SliderItem_default as FlexSliderItem, Text_default as FlexText, TextLink_default as FlexTextLink, Youtube_default as FlexYoutube, Fonts, FormCheckBoxes_default as FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices_default as FormIdentifyChoices, FormIdentifyInput_default as FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons_default as FormRadioButtons, FormRatingButtonsFace_default as FormRatingButtonsFace, FormRatingButtonsNumber_default as FormRatingButtonsNumber, FormSelect_default as FormSelect, FormTextarea_default as FormTextarea, Grid_default as Grid, GridItem_default as GridItem, GridModalState_default as GridModalState, ICON_SIZE, ICON_SIZE_STYLES, ICON_VARIANTS, IMAGE_ASPECT_VARIANTS, IMAGE_ROUND_SHAPE, IMAGE_ROUND_STYLES, IconElement_default as IconElement, ImageBlock_default as ImageBlock, ImageElement_default as ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LIST_ITEM_CONTEXT_KEY, LengthUnits, List_default$1 as List, ListBackgroundTypes, ListDirections, ListItem_default$1 as ListItem, ListSeparatorTypes, MULTI_COLUMN_ITEM_CONTEXT_KEY, MediaQueries, Modal_default$1 as Modal, ModalPositions, MovieVimeoElement_default as MovieVimeoElement, MovieYouTubeElement_default as MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, ROUND_STYLES, ROUND_VARIANT, Repeats, SHADOW_VARIANT, SHADOW_VARIANTS, SYSTEM_FONT, Slide_default as Slide, SlideItem_default as SlideItem, State_default as State, StateItem_default as StateItem, TEXT_LINK_SIZE, TEXT_LINK_SIZE_STYLES, TEXT_LINK_THEME, TEXT_LINK_UNDERLINE, TEXT_STYLE, TEXT_THEME, TEXT_VARIANTS, TextBlock_default as TextBlock, TextButtonBlock_default as TextButtonBlock, TextButtonElement_default as TextButtonElement, TextDirections, TextElement_default as TextElement, ThumbnailPreview_default as ThumbnailPreview, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, avatarPropsDefault, beforeUpdate, buttonOutlinedPropsDefault, buttonPropsDefault, close, closeAction, collection, create, createApp, createFog, createProp, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, flexComponentSchemes, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getBrandKit, getButtonOutlinedThemeStyles, getButtonTextThemeStyles, getButtonThemeStyles, getCssVariables, getEventHandlers, getEvents, getLogs, getState, getStates, getSystem, getTextLinkThemeStyles, getTextThemeStyles, 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, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, useBrandKit, variables, widget_exports as widget };
|
22355
|
+
export { ACTION_HOOK_LABEL, ASPECT_VARIANT, ASPECT_VARIANTS, AVATAR_SHAPE, AVATAR_SIZE, AVATAR_SIZE_STYLES, Alignments, AnimationStyles, BACKGROUND_COLOR_VARIANT, BACKGROUND_COLOR_VARIANTS, BORDER_COLOR_VARIANT, BORDER_COLOR_VARIANTS, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_OUTLINED_ROUND_STYLES, BUTTON_OUTLINED_SIZE_STYLES, BUTTON_OUTLINED_WRAP_STYLES, BUTTON_ROUND, BUTTON_ROUND_STYLES, BUTTON_SIZE, BUTTON_SIZE_STYLES, BUTTON_TEXT_SIZE, BUTTON_TEXT_SIZE_STYLES, BUTTON_TEXT_THEME, BUTTON_THEME, BUTTON_VARIANT, BUTTON_WRAP_STYLES, BackgroundSizes, Box_default as Box, CLOSE_BUTTON_LABEL_PLACEMENT, CLOSE_BUTTON_PLACEMENT, CLOSE_BUTTON_ROUND, ClipPaths, CodeElement_default as CodeElement, Countdown_default as Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement_default as EmbedElement, FONT_FAMILY_VARIANT, FONT_FAMILY_VARIANTS, FONT_FAMILY_VARIANT_GROUPS, FORM_FIELD_LABEL_SIZE, FORM_FIELD_LABEL_THEME, FORM_FIELD_SIZE, FORM_FIELD_TYPE, FORM_FIELD_VARIANT, FORM_FIELD_VARIANT_FOR_CHECKER, FORM_IDENTIFY_FIELD_TYPE, FORM_INPUT_TYPE, Flex_default as Flex, Avatar_default as FlexAvatar, Button_default as FlexButton, ButtonOutlined_default as FlexButtonOutlined, ButtonText_default as FlexButtonText, ClipCopy_default as FlexClipCopy, CloseButton_default as FlexCloseButton, Code_default as FlexCode, CountDown_default as FlexCountDown, CountDownValue_default as FlexCountDownValue, FlexDirections, Form_default as FlexForm, FormField_default as FlexFormField, Icon_default as FlexIcon, Image_default as FlexImage, FlexItem_default as FlexItem, Layout_default as FlexLayout, List_default as FlexList, ListItem_default as FlexListItem, Modal_default as FlexModal, MultiColumn_default as FlexMultiColumn, MultiColumnItem_default as FlexMultiColumnItem, RichText_default as FlexRichText, Slider_default as FlexSlider, SliderItem_default as FlexSliderItem, Text_default as FlexText, TextLink_default as FlexTextLink, Youtube_default as FlexYoutube, Fonts, FormCheckBoxes_default as FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices_default as FormIdentifyChoices, FormIdentifyInput_default as FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons_default as FormRadioButtons, FormRatingButtonsFace_default as FormRatingButtonsFace, FormRatingButtonsNumber_default as FormRatingButtonsNumber, FormSelect_default as FormSelect, FormTextarea_default as FormTextarea, Grid_default as Grid, GridItem_default as GridItem, GridModalState_default as GridModalState, ICON_SIZE, ICON_SIZE_STYLES, ICON_VARIANTS, IMAGE_ASPECT_VARIANTS, IMAGE_ROUND_SHAPE, IMAGE_ROUND_STYLES, IconElement_default as IconElement, ImageBlock_default as ImageBlock, ImageElement_default as ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LIST_ITEM_CONTEXT_KEY, LengthUnits, List_default$1 as List, ListBackgroundTypes, ListDirections, ListItem_default$1 as ListItem, ListSeparatorTypes, MULTI_COLUMN_ITEM_CONTEXT_KEY, MediaQueries, Modal_default$1 as Modal, ModalPositions, MovieVimeoElement_default as MovieVimeoElement, MovieYouTubeElement_default as MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, ROUND_STYLES, ROUND_VARIANT, Repeats, SHADOW_VARIANT, SHADOW_VARIANTS, SYSTEM_FONT, Slide_default as Slide, SlideItem_default as SlideItem, State_default as State, StateItem_default as StateItem, TEXT_LINK_SIZE, TEXT_LINK_SIZE_STYLES, TEXT_LINK_THEME, TEXT_LINK_UNDERLINE, TEXT_STYLE, TEXT_THEME, TEXT_VARIANTS, TextBlock_default as TextBlock, TextButtonBlock_default as TextButtonBlock, TextButtonElement_default as TextButtonElement, TextDirections, TextElement_default as TextElement, ThumbnailPreview_default as ThumbnailPreview, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, avatarPropsDefault, beforeUpdate, buttonOutlinedPropsDefault, buttonPropsDefault, close, closeAction, collection, create, createApp, createFog, createProp, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, flexComponentSchemes, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getBrandKit, getButtonOutlinedThemeStyles, getButtonTextThemeStyles, getButtonThemeStyles, getCssVariables, getEventHandlers, getEvents, getLogs, getState, getStates, getSystem, getTextLinkThemeStyles, getTextThemeStyles, 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, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, useBrandKit, variables, widget_exports as widget };
|