@netless/fastboard-ui 1.0.0-canary.7 → 1.0.0-canary.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +0 -1
- package/dist/index.js +52 -67
- package/dist/index.mjs +50 -59
- package/dist/index.svelte.mjs +35 -52
- package/package.json +3 -3
- package/src/components/Toolbar/components/Shapes.svelte +1 -0
- package/src/components/Toolbar/components/StrokeColor.svelte +1 -0
- package/src/components/Toolbar/components/TextColor.svelte +1 -0
- package/src/components/ZoomControl/ZoomControl.svelte +1 -1
- package/dist/index.css.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/index.svelte.mjs.map +0 -1
package/dist/index.svelte.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { is_client, SvelteComponent, init, safe_not_equal, not_equal, element, create_component, space, attr, insert, mount_component, append, transition_in, transition_out, detach, destroy_component, svg_element, set_style, toggle_class, listen, action_destroyer, run_all, component_subscribe, group_outros, check_outros, update_keyed_each, outro_and_destroy_block, noop, subscribe, empty, text, set_data, binding_callbacks, assign, get_spread_update, get_spread_object, is_function, destroy_each, bubble, src_url_equal, set_store_value, create_slot, update_slot_base, get_all_dirty_from_scope, get_slot_changes, set_input_value, to_number, destroy_block } from 'svelte/internal';
|
|
1
|
+
import { is_client, SvelteComponent, init, safe_not_equal, not_equal, element, create_component, space, attr, insert, mount_component, append, transition_in, transition_out, detach, destroy_component, svg_element, set_style, toggle_class, listen, action_destroyer, run_all, component_subscribe, group_outros, check_outros, update_keyed_each, outro_and_destroy_block, noop, subscribe, empty, text, set_data, binding_callbacks, assign, get_spread_update, get_spread_object, is_function, destroy_each, bubble, src_url_equal, set_store_value, create_slot, update_slot_base, get_all_dirty_from_scope, get_slot_changes, set_input_value, to_number, destroy_block, construct_svelte_component } from 'svelte/internal';
|
|
2
2
|
import Tippy from 'tippy.js';
|
|
3
3
|
import { writable } from 'svelte/store';
|
|
4
4
|
import { onMount, createEventDispatcher } from 'svelte';
|
|
@@ -3031,7 +3031,7 @@ function create_else_block_1(ctx) {
|
|
|
3031
3031
|
if (!current || dirty & 16) {
|
|
3032
3032
|
button.disabled = ctx2[4];
|
|
3033
3033
|
}
|
|
3034
|
-
if (dirty & 15) {
|
|
3034
|
+
if (!current || dirty & 15) {
|
|
3035
3035
|
toggle_class(button, "is-active", ctx2[3]);
|
|
3036
3036
|
}
|
|
3037
3037
|
},
|
|
@@ -3179,7 +3179,7 @@ function create_else_block2(ctx) {
|
|
|
3179
3179
|
placement: ctx2[6],
|
|
3180
3180
|
className: ctx2[0]
|
|
3181
3181
|
});
|
|
3182
|
-
if (dirty & 15) {
|
|
3182
|
+
if (!current || dirty & 15) {
|
|
3183
3183
|
toggle_class(button, "is-active", ctx2[3]);
|
|
3184
3184
|
}
|
|
3185
3185
|
},
|
|
@@ -3289,7 +3289,7 @@ function create_if_block_1(ctx) {
|
|
|
3289
3289
|
theme: ctx2[2],
|
|
3290
3290
|
className: "fastboard-panel"
|
|
3291
3291
|
});
|
|
3292
|
-
if (dirty & 15) {
|
|
3292
|
+
if (!current || dirty & 15) {
|
|
3293
3293
|
toggle_class(button, "is-active", ctx2[3]);
|
|
3294
3294
|
}
|
|
3295
3295
|
if (!current || dirty & 2 && span0_class_value !== (span0_class_value = ctx2[1] + "-triangle")) {
|
|
@@ -4887,7 +4887,7 @@ function instance50($$self, $$props, $$invalidate) {
|
|
|
4887
4887
|
$$invalidate(4, type = disabled ? "disable" : "normal");
|
|
4888
4888
|
}
|
|
4889
4889
|
if ($$self.$$.dirty & 16384) {
|
|
4890
|
-
$$subscribe_camera($$invalidate(8, camera = app?.
|
|
4890
|
+
$$subscribe_camera($$invalidate(8, camera = app?.camera));
|
|
4891
4891
|
}
|
|
4892
4892
|
if ($$self.$$.dirty & 8) {
|
|
4893
4893
|
$$invalidate(16, scale = $camera?.scale ?? 1);
|
|
@@ -5405,7 +5405,7 @@ function create_each_block(key_1, ctx) {
|
|
|
5405
5405
|
span = element("span");
|
|
5406
5406
|
t = space();
|
|
5407
5407
|
attr(span, "class", "fastboard-toolbar-color-item");
|
|
5408
|
-
set_style(span, "background-color", ctx[7]
|
|
5408
|
+
set_style(span, "background-color", ctx[7]);
|
|
5409
5409
|
attr(button, "class", button_class_value = "fastboard-toolbar-btn fastboard-toolbar-color-btn " + ctx[0]);
|
|
5410
5410
|
attr(button, "data-color-key", ctx[7]);
|
|
5411
5411
|
button.disabled = ctx[1];
|
|
@@ -5652,7 +5652,7 @@ function create_each_block2(key_1, ctx) {
|
|
|
5652
5652
|
span = element("span");
|
|
5653
5653
|
t = space();
|
|
5654
5654
|
attr(span, "class", "fastboard-toolbar-color-item");
|
|
5655
|
-
set_style(span, "background-color", ctx[7]
|
|
5655
|
+
set_style(span, "background-color", ctx[7]);
|
|
5656
5656
|
attr(button, "class", button_class_value = "fastboard-toolbar-btn fastboard-toolbar-color-btn " + ctx[0]);
|
|
5657
5657
|
attr(button, "data-color-key", ctx[7]);
|
|
5658
5658
|
button.disabled = ctx[1];
|
|
@@ -5797,7 +5797,7 @@ function create_else_block5(ctx) {
|
|
|
5797
5797
|
return { props: { theme: ctx2[0] } };
|
|
5798
5798
|
}
|
|
5799
5799
|
if (switch_value) {
|
|
5800
|
-
switch_instance =
|
|
5800
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx));
|
|
5801
5801
|
}
|
|
5802
5802
|
return {
|
|
5803
5803
|
c() {
|
|
@@ -5806,9 +5806,8 @@ function create_else_block5(ctx) {
|
|
|
5806
5806
|
switch_instance_anchor = empty();
|
|
5807
5807
|
},
|
|
5808
5808
|
m(target, anchor) {
|
|
5809
|
-
if (switch_instance)
|
|
5809
|
+
if (switch_instance)
|
|
5810
5810
|
mount_component(switch_instance, target, anchor);
|
|
5811
|
-
}
|
|
5812
5811
|
insert(target, switch_instance_anchor, anchor);
|
|
5813
5812
|
current = true;
|
|
5814
5813
|
},
|
|
@@ -5826,7 +5825,7 @@ function create_else_block5(ctx) {
|
|
|
5826
5825
|
check_outros();
|
|
5827
5826
|
}
|
|
5828
5827
|
if (switch_value) {
|
|
5829
|
-
switch_instance =
|
|
5828
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx2));
|
|
5830
5829
|
create_component(switch_instance.$$.fragment);
|
|
5831
5830
|
transition_in(switch_instance.$$.fragment, 1);
|
|
5832
5831
|
mount_component(switch_instance, switch_instance_anchor.parentNode, switch_instance_anchor);
|
|
@@ -5868,7 +5867,7 @@ function create_if_block5(ctx) {
|
|
|
5868
5867
|
};
|
|
5869
5868
|
}
|
|
5870
5869
|
if (switch_value) {
|
|
5871
|
-
switch_instance =
|
|
5870
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx));
|
|
5872
5871
|
}
|
|
5873
5872
|
return {
|
|
5874
5873
|
c() {
|
|
@@ -5877,9 +5876,8 @@ function create_if_block5(ctx) {
|
|
|
5877
5876
|
switch_instance_anchor = empty();
|
|
5878
5877
|
},
|
|
5879
5878
|
m(target, anchor) {
|
|
5880
|
-
if (switch_instance)
|
|
5879
|
+
if (switch_instance)
|
|
5881
5880
|
mount_component(switch_instance, target, anchor);
|
|
5882
|
-
}
|
|
5883
5881
|
insert(target, switch_instance_anchor, anchor);
|
|
5884
5882
|
current = true;
|
|
5885
5883
|
},
|
|
@@ -5897,7 +5895,7 @@ function create_if_block5(ctx) {
|
|
|
5897
5895
|
check_outros();
|
|
5898
5896
|
}
|
|
5899
5897
|
if (switch_value) {
|
|
5900
|
-
switch_instance =
|
|
5898
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx2));
|
|
5901
5899
|
create_component(switch_instance.$$.fragment);
|
|
5902
5900
|
transition_in(switch_instance.$$.fragment, 1);
|
|
5903
5901
|
mount_component(switch_instance, switch_instance_anchor.parentNode, switch_instance_anchor);
|
|
@@ -6006,7 +6004,7 @@ function create_each_block3(key_1, ctx) {
|
|
|
6006
6004
|
content: tooltip(ctx[6][ctx[12]], ctx[2][ctx[12]]),
|
|
6007
6005
|
placement: "top"
|
|
6008
6006
|
});
|
|
6009
|
-
if (dirty & 25) {
|
|
6007
|
+
if (!current || dirty & 25) {
|
|
6010
6008
|
toggle_class(button, "is-active", ctx[13]);
|
|
6011
6009
|
}
|
|
6012
6010
|
},
|
|
@@ -6837,7 +6835,7 @@ function create_else_block_6(ctx) {
|
|
|
6837
6835
|
return { props: { theme: ctx2[1] } };
|
|
6838
6836
|
}
|
|
6839
6837
|
if (switch_value) {
|
|
6840
|
-
switch_instance =
|
|
6838
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx));
|
|
6841
6839
|
}
|
|
6842
6840
|
return {
|
|
6843
6841
|
c() {
|
|
@@ -6846,9 +6844,8 @@ function create_else_block_6(ctx) {
|
|
|
6846
6844
|
switch_instance_anchor = empty();
|
|
6847
6845
|
},
|
|
6848
6846
|
m(target, anchor) {
|
|
6849
|
-
if (switch_instance)
|
|
6847
|
+
if (switch_instance)
|
|
6850
6848
|
mount_component(switch_instance, target, anchor);
|
|
6851
|
-
}
|
|
6852
6849
|
insert(target, switch_instance_anchor, anchor);
|
|
6853
6850
|
current = true;
|
|
6854
6851
|
},
|
|
@@ -6866,7 +6863,7 @@ function create_else_block_6(ctx) {
|
|
|
6866
6863
|
check_outros();
|
|
6867
6864
|
}
|
|
6868
6865
|
if (switch_value) {
|
|
6869
|
-
switch_instance =
|
|
6866
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx2));
|
|
6870
6867
|
create_component(switch_instance.$$.fragment);
|
|
6871
6868
|
transition_in(switch_instance.$$.fragment, 1);
|
|
6872
6869
|
mount_component(switch_instance, switch_instance_anchor.parentNode, switch_instance_anchor);
|
|
@@ -6908,7 +6905,7 @@ function create_if_block_12(ctx) {
|
|
|
6908
6905
|
};
|
|
6909
6906
|
}
|
|
6910
6907
|
if (switch_value) {
|
|
6911
|
-
switch_instance =
|
|
6908
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx));
|
|
6912
6909
|
}
|
|
6913
6910
|
return {
|
|
6914
6911
|
c() {
|
|
@@ -6917,9 +6914,8 @@ function create_if_block_12(ctx) {
|
|
|
6917
6914
|
switch_instance_anchor = empty();
|
|
6918
6915
|
},
|
|
6919
6916
|
m(target, anchor) {
|
|
6920
|
-
if (switch_instance)
|
|
6917
|
+
if (switch_instance)
|
|
6921
6918
|
mount_component(switch_instance, target, anchor);
|
|
6922
|
-
}
|
|
6923
6919
|
insert(target, switch_instance_anchor, anchor);
|
|
6924
6920
|
current = true;
|
|
6925
6921
|
},
|
|
@@ -6937,7 +6933,7 @@ function create_if_block_12(ctx) {
|
|
|
6937
6933
|
check_outros();
|
|
6938
6934
|
}
|
|
6939
6935
|
if (switch_value) {
|
|
6940
|
-
switch_instance =
|
|
6936
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx2));
|
|
6941
6937
|
create_component(switch_instance.$$.fragment);
|
|
6942
6938
|
transition_in(switch_instance.$$.fragment, 1);
|
|
6943
6939
|
mount_component(switch_instance, switch_instance_anchor.parentNode, switch_instance_anchor);
|
|
@@ -7219,7 +7215,7 @@ function create_else_block_5(ctx) {
|
|
|
7219
7215
|
return { props: { theme: ctx2[1] } };
|
|
7220
7216
|
}
|
|
7221
7217
|
if (switch_value) {
|
|
7222
|
-
switch_instance =
|
|
7218
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx));
|
|
7223
7219
|
}
|
|
7224
7220
|
return {
|
|
7225
7221
|
c() {
|
|
@@ -7228,9 +7224,8 @@ function create_else_block_5(ctx) {
|
|
|
7228
7224
|
switch_instance_anchor = empty();
|
|
7229
7225
|
},
|
|
7230
7226
|
m(target, anchor) {
|
|
7231
|
-
if (switch_instance)
|
|
7227
|
+
if (switch_instance)
|
|
7232
7228
|
mount_component(switch_instance, target, anchor);
|
|
7233
|
-
}
|
|
7234
7229
|
insert(target, switch_instance_anchor, anchor);
|
|
7235
7230
|
current = true;
|
|
7236
7231
|
},
|
|
@@ -7248,7 +7243,7 @@ function create_else_block_5(ctx) {
|
|
|
7248
7243
|
check_outros();
|
|
7249
7244
|
}
|
|
7250
7245
|
if (switch_value) {
|
|
7251
|
-
switch_instance =
|
|
7246
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx2));
|
|
7252
7247
|
create_component(switch_instance.$$.fragment);
|
|
7253
7248
|
transition_in(switch_instance.$$.fragment, 1);
|
|
7254
7249
|
mount_component(switch_instance, switch_instance_anchor.parentNode, switch_instance_anchor);
|
|
@@ -7290,7 +7285,7 @@ function create_if_block_11(ctx) {
|
|
|
7290
7285
|
};
|
|
7291
7286
|
}
|
|
7292
7287
|
if (switch_value) {
|
|
7293
|
-
switch_instance =
|
|
7288
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx));
|
|
7294
7289
|
}
|
|
7295
7290
|
return {
|
|
7296
7291
|
c() {
|
|
@@ -7299,9 +7294,8 @@ function create_if_block_11(ctx) {
|
|
|
7299
7294
|
switch_instance_anchor = empty();
|
|
7300
7295
|
},
|
|
7301
7296
|
m(target, anchor) {
|
|
7302
|
-
if (switch_instance)
|
|
7297
|
+
if (switch_instance)
|
|
7303
7298
|
mount_component(switch_instance, target, anchor);
|
|
7304
|
-
}
|
|
7305
7299
|
insert(target, switch_instance_anchor, anchor);
|
|
7306
7300
|
current = true;
|
|
7307
7301
|
},
|
|
@@ -7319,7 +7313,7 @@ function create_if_block_11(ctx) {
|
|
|
7319
7313
|
check_outros();
|
|
7320
7314
|
}
|
|
7321
7315
|
if (switch_value) {
|
|
7322
|
-
switch_instance =
|
|
7316
|
+
switch_instance = construct_svelte_component(switch_value, switch_props(ctx2));
|
|
7323
7317
|
create_component(switch_instance.$$.fragment);
|
|
7324
7318
|
transition_in(switch_instance.$$.fragment, 1);
|
|
7325
7319
|
mount_component(switch_instance, switch_instance_anchor.parentNode, switch_instance_anchor);
|
|
@@ -8975,7 +8969,7 @@ function create_fragment57(ctx) {
|
|
|
8975
8969
|
}
|
|
8976
8970
|
if (scrollHeight_action && is_function(scrollHeight_action.update) && dirty[0] & 16)
|
|
8977
8971
|
scrollHeight_action.update.call(null, ctx2[4]);
|
|
8978
|
-
if (dirty[0] & 32) {
|
|
8972
|
+
if (!current || dirty[0] & 32) {
|
|
8979
8973
|
toggle_class(div0, "scrollable", ctx2[5]);
|
|
8980
8974
|
}
|
|
8981
8975
|
if (ctx2[5]) {
|
|
@@ -9531,12 +9525,7 @@ function create_fragment58(ctx) {
|
|
|
9531
9525
|
path = svg_element("path");
|
|
9532
9526
|
if_block.c();
|
|
9533
9527
|
attr(div0, "class", div0_class_value = name6 + "-contents " + ctx[1]);
|
|
9534
|
-
set_style(
|
|
9535
|
-
div0,
|
|
9536
|
-
"height",
|
|
9537
|
-
ctx[6] ? ctx[7] + "px" : "auto",
|
|
9538
|
-
false
|
|
9539
|
-
);
|
|
9528
|
+
set_style(div0, "height", ctx[6] ? ctx[7] + "px" : "auto");
|
|
9540
9529
|
attr(input, "type", "checkbox");
|
|
9541
9530
|
attr(path, "d", "M0 41H12C14.2091 41 16 39.2091 16 37V5C16 2.79086 14.2091 1 12 1H0");
|
|
9542
9531
|
attr(path, "stroke", "#000");
|
|
@@ -9594,12 +9583,7 @@ function create_fragment58(ctx) {
|
|
|
9594
9583
|
attr(div0, "class", div0_class_value);
|
|
9595
9584
|
}
|
|
9596
9585
|
if (dirty & 192) {
|
|
9597
|
-
set_style(
|
|
9598
|
-
div0,
|
|
9599
|
-
"height",
|
|
9600
|
-
ctx2[6] ? ctx2[7] + "px" : "auto",
|
|
9601
|
-
false
|
|
9602
|
-
);
|
|
9586
|
+
set_style(div0, "height", ctx2[6] ? ctx2[7] + "px" : "auto");
|
|
9603
9587
|
}
|
|
9604
9588
|
if (dirty & 8) {
|
|
9605
9589
|
input.checked = ctx2[3];
|
|
@@ -9620,7 +9604,7 @@ function create_fragment58(ctx) {
|
|
|
9620
9604
|
if (!current || dirty & 2 && div1_class_value !== (div1_class_value = name6 + " " + ctx2[1])) {
|
|
9621
9605
|
attr(div1, "class", div1_class_value);
|
|
9622
9606
|
}
|
|
9623
|
-
if (dirty & 10) {
|
|
9607
|
+
if (!current || dirty & 10) {
|
|
9624
9608
|
toggle_class(div1, "collapsed", ctx2[3]);
|
|
9625
9609
|
}
|
|
9626
9610
|
},
|
|
@@ -10726,7 +10710,7 @@ function create_fragment60(ctx) {
|
|
|
10726
10710
|
});
|
|
10727
10711
|
check_outros();
|
|
10728
10712
|
}
|
|
10729
|
-
if (dirty & 1) {
|
|
10713
|
+
if (!current || dirty & 1) {
|
|
10730
10714
|
toggle_class(div2, "loading", !ctx2[0]);
|
|
10731
10715
|
}
|
|
10732
10716
|
},
|
|
@@ -11110,7 +11094,7 @@ function create_fragment61(ctx) {
|
|
|
11110
11094
|
});
|
|
11111
11095
|
check_outros();
|
|
11112
11096
|
}
|
|
11113
|
-
if (dirty & 32) {
|
|
11097
|
+
if (!current || dirty & 32) {
|
|
11114
11098
|
toggle_class(div1, "hidden", !(ctx2[5] === "visible" || ctx2[5] === "toolbar-only"));
|
|
11115
11099
|
}
|
|
11116
11100
|
if (ctx2[3].redo_undo?.enable !== false) {
|
|
@@ -11151,7 +11135,7 @@ function create_fragment61(ctx) {
|
|
|
11151
11135
|
});
|
|
11152
11136
|
check_outros();
|
|
11153
11137
|
}
|
|
11154
|
-
if (dirty & 32) {
|
|
11138
|
+
if (!current || dirty & 32) {
|
|
11155
11139
|
toggle_class(div2, "hidden", ctx2[5] !== "visible");
|
|
11156
11140
|
}
|
|
11157
11141
|
if (ctx2[3].page_control?.enable !== false) {
|
|
@@ -11173,10 +11157,10 @@ function create_fragment61(ctx) {
|
|
|
11173
11157
|
});
|
|
11174
11158
|
check_outros();
|
|
11175
11159
|
}
|
|
11176
|
-
if (dirty & 32) {
|
|
11160
|
+
if (!current || dirty & 32) {
|
|
11177
11161
|
toggle_class(div3, "hidden", ctx2[5] !== "visible");
|
|
11178
11162
|
}
|
|
11179
|
-
if (dirty & 1) {
|
|
11163
|
+
if (!current || dirty & 1) {
|
|
11180
11164
|
toggle_class(div4, "loading", !ctx2[0]);
|
|
11181
11165
|
}
|
|
11182
11166
|
},
|
|
@@ -11407,4 +11391,3 @@ function createReplayUI(player, div) {
|
|
|
11407
11391
|
}
|
|
11408
11392
|
|
|
11409
11393
|
export { Fastboard_default as Fastboard, PageControl_default as PageControl, PlayerControl_default as PlayerControl, RedoUndo_default as RedoUndo, ReplayFastboard_default as ReplayFastboard, Toolbar_default as Toolbar, ZoomControl_default as ZoomControl, createReplayUI, createUI, stockedApps };
|
|
11410
|
-
//# sourceMappingURL=index.svelte.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netless/fastboard-ui",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.8",
|
|
4
4
|
"description": "The front-end of @netless/fastboard-core.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"svelte": "dist/index.svelte.mjs",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
],
|
|
14
14
|
"repository": "netless-io/fastboard",
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@netless/fastboard-core": "1.0.0-canary.
|
|
16
|
+
"@netless/fastboard-core": "1.0.0-canary.8"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"tippy.js": "^6.3.7"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@netless/esbuild-plugin-inline-sass": "0.1.0",
|
|
23
|
-
"@netless/fastboard-core": "1.0.0-canary.
|
|
23
|
+
"@netless/fastboard-core": "1.0.0-canary.8"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"cleanup": "rimraf dist",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
}
|
|
66
66
|
</script>
|
|
67
67
|
|
|
68
|
+
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
|
68
69
|
<div class="fastboard-toolbar-shapes {theme}" on:click={set_appliance_or_shape}>
|
|
69
70
|
{#each shapes as key (key)}
|
|
70
71
|
{@const is_selected = appliance === "shape" ? shape === key : appliance === key}
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
let type: IconType;
|
|
56
56
|
$: type = disabled ? "disable" : "normal";
|
|
57
57
|
|
|
58
|
-
$: camera = app?.
|
|
58
|
+
$: camera = app?.camera;
|
|
59
59
|
$: scale = $camera?.scale ?? 1;
|
|
60
60
|
$: plus_disabled = disabled || next_scale(scale, 1) <= scale;
|
|
61
61
|
$: minus_disabled = disabled || next_scale(scale, -1) >= scale;
|
package/dist/index.css.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["sass:./style.scss"],"sourcesContent":[".tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:\"\";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px #9aa1b126,0 4px 80px -8px #24282f40,0 4px 4px -2px #5b5e6926;background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}.fastboard-icon.light .fastboard-icon-stroke-color{stroke:var(--fastboard-color, #5d6066)}.fastboard-icon.light .fastboard-icon-fill-color{fill:var(--fastboard-color, #5d6066)}.fastboard-icon.light.is-active .fastboard-icon-stroke-color{stroke:var(--fastboard-active-color, #3381ff)}.fastboard-icon.light.is-active .fastboard-icon-fill-color{fill:var(--fastboard-active-color, #3381ff)}.fastboard-icon.dark .fastboard-icon-stroke-color{stroke:var(--fastboard-color, #7b7e84)}.fastboard-icon.dark .fastboard-icon-fill-color{fill:var(--fastboard-color, #7b7e84)}.fastboard-icon.dark.is-active .fastboard-icon-stroke-color{stroke:var(--fastboard-active-color, #2867cc)}.fastboard-icon.dark.is-active .fastboard-icon-fill-color{fill:var(--fastboard-active-color, #2867cc)}.fastboard-redo-undo{box-sizing:border-box;display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid;border-radius:4px;font-size:14px;font-family:system-ui;pointer-events:auto;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.fastboard-redo-undo *{box-sizing:inherit}.fastboard-redo-undo.light{color:var(--fastboard-color, #5d6066);background-color:var(--fastboard-bg-color, rgba(255, 255, 255, .9));border-color:var(--fastboard-border-color, #e5e8f0)}.fastboard-redo-undo.dark{color:var(--fastboard-color, #7b7e84);background-color:var(--fastboard-bg-color, rgba(20, 24, 30, .9));border-color:var(--fastboard-border-color, #383b42)}.fastboard-redo-undo-btn{appearance:none;cursor:pointer;margin:0;border:0;padding:0;width:24px;height:24px;background-color:#0000;border-radius:4px;font-size:0;line-height:1;flex-shrink:0}.fastboard-redo-undo-btn svg,.fastboard-redo-undo-btn img{width:100%;height:100%;pointer-events:none}.fastboard-redo-undo-btn:disabled{opacity:.5;cursor:not-allowed}.fastboard-redo-undo-btn.light:not(:disabled):hover{background-color:var(--fastboard-hover-bg-color, #ebf2ff)}.fastboard-redo-undo-btn.light:not(:disabled).is-active{background-color:var(--fastboard-active-bg-color, #ebf2ff)}.fastboard-redo-undo-btn.dark:not(:disabled):hover{background-color:var(--fastboard-hover-bg-color, #383b42)}.fastboard-redo-undo-btn.dark:not(:disabled).is-active{background-color:var(--fastboard-active-bg-color, #383b42)}.fastboard-zoom-control{box-sizing:border-box;display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid;border-radius:4px;font-size:14px;font-family:system-ui;pointer-events:auto;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.fastboard-zoom-control *{box-sizing:inherit}.fastboard-zoom-control.light{color:var(--fastboard-color, #5d6066);background-color:var(--fastboard-bg-color, rgba(255, 255, 255, .9));border-color:var(--fastboard-border-color, #e5e8f0)}.fastboard-zoom-control.dark{color:var(--fastboard-color, #7b7e84);background-color:var(--fastboard-bg-color, rgba(20, 24, 30, .9));border-color:var(--fastboard-border-color, #383b42)}.fastboard-zoom-control-btn{appearance:none;cursor:pointer;margin:0;border:0;padding:0;width:24px;height:24px;background-color:#0000;border-radius:4px;font-size:0;line-height:1;flex-shrink:0}.fastboard-zoom-control-btn svg,.fastboard-zoom-control-btn img{width:100%;height:100%;pointer-events:none}.fastboard-zoom-control-btn:disabled{opacity:.5;cursor:not-allowed}.fastboard-zoom-control-btn.light:not(:disabled):hover{background-color:var(--fastboard-hover-bg-color, #ebf2ff)}.fastboard-zoom-control-btn.light:not(:disabled).is-active{background-color:var(--fastboard-active-bg-color, #ebf2ff)}.fastboard-zoom-control-btn.dark:not(:disabled):hover{background-color:var(--fastboard-hover-bg-color, #383b42)}.fastboard-zoom-control-btn.dark:not(:disabled).is-active{background-color:var(--fastboard-active-bg-color, #383b42)}.fastboard-zoom-control-text{font-variant-numeric:tabular-nums}.fastboard-page-control{box-sizing:border-box;display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid;border-radius:4px;font-size:14px;font-family:system-ui;pointer-events:auto;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.fastboard-page-control *{box-sizing:inherit}.fastboard-page-control.light{color:var(--fastboard-color, #5d6066);background-color:var(--fastboard-bg-color, rgba(255, 255, 255, .9));border-color:var(--fastboard-border-color, #e5e8f0)}.fastboard-page-control.dark{color:var(--fastboard-color, #7b7e84);background-color:var(--fastboard-bg-color, rgba(20, 24, 30, .9));border-color:var(--fastboard-border-color, #383b42)}.fastboard-page-control-btn{appearance:none;cursor:pointer;margin:0;border:0;padding:0;width:24px;height:24px;background-color:#0000;border-radius:4px;font-size:0;line-height:1;flex-shrink:0}.fastboard-page-control-btn svg,.fastboard-page-control-btn img{width:100%;height:100%;pointer-events:none}.fastboard-page-control-btn:disabled{opacity:.5;cursor:not-allowed}.fastboard-page-control-btn.light:not(:disabled):hover{background-color:var(--fastboard-hover-bg-color, #ebf2ff)}.fastboard-page-control-btn.light:not(:disabled).is-active{background-color:var(--fastboard-active-bg-color, #ebf2ff)}.fastboard-page-control-btn.dark:not(:disabled):hover{background-color:var(--fastboard-hover-bg-color, #383b42)}.fastboard-page-control-btn.dark:not(:disabled).is-active{background-color:var(--fastboard-active-bg-color, #383b42)}.fastboard-page-control-text{font-variant-numeric:tabular-nums}.fastboard-player-control{box-sizing:border-box;display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid;border-radius:4px;font-size:14px;font-family:system-ui;pointer-events:auto;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);width:100%}.fastboard-player-control *{box-sizing:inherit}.fastboard-player-control.light{color:var(--fastboard-color, #5d6066);background-color:var(--fastboard-bg-color, rgba(255, 255, 255, .9));border-color:var(--fastboard-border-color, #e5e8f0)}.fastboard-player-control.dark{color:var(--fastboard-color, #7b7e84);background-color:var(--fastboard-bg-color, rgba(20, 24, 30, .9));border-color:var(--fastboard-border-color, #383b42)}.fastboard-player-control-btn{appearance:none;cursor:pointer;margin:0;border:0;padding:0;width:24px;height:24px;background-color:#0000;border-radius:4px;font-size:0;line-height:1;flex-shrink:0;display:inline}.fastboard-player-control-btn svg,.fastboard-player-control-btn img{width:100%;height:100%;pointer-events:none}.fastboard-player-control-btn:disabled{opacity:.5;cursor:not-allowed}.fastboard-player-control-btn.light:not(:disabled):hover{background-color:var(--fastboard-hover-bg-color, #ebf2ff)}.fastboard-player-control-btn.light:not(:disabled).is-active{background-color:var(--fastboard-active-bg-color, #ebf2ff)}.fastboard-player-control-btn.dark:not(:disabled):hover{background-color:var(--fastboard-hover-bg-color, #383b42)}.fastboard-player-control-btn.dark:not(:disabled).is-active{background-color:var(--fastboard-active-bg-color, #383b42)}.fastboard-player-control-btn.loading svg,.fastboard-player-control-btn.loading img{animation:fastboard-player-control-rotate .5s linear infinite}@keyframes fastboard-player-control-rotate{to{transform:rotate(360deg)}}.fastboard-player-control-btn.speed{width:auto;padding:4px;text-align:right;font-size:14px;font-variant-numeric:tabular-nums}.fastboard-player-control-btn.is-active.light{color:var(--fastboard-active-color, #3381ff)}.fastboard-player-control-btn.is-active.dark{color:var(--fastboard-active-color, #2867cc)}.fastboard-player-control-speed-text,.fastboard-player-control-progress{font-size:14px;font-variant-numeric:tabular-nums;line-height:16px}.fastboard-player-control-progress{display:inline-flex;align-items:center}.fastboard-player-control-panel.speed{display:flex;flex-direction:column}.fastboard-toolbar{height:100%;display:flex;align-items:center;position:relative;left:0;transition:left .5s cubic-bezier(.34,1.56,.64,1);pointer-events:none}.fastboard-toolbar.collapsed{left:-100%}.fastboard-toolbar-handler{position:absolute;left:100%;width:17px;font-size:0;border-radius:3px;cursor:pointer;pointer-events:auto}.fastboard-toolbar-handler:focus-visible{outline:2px solid -webkit-focus-ring-color}.fastboard-toolbar-handler input[type=checkbox]{position:absolute;top:0;left:0;appearance:none;margin:0;width:100%;height:100%;cursor:pointer;opacity:0;z-index:-1}.fastboard-toolbar-handler svg{opacity:0;transition:opacity .5s 1s;pointer-events:none}.fastboard-toolbar-handler.light .fastboard-toolbar-handler-bg-color{fill:var(--fastboard-bg-color, rgba(255, 255, 255, .9))}.fastboard-toolbar-handler.light .fastboard-toolbar-handler-border-color{stroke:var(--fastboard-border-color, #e5e8f0)}.fastboard-toolbar-handler.light .fastboard-toolbar-handler-image-stroke-color{stroke:var(--fastboard-color, #5d6066)}.fastboard-toolbar-handler.light .fastboard-toolbar-handler-image-fill-color{fill:var(--fastboard-color, #5d6066)}.fastboard-toolbar-handler.dark .fastboard-toolbar-handler-bg-color{fill:var(--fastboard-bg-color, rgba(20, 24, 30, .9))}.fastboard-toolbar-handler.dark .fastboard-toolbar-handler-border-color{stroke:var(--fastboard-border-color, #383b42)}.fastboard-toolbar-handler.dark .fastboard-toolbar-handler-image-stroke-color{stroke:var(--fastboard-color, #7b7e84)}.fastboard-toolbar-handler.dark .fastboard-toolbar-handler-image-fill-color{fill:var(--fastboard-color, #7b7e84)}.fastboard-toolbar:hover .fastboard-toolbar-handler svg,.fastboard-toolbar.collapsed .fastboard-toolbar-handler svg{opacity:1;transition:opacity .2s}.fastboard-toolbar-btn{appearance:none;cursor:pointer;margin:0;border:0;padding:4px;width:32px;height:32px;background-color:#0000;border-radius:8px;font-size:0;line-height:1;flex-shrink:0}.fastboard-toolbar-btn svg,.fastboard-toolbar-btn img{width:100%;height:100%;pointer-events:none}.fastboard-toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.fastboard-toolbar-btn.light:not(:disabled):hover{background-color:var(--fastboard-hover-bg-color, #ebf2ff)}.fastboard-toolbar-btn.light:not(:disabled).is-active{background-color:var(--fastboard-active-bg-color, #ebf2ff)}.fastboard-toolbar-btn.dark:not(:disabled):hover{background-color:var(--fastboard-hover-bg-color, #383b42)}.fastboard-toolbar-btn.dark:not(:disabled).is-active{background-color:var(--fastboard-active-bg-color, #383b42)}.fastboard-slider{box-sizing:border-box;position:relative;width:100%;height:100%;display:flex;align-items:center}.fastboard-slider *{box-sizing:inherit}.fastboard-slider-track{appearance:none;background:rgba(0,0,0,0);border:0;border-radius:26px;flex:1;display:block;height:19px;margin:0;width:0;min-width:0;padding:0;transition:box-shadow .3s ease;cursor:pointer;touch-action:manipulation}.fastboard-slider-track::-webkit-slider-runnable-track{border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;user-select:none;background-color:#80808040;-webkit-user-select:none;background-image:linear-gradient(to right,currentColor var(--value, 0%),transparent var(--value, 0%))}.fastboard-slider-track::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px #23292f26,0 0 0 1px #23292f33;width:13px;height:13px;position:relative;transition:all .2s ease;cursor:grab;appearance:none;margin-top:-4px}.fastboard-slider-track::-moz-range-track{border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;user-select:none;background-color:#80808040;-webkit-user-select:none}.fastboard-slider-track::-moz-range-thumb{appearance:none;background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px #23292f26,0 0 0 1px #23292f33;width:13px;height:13px;position:relative;transition:all .2s ease;cursor:grab}.fastboard-slider-track::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.fastboard-slider-track::-ms-track{border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;user-select:none;background-color:#80808040;-webkit-user-select:none;color:#0000}.fastboard-slider-track::-ms-thumb{appearance:none;background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px #23292f26,0 0 0 1px #23292f33;width:13px;height:13px;position:relative;transition:all .2s ease;cursor:grab;margin-top:0}.fastboard-slider-track::-ms-tooltip{display:none}.fastboard-slider-track::-moz-focus-outer{border:0}.fastboard-slider-track.grabbing::-webkit-slider-thumb{cursor:grabbing}.fastboard-slider-track.light{color:var(--fastboard-active-color, #3381ff)}.fastboard-slider-track.dark{color:var(--fastboard-active-color, #2867cc)}.fastboard-toolbar-contents{box-sizing:border-box;display:inline-flex;align-items:center;gap:4px;border:1px solid;border-radius:4px;font-size:14px;font-family:system-ui;pointer-events:auto;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding:2px 0;gap:0;flex-direction:column}.fastboard-toolbar-contents *{box-sizing:inherit}.fastboard-toolbar-contents.light{color:var(--fastboard-color, #5d6066);background-color:var(--fastboard-bg-color, rgba(255, 255, 255, .9));border-color:var(--fastboard-border-color, #e5e8f0)}.fastboard-toolbar-contents.dark{color:var(--fastboard-color, #7b7e84);background-color:var(--fastboard-bg-color, rgba(20, 24, 30, .9));border-color:var(--fastboard-border-color, #383b42)}.fastboard-toolbar-contents>.fastboard-toolbar-btn{margin:2px 4px}.fastboard-toolbar-btn-interactive{position:relative}.fastboard-toolbar-triangle{width:0px;height:0px;border-bottom:3px solid;border-left:3px solid rgba(0,0,0,0);position:absolute;bottom:0;right:0}.fastboard-toolbar-btn:focus+.fastboard-toolbar-triangle{opacity:0}.fastboard-toolbar-scrollable{padding:2px 4px;overflow:hidden;display:flex;flex-direction:column;gap:0}.fastboard-toolbar-tooltip{display:inline-flex;align-items:center;gap:4px}.fastboard-toolbar-hotkey{display:inline-flex;margin-right:-4px;width:24px;height:24px;align-items:center;justify-content:center;background-color:#ffffff1a;border-radius:4px}.fastboard-toolbar-panel-wrapper{display:none}.fastboard-toolbar-panel{display:flex;flex-direction:column}.fastboard-toolbar-panel-divider{height:.5px;width:100%;margin:4px 0;background-color:#ffffff26}.fastboard-toolbar-slider.pencil-eraser-size{width:136px}.fastboard-toolbar-colors,.fastboard-toolbar-shapes{display:grid;align-self:center;grid-template:repeat(2,1fr)/repeat(4,1fr);align-items:center;justify-items:center;gap:4px}.fastboard-toolbar-shape-btn,.fastboard-toolbar-color-btn{width:24px;height:24px;padding:0;display:inline-flex;align-items:center;justify-content:center}.fastboard-toolbar-color-btn{border:1px solid rgba(0,0,0,0)}.fastboard-toolbar-color-btn.light.is-active{border-color:var(--fastboard-active-color, #3381ff)}.fastboard-toolbar-color-btn.dark.is-active{border-color:var(--fastboard-active-color, #2867cc)}.fastboard-toolbar-color-item{display:inline-block;width:16px;height:16px;border-radius:4px;pointer-events:none}.fastboard-toolbar-panel.apps{display:grid;grid-template-columns:repeat(min(var(--n, 3),3),minmax(max-content,1fr));gap:4px}.fastboard-toolbar-app-btn{margin:0;border:0;border-radius:2px;padding:4px 6px;background-color:#0000;display:inline-flex;flex-direction:column;align-items:center;gap:4px;font-size:0}.fastboard-toolbar-app-btn:disabled{opacity:.8}.fastboard-toolbar-app-btn-icon{width:32px;height:32px;pointer-events:none}.fastboard-toolbar-app-btn-text{font-size:14px;line-height:1;max-width:100%;overflow:hidden;text-overflow:ellipsis}.fastboard-toolbar-app-btn.is-loading{cursor:progress}.fastboard-toolbar-app-btn.is-failed{cursor:not-allowed;opacity:.5}.fastboard-toolbar-app-btn:not(:disabled,.is-loading,.is-failed):hover.light{cursor:pointer;background-color:var(--fastboard-hover-bg-color, #ebf2ff)}.fastboard-toolbar-app-btn-text.light{color:var(--fastboard-color, #5d6066)}.fastboard-toolbar-app-btn:not(:disabled,.is-loading,.is-failed):hover.dark{cursor:pointer;background-color:var(--fastboard-hover-bg-color, #383b42)}.fastboard-toolbar-app-btn-text.dark{color:var(--fastboard-color, #7b7e84)}.fastboard-root{position:relative;width:100%;height:100%;overflow:hidden}.fastboard-view{position:absolute;top:0;left:0;width:100%;height:100%}.fastboard-left{display:flex;align-items:center;position:absolute;bottom:50px;top:8px;left:0;z-index:200;pointer-events:none}.fastboard-left .fastboard-toolbar{padding-left:8px}.fastboard-bottom-left,.fastboard-bottom,.fastboard-bottom-right{display:flex;gap:10px;position:absolute;bottom:8px;left:8px;z-index:200;pointer-events:none}.fastboard-bottom-right{left:auto;right:8px}.fastboard-bottom{right:8px}.fastboard-left.hidden *,.fastboard-bottom.hidden *,.fastboard-bottom-left.hidden *,.fastboard-bottom-right.hidden *{opacity:0;pointer-events:none}.fastboard-tip{font-family:inherit;color:#d5d9e0;background-color:#03060d}.fastboard-tip[data-placement^=right]>.tippy-arrow:before{top:4px;border-width:4px;border-right-color:#03060d}.fastboard-tip[data-placement^=top]>.tippy-arrow:before{left:4px;border-width:4px;border-top-color:#03060d}.fastboard-panel .tippy-content{padding:8px}.netless-whiteboard:focus-visible{outline:none}"],"mappings":"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","names":[]}
|