not-bulma 1.1.3 → 1.1.4
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/notBulma.js +1136 -252
- package/dist/notBulma.min.js +1 -1
- package/package.json +1 -1
- package/src/frame/const.js +18 -4
- package/src/frame/controller.js +26 -0
- package/src/frame/crud/actions/generic/action.js +9 -0
- package/src/frame/crud/actions/generic/create.js +1 -3
- package/src/frame/crud/controller.crud.js +42 -19
- package/src/frame/router.js +112 -8
package/dist/notBulma.js
CHANGED
|
@@ -3,7 +3,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
3
3
|
|
|
4
4
|
/* src/elements/block/ui.block.svelte generated by Svelte v4.2.8 */
|
|
5
5
|
|
|
6
|
-
function create_fragment$
|
|
6
|
+
function create_fragment$1r(ctx) {
|
|
7
7
|
let div;
|
|
8
8
|
let div_class_value;
|
|
9
9
|
let current;
|
|
@@ -78,7 +78,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
78
78
|
};
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
function instance$
|
|
81
|
+
function instance$1q($$self, $$props, $$invalidate) {
|
|
82
82
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
83
83
|
let { id = '' } = $$props;
|
|
84
84
|
let { classes = '' } = $$props;
|
|
@@ -99,7 +99,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
99
99
|
class Ui_block extends internal.SvelteComponent {
|
|
100
100
|
constructor(options) {
|
|
101
101
|
super();
|
|
102
|
-
internal.init(this, options, instance$
|
|
102
|
+
internal.init(this, options, instance$1q, create_fragment$1r, internal.safe_not_equal, { id: 0, classes: 1 });
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
|
|
@@ -152,7 +152,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
152
152
|
};
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
function create_fragment$
|
|
155
|
+
function create_fragment$1q(ctx) {
|
|
156
156
|
let uiblock;
|
|
157
157
|
let updating_id;
|
|
158
158
|
let updating_classes;
|
|
@@ -227,7 +227,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
227
227
|
};
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
function instance$
|
|
230
|
+
function instance$1p($$self, $$props, $$invalidate) {
|
|
231
231
|
let classesInner;
|
|
232
232
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
233
233
|
let { id = "" } = $$props;
|
|
@@ -269,13 +269,13 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
269
269
|
class Ui_block_inner_vertical extends internal.SvelteComponent {
|
|
270
270
|
constructor(options) {
|
|
271
271
|
super();
|
|
272
|
-
internal.init(this, options, instance$
|
|
272
|
+
internal.init(this, options, instance$1p, create_fragment$1q, internal.safe_not_equal, { id: 0, classes: 2 });
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
/* src/elements/block/ui.box.svelte generated by Svelte v4.2.8 */
|
|
277
277
|
|
|
278
|
-
function create_fragment$
|
|
278
|
+
function create_fragment$1p(ctx) {
|
|
279
279
|
let div;
|
|
280
280
|
let div_class_value;
|
|
281
281
|
let current;
|
|
@@ -350,7 +350,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
350
350
|
};
|
|
351
351
|
}
|
|
352
352
|
|
|
353
|
-
function instance$
|
|
353
|
+
function instance$1o($$self, $$props, $$invalidate) {
|
|
354
354
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
355
355
|
let { id = '' } = $$props;
|
|
356
356
|
let { classes = '' } = $$props;
|
|
@@ -371,7 +371,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
371
371
|
class Ui_box extends internal.SvelteComponent {
|
|
372
372
|
constructor(options) {
|
|
373
373
|
super();
|
|
374
|
-
internal.init(this, options, instance$
|
|
374
|
+
internal.init(this, options, instance$1o, create_fragment$1p, internal.safe_not_equal, { id: 0, classes: 1 });
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
|
|
@@ -512,7 +512,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
512
512
|
|
|
513
513
|
/* src/elements/block/ui.content.svelte generated by Svelte v4.2.8 */
|
|
514
514
|
|
|
515
|
-
function create_fragment$
|
|
515
|
+
function create_fragment$1o(ctx) {
|
|
516
516
|
let div;
|
|
517
517
|
let div_class_value;
|
|
518
518
|
let current;
|
|
@@ -593,7 +593,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
593
593
|
};
|
|
594
594
|
}
|
|
595
595
|
|
|
596
|
-
function instance$
|
|
596
|
+
function instance$1n($$self, $$props, $$invalidate) {
|
|
597
597
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
598
598
|
const dispatch = createEventDispatcher();
|
|
599
599
|
let { id = "" } = $$props;
|
|
@@ -617,7 +617,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
617
617
|
class Ui_content extends internal.SvelteComponent {
|
|
618
618
|
constructor(options) {
|
|
619
619
|
super();
|
|
620
|
-
internal.init(this, options, instance$
|
|
620
|
+
internal.init(this, options, instance$1n, create_fragment$1o, internal.safe_not_equal, { id: 0, classes: 1 });
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
623
|
|
|
@@ -2449,7 +2449,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2449
2449
|
}
|
|
2450
2450
|
|
|
2451
2451
|
// (10:4) {#if item.value}
|
|
2452
|
-
function create_if_block$
|
|
2452
|
+
function create_if_block$S(ctx) {
|
|
2453
2453
|
let span;
|
|
2454
2454
|
let t_value = /*$LOCALE*/ ctx[3][/*LC_TRUE*/ ctx[0]] + "";
|
|
2455
2455
|
let t;
|
|
@@ -2480,7 +2480,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2480
2480
|
let if_block_anchor;
|
|
2481
2481
|
|
|
2482
2482
|
function select_block_type(ctx, dirty) {
|
|
2483
|
-
if (/*item*/ ctx[4].value) return create_if_block$
|
|
2483
|
+
if (/*item*/ ctx[4].value) return create_if_block$S;
|
|
2484
2484
|
return create_else_block$z;
|
|
2485
2485
|
}
|
|
2486
2486
|
|
|
@@ -2519,7 +2519,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2519
2519
|
};
|
|
2520
2520
|
}
|
|
2521
2521
|
|
|
2522
|
-
function create_fragment$
|
|
2522
|
+
function create_fragment$1n(ctx) {
|
|
2523
2523
|
let each_1_anchor;
|
|
2524
2524
|
let each_value = internal.ensure_array_like(/*values*/ ctx[2]);
|
|
2525
2525
|
let each_blocks = [];
|
|
@@ -2581,7 +2581,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2581
2581
|
};
|
|
2582
2582
|
}
|
|
2583
2583
|
|
|
2584
|
-
function instance$
|
|
2584
|
+
function instance$1m($$self, $$props, $$invalidate) {
|
|
2585
2585
|
let $LOCALE;
|
|
2586
2586
|
internal.component_subscribe($$self, LOCALE, $$value => $$invalidate(3, $LOCALE = $$value));
|
|
2587
2587
|
let { LC_TRUE = "not-node:booleans_true" } = $$props;
|
|
@@ -2600,13 +2600,13 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2600
2600
|
class Ui_booleans extends internal.SvelteComponent {
|
|
2601
2601
|
constructor(options) {
|
|
2602
2602
|
super();
|
|
2603
|
-
internal.init(this, options, instance$
|
|
2603
|
+
internal.init(this, options, instance$1m, create_fragment$1n, internal.safe_not_equal, { LC_TRUE: 0, LC_FALSE: 1, values: 2 });
|
|
2604
2604
|
}
|
|
2605
2605
|
}
|
|
2606
2606
|
|
|
2607
2607
|
/* src/elements/various/ui.indicator.svelte generated by Svelte v4.2.8 */
|
|
2608
2608
|
|
|
2609
|
-
function create_fragment$
|
|
2609
|
+
function create_fragment$1m(ctx) {
|
|
2610
2610
|
let span;
|
|
2611
2611
|
let t_value = /*labels*/ ctx[2][/*state*/ ctx[0]] + "";
|
|
2612
2612
|
let t;
|
|
@@ -2644,7 +2644,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2644
2644
|
};
|
|
2645
2645
|
}
|
|
2646
2646
|
|
|
2647
|
-
function instance$
|
|
2647
|
+
function instance$1l($$self, $$props, $$invalidate) {
|
|
2648
2648
|
let { id = 'tagId' } = $$props;
|
|
2649
2649
|
let { state = 'light' } = $$props;
|
|
2650
2650
|
let { size = 'normal' } = $$props;
|
|
@@ -2737,7 +2737,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2737
2737
|
constructor(options) {
|
|
2738
2738
|
super();
|
|
2739
2739
|
|
|
2740
|
-
internal.init(this, options, instance$
|
|
2740
|
+
internal.init(this, options, instance$1l, create_fragment$1m, internal.safe_not_equal, {
|
|
2741
2741
|
id: 12,
|
|
2742
2742
|
state: 0,
|
|
2743
2743
|
size: 1,
|
|
@@ -2758,7 +2758,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2758
2758
|
|
|
2759
2759
|
/* src/elements/various/ui.loader.svelte generated by Svelte v4.2.8 */
|
|
2760
2760
|
|
|
2761
|
-
function create_if_block$
|
|
2761
|
+
function create_if_block$R(ctx) {
|
|
2762
2762
|
let div;
|
|
2763
2763
|
let span;
|
|
2764
2764
|
let t_value = /*$LOCALE*/ ctx[3][/*title*/ ctx[2]] + "";
|
|
@@ -2798,9 +2798,9 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2798
2798
|
};
|
|
2799
2799
|
}
|
|
2800
2800
|
|
|
2801
|
-
function create_fragment$
|
|
2801
|
+
function create_fragment$1l(ctx) {
|
|
2802
2802
|
let if_block_anchor;
|
|
2803
|
-
let if_block = /*size*/ ctx[1] !== "hidden" && create_if_block$
|
|
2803
|
+
let if_block = /*size*/ ctx[1] !== "hidden" && create_if_block$R(ctx);
|
|
2804
2804
|
|
|
2805
2805
|
return {
|
|
2806
2806
|
c() {
|
|
@@ -2816,7 +2816,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2816
2816
|
if (if_block) {
|
|
2817
2817
|
if_block.p(ctx, dirty);
|
|
2818
2818
|
} else {
|
|
2819
|
-
if_block = create_if_block$
|
|
2819
|
+
if_block = create_if_block$R(ctx);
|
|
2820
2820
|
if_block.c();
|
|
2821
2821
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
2822
2822
|
}
|
|
@@ -2837,7 +2837,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2837
2837
|
};
|
|
2838
2838
|
}
|
|
2839
2839
|
|
|
2840
|
-
function instance$
|
|
2840
|
+
function instance$1k($$self, $$props, $$invalidate) {
|
|
2841
2841
|
let $LOCALE;
|
|
2842
2842
|
internal.component_subscribe($$self, LOCALE, $$value => $$invalidate(3, $LOCALE = $$value));
|
|
2843
2843
|
let { loading = false } = $$props;
|
|
@@ -2856,13 +2856,13 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2856
2856
|
class Ui_loader extends internal.SvelteComponent {
|
|
2857
2857
|
constructor(options) {
|
|
2858
2858
|
super();
|
|
2859
|
-
internal.init(this, options, instance$
|
|
2859
|
+
internal.init(this, options, instance$1k, create_fragment$1l, internal.safe_not_equal, { loading: 0, size: 1, title: 2 });
|
|
2860
2860
|
}
|
|
2861
2861
|
}
|
|
2862
2862
|
|
|
2863
2863
|
/* src/elements/various/ui.progress.svelte generated by Svelte v4.2.8 */
|
|
2864
2864
|
|
|
2865
|
-
function create_fragment$
|
|
2865
|
+
function create_fragment$1k(ctx) {
|
|
2866
2866
|
let progress;
|
|
2867
2867
|
let t0;
|
|
2868
2868
|
let t1;
|
|
@@ -2907,7 +2907,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2907
2907
|
};
|
|
2908
2908
|
}
|
|
2909
2909
|
|
|
2910
|
-
function instance$
|
|
2910
|
+
function instance$1j($$self, $$props, $$invalidate) {
|
|
2911
2911
|
let { value } = $$props;
|
|
2912
2912
|
let { max = 100 } = $$props;
|
|
2913
2913
|
let { color = "" } = $$props;
|
|
@@ -2929,7 +2929,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2929
2929
|
constructor(options) {
|
|
2930
2930
|
super();
|
|
2931
2931
|
|
|
2932
|
-
internal.init(this, options, instance$
|
|
2932
|
+
internal.init(this, options, instance$1j, create_fragment$1k, internal.safe_not_equal, {
|
|
2933
2933
|
value: 0,
|
|
2934
2934
|
max: 1,
|
|
2935
2935
|
color: 2,
|
|
@@ -2939,6 +2939,293 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2939
2939
|
}
|
|
2940
2940
|
}
|
|
2941
2941
|
|
|
2942
|
+
/* src/elements/various/ui.show.one.from.list.svelte generated by Svelte v4.2.8 */
|
|
2943
|
+
|
|
2944
|
+
function create_if_block_1$G(ctx) {
|
|
2945
|
+
let switch_instance;
|
|
2946
|
+
let switch_instance_anchor;
|
|
2947
|
+
let current;
|
|
2948
|
+
var switch_value = /*UIPlaceholder*/ ctx[2];
|
|
2949
|
+
|
|
2950
|
+
function switch_props(ctx, dirty) {
|
|
2951
|
+
return {};
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2954
|
+
if (switch_value) {
|
|
2955
|
+
switch_instance = internal.construct_svelte_component(switch_value, switch_props());
|
|
2956
|
+
}
|
|
2957
|
+
|
|
2958
|
+
return {
|
|
2959
|
+
c() {
|
|
2960
|
+
if (switch_instance) internal.create_component(switch_instance.$$.fragment);
|
|
2961
|
+
switch_instance_anchor = internal.empty();
|
|
2962
|
+
},
|
|
2963
|
+
m(target, anchor) {
|
|
2964
|
+
if (switch_instance) internal.mount_component(switch_instance, target, anchor);
|
|
2965
|
+
internal.insert(target, switch_instance_anchor, anchor);
|
|
2966
|
+
current = true;
|
|
2967
|
+
},
|
|
2968
|
+
p(ctx, dirty) {
|
|
2969
|
+
if (dirty & /*UIPlaceholder*/ 4 && switch_value !== (switch_value = /*UIPlaceholder*/ ctx[2])) {
|
|
2970
|
+
if (switch_instance) {
|
|
2971
|
+
internal.group_outros();
|
|
2972
|
+
const old_component = switch_instance;
|
|
2973
|
+
|
|
2974
|
+
internal.transition_out(old_component.$$.fragment, 1, 0, () => {
|
|
2975
|
+
internal.destroy_component(old_component, 1);
|
|
2976
|
+
});
|
|
2977
|
+
|
|
2978
|
+
internal.check_outros();
|
|
2979
|
+
}
|
|
2980
|
+
|
|
2981
|
+
if (switch_value) {
|
|
2982
|
+
switch_instance = internal.construct_svelte_component(switch_value, switch_props());
|
|
2983
|
+
internal.create_component(switch_instance.$$.fragment);
|
|
2984
|
+
internal.transition_in(switch_instance.$$.fragment, 1);
|
|
2985
|
+
internal.mount_component(switch_instance, switch_instance_anchor.parentNode, switch_instance_anchor);
|
|
2986
|
+
} else {
|
|
2987
|
+
switch_instance = null;
|
|
2988
|
+
}
|
|
2989
|
+
}
|
|
2990
|
+
},
|
|
2991
|
+
i(local) {
|
|
2992
|
+
if (current) return;
|
|
2993
|
+
if (switch_instance) internal.transition_in(switch_instance.$$.fragment, local);
|
|
2994
|
+
current = true;
|
|
2995
|
+
},
|
|
2996
|
+
o(local) {
|
|
2997
|
+
if (switch_instance) internal.transition_out(switch_instance.$$.fragment, local);
|
|
2998
|
+
current = false;
|
|
2999
|
+
},
|
|
3000
|
+
d(detaching) {
|
|
3001
|
+
if (detaching) {
|
|
3002
|
+
internal.detach(switch_instance_anchor);
|
|
3003
|
+
}
|
|
3004
|
+
|
|
3005
|
+
if (switch_instance) internal.destroy_component(switch_instance, detaching);
|
|
3006
|
+
}
|
|
3007
|
+
};
|
|
3008
|
+
}
|
|
3009
|
+
|
|
3010
|
+
// (17:0) {#if active}
|
|
3011
|
+
function create_if_block$Q(ctx) {
|
|
3012
|
+
let switch_instance;
|
|
3013
|
+
let switch_instance_anchor;
|
|
3014
|
+
let current;
|
|
3015
|
+
const switch_instance_spread_levels = [/*active*/ ctx[0]];
|
|
3016
|
+
var switch_value = /*UIComponent*/ ctx[1];
|
|
3017
|
+
|
|
3018
|
+
function switch_props(ctx, dirty) {
|
|
3019
|
+
let switch_instance_props = {};
|
|
3020
|
+
|
|
3021
|
+
if (dirty !== undefined && dirty & /*active*/ 1) {
|
|
3022
|
+
switch_instance_props = internal.get_spread_update(switch_instance_spread_levels, [internal.get_spread_object(/*active*/ ctx[0])]);
|
|
3023
|
+
} else {
|
|
3024
|
+
for (let i = 0; i < switch_instance_spread_levels.length; i += 1) {
|
|
3025
|
+
switch_instance_props = internal.assign(switch_instance_props, switch_instance_spread_levels[i]);
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
|
|
3029
|
+
return { props: switch_instance_props };
|
|
3030
|
+
}
|
|
3031
|
+
|
|
3032
|
+
if (switch_value) {
|
|
3033
|
+
switch_instance = internal.construct_svelte_component(switch_value, switch_props(ctx));
|
|
3034
|
+
}
|
|
3035
|
+
|
|
3036
|
+
return {
|
|
3037
|
+
c() {
|
|
3038
|
+
if (switch_instance) internal.create_component(switch_instance.$$.fragment);
|
|
3039
|
+
switch_instance_anchor = internal.empty();
|
|
3040
|
+
},
|
|
3041
|
+
m(target, anchor) {
|
|
3042
|
+
if (switch_instance) internal.mount_component(switch_instance, target, anchor);
|
|
3043
|
+
internal.insert(target, switch_instance_anchor, anchor);
|
|
3044
|
+
current = true;
|
|
3045
|
+
},
|
|
3046
|
+
p(ctx, dirty) {
|
|
3047
|
+
if (dirty & /*UIComponent*/ 2 && switch_value !== (switch_value = /*UIComponent*/ ctx[1])) {
|
|
3048
|
+
if (switch_instance) {
|
|
3049
|
+
internal.group_outros();
|
|
3050
|
+
const old_component = switch_instance;
|
|
3051
|
+
|
|
3052
|
+
internal.transition_out(old_component.$$.fragment, 1, 0, () => {
|
|
3053
|
+
internal.destroy_component(old_component, 1);
|
|
3054
|
+
});
|
|
3055
|
+
|
|
3056
|
+
internal.check_outros();
|
|
3057
|
+
}
|
|
3058
|
+
|
|
3059
|
+
if (switch_value) {
|
|
3060
|
+
switch_instance = internal.construct_svelte_component(switch_value, switch_props(ctx, dirty));
|
|
3061
|
+
internal.create_component(switch_instance.$$.fragment);
|
|
3062
|
+
internal.transition_in(switch_instance.$$.fragment, 1);
|
|
3063
|
+
internal.mount_component(switch_instance, switch_instance_anchor.parentNode, switch_instance_anchor);
|
|
3064
|
+
} else {
|
|
3065
|
+
switch_instance = null;
|
|
3066
|
+
}
|
|
3067
|
+
} else if (switch_value) {
|
|
3068
|
+
const switch_instance_changes = (dirty & /*active*/ 1)
|
|
3069
|
+
? internal.get_spread_update(switch_instance_spread_levels, [internal.get_spread_object(/*active*/ ctx[0])])
|
|
3070
|
+
: {};
|
|
3071
|
+
|
|
3072
|
+
switch_instance.$set(switch_instance_changes);
|
|
3073
|
+
}
|
|
3074
|
+
},
|
|
3075
|
+
i(local) {
|
|
3076
|
+
if (current) return;
|
|
3077
|
+
if (switch_instance) internal.transition_in(switch_instance.$$.fragment, local);
|
|
3078
|
+
current = true;
|
|
3079
|
+
},
|
|
3080
|
+
o(local) {
|
|
3081
|
+
if (switch_instance) internal.transition_out(switch_instance.$$.fragment, local);
|
|
3082
|
+
current = false;
|
|
3083
|
+
},
|
|
3084
|
+
d(detaching) {
|
|
3085
|
+
if (detaching) {
|
|
3086
|
+
internal.detach(switch_instance_anchor);
|
|
3087
|
+
}
|
|
3088
|
+
|
|
3089
|
+
if (switch_instance) internal.destroy_component(switch_instance, detaching);
|
|
3090
|
+
}
|
|
3091
|
+
};
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
function create_fragment$1j(ctx) {
|
|
3095
|
+
let current_block_type_index;
|
|
3096
|
+
let if_block;
|
|
3097
|
+
let if_block_anchor;
|
|
3098
|
+
let current;
|
|
3099
|
+
const if_block_creators = [create_if_block$Q, create_if_block_1$G];
|
|
3100
|
+
const if_blocks = [];
|
|
3101
|
+
|
|
3102
|
+
function select_block_type(ctx, dirty) {
|
|
3103
|
+
if (/*active*/ ctx[0]) return 0;
|
|
3104
|
+
if (/*UIPlaceholder*/ ctx[2]) return 1;
|
|
3105
|
+
return -1;
|
|
3106
|
+
}
|
|
3107
|
+
|
|
3108
|
+
if (~(current_block_type_index = select_block_type(ctx))) {
|
|
3109
|
+
if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
|
3110
|
+
}
|
|
3111
|
+
|
|
3112
|
+
return {
|
|
3113
|
+
c() {
|
|
3114
|
+
if (if_block) if_block.c();
|
|
3115
|
+
if_block_anchor = internal.empty();
|
|
3116
|
+
},
|
|
3117
|
+
m(target, anchor) {
|
|
3118
|
+
if (~current_block_type_index) {
|
|
3119
|
+
if_blocks[current_block_type_index].m(target, anchor);
|
|
3120
|
+
}
|
|
3121
|
+
|
|
3122
|
+
internal.insert(target, if_block_anchor, anchor);
|
|
3123
|
+
current = true;
|
|
3124
|
+
},
|
|
3125
|
+
p(ctx, [dirty]) {
|
|
3126
|
+
let previous_block_index = current_block_type_index;
|
|
3127
|
+
current_block_type_index = select_block_type(ctx);
|
|
3128
|
+
|
|
3129
|
+
if (current_block_type_index === previous_block_index) {
|
|
3130
|
+
if (~current_block_type_index) {
|
|
3131
|
+
if_blocks[current_block_type_index].p(ctx, dirty);
|
|
3132
|
+
}
|
|
3133
|
+
} else {
|
|
3134
|
+
if (if_block) {
|
|
3135
|
+
internal.group_outros();
|
|
3136
|
+
|
|
3137
|
+
internal.transition_out(if_blocks[previous_block_index], 1, 1, () => {
|
|
3138
|
+
if_blocks[previous_block_index] = null;
|
|
3139
|
+
});
|
|
3140
|
+
|
|
3141
|
+
internal.check_outros();
|
|
3142
|
+
}
|
|
3143
|
+
|
|
3144
|
+
if (~current_block_type_index) {
|
|
3145
|
+
if_block = if_blocks[current_block_type_index];
|
|
3146
|
+
|
|
3147
|
+
if (!if_block) {
|
|
3148
|
+
if_block = if_blocks[current_block_type_index] = if_block_creators[current_block_type_index](ctx);
|
|
3149
|
+
if_block.c();
|
|
3150
|
+
} else {
|
|
3151
|
+
if_block.p(ctx, dirty);
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
internal.transition_in(if_block, 1);
|
|
3155
|
+
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
3156
|
+
} else {
|
|
3157
|
+
if_block = null;
|
|
3158
|
+
}
|
|
3159
|
+
}
|
|
3160
|
+
},
|
|
3161
|
+
i(local) {
|
|
3162
|
+
if (current) return;
|
|
3163
|
+
internal.transition_in(if_block);
|
|
3164
|
+
current = true;
|
|
3165
|
+
},
|
|
3166
|
+
o(local) {
|
|
3167
|
+
internal.transition_out(if_block);
|
|
3168
|
+
current = false;
|
|
3169
|
+
},
|
|
3170
|
+
d(detaching) {
|
|
3171
|
+
if (detaching) {
|
|
3172
|
+
internal.detach(if_block_anchor);
|
|
3173
|
+
}
|
|
3174
|
+
|
|
3175
|
+
if (~current_block_type_index) {
|
|
3176
|
+
if_blocks[current_block_type_index].d(detaching);
|
|
3177
|
+
}
|
|
3178
|
+
}
|
|
3179
|
+
};
|
|
3180
|
+
}
|
|
3181
|
+
|
|
3182
|
+
function instance$1i($$self, $$props, $$invalidate) {
|
|
3183
|
+
const defaultFilter = value => value[idFieldName] === id;
|
|
3184
|
+
let { values = [] } = $$props;
|
|
3185
|
+
let { id } = $$props;
|
|
3186
|
+
let { UIComponent } = $$props;
|
|
3187
|
+
let { UIPlaceholder } = $$props;
|
|
3188
|
+
let { active } = $$props;
|
|
3189
|
+
let { idFieldName = "_id" } = $$props;
|
|
3190
|
+
let { filter = defaultFilter } = $$props;
|
|
3191
|
+
|
|
3192
|
+
$$self.$$set = $$props => {
|
|
3193
|
+
if ('values' in $$props) $$invalidate(3, values = $$props.values);
|
|
3194
|
+
if ('id' in $$props) $$invalidate(4, id = $$props.id);
|
|
3195
|
+
if ('UIComponent' in $$props) $$invalidate(1, UIComponent = $$props.UIComponent);
|
|
3196
|
+
if ('UIPlaceholder' in $$props) $$invalidate(2, UIPlaceholder = $$props.UIPlaceholder);
|
|
3197
|
+
if ('active' in $$props) $$invalidate(0, active = $$props.active);
|
|
3198
|
+
if ('idFieldName' in $$props) $$invalidate(5, idFieldName = $$props.idFieldName);
|
|
3199
|
+
if ('filter' in $$props) $$invalidate(6, filter = $$props.filter);
|
|
3200
|
+
};
|
|
3201
|
+
|
|
3202
|
+
$$self.$$.update = () => {
|
|
3203
|
+
if ($$self.$$.dirty & /*values, id, filter*/ 88) {
|
|
3204
|
+
$$invalidate(0, active = Array.isArray(values) && values.length && typeof id !== "undefined"
|
|
3205
|
+
? values.find(filter || defaultFilter)
|
|
3206
|
+
: undefined);
|
|
3207
|
+
}
|
|
3208
|
+
};
|
|
3209
|
+
|
|
3210
|
+
return [active, UIComponent, UIPlaceholder, values, id, idFieldName, filter];
|
|
3211
|
+
}
|
|
3212
|
+
|
|
3213
|
+
class Ui_show_one_from_list extends internal.SvelteComponent {
|
|
3214
|
+
constructor(options) {
|
|
3215
|
+
super();
|
|
3216
|
+
|
|
3217
|
+
internal.init(this, options, instance$1i, create_fragment$1j, internal.safe_not_equal, {
|
|
3218
|
+
values: 3,
|
|
3219
|
+
id: 4,
|
|
3220
|
+
UIComponent: 1,
|
|
3221
|
+
UIPlaceholder: 2,
|
|
3222
|
+
active: 0,
|
|
3223
|
+
idFieldName: 5,
|
|
3224
|
+
filter: 6
|
|
3225
|
+
});
|
|
3226
|
+
}
|
|
3227
|
+
}
|
|
3228
|
+
|
|
2942
3229
|
/* src/elements/various/ui.tag.svelte generated by Svelte v4.2.8 */
|
|
2943
3230
|
|
|
2944
3231
|
function create_if_block$P(ctx) {
|
|
@@ -2983,7 +3270,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
2983
3270
|
};
|
|
2984
3271
|
}
|
|
2985
3272
|
|
|
2986
|
-
function create_fragment$
|
|
3273
|
+
function create_fragment$1i(ctx) {
|
|
2987
3274
|
let if_block_anchor;
|
|
2988
3275
|
let if_block = /*title*/ ctx[0] && create_if_block$P(ctx);
|
|
2989
3276
|
|
|
@@ -3022,7 +3309,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
3022
3309
|
};
|
|
3023
3310
|
}
|
|
3024
3311
|
|
|
3025
|
-
function instance$
|
|
3312
|
+
function instance$1h($$self, $$props, $$invalidate) {
|
|
3026
3313
|
let $LOCALE;
|
|
3027
3314
|
internal.component_subscribe($$self, LOCALE, $$value => $$invalidate(12, $LOCALE = $$value));
|
|
3028
3315
|
let { id = "tagId" } = $$props;
|
|
@@ -3105,7 +3392,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
3105
3392
|
constructor(options) {
|
|
3106
3393
|
super();
|
|
3107
3394
|
|
|
3108
|
-
internal.init(this, options, instance$
|
|
3395
|
+
internal.init(this, options, instance$1h, create_fragment$1i, internal.safe_not_equal, {
|
|
3109
3396
|
id: 1,
|
|
3110
3397
|
title: 0,
|
|
3111
3398
|
color: 2,
|
|
@@ -3211,7 +3498,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
3211
3498
|
};
|
|
3212
3499
|
}
|
|
3213
3500
|
|
|
3214
|
-
function create_fragment$
|
|
3501
|
+
function create_fragment$1h(ctx) {
|
|
3215
3502
|
let div;
|
|
3216
3503
|
let if_block0_anchor;
|
|
3217
3504
|
let div_class_value;
|
|
@@ -3312,7 +3599,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
3312
3599
|
};
|
|
3313
3600
|
}
|
|
3314
3601
|
|
|
3315
|
-
function instance$
|
|
3602
|
+
function instance$1g($$self, $$props, $$invalidate) {
|
|
3316
3603
|
let { id = "taggedValueId" } = $$props;
|
|
3317
3604
|
let { title } = $$props;
|
|
3318
3605
|
let { value } = $$props;
|
|
@@ -3331,7 +3618,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
3331
3618
|
class Ui_tag_value extends internal.SvelteComponent {
|
|
3332
3619
|
constructor(options) {
|
|
3333
3620
|
super();
|
|
3334
|
-
internal.init(this, options, instance$
|
|
3621
|
+
internal.init(this, options, instance$1g, create_fragment$1h, internal.safe_not_equal, { id: 0, title: 1, value: 2, classes: 3 });
|
|
3335
3622
|
}
|
|
3336
3623
|
}
|
|
3337
3624
|
|
|
@@ -3532,7 +3819,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
3532
3819
|
};
|
|
3533
3820
|
}
|
|
3534
3821
|
|
|
3535
|
-
function create_fragment$
|
|
3822
|
+
function create_fragment$1g(ctx) {
|
|
3536
3823
|
let t;
|
|
3537
3824
|
let if_block1_anchor;
|
|
3538
3825
|
let if_block0 = /*title*/ ctx[0] && create_if_block_1$E(ctx);
|
|
@@ -3592,7 +3879,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
3592
3879
|
};
|
|
3593
3880
|
}
|
|
3594
3881
|
|
|
3595
|
-
function instance$
|
|
3882
|
+
function instance$1f($$self, $$props, $$invalidate) {
|
|
3596
3883
|
let spacedStyle;
|
|
3597
3884
|
let resultTitle;
|
|
3598
3885
|
let resultSubtitle;
|
|
@@ -3668,7 +3955,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
3668
3955
|
constructor(options) {
|
|
3669
3956
|
super();
|
|
3670
3957
|
|
|
3671
|
-
internal.init(this, options, instance$
|
|
3958
|
+
internal.init(this, options, instance$1f, create_fragment$1g, internal.safe_not_equal, {
|
|
3672
3959
|
id: 4,
|
|
3673
3960
|
title: 0,
|
|
3674
3961
|
subtitle: 1,
|
|
@@ -3855,7 +4142,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
3855
4142
|
};
|
|
3856
4143
|
}
|
|
3857
4144
|
|
|
3858
|
-
function create_fragment$
|
|
4145
|
+
function create_fragment$1f(ctx) {
|
|
3859
4146
|
let show_if = Array.isArray(/*errors*/ ctx[0]) && /*errors*/ ctx[0].length;
|
|
3860
4147
|
let if_block_anchor;
|
|
3861
4148
|
let if_block = show_if && create_if_block$M(ctx);
|
|
@@ -3897,7 +4184,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
3897
4184
|
};
|
|
3898
4185
|
}
|
|
3899
4186
|
|
|
3900
|
-
function instance$
|
|
4187
|
+
function instance$1e($$self, $$props, $$invalidate) {
|
|
3901
4188
|
let $LOCALE;
|
|
3902
4189
|
internal.component_subscribe($$self, LOCALE, $$value => $$invalidate(4, $LOCALE = $$value));
|
|
3903
4190
|
let { errors = [] } = $$props;
|
|
@@ -3918,13 +4205,13 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
3918
4205
|
class Ui_errors_list extends internal.SvelteComponent {
|
|
3919
4206
|
constructor(options) {
|
|
3920
4207
|
super();
|
|
3921
|
-
internal.init(this, options, instance$
|
|
4208
|
+
internal.init(this, options, instance$1e, create_fragment$1f, internal.safe_not_equal, { errors: 0, show: 1, classes: 2, id: 3 });
|
|
3922
4209
|
}
|
|
3923
4210
|
}
|
|
3924
4211
|
|
|
3925
4212
|
/* src/elements/various/ui.user.card.svelte generated by Svelte v4.2.8 */
|
|
3926
4213
|
|
|
3927
|
-
function create_fragment$
|
|
4214
|
+
function create_fragment$1e(ctx) {
|
|
3928
4215
|
let article;
|
|
3929
4216
|
let figure;
|
|
3930
4217
|
let p0;
|
|
@@ -4008,7 +4295,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
4008
4295
|
};
|
|
4009
4296
|
}
|
|
4010
4297
|
|
|
4011
|
-
function instance$
|
|
4298
|
+
function instance$1d($$self, $$props, $$invalidate) {
|
|
4012
4299
|
let { id = 'userCard' } = $$props;
|
|
4013
4300
|
let { image = 'https://bulma.io/images/placeholders/32x32.png' } = $$props;
|
|
4014
4301
|
let { username = 'John Doe' } = $$props;
|
|
@@ -4060,7 +4347,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
4060
4347
|
constructor(options) {
|
|
4061
4348
|
super();
|
|
4062
4349
|
|
|
4063
|
-
internal.init(this, options, instance$
|
|
4350
|
+
internal.init(this, options, instance$1d, create_fragment$1e, internal.safe_not_equal, {
|
|
4064
4351
|
id: 5,
|
|
4065
4352
|
image: 2,
|
|
4066
4353
|
username: 0,
|
|
@@ -4360,7 +4647,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
4360
4647
|
};
|
|
4361
4648
|
}
|
|
4362
4649
|
|
|
4363
|
-
function create_fragment$
|
|
4650
|
+
function create_fragment$1d(ctx) {
|
|
4364
4651
|
let div;
|
|
4365
4652
|
let div_class_value;
|
|
4366
4653
|
let t;
|
|
@@ -4487,7 +4774,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
4487
4774
|
};
|
|
4488
4775
|
}
|
|
4489
4776
|
|
|
4490
|
-
function instance$
|
|
4777
|
+
function instance$1c($$self, $$props, $$invalidate) {
|
|
4491
4778
|
let iconClasses;
|
|
4492
4779
|
let allErrors;
|
|
4493
4780
|
let showErrors;
|
|
@@ -4621,7 +4908,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
4621
4908
|
constructor(options) {
|
|
4622
4909
|
super();
|
|
4623
4910
|
|
|
4624
|
-
internal.init(this, options, instance$
|
|
4911
|
+
internal.init(this, options, instance$1c, create_fragment$1d, internal.safe_not_equal, {
|
|
4625
4912
|
inputStarted: 17,
|
|
4626
4913
|
value: 0,
|
|
4627
4914
|
placeholder: 1,
|
|
@@ -4641,7 +4928,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
4641
4928
|
|
|
4642
4929
|
/* src/elements/various/ui.simple.search.input.svelte generated by Svelte v4.2.8 */
|
|
4643
4930
|
|
|
4644
|
-
function create_fragment$
|
|
4931
|
+
function create_fragment$1c(ctx) {
|
|
4645
4932
|
let div2;
|
|
4646
4933
|
let div1;
|
|
4647
4934
|
let div0;
|
|
@@ -4715,7 +5002,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
4715
5002
|
};
|
|
4716
5003
|
}
|
|
4717
5004
|
|
|
4718
|
-
function instance$
|
|
5005
|
+
function instance$1b($$self, $$props, $$invalidate) {
|
|
4719
5006
|
let $LOCALE;
|
|
4720
5007
|
internal.component_subscribe($$self, LOCALE, $$value => $$invalidate(4, $LOCALE = $$value));
|
|
4721
5008
|
const dispatch = createEventDispatcher();
|
|
@@ -4742,7 +5029,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
4742
5029
|
class Ui_simple_search_input extends internal.SvelteComponent {
|
|
4743
5030
|
constructor(options) {
|
|
4744
5031
|
super();
|
|
4745
|
-
internal.init(this, options, instance$
|
|
5032
|
+
internal.init(this, options, instance$1b, create_fragment$1c, internal.safe_not_equal, { placeholder: 1, term: 0 });
|
|
4746
5033
|
}
|
|
4747
5034
|
}
|
|
4748
5035
|
|
|
@@ -4753,6 +5040,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
4753
5040
|
UIIndicator: Ui_indicator,
|
|
4754
5041
|
UILoader: Ui_loader,
|
|
4755
5042
|
UIProgress: Ui_progress,
|
|
5043
|
+
UIShowOneFromList: Ui_show_one_from_list,
|
|
4756
5044
|
UISimpleSearchInput: Ui_simple_search_input,
|
|
4757
5045
|
UITag: Ui_tag$1,
|
|
4758
5046
|
UITagValue: Ui_tag_value,
|
|
@@ -4994,7 +5282,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
4994
5282
|
};
|
|
4995
5283
|
}
|
|
4996
5284
|
|
|
4997
|
-
function create_fragment$
|
|
5285
|
+
function create_fragment$1b(ctx) {
|
|
4998
5286
|
let button;
|
|
4999
5287
|
let button_type_value;
|
|
5000
5288
|
let button_class_value;
|
|
@@ -5080,7 +5368,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
5080
5368
|
};
|
|
5081
5369
|
}
|
|
5082
5370
|
|
|
5083
|
-
function instance$
|
|
5371
|
+
function instance$1a($$self, $$props, $$invalidate) {
|
|
5084
5372
|
let $LOCALE;
|
|
5085
5373
|
internal.component_subscribe($$self, LOCALE, $$value => $$invalidate(15, $LOCALE = $$value));
|
|
5086
5374
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
@@ -5162,7 +5450,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
5162
5450
|
constructor(options) {
|
|
5163
5451
|
super();
|
|
5164
5452
|
|
|
5165
|
-
internal.init(this, options, instance$
|
|
5453
|
+
internal.init(this, options, instance$1a, create_fragment$1b, internal.safe_not_equal, {
|
|
5166
5454
|
title: 0,
|
|
5167
5455
|
light: 1,
|
|
5168
5456
|
loading: 2,
|
|
@@ -5192,7 +5480,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
5192
5480
|
const get_left_slot_changes$1 = dirty => ({});
|
|
5193
5481
|
const get_left_slot_context$1 = ctx => ({});
|
|
5194
5482
|
|
|
5195
|
-
function create_fragment$
|
|
5483
|
+
function create_fragment$1a(ctx) {
|
|
5196
5484
|
let div;
|
|
5197
5485
|
let t0;
|
|
5198
5486
|
let t1;
|
|
@@ -5310,7 +5598,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
5310
5598
|
};
|
|
5311
5599
|
}
|
|
5312
5600
|
|
|
5313
|
-
function instance$
|
|
5601
|
+
function instance$19($$self, $$props, $$invalidate) {
|
|
5314
5602
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
5315
5603
|
let { classes = '' } = $$props;
|
|
5316
5604
|
|
|
@@ -5325,7 +5613,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
5325
5613
|
class Ui_buttons_row extends internal.SvelteComponent {
|
|
5326
5614
|
constructor(options) {
|
|
5327
5615
|
super();
|
|
5328
|
-
internal.init(this, options, instance$
|
|
5616
|
+
internal.init(this, options, instance$19, create_fragment$1a, internal.safe_not_equal, { classes: 0 });
|
|
5329
5617
|
}
|
|
5330
5618
|
}
|
|
5331
5619
|
|
|
@@ -5409,7 +5697,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
5409
5697
|
};
|
|
5410
5698
|
}
|
|
5411
5699
|
|
|
5412
|
-
function create_fragment$
|
|
5700
|
+
function create_fragment$19(ctx) {
|
|
5413
5701
|
let div;
|
|
5414
5702
|
let each_blocks = [];
|
|
5415
5703
|
let each_1_lookup = new Map();
|
|
@@ -5485,7 +5773,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
5485
5773
|
};
|
|
5486
5774
|
}
|
|
5487
5775
|
|
|
5488
|
-
function instance$
|
|
5776
|
+
function instance$18($$self, $$props, $$invalidate) {
|
|
5489
5777
|
const dispatch = createEventDispatcher();
|
|
5490
5778
|
let { values = [] } = $$props;
|
|
5491
5779
|
let { centered = false } = $$props;
|
|
@@ -5515,7 +5803,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
5515
5803
|
constructor(options) {
|
|
5516
5804
|
super();
|
|
5517
5805
|
|
|
5518
|
-
internal.init(this, options, instance$
|
|
5806
|
+
internal.init(this, options, instance$18, create_fragment$19, internal.safe_not_equal, {
|
|
5519
5807
|
values: 0,
|
|
5520
5808
|
centered: 1,
|
|
5521
5809
|
right: 2,
|
|
@@ -6847,7 +7135,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
6847
7135
|
};
|
|
6848
7136
|
}
|
|
6849
7137
|
|
|
6850
|
-
function create_fragment$
|
|
7138
|
+
function create_fragment$18(ctx) {
|
|
6851
7139
|
let div2;
|
|
6852
7140
|
let select;
|
|
6853
7141
|
let t0;
|
|
@@ -7246,7 +7534,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
7246
7534
|
return str.normalize("NFD").replace(/[\u0300-\u036f]/g, "");
|
|
7247
7535
|
}
|
|
7248
7536
|
|
|
7249
|
-
function instance$
|
|
7537
|
+
function instance$17($$self, $$props, $$invalidate) {
|
|
7250
7538
|
let showList;
|
|
7251
7539
|
let hasSelection;
|
|
7252
7540
|
let clearable;
|
|
@@ -8562,8 +8850,8 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
8562
8850
|
internal.init(
|
|
8563
8851
|
this,
|
|
8564
8852
|
options,
|
|
8565
|
-
instance$
|
|
8566
|
-
create_fragment$
|
|
8853
|
+
instance$17,
|
|
8854
|
+
create_fragment$18,
|
|
8567
8855
|
internal.safe_not_equal,
|
|
8568
8856
|
{
|
|
8569
8857
|
items: 0,
|
|
@@ -8933,7 +9221,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
8933
9221
|
};
|
|
8934
9222
|
}
|
|
8935
9223
|
|
|
8936
|
-
function create_fragment$
|
|
9224
|
+
function create_fragment$17(ctx) {
|
|
8937
9225
|
let current_block_type_index;
|
|
8938
9226
|
let if_block;
|
|
8939
9227
|
let if_block_anchor;
|
|
@@ -9005,7 +9293,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
9005
9293
|
};
|
|
9006
9294
|
}
|
|
9007
9295
|
|
|
9008
|
-
function instance$
|
|
9296
|
+
function instance$16($$self, $$props, $$invalidate) {
|
|
9009
9297
|
let allErrors;
|
|
9010
9298
|
let showErrors;
|
|
9011
9299
|
let validationClasses;
|
|
@@ -9146,8 +9434,8 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
9146
9434
|
internal.init(
|
|
9147
9435
|
this,
|
|
9148
9436
|
options,
|
|
9149
|
-
instance$
|
|
9150
|
-
create_fragment$
|
|
9437
|
+
instance$16,
|
|
9438
|
+
create_fragment$17,
|
|
9151
9439
|
internal.safe_not_equal,
|
|
9152
9440
|
{
|
|
9153
9441
|
idField: 1,
|
|
@@ -9324,7 +9612,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
9324
9612
|
};
|
|
9325
9613
|
}
|
|
9326
9614
|
|
|
9327
|
-
function create_fragment$
|
|
9615
|
+
function create_fragment$16(ctx) {
|
|
9328
9616
|
let div;
|
|
9329
9617
|
let label_1;
|
|
9330
9618
|
let current_block_type_index;
|
|
@@ -9486,7 +9774,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
9486
9774
|
};
|
|
9487
9775
|
}
|
|
9488
9776
|
|
|
9489
|
-
function instance$
|
|
9777
|
+
function instance$15($$self, $$props, $$invalidate) {
|
|
9490
9778
|
let iconClasses;
|
|
9491
9779
|
let allErrors;
|
|
9492
9780
|
let showErrors;
|
|
@@ -9631,7 +9919,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
9631
9919
|
constructor(options) {
|
|
9632
9920
|
super();
|
|
9633
9921
|
|
|
9634
|
-
internal.init(this, options, instance$
|
|
9922
|
+
internal.init(this, options, instance$15, create_fragment$16, internal.safe_not_equal, {
|
|
9635
9923
|
inputStarted: 15,
|
|
9636
9924
|
value: 0,
|
|
9637
9925
|
label: 1,
|
|
@@ -9790,7 +10078,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
9790
10078
|
};
|
|
9791
10079
|
}
|
|
9792
10080
|
|
|
9793
|
-
function create_fragment$
|
|
10081
|
+
function create_fragment$15(ctx) {
|
|
9794
10082
|
let div;
|
|
9795
10083
|
let each_blocks = [];
|
|
9796
10084
|
let each_1_lookup = new Map();
|
|
@@ -9920,7 +10208,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
9920
10208
|
};
|
|
9921
10209
|
}
|
|
9922
10210
|
|
|
9923
|
-
function instance$
|
|
10211
|
+
function instance$14($$self, $$props, $$invalidate) {
|
|
9924
10212
|
let allErrors;
|
|
9925
10213
|
let showErrors;
|
|
9926
10214
|
let invalid;
|
|
@@ -10041,7 +10329,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
10041
10329
|
constructor(options) {
|
|
10042
10330
|
super();
|
|
10043
10331
|
|
|
10044
|
-
internal.init(this, options, instance$
|
|
10332
|
+
internal.init(this, options, instance$14, create_fragment$15, internal.safe_not_equal, {
|
|
10045
10333
|
inputStarted: 11,
|
|
10046
10334
|
value: 0,
|
|
10047
10335
|
fieldname: 1,
|
|
@@ -10172,7 +10460,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
10172
10460
|
};
|
|
10173
10461
|
}
|
|
10174
10462
|
|
|
10175
|
-
function create_fragment$
|
|
10463
|
+
function create_fragment$14(ctx) {
|
|
10176
10464
|
let div;
|
|
10177
10465
|
let input;
|
|
10178
10466
|
let input_id_value;
|
|
@@ -10394,7 +10682,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
10394
10682
|
};
|
|
10395
10683
|
}
|
|
10396
10684
|
|
|
10397
|
-
function instance$
|
|
10685
|
+
function instance$13($$self, $$props, $$invalidate) {
|
|
10398
10686
|
let iconClasses;
|
|
10399
10687
|
let allErrors;
|
|
10400
10688
|
let showErrors;
|
|
@@ -10529,7 +10817,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
10529
10817
|
constructor(options) {
|
|
10530
10818
|
super();
|
|
10531
10819
|
|
|
10532
|
-
internal.init(this, options, instance$
|
|
10820
|
+
internal.init(this, options, instance$13, create_fragment$14, internal.safe_not_equal, {
|
|
10533
10821
|
inputStarted: 16,
|
|
10534
10822
|
value: 0,
|
|
10535
10823
|
placeholder: 1,
|
|
@@ -10843,7 +11131,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
10843
11131
|
};
|
|
10844
11132
|
}
|
|
10845
11133
|
|
|
10846
|
-
function create_fragment$
|
|
11134
|
+
function create_fragment$13(ctx) {
|
|
10847
11135
|
let div;
|
|
10848
11136
|
let div_class_value;
|
|
10849
11137
|
let t;
|
|
@@ -10970,7 +11258,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
10970
11258
|
};
|
|
10971
11259
|
}
|
|
10972
11260
|
|
|
10973
|
-
function instance$
|
|
11261
|
+
function instance$12($$self, $$props, $$invalidate) {
|
|
10974
11262
|
let iconClasses;
|
|
10975
11263
|
let allErrors;
|
|
10976
11264
|
let invalid;
|
|
@@ -11116,7 +11404,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
11116
11404
|
constructor(options) {
|
|
11117
11405
|
super();
|
|
11118
11406
|
|
|
11119
|
-
internal.init(this, options, instance$
|
|
11407
|
+
internal.init(this, options, instance$12, create_fragment$13, internal.safe_not_equal, {
|
|
11120
11408
|
inputStarted: 17,
|
|
11121
11409
|
value: 0,
|
|
11122
11410
|
placeholder: 1,
|
|
@@ -11550,7 +11838,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
11550
11838
|
};
|
|
11551
11839
|
}
|
|
11552
11840
|
|
|
11553
|
-
function create_fragment$
|
|
11841
|
+
function create_fragment$12(ctx) {
|
|
11554
11842
|
let if_block_anchor;
|
|
11555
11843
|
let current;
|
|
11556
11844
|
let if_block = /*shiftedValue*/ ctx[7] && create_if_block$E(ctx);
|
|
@@ -11618,7 +11906,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
11618
11906
|
: dateString;
|
|
11619
11907
|
}
|
|
11620
11908
|
|
|
11621
|
-
function instance$
|
|
11909
|
+
function instance$11($$self, $$props, $$invalidate) {
|
|
11622
11910
|
let iconClasses;
|
|
11623
11911
|
let allErrors;
|
|
11624
11912
|
let showErrors;
|
|
@@ -11809,8 +12097,8 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
11809
12097
|
internal.init(
|
|
11810
12098
|
this,
|
|
11811
12099
|
options,
|
|
11812
|
-
instance$
|
|
11813
|
-
create_fragment$
|
|
12100
|
+
instance$11,
|
|
12101
|
+
create_fragment$12,
|
|
11814
12102
|
internal.safe_not_equal,
|
|
11815
12103
|
{
|
|
11816
12104
|
inputStarted: 15,
|
|
@@ -12121,7 +12409,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12121
12409
|
};
|
|
12122
12410
|
}
|
|
12123
12411
|
|
|
12124
|
-
function create_fragment$
|
|
12412
|
+
function create_fragment$11(ctx) {
|
|
12125
12413
|
let div;
|
|
12126
12414
|
let div_class_value;
|
|
12127
12415
|
let t;
|
|
@@ -12248,7 +12536,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12248
12536
|
};
|
|
12249
12537
|
}
|
|
12250
12538
|
|
|
12251
|
-
function instance
|
|
12539
|
+
function instance$10($$self, $$props, $$invalidate) {
|
|
12252
12540
|
let iconClasses;
|
|
12253
12541
|
let allErrors;
|
|
12254
12542
|
let showErrors;
|
|
@@ -12386,7 +12674,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12386
12674
|
constructor(options) {
|
|
12387
12675
|
super();
|
|
12388
12676
|
|
|
12389
|
-
internal.init(this, options, instance
|
|
12677
|
+
internal.init(this, options, instance$10, create_fragment$11, internal.safe_not_equal, {
|
|
12390
12678
|
inputStarted: 17,
|
|
12391
12679
|
value: 0,
|
|
12392
12680
|
placeholder: 1,
|
|
@@ -12406,7 +12694,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12406
12694
|
|
|
12407
12695
|
/* src/elements/form/ui.hidden.svelte generated by Svelte v4.2.8 */
|
|
12408
12696
|
|
|
12409
|
-
function create_fragment
|
|
12697
|
+
function create_fragment$10(ctx) {
|
|
12410
12698
|
let input;
|
|
12411
12699
|
let mounted;
|
|
12412
12700
|
let dispose;
|
|
@@ -12458,7 +12746,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12458
12746
|
};
|
|
12459
12747
|
}
|
|
12460
12748
|
|
|
12461
|
-
function instance
|
|
12749
|
+
function instance$$($$self, $$props, $$invalidate) {
|
|
12462
12750
|
let { value = "" } = $$props;
|
|
12463
12751
|
let { fieldname = "hidden" } = $$props;
|
|
12464
12752
|
let { required = true } = $$props;
|
|
@@ -12483,7 +12771,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12483
12771
|
constructor(options) {
|
|
12484
12772
|
super();
|
|
12485
12773
|
|
|
12486
|
-
internal.init(this, options, instance$
|
|
12774
|
+
internal.init(this, options, instance$$, create_fragment$10, internal.safe_not_equal, {
|
|
12487
12775
|
value: 0,
|
|
12488
12776
|
fieldname: 1,
|
|
12489
12777
|
required: 2,
|
|
@@ -12494,7 +12782,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12494
12782
|
|
|
12495
12783
|
/* src/elements/form/ui.label.svelte generated by Svelte v4.2.8 */
|
|
12496
12784
|
|
|
12497
|
-
function create_fragment
|
|
12785
|
+
function create_fragment$$(ctx) {
|
|
12498
12786
|
let label_1;
|
|
12499
12787
|
let t_value = /*$LOCALE*/ ctx[2][/*label*/ ctx[1]] + "";
|
|
12500
12788
|
let t;
|
|
@@ -12527,7 +12815,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12527
12815
|
};
|
|
12528
12816
|
}
|
|
12529
12817
|
|
|
12530
|
-
function instance$
|
|
12818
|
+
function instance$_($$self, $$props, $$invalidate) {
|
|
12531
12819
|
let $LOCALE;
|
|
12532
12820
|
internal.component_subscribe($$self, LOCALE, $$value => $$invalidate(2, $LOCALE = $$value));
|
|
12533
12821
|
let { id } = $$props;
|
|
@@ -12544,13 +12832,13 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12544
12832
|
class Ui_label extends internal.SvelteComponent {
|
|
12545
12833
|
constructor(options) {
|
|
12546
12834
|
super();
|
|
12547
|
-
internal.init(this, options, instance$
|
|
12835
|
+
internal.init(this, options, instance$_, create_fragment$$, internal.safe_not_equal, { id: 0, label: 1 });
|
|
12548
12836
|
}
|
|
12549
12837
|
}
|
|
12550
12838
|
|
|
12551
12839
|
/* src/elements/layout/ui.column.svelte generated by Svelte v4.2.8 */
|
|
12552
12840
|
|
|
12553
|
-
function create_fragment$
|
|
12841
|
+
function create_fragment$_(ctx) {
|
|
12554
12842
|
let div;
|
|
12555
12843
|
let div_class_value;
|
|
12556
12844
|
let current;
|
|
@@ -12625,7 +12913,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12625
12913
|
};
|
|
12626
12914
|
}
|
|
12627
12915
|
|
|
12628
|
-
function instance$
|
|
12916
|
+
function instance$Z($$self, $$props, $$invalidate) {
|
|
12629
12917
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
12630
12918
|
let { classes = "" } = $$props;
|
|
12631
12919
|
let { title = "" } = $$props;
|
|
@@ -12646,13 +12934,13 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12646
12934
|
class Ui_column extends internal.SvelteComponent {
|
|
12647
12935
|
constructor(options) {
|
|
12648
12936
|
super();
|
|
12649
|
-
internal.init(this, options, instance$
|
|
12937
|
+
internal.init(this, options, instance$Z, create_fragment$_, internal.safe_not_equal, { classes: 0, title: 1 });
|
|
12650
12938
|
}
|
|
12651
12939
|
}
|
|
12652
12940
|
|
|
12653
12941
|
/* src/elements/layout/ui.columns.svelte generated by Svelte v4.2.8 */
|
|
12654
12942
|
|
|
12655
|
-
function create_fragment$
|
|
12943
|
+
function create_fragment$Z(ctx) {
|
|
12656
12944
|
let div;
|
|
12657
12945
|
let div_class_value;
|
|
12658
12946
|
let current;
|
|
@@ -12722,7 +13010,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12722
13010
|
};
|
|
12723
13011
|
}
|
|
12724
13012
|
|
|
12725
|
-
function instance$
|
|
13013
|
+
function instance$Y($$self, $$props, $$invalidate) {
|
|
12726
13014
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
12727
13015
|
let { classes = "" } = $$props;
|
|
12728
13016
|
|
|
@@ -12741,13 +13029,13 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12741
13029
|
class Ui_columns extends internal.SvelteComponent {
|
|
12742
13030
|
constructor(options) {
|
|
12743
13031
|
super();
|
|
12744
|
-
internal.init(this, options, instance$
|
|
13032
|
+
internal.init(this, options, instance$Y, create_fragment$Z, internal.safe_not_equal, { classes: 0 });
|
|
12745
13033
|
}
|
|
12746
13034
|
}
|
|
12747
13035
|
|
|
12748
13036
|
/* src/elements/layout/ui.container.svelte generated by Svelte v4.2.8 */
|
|
12749
13037
|
|
|
12750
|
-
function create_fragment$
|
|
13038
|
+
function create_fragment$Y(ctx) {
|
|
12751
13039
|
let div;
|
|
12752
13040
|
let div_class_value;
|
|
12753
13041
|
let current;
|
|
@@ -12847,7 +13135,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12847
13135
|
};
|
|
12848
13136
|
}
|
|
12849
13137
|
|
|
12850
|
-
function instance$
|
|
13138
|
+
function instance$X($$self, $$props, $$invalidate) {
|
|
12851
13139
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
12852
13140
|
let { id = "" } = $$props;
|
|
12853
13141
|
let { classes = "" } = $$props;
|
|
@@ -12890,7 +13178,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12890
13178
|
constructor(options) {
|
|
12891
13179
|
super();
|
|
12892
13180
|
|
|
12893
|
-
internal.init(this, options, instance$
|
|
13181
|
+
internal.init(this, options, instance$X, create_fragment$Y, internal.safe_not_equal, {
|
|
12894
13182
|
id: 0,
|
|
12895
13183
|
classes: 1,
|
|
12896
13184
|
widescreen: 2,
|
|
@@ -12904,7 +13192,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12904
13192
|
|
|
12905
13193
|
/* src/elements/layout/ui.footer.svelte generated by Svelte v4.2.8 */
|
|
12906
13194
|
|
|
12907
|
-
function create_fragment$
|
|
13195
|
+
function create_fragment$X(ctx) {
|
|
12908
13196
|
let footer;
|
|
12909
13197
|
let footer_class_value;
|
|
12910
13198
|
let current;
|
|
@@ -12970,7 +13258,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12970
13258
|
};
|
|
12971
13259
|
}
|
|
12972
13260
|
|
|
12973
|
-
function instance$
|
|
13261
|
+
function instance$W($$self, $$props, $$invalidate) {
|
|
12974
13262
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
12975
13263
|
let { id = '' } = $$props;
|
|
12976
13264
|
let { classes = '' } = $$props;
|
|
@@ -12987,13 +13275,13 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
12987
13275
|
class Ui_footer extends internal.SvelteComponent {
|
|
12988
13276
|
constructor(options) {
|
|
12989
13277
|
super();
|
|
12990
|
-
internal.init(this, options, instance$
|
|
13278
|
+
internal.init(this, options, instance$W, create_fragment$X, internal.safe_not_equal, { id: 0, classes: 1 });
|
|
12991
13279
|
}
|
|
12992
13280
|
}
|
|
12993
13281
|
|
|
12994
13282
|
/* src/elements/layout/ui.section.svelte generated by Svelte v4.2.8 */
|
|
12995
13283
|
|
|
12996
|
-
function create_fragment$
|
|
13284
|
+
function create_fragment$W(ctx) {
|
|
12997
13285
|
let section;
|
|
12998
13286
|
let section_class_value;
|
|
12999
13287
|
let current;
|
|
@@ -13068,7 +13356,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13068
13356
|
};
|
|
13069
13357
|
}
|
|
13070
13358
|
|
|
13071
|
-
function instance$
|
|
13359
|
+
function instance$V($$self, $$props, $$invalidate) {
|
|
13072
13360
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
13073
13361
|
let { id = "" } = $$props;
|
|
13074
13362
|
let { size } = $$props;
|
|
@@ -13091,7 +13379,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13091
13379
|
let Ui_section$2 = class Ui_section extends internal.SvelteComponent {
|
|
13092
13380
|
constructor(options) {
|
|
13093
13381
|
super();
|
|
13094
|
-
internal.init(this, options, instance$
|
|
13382
|
+
internal.init(this, options, instance$V, create_fragment$W, internal.safe_not_equal, { id: 0, size: 1, classes: 2 });
|
|
13095
13383
|
}
|
|
13096
13384
|
};
|
|
13097
13385
|
|
|
@@ -13152,7 +13440,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13152
13440
|
};
|
|
13153
13441
|
}
|
|
13154
13442
|
|
|
13155
|
-
function create_fragment$
|
|
13443
|
+
function create_fragment$V(ctx) {
|
|
13156
13444
|
let previous_tag = /*tag*/ ctx[0];
|
|
13157
13445
|
let svelte_element_anchor;
|
|
13158
13446
|
let current;
|
|
@@ -13209,7 +13497,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13209
13497
|
};
|
|
13210
13498
|
}
|
|
13211
13499
|
|
|
13212
|
-
function instance$
|
|
13500
|
+
function instance$U($$self, $$props, $$invalidate) {
|
|
13213
13501
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
13214
13502
|
let { tag = "div" } = $$props;
|
|
13215
13503
|
|
|
@@ -13224,7 +13512,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13224
13512
|
class Ui_level_item extends internal.SvelteComponent {
|
|
13225
13513
|
constructor(options) {
|
|
13226
13514
|
super();
|
|
13227
|
-
internal.init(this, options, instance$
|
|
13515
|
+
internal.init(this, options, instance$U, create_fragment$V, internal.safe_not_equal, { tag: 0 });
|
|
13228
13516
|
}
|
|
13229
13517
|
}
|
|
13230
13518
|
|
|
@@ -13234,7 +13522,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13234
13522
|
const get_left_slot_changes = dirty => ({});
|
|
13235
13523
|
const get_left_slot_context = ctx => ({});
|
|
13236
13524
|
|
|
13237
|
-
function create_fragment$
|
|
13525
|
+
function create_fragment$U(ctx) {
|
|
13238
13526
|
let nav;
|
|
13239
13527
|
let div0;
|
|
13240
13528
|
let t;
|
|
@@ -13327,7 +13615,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13327
13615
|
};
|
|
13328
13616
|
}
|
|
13329
13617
|
|
|
13330
|
-
function instance$
|
|
13618
|
+
function instance$T($$self, $$props, $$invalidate) {
|
|
13331
13619
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
13332
13620
|
|
|
13333
13621
|
$$self.$$set = $$props => {
|
|
@@ -13340,7 +13628,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13340
13628
|
class Ui_level extends internal.SvelteComponent {
|
|
13341
13629
|
constructor(options) {
|
|
13342
13630
|
super();
|
|
13343
|
-
internal.init(this, options, instance$
|
|
13631
|
+
internal.init(this, options, instance$T, create_fragment$U, internal.safe_not_equal, {});
|
|
13344
13632
|
}
|
|
13345
13633
|
}
|
|
13346
13634
|
|
|
@@ -13658,7 +13946,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13658
13946
|
};
|
|
13659
13947
|
}
|
|
13660
13948
|
|
|
13661
|
-
function create_fragment$
|
|
13949
|
+
function create_fragment$T(ctx) {
|
|
13662
13950
|
let div;
|
|
13663
13951
|
let div_class_value;
|
|
13664
13952
|
let t;
|
|
@@ -13785,7 +14073,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13785
14073
|
};
|
|
13786
14074
|
}
|
|
13787
14075
|
|
|
13788
|
-
function instance$
|
|
14076
|
+
function instance$S($$self, $$props, $$invalidate) {
|
|
13789
14077
|
let iconClasses;
|
|
13790
14078
|
let allErrors;
|
|
13791
14079
|
let showErrors;
|
|
@@ -13928,7 +14216,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13928
14216
|
constructor(options) {
|
|
13929
14217
|
super();
|
|
13930
14218
|
|
|
13931
|
-
internal.init(this, options, instance$
|
|
14219
|
+
internal.init(this, options, instance$S, create_fragment$T, internal.safe_not_equal, {
|
|
13932
14220
|
inputStarted: 20,
|
|
13933
14221
|
value: 0,
|
|
13934
14222
|
placeholder: 1,
|
|
@@ -13957,7 +14245,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13957
14245
|
return child_ctx;
|
|
13958
14246
|
}
|
|
13959
14247
|
|
|
13960
|
-
// (
|
|
14248
|
+
// (73:8) <UIColumn classes="is-6">
|
|
13961
14249
|
function create_default_slot_7(ctx) {
|
|
13962
14250
|
let t_value = /*item*/ ctx[27].title + "";
|
|
13963
14251
|
let t;
|
|
@@ -13980,7 +14268,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
13980
14268
|
};
|
|
13981
14269
|
}
|
|
13982
14270
|
|
|
13983
|
-
// (
|
|
14271
|
+
// (76:8) <UIColumn classes="is-4">
|
|
13984
14272
|
function create_default_slot_6(ctx) {
|
|
13985
14273
|
let t_value = /*item*/ ctx[27].number + "";
|
|
13986
14274
|
let t;
|
|
@@ -14003,7 +14291,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
14003
14291
|
};
|
|
14004
14292
|
}
|
|
14005
14293
|
|
|
14006
|
-
// (
|
|
14294
|
+
// (79:8) {#if !readonly}
|
|
14007
14295
|
function create_if_block_1$t(ctx) {
|
|
14008
14296
|
let uicolumn;
|
|
14009
14297
|
let current;
|
|
@@ -14048,7 +14336,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
14048
14336
|
};
|
|
14049
14337
|
}
|
|
14050
14338
|
|
|
14051
|
-
// (
|
|
14339
|
+
// (80:12) <UIColumn classes="is-2">
|
|
14052
14340
|
function create_default_slot_5(ctx) {
|
|
14053
14341
|
let uibutton;
|
|
14054
14342
|
let current;
|
|
@@ -14088,7 +14376,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
14088
14376
|
};
|
|
14089
14377
|
}
|
|
14090
14378
|
|
|
14091
|
-
// (
|
|
14379
|
+
// (72:4) <UIColumns>
|
|
14092
14380
|
function create_default_slot_4(ctx) {
|
|
14093
14381
|
let uicolumn0;
|
|
14094
14382
|
let t0;
|
|
@@ -14199,7 +14487,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
14199
14487
|
};
|
|
14200
14488
|
}
|
|
14201
14489
|
|
|
14202
|
-
// (
|
|
14490
|
+
// (71:0) {#each list as item (item.id)}
|
|
14203
14491
|
function create_each_block$i(key_1, ctx) {
|
|
14204
14492
|
let first;
|
|
14205
14493
|
let uicolumns;
|
|
@@ -14254,7 +14542,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
14254
14542
|
};
|
|
14255
14543
|
}
|
|
14256
14544
|
|
|
14257
|
-
// (
|
|
14545
|
+
// (86:0) {#if !readonly}
|
|
14258
14546
|
function create_if_block$B(ctx) {
|
|
14259
14547
|
let uicolumns;
|
|
14260
14548
|
let current;
|
|
@@ -14298,7 +14586,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
14298
14586
|
};
|
|
14299
14587
|
}
|
|
14300
14588
|
|
|
14301
|
-
// (
|
|
14589
|
+
// (88:8) <UIColumn classes="is-6">
|
|
14302
14590
|
function create_default_slot_3(ctx) {
|
|
14303
14591
|
let uitextfield;
|
|
14304
14592
|
let updating_value;
|
|
@@ -14367,7 +14655,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
14367
14655
|
};
|
|
14368
14656
|
}
|
|
14369
14657
|
|
|
14370
|
-
// (
|
|
14658
|
+
// (91:8) <UIColumn classes="is-4">
|
|
14371
14659
|
function create_default_slot_2$1(ctx) {
|
|
14372
14660
|
let uinumber;
|
|
14373
14661
|
let updating_value;
|
|
@@ -14420,7 +14708,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
14420
14708
|
};
|
|
14421
14709
|
}
|
|
14422
14710
|
|
|
14423
|
-
// (
|
|
14711
|
+
// (94:8) <UIColumn classes="is-2">
|
|
14424
14712
|
function create_default_slot_1$3(ctx) {
|
|
14425
14713
|
let uibutton;
|
|
14426
14714
|
let current;
|
|
@@ -14453,7 +14741,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
14453
14741
|
};
|
|
14454
14742
|
}
|
|
14455
14743
|
|
|
14456
|
-
// (
|
|
14744
|
+
// (87:4) <UIColumns>
|
|
14457
14745
|
function create_default_slot$5(ctx) {
|
|
14458
14746
|
let uicolumn0;
|
|
14459
14747
|
let t0;
|
|
@@ -14551,7 +14839,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
14551
14839
|
};
|
|
14552
14840
|
}
|
|
14553
14841
|
|
|
14554
|
-
function create_fragment$
|
|
14842
|
+
function create_fragment$S(ctx) {
|
|
14555
14843
|
let uititle;
|
|
14556
14844
|
let t0;
|
|
14557
14845
|
let each_blocks = [];
|
|
@@ -14742,7 +15030,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
14742
15030
|
};
|
|
14743
15031
|
}
|
|
14744
15032
|
|
|
14745
|
-
function instance$
|
|
15033
|
+
function instance$R($$self, $$props, $$invalidate) {
|
|
14746
15034
|
let list;
|
|
14747
15035
|
let allErrors;
|
|
14748
15036
|
let showErrors;
|
|
@@ -14893,7 +15181,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
14893
15181
|
constructor(options) {
|
|
14894
15182
|
super();
|
|
14895
15183
|
|
|
14896
|
-
internal.init(this, options, instance$
|
|
15184
|
+
internal.init(this, options, instance$R, create_fragment$S, internal.safe_not_equal, {
|
|
14897
15185
|
fieldname: 1,
|
|
14898
15186
|
value: 11,
|
|
14899
15187
|
label: 2,
|
|
@@ -15024,7 +15312,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
15024
15312
|
};
|
|
15025
15313
|
}
|
|
15026
15314
|
|
|
15027
|
-
function create_fragment$
|
|
15315
|
+
function create_fragment$R(ctx) {
|
|
15028
15316
|
let div;
|
|
15029
15317
|
let input;
|
|
15030
15318
|
let input_class_value;
|
|
@@ -15246,7 +15534,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
15246
15534
|
};
|
|
15247
15535
|
}
|
|
15248
15536
|
|
|
15249
|
-
function instance$
|
|
15537
|
+
function instance$Q($$self, $$props, $$invalidate) {
|
|
15250
15538
|
let iconClasses;
|
|
15251
15539
|
let allErrors;
|
|
15252
15540
|
let showErrors;
|
|
@@ -15381,7 +15669,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
15381
15669
|
constructor(options) {
|
|
15382
15670
|
super();
|
|
15383
15671
|
|
|
15384
|
-
internal.init(this, options, instance$
|
|
15672
|
+
internal.init(this, options, instance$Q, create_fragment$R, internal.safe_not_equal, {
|
|
15385
15673
|
inputStarted: 16,
|
|
15386
15674
|
value: 0,
|
|
15387
15675
|
placeholder: 1,
|
|
@@ -15400,7 +15688,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
15400
15688
|
|
|
15401
15689
|
/* src/elements/list/ui.list.empty.placeholder.svelte generated by Svelte v4.2.8 */
|
|
15402
15690
|
|
|
15403
|
-
function create_fragment$
|
|
15691
|
+
function create_fragment$Q(ctx) {
|
|
15404
15692
|
let uititle;
|
|
15405
15693
|
let current;
|
|
15406
15694
|
|
|
@@ -15439,7 +15727,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
15439
15727
|
class Ui_list_empty_placeholder extends internal.SvelteComponent {
|
|
15440
15728
|
constructor(options) {
|
|
15441
15729
|
super();
|
|
15442
|
-
internal.init(this, options, null, create_fragment$
|
|
15730
|
+
internal.init(this, options, null, create_fragment$Q, internal.safe_not_equal, {});
|
|
15443
15731
|
}
|
|
15444
15732
|
}
|
|
15445
15733
|
|
|
@@ -16616,7 +16904,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
16616
16904
|
};
|
|
16617
16905
|
}
|
|
16618
16906
|
|
|
16619
|
-
function create_fragment$
|
|
16907
|
+
function create_fragment$P(ctx) {
|
|
16620
16908
|
let div1;
|
|
16621
16909
|
let t0;
|
|
16622
16910
|
let div0;
|
|
@@ -16799,7 +17087,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
16799
17087
|
};
|
|
16800
17088
|
}
|
|
16801
17089
|
|
|
16802
|
-
function instance$
|
|
17090
|
+
function instance$P($$self, $$props, $$invalidate) {
|
|
16803
17091
|
const dispatch = createEventDispatcher();
|
|
16804
17092
|
let { title } = $$props;
|
|
16805
17093
|
let { description } = $$props;
|
|
@@ -16977,8 +17265,8 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
16977
17265
|
internal.init(
|
|
16978
17266
|
this,
|
|
16979
17267
|
options,
|
|
16980
|
-
instance$
|
|
16981
|
-
create_fragment$
|
|
17268
|
+
instance$P,
|
|
17269
|
+
create_fragment$P,
|
|
16982
17270
|
internal.safe_not_equal,
|
|
16983
17271
|
{
|
|
16984
17272
|
title: 0,
|
|
@@ -17221,7 +17509,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
17221
17509
|
};
|
|
17222
17510
|
}
|
|
17223
17511
|
|
|
17224
|
-
function create_fragment$
|
|
17512
|
+
function create_fragment$O(ctx) {
|
|
17225
17513
|
let each_blocks = [];
|
|
17226
17514
|
let each_1_lookup = new Map();
|
|
17227
17515
|
let each_1_anchor;
|
|
@@ -17289,7 +17577,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
17289
17577
|
};
|
|
17290
17578
|
}
|
|
17291
17579
|
|
|
17292
|
-
function instance$
|
|
17580
|
+
function instance$O($$self, $$props, $$invalidate) {
|
|
17293
17581
|
let { idFieldName = "id" } = $$props;
|
|
17294
17582
|
let { items = [] } = $$props;
|
|
17295
17583
|
let { actions = [] } = $$props;
|
|
@@ -17369,7 +17657,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
17369
17657
|
constructor(options) {
|
|
17370
17658
|
super();
|
|
17371
17659
|
|
|
17372
|
-
internal.init(this, options, instance$
|
|
17660
|
+
internal.init(this, options, instance$O, create_fragment$O, internal.safe_not_equal, {
|
|
17373
17661
|
idFieldName: 1,
|
|
17374
17662
|
items: 0,
|
|
17375
17663
|
actions: 2,
|
|
@@ -17590,7 +17878,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
17590
17878
|
};
|
|
17591
17879
|
}
|
|
17592
17880
|
|
|
17593
|
-
function create_fragment$
|
|
17881
|
+
function create_fragment$N(ctx) {
|
|
17594
17882
|
let current_block_type_index;
|
|
17595
17883
|
let if_block;
|
|
17596
17884
|
let if_block_anchor;
|
|
@@ -17662,7 +17950,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
17662
17950
|
};
|
|
17663
17951
|
}
|
|
17664
17952
|
|
|
17665
|
-
function instance$
|
|
17953
|
+
function instance$N($$self, $$props, $$invalidate) {
|
|
17666
17954
|
let { classes = "" } = $$props;
|
|
17667
17955
|
let { items = [] } = $$props;
|
|
17668
17956
|
let { actions = [] } = $$props;
|
|
@@ -17771,7 +18059,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
17771
18059
|
constructor(options) {
|
|
17772
18060
|
super();
|
|
17773
18061
|
|
|
17774
|
-
internal.init(this, options, instance$
|
|
18062
|
+
internal.init(this, options, instance$N, create_fragment$N, internal.safe_not_equal, {
|
|
17775
18063
|
classes: 1,
|
|
17776
18064
|
items: 0,
|
|
17777
18065
|
actions: 2,
|
|
@@ -17922,7 +18210,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
17922
18210
|
};
|
|
17923
18211
|
}
|
|
17924
18212
|
|
|
17925
|
-
function create_fragment$
|
|
18213
|
+
function create_fragment$M(ctx) {
|
|
17926
18214
|
let if_block_anchor;
|
|
17927
18215
|
|
|
17928
18216
|
function select_block_type(ctx, dirty) {
|
|
@@ -17967,7 +18255,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
17967
18255
|
};
|
|
17968
18256
|
}
|
|
17969
18257
|
|
|
17970
|
-
function instance$
|
|
18258
|
+
function instance$M($$self, $$props, $$invalidate) {
|
|
17971
18259
|
let sizeStyle;
|
|
17972
18260
|
let containedStyle;
|
|
17973
18261
|
let coveredStyle;
|
|
@@ -18031,7 +18319,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
18031
18319
|
constructor(options) {
|
|
18032
18320
|
super();
|
|
18033
18321
|
|
|
18034
|
-
internal.init(this, options, instance$
|
|
18322
|
+
internal.init(this, options, instance$M, create_fragment$M, internal.safe_not_equal, {
|
|
18035
18323
|
urlFull: 0,
|
|
18036
18324
|
url: 1,
|
|
18037
18325
|
title: 2,
|
|
@@ -18045,7 +18333,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
18045
18333
|
|
|
18046
18334
|
/* src/elements/form/ui.radio.buttons.svelte generated by Svelte v4.2.8 */
|
|
18047
18335
|
|
|
18048
|
-
function create_fragment$
|
|
18336
|
+
function create_fragment$L(ctx) {
|
|
18049
18337
|
let switch_instance;
|
|
18050
18338
|
let updating_items;
|
|
18051
18339
|
let switch_instance_anchor;
|
|
@@ -18216,7 +18504,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
18216
18504
|
};
|
|
18217
18505
|
}
|
|
18218
18506
|
|
|
18219
|
-
function instance$
|
|
18507
|
+
function instance$L($$self, $$props, $$invalidate) {
|
|
18220
18508
|
const dispatch = createEventDispatcher();
|
|
18221
18509
|
let { fieldname = "radio-buttons" } = $$props;
|
|
18222
18510
|
let { variants = [] } = $$props;
|
|
@@ -18376,7 +18664,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
18376
18664
|
constructor(options) {
|
|
18377
18665
|
super();
|
|
18378
18666
|
|
|
18379
|
-
internal.init(this, options, instance$
|
|
18667
|
+
internal.init(this, options, instance$L, create_fragment$L, internal.safe_not_equal, {
|
|
18380
18668
|
fieldname: 11,
|
|
18381
18669
|
variants: 12,
|
|
18382
18670
|
value: 10,
|
|
@@ -18755,7 +19043,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
18755
19043
|
};
|
|
18756
19044
|
}
|
|
18757
19045
|
|
|
18758
|
-
function create_fragment$
|
|
19046
|
+
function create_fragment$K(ctx) {
|
|
18759
19047
|
let div;
|
|
18760
19048
|
let div_class_value;
|
|
18761
19049
|
let t;
|
|
@@ -18882,7 +19170,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
18882
19170
|
};
|
|
18883
19171
|
}
|
|
18884
19172
|
|
|
18885
|
-
function instance$
|
|
19173
|
+
function instance$K($$self, $$props, $$invalidate) {
|
|
18886
19174
|
let iconClasses;
|
|
18887
19175
|
let allErrors;
|
|
18888
19176
|
let showErrors;
|
|
@@ -19031,8 +19319,8 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
19031
19319
|
internal.init(
|
|
19032
19320
|
this,
|
|
19033
19321
|
options,
|
|
19034
|
-
instance$
|
|
19035
|
-
create_fragment$
|
|
19322
|
+
instance$K,
|
|
19323
|
+
create_fragment$K,
|
|
19036
19324
|
internal.safe_not_equal,
|
|
19037
19325
|
{
|
|
19038
19326
|
inputStarted: 19,
|
|
@@ -19404,7 +19692,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
19404
19692
|
};
|
|
19405
19693
|
}
|
|
19406
19694
|
|
|
19407
|
-
function create_fragment$
|
|
19695
|
+
function create_fragment$J(ctx) {
|
|
19408
19696
|
let div;
|
|
19409
19697
|
let div_class_value;
|
|
19410
19698
|
let t;
|
|
@@ -19531,7 +19819,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
19531
19819
|
};
|
|
19532
19820
|
}
|
|
19533
19821
|
|
|
19534
|
-
function instance$
|
|
19822
|
+
function instance$J($$self, $$props, $$invalidate) {
|
|
19535
19823
|
let iconClasses;
|
|
19536
19824
|
let allErrors;
|
|
19537
19825
|
let showErrors;
|
|
@@ -19719,8 +20007,8 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
19719
20007
|
internal.init(
|
|
19720
20008
|
this,
|
|
19721
20009
|
options,
|
|
19722
|
-
instance$
|
|
19723
|
-
create_fragment$
|
|
20010
|
+
instance$J,
|
|
20011
|
+
create_fragment$J,
|
|
19724
20012
|
internal.safe_not_equal,
|
|
19725
20013
|
{
|
|
19726
20014
|
inputStarted: 20,
|
|
@@ -20372,7 +20660,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
20372
20660
|
};
|
|
20373
20661
|
}
|
|
20374
20662
|
|
|
20375
|
-
function create_fragment$
|
|
20663
|
+
function create_fragment$I(ctx) {
|
|
20376
20664
|
let div;
|
|
20377
20665
|
let div_class_value;
|
|
20378
20666
|
let t;
|
|
@@ -20499,7 +20787,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
20499
20787
|
};
|
|
20500
20788
|
}
|
|
20501
20789
|
|
|
20502
|
-
function instance$
|
|
20790
|
+
function instance$I($$self, $$props, $$invalidate) {
|
|
20503
20791
|
let iconClasses;
|
|
20504
20792
|
let allErrors;
|
|
20505
20793
|
let showErrors;
|
|
@@ -20702,8 +20990,8 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
20702
20990
|
internal.init(
|
|
20703
20991
|
this,
|
|
20704
20992
|
options,
|
|
20705
|
-
instance$
|
|
20706
|
-
create_fragment$
|
|
20993
|
+
instance$I,
|
|
20994
|
+
create_fragment$I,
|
|
20707
20995
|
internal.safe_not_equal,
|
|
20708
20996
|
{
|
|
20709
20997
|
inputStarted: 20,
|
|
@@ -21193,7 +21481,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
21193
21481
|
};
|
|
21194
21482
|
}
|
|
21195
21483
|
|
|
21196
|
-
function create_fragment$
|
|
21484
|
+
function create_fragment$H(ctx) {
|
|
21197
21485
|
let div;
|
|
21198
21486
|
let current_block_type_index;
|
|
21199
21487
|
let if_block;
|
|
@@ -21335,7 +21623,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
21335
21623
|
};
|
|
21336
21624
|
}
|
|
21337
21625
|
|
|
21338
|
-
function instance$
|
|
21626
|
+
function instance$H($$self, $$props, $$invalidate) {
|
|
21339
21627
|
let allErrors;
|
|
21340
21628
|
let showErrors;
|
|
21341
21629
|
let invalid;
|
|
@@ -21482,7 +21770,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
21482
21770
|
constructor(options) {
|
|
21483
21771
|
super();
|
|
21484
21772
|
|
|
21485
|
-
internal.init(this, options, instance$
|
|
21773
|
+
internal.init(this, options, instance$H, create_fragment$H, internal.safe_not_equal, {
|
|
21486
21774
|
inputStarted: 16,
|
|
21487
21775
|
value: 0,
|
|
21488
21776
|
label: 1,
|
|
@@ -21757,7 +22045,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
21757
22045
|
};
|
|
21758
22046
|
}
|
|
21759
22047
|
|
|
21760
|
-
function create_fragment$
|
|
22048
|
+
function create_fragment$G(ctx) {
|
|
21761
22049
|
let div1;
|
|
21762
22050
|
let div0;
|
|
21763
22051
|
let each_blocks = [];
|
|
@@ -21920,7 +22208,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
21920
22208
|
const LC_ADD = "not-node:add_label";
|
|
21921
22209
|
const LC_SELECT_FROM_LIST = "not-node:select_from_list_label";
|
|
21922
22210
|
|
|
21923
|
-
function instance$
|
|
22211
|
+
function instance$G($$self, $$props, $$invalidate) {
|
|
21924
22212
|
let items;
|
|
21925
22213
|
let allErrors;
|
|
21926
22214
|
let showErrors;
|
|
@@ -22118,8 +22406,8 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
22118
22406
|
internal.init(
|
|
22119
22407
|
this,
|
|
22120
22408
|
options,
|
|
22121
|
-
instance$
|
|
22122
|
-
create_fragment$
|
|
22409
|
+
instance$G,
|
|
22410
|
+
create_fragment$G,
|
|
22123
22411
|
internal.safe_not_equal,
|
|
22124
22412
|
{
|
|
22125
22413
|
value: 10,
|
|
@@ -22427,7 +22715,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
22427
22715
|
};
|
|
22428
22716
|
}
|
|
22429
22717
|
|
|
22430
|
-
function create_fragment$
|
|
22718
|
+
function create_fragment$F(ctx) {
|
|
22431
22719
|
let div;
|
|
22432
22720
|
let div_class_value;
|
|
22433
22721
|
let t;
|
|
@@ -22554,7 +22842,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
22554
22842
|
};
|
|
22555
22843
|
}
|
|
22556
22844
|
|
|
22557
|
-
function instance$
|
|
22845
|
+
function instance$F($$self, $$props, $$invalidate) {
|
|
22558
22846
|
let iconClasses;
|
|
22559
22847
|
let allErrors;
|
|
22560
22848
|
let showErrors;
|
|
@@ -22687,7 +22975,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
22687
22975
|
constructor(options) {
|
|
22688
22976
|
super();
|
|
22689
22977
|
|
|
22690
|
-
internal.init(this, options, instance$
|
|
22978
|
+
internal.init(this, options, instance$F, create_fragment$F, internal.safe_not_equal, {
|
|
22691
22979
|
inputStarted: 16,
|
|
22692
22980
|
value: 0,
|
|
22693
22981
|
placeholder: 1,
|
|
@@ -22990,7 +23278,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
22990
23278
|
};
|
|
22991
23279
|
}
|
|
22992
23280
|
|
|
22993
|
-
function create_fragment$
|
|
23281
|
+
function create_fragment$E(ctx) {
|
|
22994
23282
|
let div;
|
|
22995
23283
|
let div_class_value;
|
|
22996
23284
|
let t;
|
|
@@ -23117,7 +23405,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23117
23405
|
};
|
|
23118
23406
|
}
|
|
23119
23407
|
|
|
23120
|
-
function instance$
|
|
23408
|
+
function instance$E($$self, $$props, $$invalidate) {
|
|
23121
23409
|
let iconClasses;
|
|
23122
23410
|
let allErrors;
|
|
23123
23411
|
let showErrors;
|
|
@@ -23248,7 +23536,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23248
23536
|
constructor(options) {
|
|
23249
23537
|
super();
|
|
23250
23538
|
|
|
23251
|
-
internal.init(this, options, instance$
|
|
23539
|
+
internal.init(this, options, instance$E, create_fragment$E, internal.safe_not_equal, {
|
|
23252
23540
|
inputStarted: 17,
|
|
23253
23541
|
value: 0,
|
|
23254
23542
|
placeholder: 1,
|
|
@@ -23294,7 +23582,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23294
23582
|
|
|
23295
23583
|
/* src/elements/icon/ui.icon.button.with.tag.svelte generated by Svelte v4.2.8 */
|
|
23296
23584
|
|
|
23297
|
-
function create_fragment$
|
|
23585
|
+
function create_fragment$D(ctx) {
|
|
23298
23586
|
let uibutton;
|
|
23299
23587
|
let t;
|
|
23300
23588
|
let uitag;
|
|
@@ -23363,7 +23651,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23363
23651
|
};
|
|
23364
23652
|
}
|
|
23365
23653
|
|
|
23366
|
-
function instance$
|
|
23654
|
+
function instance$D($$self, $$props, $$invalidate) {
|
|
23367
23655
|
let { button = {} } = $$props;
|
|
23368
23656
|
let { tag = {} } = $$props;
|
|
23369
23657
|
|
|
@@ -23378,13 +23666,13 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23378
23666
|
class Ui_icon_button_with_tag extends internal.SvelteComponent {
|
|
23379
23667
|
constructor(options) {
|
|
23380
23668
|
super();
|
|
23381
|
-
internal.init(this, options, instance$
|
|
23669
|
+
internal.init(this, options, instance$D, create_fragment$D, internal.safe_not_equal, { button: 0, tag: 1 });
|
|
23382
23670
|
}
|
|
23383
23671
|
}
|
|
23384
23672
|
|
|
23385
23673
|
/* src/elements/icon/ui.icon.floating.svelte generated by Svelte v4.2.8 */
|
|
23386
23674
|
|
|
23387
|
-
function create_fragment$
|
|
23675
|
+
function create_fragment$C(ctx) {
|
|
23388
23676
|
let div;
|
|
23389
23677
|
let uibutton;
|
|
23390
23678
|
let current;
|
|
@@ -23446,7 +23734,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23446
23734
|
|
|
23447
23735
|
}
|
|
23448
23736
|
|
|
23449
|
-
function instance$
|
|
23737
|
+
function instance$C($$self, $$props, $$invalidate) {
|
|
23450
23738
|
let { trigger = {
|
|
23451
23739
|
title: 'Click me!',
|
|
23452
23740
|
icon: 'plus',
|
|
@@ -23470,7 +23758,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23470
23758
|
class Ui_icon_floating extends internal.SvelteComponent {
|
|
23471
23759
|
constructor(options) {
|
|
23472
23760
|
super();
|
|
23473
|
-
internal.init(this, options, instance$
|
|
23761
|
+
internal.init(this, options, instance$C, create_fragment$C, internal.safe_not_equal, { trigger: 0 });
|
|
23474
23762
|
}
|
|
23475
23763
|
}
|
|
23476
23764
|
|
|
@@ -23561,7 +23849,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23561
23849
|
};
|
|
23562
23850
|
}
|
|
23563
23851
|
|
|
23564
|
-
function create_fragment$
|
|
23852
|
+
function create_fragment$B(ctx) {
|
|
23565
23853
|
let if_block_anchor;
|
|
23566
23854
|
|
|
23567
23855
|
function select_block_type(ctx, dirty) {
|
|
@@ -23606,7 +23894,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23606
23894
|
};
|
|
23607
23895
|
}
|
|
23608
23896
|
|
|
23609
|
-
function instance$
|
|
23897
|
+
function instance$B($$self, $$props, $$invalidate) {
|
|
23610
23898
|
let $LOCALE;
|
|
23611
23899
|
internal.component_subscribe($$self, LOCALE, $$value => $$invalidate(3, $LOCALE = $$value));
|
|
23612
23900
|
let { title = '' } = $$props;
|
|
@@ -23625,7 +23913,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23625
23913
|
class Ui_icon_font extends internal.SvelteComponent {
|
|
23626
23914
|
constructor(options) {
|
|
23627
23915
|
super();
|
|
23628
|
-
internal.init(this, options, instance$
|
|
23916
|
+
internal.init(this, options, instance$B, create_fragment$B, internal.safe_not_equal, { title: 0, font: 1, size: 2 });
|
|
23629
23917
|
}
|
|
23630
23918
|
}
|
|
23631
23919
|
|
|
@@ -23760,7 +24048,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23760
24048
|
};
|
|
23761
24049
|
}
|
|
23762
24050
|
|
|
23763
|
-
function create_fragment$
|
|
24051
|
+
function create_fragment$A(ctx) {
|
|
23764
24052
|
let current_block_type_index;
|
|
23765
24053
|
let if_block;
|
|
23766
24054
|
let if_block_anchor;
|
|
@@ -23849,7 +24137,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23849
24137
|
};
|
|
23850
24138
|
}
|
|
23851
24139
|
|
|
23852
|
-
function instance$
|
|
24140
|
+
function instance$A($$self, $$props, $$invalidate) {
|
|
23853
24141
|
let { title = '' } = $$props;
|
|
23854
24142
|
let { size = '' } = $$props;
|
|
23855
24143
|
let { font = '' } = $$props;
|
|
@@ -23875,7 +24163,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23875
24163
|
constructor(options) {
|
|
23876
24164
|
super();
|
|
23877
24165
|
|
|
23878
|
-
internal.init(this, options, instance$
|
|
24166
|
+
internal.init(this, options, instance$A, create_fragment$A, internal.safe_not_equal, {
|
|
23879
24167
|
title: 0,
|
|
23880
24168
|
size: 1,
|
|
23881
24169
|
font: 2,
|
|
@@ -23959,7 +24247,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
23959
24247
|
};
|
|
23960
24248
|
}
|
|
23961
24249
|
|
|
23962
|
-
function create_fragment$
|
|
24250
|
+
function create_fragment$z(ctx) {
|
|
23963
24251
|
let each_blocks = [];
|
|
23964
24252
|
let each_1_lookup = new Map();
|
|
23965
24253
|
let each_1_anchor;
|
|
@@ -24027,7 +24315,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
24027
24315
|
};
|
|
24028
24316
|
}
|
|
24029
24317
|
|
|
24030
|
-
function instance$
|
|
24318
|
+
function instance$z($$self, $$props, $$invalidate) {
|
|
24031
24319
|
let { values = [] } = $$props;
|
|
24032
24320
|
|
|
24033
24321
|
function click_handler(event) {
|
|
@@ -24044,7 +24332,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
24044
24332
|
class Ui_images extends internal.SvelteComponent {
|
|
24045
24333
|
constructor(options) {
|
|
24046
24334
|
super();
|
|
24047
|
-
internal.init(this, options, instance$
|
|
24335
|
+
internal.init(this, options, instance$z, create_fragment$z, internal.safe_not_equal, { values: 0 });
|
|
24048
24336
|
}
|
|
24049
24337
|
}
|
|
24050
24338
|
|
|
@@ -24244,7 +24532,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
24244
24532
|
};
|
|
24245
24533
|
}
|
|
24246
24534
|
|
|
24247
|
-
function create_fragment$
|
|
24535
|
+
function create_fragment$y(ctx) {
|
|
24248
24536
|
let a;
|
|
24249
24537
|
let a_target_value;
|
|
24250
24538
|
let a_class_value;
|
|
@@ -24320,7 +24608,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
24320
24608
|
};
|
|
24321
24609
|
}
|
|
24322
24610
|
|
|
24323
|
-
function instance$
|
|
24611
|
+
function instance$y($$self, $$props, $$invalidate) {
|
|
24324
24612
|
let $LOCALE;
|
|
24325
24613
|
internal.component_subscribe($$self, LOCALE, $$value => $$invalidate(17, $LOCALE = $$value));
|
|
24326
24614
|
let { title = "" } = $$props;
|
|
@@ -24398,7 +24686,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
24398
24686
|
constructor(options) {
|
|
24399
24687
|
super();
|
|
24400
24688
|
|
|
24401
|
-
internal.init(this, options, instance$
|
|
24689
|
+
internal.init(this, options, instance$y, create_fragment$y, internal.safe_not_equal, {
|
|
24402
24690
|
title: 1,
|
|
24403
24691
|
url: 2,
|
|
24404
24692
|
target: 3,
|
|
@@ -24483,7 +24771,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
24483
24771
|
};
|
|
24484
24772
|
}
|
|
24485
24773
|
|
|
24486
|
-
function create_fragment$
|
|
24774
|
+
function create_fragment$x(ctx) {
|
|
24487
24775
|
let div;
|
|
24488
24776
|
let p;
|
|
24489
24777
|
let each_blocks = [];
|
|
@@ -24558,7 +24846,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
24558
24846
|
};
|
|
24559
24847
|
}
|
|
24560
24848
|
|
|
24561
|
-
function instance$
|
|
24849
|
+
function instance$x($$self, $$props, $$invalidate) {
|
|
24562
24850
|
let { values = [] } = $$props;
|
|
24563
24851
|
|
|
24564
24852
|
$$self.$$set = $$props => {
|
|
@@ -24571,7 +24859,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
24571
24859
|
class Ui_links extends internal.SvelteComponent {
|
|
24572
24860
|
constructor(options) {
|
|
24573
24861
|
super();
|
|
24574
|
-
internal.init(this, options, instance$
|
|
24862
|
+
internal.init(this, options, instance$x, create_fragment$x, internal.safe_not_equal, { values: 0 });
|
|
24575
24863
|
}
|
|
24576
24864
|
}
|
|
24577
24865
|
|
|
@@ -24975,7 +25263,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
24975
25263
|
};
|
|
24976
25264
|
}
|
|
24977
25265
|
|
|
24978
|
-
function create_fragment$
|
|
25266
|
+
function create_fragment$w(ctx) {
|
|
24979
25267
|
let if_block_anchor;
|
|
24980
25268
|
let current;
|
|
24981
25269
|
let if_block = /*pages*/ ctx[1] > 0 && create_if_block$m(ctx);
|
|
@@ -25033,7 +25321,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
25033
25321
|
};
|
|
25034
25322
|
}
|
|
25035
25323
|
|
|
25036
|
-
function instance$
|
|
25324
|
+
function instance$w($$self, $$props, $$invalidate) {
|
|
25037
25325
|
let $LOCALE;
|
|
25038
25326
|
internal.component_subscribe($$self, LOCALE, $$value => $$invalidate(4, $LOCALE = $$value));
|
|
25039
25327
|
const dispatch = createEventDispatcher();
|
|
@@ -25067,7 +25355,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
25067
25355
|
constructor(options) {
|
|
25068
25356
|
super();
|
|
25069
25357
|
|
|
25070
|
-
internal.init(this, options, instance$
|
|
25358
|
+
internal.init(this, options, instance$w, create_fragment$w, internal.safe_not_equal, {
|
|
25071
25359
|
page: 0,
|
|
25072
25360
|
pages: 1,
|
|
25073
25361
|
buttonComponent: 2,
|
|
@@ -25078,7 +25366,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
25078
25366
|
|
|
25079
25367
|
/* src/elements/list/endless/ui.endless.list.simple.item.svelte generated by Svelte v4.2.8 */
|
|
25080
25368
|
|
|
25081
|
-
function create_fragment$
|
|
25369
|
+
function create_fragment$v(ctx) {
|
|
25082
25370
|
let div;
|
|
25083
25371
|
let span;
|
|
25084
25372
|
let t;
|
|
@@ -25118,7 +25406,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
25118
25406
|
};
|
|
25119
25407
|
}
|
|
25120
25408
|
|
|
25121
|
-
function instance$
|
|
25409
|
+
function instance$v($$self, $$props, $$invalidate) {
|
|
25122
25410
|
const dispatch = createEventDispatcher();
|
|
25123
25411
|
let { title } = $$props;
|
|
25124
25412
|
let { id } = $$props;
|
|
@@ -25140,7 +25428,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
25140
25428
|
class Ui_endless_list_simple_item extends internal.SvelteComponent {
|
|
25141
25429
|
constructor(options) {
|
|
25142
25430
|
super();
|
|
25143
|
-
internal.init(this, options, instance$
|
|
25431
|
+
internal.init(this, options, instance$v, create_fragment$v, internal.safe_not_equal, { title: 0, id: 2, _id: 3 });
|
|
25144
25432
|
}
|
|
25145
25433
|
}
|
|
25146
25434
|
|
|
@@ -25406,7 +25694,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
25406
25694
|
};
|
|
25407
25695
|
}
|
|
25408
25696
|
|
|
25409
|
-
function create_fragment$
|
|
25697
|
+
function create_fragment$u(ctx) {
|
|
25410
25698
|
let div;
|
|
25411
25699
|
let current_block_type_index;
|
|
25412
25700
|
let if_block;
|
|
@@ -25613,7 +25901,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
25613
25901
|
};
|
|
25614
25902
|
}
|
|
25615
25903
|
|
|
25616
|
-
function instance$
|
|
25904
|
+
function instance$u($$self, $$props, $$invalidate) {
|
|
25617
25905
|
const dispatch = createEventDispatcher();
|
|
25618
25906
|
|
|
25619
25907
|
let { data = {
|
|
@@ -25703,7 +25991,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
25703
25991
|
constructor(options) {
|
|
25704
25992
|
super();
|
|
25705
25993
|
|
|
25706
|
-
internal.init(this, options, instance$
|
|
25994
|
+
internal.init(this, options, instance$u, create_fragment$u, internal.safe_not_equal, {
|
|
25707
25995
|
data: 0,
|
|
25708
25996
|
itemComponent: 1,
|
|
25709
25997
|
itemComponentProps: 2,
|
|
@@ -25717,6 +26005,418 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
25717
26005
|
|
|
25718
26006
|
/* src/elements/list/ui.list.select.svelte generated by Svelte v4.2.8 */
|
|
25719
26007
|
|
|
26008
|
+
function create_fragment$t(ctx) {
|
|
26009
|
+
let switch_instance;
|
|
26010
|
+
let updating_items;
|
|
26011
|
+
let switch_instance_anchor;
|
|
26012
|
+
let current;
|
|
26013
|
+
|
|
26014
|
+
const switch_instance_spread_levels = [
|
|
26015
|
+
/*listComponentProps*/ ctx[8],
|
|
26016
|
+
{
|
|
26017
|
+
titleComponent: /*titleComponent*/ ctx[1]
|
|
26018
|
+
},
|
|
26019
|
+
{
|
|
26020
|
+
titleComponentProps: /*titleComponentProps*/ ctx[2]
|
|
26021
|
+
},
|
|
26022
|
+
{
|
|
26023
|
+
descriptionComponent: /*descriptionComponent*/ ctx[5]
|
|
26024
|
+
},
|
|
26025
|
+
{
|
|
26026
|
+
descriptionComponentProps: {
|
|
26027
|
+
.../*descriptionComponentProps*/ ctx[6],
|
|
26028
|
+
action: /*func*/ ctx[21]
|
|
26029
|
+
}
|
|
26030
|
+
},
|
|
26031
|
+
{
|
|
26032
|
+
imageComponent: /*imageComponent*/ ctx[3]
|
|
26033
|
+
},
|
|
26034
|
+
{
|
|
26035
|
+
imageComponentProps: /*imageComponentProps*/ ctx[4]
|
|
26036
|
+
}
|
|
26037
|
+
];
|
|
26038
|
+
|
|
26039
|
+
function switch_instance_items_binding(value) {
|
|
26040
|
+
/*switch_instance_items_binding*/ ctx[22](value);
|
|
26041
|
+
}
|
|
26042
|
+
|
|
26043
|
+
var switch_value = /*listComponent*/ ctx[7];
|
|
26044
|
+
|
|
26045
|
+
function switch_props(ctx, dirty) {
|
|
26046
|
+
let switch_instance_props = {};
|
|
26047
|
+
|
|
26048
|
+
if (dirty !== undefined && dirty & /*listComponentProps, titleComponent, titleComponentProps, descriptionComponent, descriptionComponentProps, toggle, imageComponent, imageComponentProps*/ 894) {
|
|
26049
|
+
switch_instance_props = internal.get_spread_update(switch_instance_spread_levels, [
|
|
26050
|
+
dirty & /*listComponentProps*/ 256 && internal.get_spread_object(/*listComponentProps*/ ctx[8]),
|
|
26051
|
+
dirty & /*titleComponent*/ 2 && {
|
|
26052
|
+
titleComponent: /*titleComponent*/ ctx[1]
|
|
26053
|
+
},
|
|
26054
|
+
dirty & /*titleComponentProps*/ 4 && {
|
|
26055
|
+
titleComponentProps: /*titleComponentProps*/ ctx[2]
|
|
26056
|
+
},
|
|
26057
|
+
dirty & /*descriptionComponent*/ 32 && {
|
|
26058
|
+
descriptionComponent: /*descriptionComponent*/ ctx[5]
|
|
26059
|
+
},
|
|
26060
|
+
dirty & /*descriptionComponentProps, toggle*/ 576 && {
|
|
26061
|
+
descriptionComponentProps: {
|
|
26062
|
+
.../*descriptionComponentProps*/ ctx[6],
|
|
26063
|
+
action: /*func*/ ctx[21]
|
|
26064
|
+
}
|
|
26065
|
+
},
|
|
26066
|
+
dirty & /*imageComponent*/ 8 && {
|
|
26067
|
+
imageComponent: /*imageComponent*/ ctx[3]
|
|
26068
|
+
},
|
|
26069
|
+
dirty & /*imageComponentProps*/ 16 && {
|
|
26070
|
+
imageComponentProps: /*imageComponentProps*/ ctx[4]
|
|
26071
|
+
}
|
|
26072
|
+
]);
|
|
26073
|
+
} else {
|
|
26074
|
+
for (let i = 0; i < switch_instance_spread_levels.length; i += 1) {
|
|
26075
|
+
switch_instance_props = internal.assign(switch_instance_props, switch_instance_spread_levels[i]);
|
|
26076
|
+
}
|
|
26077
|
+
}
|
|
26078
|
+
|
|
26079
|
+
if (/*variants*/ ctx[0] !== void 0) {
|
|
26080
|
+
switch_instance_props.items = /*variants*/ ctx[0];
|
|
26081
|
+
}
|
|
26082
|
+
|
|
26083
|
+
return { props: switch_instance_props };
|
|
26084
|
+
}
|
|
26085
|
+
|
|
26086
|
+
if (switch_value) {
|
|
26087
|
+
switch_instance = internal.construct_svelte_component(switch_value, switch_props(ctx));
|
|
26088
|
+
internal.binding_callbacks.push(() => internal.bind(switch_instance, 'items', switch_instance_items_binding));
|
|
26089
|
+
}
|
|
26090
|
+
|
|
26091
|
+
return {
|
|
26092
|
+
c() {
|
|
26093
|
+
if (switch_instance) internal.create_component(switch_instance.$$.fragment);
|
|
26094
|
+
switch_instance_anchor = internal.empty();
|
|
26095
|
+
},
|
|
26096
|
+
m(target, anchor) {
|
|
26097
|
+
if (switch_instance) internal.mount_component(switch_instance, target, anchor);
|
|
26098
|
+
internal.insert(target, switch_instance_anchor, anchor);
|
|
26099
|
+
current = true;
|
|
26100
|
+
},
|
|
26101
|
+
p(ctx, [dirty]) {
|
|
26102
|
+
if (dirty & /*listComponent*/ 128 && switch_value !== (switch_value = /*listComponent*/ ctx[7])) {
|
|
26103
|
+
if (switch_instance) {
|
|
26104
|
+
internal.group_outros();
|
|
26105
|
+
const old_component = switch_instance;
|
|
26106
|
+
|
|
26107
|
+
internal.transition_out(old_component.$$.fragment, 1, 0, () => {
|
|
26108
|
+
internal.destroy_component(old_component, 1);
|
|
26109
|
+
});
|
|
26110
|
+
|
|
26111
|
+
internal.check_outros();
|
|
26112
|
+
}
|
|
26113
|
+
|
|
26114
|
+
if (switch_value) {
|
|
26115
|
+
switch_instance = internal.construct_svelte_component(switch_value, switch_props(ctx, dirty));
|
|
26116
|
+
internal.binding_callbacks.push(() => internal.bind(switch_instance, 'items', switch_instance_items_binding));
|
|
26117
|
+
internal.create_component(switch_instance.$$.fragment);
|
|
26118
|
+
internal.transition_in(switch_instance.$$.fragment, 1);
|
|
26119
|
+
internal.mount_component(switch_instance, switch_instance_anchor.parentNode, switch_instance_anchor);
|
|
26120
|
+
} else {
|
|
26121
|
+
switch_instance = null;
|
|
26122
|
+
}
|
|
26123
|
+
} else if (switch_value) {
|
|
26124
|
+
const switch_instance_changes = (dirty & /*listComponentProps, titleComponent, titleComponentProps, descriptionComponent, descriptionComponentProps, toggle, imageComponent, imageComponentProps*/ 894)
|
|
26125
|
+
? internal.get_spread_update(switch_instance_spread_levels, [
|
|
26126
|
+
dirty & /*listComponentProps*/ 256 && internal.get_spread_object(/*listComponentProps*/ ctx[8]),
|
|
26127
|
+
dirty & /*titleComponent*/ 2 && {
|
|
26128
|
+
titleComponent: /*titleComponent*/ ctx[1]
|
|
26129
|
+
},
|
|
26130
|
+
dirty & /*titleComponentProps*/ 4 && {
|
|
26131
|
+
titleComponentProps: /*titleComponentProps*/ ctx[2]
|
|
26132
|
+
},
|
|
26133
|
+
dirty & /*descriptionComponent*/ 32 && {
|
|
26134
|
+
descriptionComponent: /*descriptionComponent*/ ctx[5]
|
|
26135
|
+
},
|
|
26136
|
+
dirty & /*descriptionComponentProps, toggle*/ 576 && {
|
|
26137
|
+
descriptionComponentProps: {
|
|
26138
|
+
.../*descriptionComponentProps*/ ctx[6],
|
|
26139
|
+
action: /*func*/ ctx[21]
|
|
26140
|
+
}
|
|
26141
|
+
},
|
|
26142
|
+
dirty & /*imageComponent*/ 8 && {
|
|
26143
|
+
imageComponent: /*imageComponent*/ ctx[3]
|
|
26144
|
+
},
|
|
26145
|
+
dirty & /*imageComponentProps*/ 16 && {
|
|
26146
|
+
imageComponentProps: /*imageComponentProps*/ ctx[4]
|
|
26147
|
+
}
|
|
26148
|
+
])
|
|
26149
|
+
: {};
|
|
26150
|
+
|
|
26151
|
+
if (!updating_items && dirty & /*variants*/ 1) {
|
|
26152
|
+
updating_items = true;
|
|
26153
|
+
switch_instance_changes.items = /*variants*/ ctx[0];
|
|
26154
|
+
internal.add_flush_callback(() => updating_items = false);
|
|
26155
|
+
}
|
|
26156
|
+
|
|
26157
|
+
switch_instance.$set(switch_instance_changes);
|
|
26158
|
+
}
|
|
26159
|
+
},
|
|
26160
|
+
i(local) {
|
|
26161
|
+
if (current) return;
|
|
26162
|
+
if (switch_instance) internal.transition_in(switch_instance.$$.fragment, local);
|
|
26163
|
+
current = true;
|
|
26164
|
+
},
|
|
26165
|
+
o(local) {
|
|
26166
|
+
if (switch_instance) internal.transition_out(switch_instance.$$.fragment, local);
|
|
26167
|
+
current = false;
|
|
26168
|
+
},
|
|
26169
|
+
d(detaching) {
|
|
26170
|
+
if (detaching) {
|
|
26171
|
+
internal.detach(switch_instance_anchor);
|
|
26172
|
+
}
|
|
26173
|
+
|
|
26174
|
+
if (switch_instance) internal.destroy_component(switch_instance, detaching);
|
|
26175
|
+
}
|
|
26176
|
+
};
|
|
26177
|
+
}
|
|
26178
|
+
|
|
26179
|
+
function instance$t($$self, $$props, $$invalidate) {
|
|
26180
|
+
const dispatch = createEventDispatcher();
|
|
26181
|
+
let { fieldname = "list-select" } = $$props;
|
|
26182
|
+
let { multiple = false } = $$props;
|
|
26183
|
+
let { atLeastOne = true } = $$props;
|
|
26184
|
+
let { variants = [] } = $$props;
|
|
26185
|
+
let { value } = $$props;
|
|
26186
|
+
let { selectedVariantsIds = [] } = $$props;
|
|
26187
|
+
let { titleComponent = Ui_title } = $$props;
|
|
26188
|
+
let { titleComponentProps = { size: 5 } } = $$props;
|
|
26189
|
+
let { imageComponent = Ui_image } = $$props;
|
|
26190
|
+
let { imageComponentProps = { covered: true } } = $$props;
|
|
26191
|
+
let { descriptionComponent = Ui_buttons } = $$props;
|
|
26192
|
+
let { descriptionComponentProps = {} } = $$props;
|
|
26193
|
+
let { listComponent = Ui_list } = $$props;
|
|
26194
|
+
let { listComponentProps = {} } = $$props;
|
|
26195
|
+
let { sublimeValue = value => value.id } = $$props;
|
|
26196
|
+
|
|
26197
|
+
let { getItem = ({ valueId }) => {
|
|
26198
|
+
return variants.find(btnVal => btnVal.value.id === valueId);
|
|
26199
|
+
} } = $$props;
|
|
26200
|
+
|
|
26201
|
+
let { getItemValue = ({ valueId }) => {
|
|
26202
|
+
return getItem({ valueId }).value;
|
|
26203
|
+
} } = $$props;
|
|
26204
|
+
|
|
26205
|
+
let { getDefaultItemSublime = () => {
|
|
26206
|
+
return variants[0].id;
|
|
26207
|
+
} } = $$props;
|
|
26208
|
+
|
|
26209
|
+
let { uiOn = item => {
|
|
26210
|
+
item.color = "success";
|
|
26211
|
+
item.outlined = false;
|
|
26212
|
+
} } = $$props;
|
|
26213
|
+
|
|
26214
|
+
let { uiOff = item => {
|
|
26215
|
+
item.color = false;
|
|
26216
|
+
item.outlined = true;
|
|
26217
|
+
} } = $$props;
|
|
26218
|
+
|
|
26219
|
+
onMount(() => {
|
|
26220
|
+
if (value && Array.isArray(value)) {
|
|
26221
|
+
if (atLeastOne && value.length) {
|
|
26222
|
+
value.forEach(itemValue => {
|
|
26223
|
+
let ui = updateSelected(itemValue);
|
|
26224
|
+
updateUI(ui);
|
|
26225
|
+
});
|
|
26226
|
+
}
|
|
26227
|
+
|
|
26228
|
+
return;
|
|
26229
|
+
}
|
|
26230
|
+
|
|
26231
|
+
selectDefault();
|
|
26232
|
+
});
|
|
26233
|
+
|
|
26234
|
+
//
|
|
26235
|
+
function countOfSelected() {
|
|
26236
|
+
return Array.isArray(value) ? selectedVariantsIds.length : 0;
|
|
26237
|
+
}
|
|
26238
|
+
|
|
26239
|
+
const notLastOne = () => !(atLeastOne && countOfSelected() === 1);
|
|
26240
|
+
|
|
26241
|
+
//
|
|
26242
|
+
function updateSelected(detail) {
|
|
26243
|
+
const valueId = sublimeValue(detail);
|
|
26244
|
+
let ui = { on: undefined, off: undefined };
|
|
26245
|
+
|
|
26246
|
+
//
|
|
26247
|
+
if (!Array.isArray(selectedVariantsIds)) {
|
|
26248
|
+
$$invalidate(11, selectedVariantsIds = []);
|
|
26249
|
+
}
|
|
26250
|
+
|
|
26251
|
+
if (multiple) {
|
|
26252
|
+
if (selectedVariantsIds.includes(valueId)) {
|
|
26253
|
+
if (notLastOne()) {
|
|
26254
|
+
selectedVariantsIds.splice(selectedVariantsIds.indexOf(valueId), 1);
|
|
26255
|
+
ui.off = { valueId };
|
|
26256
|
+
}
|
|
26257
|
+
} else {
|
|
26258
|
+
selectedVariantsIds.push(valueId);
|
|
26259
|
+
ui.on = { valueId };
|
|
26260
|
+
}
|
|
26261
|
+
} else {
|
|
26262
|
+
if (atLeastOne) {
|
|
26263
|
+
if (!selectedVariantsIds.includes(valueId)) {
|
|
26264
|
+
if (countOfSelected() > 0) {
|
|
26265
|
+
ui.off = { valueId: selectedVariantsIds.pop() };
|
|
26266
|
+
}
|
|
26267
|
+
|
|
26268
|
+
ui.on = { valueId };
|
|
26269
|
+
$$invalidate(11, selectedVariantsIds = [valueId]);
|
|
26270
|
+
}
|
|
26271
|
+
} else {
|
|
26272
|
+
if (selectedVariantsIds.includes(valueId)) {
|
|
26273
|
+
ui.off = { valueId };
|
|
26274
|
+
selectedVariantsIds.splice(selectedVariantsIds.indexOf(valueId), 1);
|
|
26275
|
+
} else {
|
|
26276
|
+
ui.on = { valueId };
|
|
26277
|
+
selectedVariantsIds.push(valueId);
|
|
26278
|
+
}
|
|
26279
|
+
}
|
|
26280
|
+
}
|
|
26281
|
+
|
|
26282
|
+
$$invalidate(11, selectedVariantsIds);
|
|
26283
|
+
return ui;
|
|
26284
|
+
}
|
|
26285
|
+
|
|
26286
|
+
//
|
|
26287
|
+
function toggle(detail) {
|
|
26288
|
+
let ui = updateSelected(detail);
|
|
26289
|
+
updateUI(ui);
|
|
26290
|
+
|
|
26291
|
+
//
|
|
26292
|
+
updateValue();
|
|
26293
|
+
|
|
26294
|
+
//
|
|
26295
|
+
dispatch("change", { field: fieldname, value });
|
|
26296
|
+
}
|
|
26297
|
+
|
|
26298
|
+
//
|
|
26299
|
+
function updateUI(changes) {
|
|
26300
|
+
if (changes.off) {
|
|
26301
|
+
uiOff(getItem(changes.off));
|
|
26302
|
+
}
|
|
26303
|
+
|
|
26304
|
+
if (changes.on) {
|
|
26305
|
+
uiOn(getItem(changes.on));
|
|
26306
|
+
}
|
|
26307
|
+
|
|
26308
|
+
$$invalidate(0, variants);
|
|
26309
|
+
}
|
|
26310
|
+
|
|
26311
|
+
//
|
|
26312
|
+
function updateValue() {
|
|
26313
|
+
let newVal = [];
|
|
26314
|
+
|
|
26315
|
+
if (typeof selectedVariantsIds !== "undefined" && Array.isArray(selectedVariantsIds)) {
|
|
26316
|
+
newVal = selectedVariantsIds.filter(val => typeof val !== "undefined").map(valueId => getItemValue({ valueId }));
|
|
26317
|
+
}
|
|
26318
|
+
|
|
26319
|
+
$$invalidate(10, value = newVal);
|
|
26320
|
+
}
|
|
26321
|
+
|
|
26322
|
+
//
|
|
26323
|
+
function selectDefault() {
|
|
26324
|
+
if (atLeastOne && variants.length > 0) {
|
|
26325
|
+
const defValueId = getDefaultItemSublime();
|
|
26326
|
+
toggle({ id: defValueId });
|
|
26327
|
+
}
|
|
26328
|
+
}
|
|
26329
|
+
|
|
26330
|
+
const func = function (event, value) {
|
|
26331
|
+
toggle(value);
|
|
26332
|
+
};
|
|
26333
|
+
|
|
26334
|
+
function switch_instance_items_binding(value) {
|
|
26335
|
+
variants = value;
|
|
26336
|
+
$$invalidate(0, variants);
|
|
26337
|
+
}
|
|
26338
|
+
|
|
26339
|
+
$$self.$$set = $$props => {
|
|
26340
|
+
if ('fieldname' in $$props) $$invalidate(12, fieldname = $$props.fieldname);
|
|
26341
|
+
if ('multiple' in $$props) $$invalidate(13, multiple = $$props.multiple);
|
|
26342
|
+
if ('atLeastOne' in $$props) $$invalidate(14, atLeastOne = $$props.atLeastOne);
|
|
26343
|
+
if ('variants' in $$props) $$invalidate(0, variants = $$props.variants);
|
|
26344
|
+
if ('value' in $$props) $$invalidate(10, value = $$props.value);
|
|
26345
|
+
if ('selectedVariantsIds' in $$props) $$invalidate(11, selectedVariantsIds = $$props.selectedVariantsIds);
|
|
26346
|
+
if ('titleComponent' in $$props) $$invalidate(1, titleComponent = $$props.titleComponent);
|
|
26347
|
+
if ('titleComponentProps' in $$props) $$invalidate(2, titleComponentProps = $$props.titleComponentProps);
|
|
26348
|
+
if ('imageComponent' in $$props) $$invalidate(3, imageComponent = $$props.imageComponent);
|
|
26349
|
+
if ('imageComponentProps' in $$props) $$invalidate(4, imageComponentProps = $$props.imageComponentProps);
|
|
26350
|
+
if ('descriptionComponent' in $$props) $$invalidate(5, descriptionComponent = $$props.descriptionComponent);
|
|
26351
|
+
if ('descriptionComponentProps' in $$props) $$invalidate(6, descriptionComponentProps = $$props.descriptionComponentProps);
|
|
26352
|
+
if ('listComponent' in $$props) $$invalidate(7, listComponent = $$props.listComponent);
|
|
26353
|
+
if ('listComponentProps' in $$props) $$invalidate(8, listComponentProps = $$props.listComponentProps);
|
|
26354
|
+
if ('sublimeValue' in $$props) $$invalidate(15, sublimeValue = $$props.sublimeValue);
|
|
26355
|
+
if ('getItem' in $$props) $$invalidate(16, getItem = $$props.getItem);
|
|
26356
|
+
if ('getItemValue' in $$props) $$invalidate(17, getItemValue = $$props.getItemValue);
|
|
26357
|
+
if ('getDefaultItemSublime' in $$props) $$invalidate(18, getDefaultItemSublime = $$props.getDefaultItemSublime);
|
|
26358
|
+
if ('uiOn' in $$props) $$invalidate(19, uiOn = $$props.uiOn);
|
|
26359
|
+
if ('uiOff' in $$props) $$invalidate(20, uiOff = $$props.uiOff);
|
|
26360
|
+
};
|
|
26361
|
+
|
|
26362
|
+
return [
|
|
26363
|
+
variants,
|
|
26364
|
+
titleComponent,
|
|
26365
|
+
titleComponentProps,
|
|
26366
|
+
imageComponent,
|
|
26367
|
+
imageComponentProps,
|
|
26368
|
+
descriptionComponent,
|
|
26369
|
+
descriptionComponentProps,
|
|
26370
|
+
listComponent,
|
|
26371
|
+
listComponentProps,
|
|
26372
|
+
toggle,
|
|
26373
|
+
value,
|
|
26374
|
+
selectedVariantsIds,
|
|
26375
|
+
fieldname,
|
|
26376
|
+
multiple,
|
|
26377
|
+
atLeastOne,
|
|
26378
|
+
sublimeValue,
|
|
26379
|
+
getItem,
|
|
26380
|
+
getItemValue,
|
|
26381
|
+
getDefaultItemSublime,
|
|
26382
|
+
uiOn,
|
|
26383
|
+
uiOff,
|
|
26384
|
+
func,
|
|
26385
|
+
switch_instance_items_binding
|
|
26386
|
+
];
|
|
26387
|
+
}
|
|
26388
|
+
|
|
26389
|
+
class Ui_list_select extends internal.SvelteComponent {
|
|
26390
|
+
constructor(options) {
|
|
26391
|
+
super();
|
|
26392
|
+
|
|
26393
|
+
internal.init(this, options, instance$t, create_fragment$t, internal.safe_not_equal, {
|
|
26394
|
+
fieldname: 12,
|
|
26395
|
+
multiple: 13,
|
|
26396
|
+
atLeastOne: 14,
|
|
26397
|
+
variants: 0,
|
|
26398
|
+
value: 10,
|
|
26399
|
+
selectedVariantsIds: 11,
|
|
26400
|
+
titleComponent: 1,
|
|
26401
|
+
titleComponentProps: 2,
|
|
26402
|
+
imageComponent: 3,
|
|
26403
|
+
imageComponentProps: 4,
|
|
26404
|
+
descriptionComponent: 5,
|
|
26405
|
+
descriptionComponentProps: 6,
|
|
26406
|
+
listComponent: 7,
|
|
26407
|
+
listComponentProps: 8,
|
|
26408
|
+
sublimeValue: 15,
|
|
26409
|
+
getItem: 16,
|
|
26410
|
+
getItemValue: 17,
|
|
26411
|
+
getDefaultItemSublime: 18,
|
|
26412
|
+
uiOn: 19,
|
|
26413
|
+
uiOff: 20
|
|
26414
|
+
});
|
|
26415
|
+
}
|
|
26416
|
+
}
|
|
26417
|
+
|
|
26418
|
+
/* src/elements/list/ui.list.select.with.groups.svelte generated by Svelte v4.2.8 */
|
|
26419
|
+
|
|
25720
26420
|
function create_fragment$s(ctx) {
|
|
25721
26421
|
let switch_instance;
|
|
25722
26422
|
let updating_items;
|
|
@@ -26183,7 +26883,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
26183
26883
|
];
|
|
26184
26884
|
}
|
|
26185
26885
|
|
|
26186
|
-
class
|
|
26886
|
+
class Ui_list_select_with_groups extends internal.SvelteComponent {
|
|
26187
26887
|
constructor(options) {
|
|
26188
26888
|
super();
|
|
26189
26889
|
|
|
@@ -26221,7 +26921,8 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
26221
26921
|
UIList: Ui_list,
|
|
26222
26922
|
UIListEmptyPlaceholder: Ui_list_empty_placeholder,
|
|
26223
26923
|
UIListItem: Ui_list_item,
|
|
26224
|
-
UIListSelect: Ui_list_select
|
|
26924
|
+
UIListSelect: Ui_list_select,
|
|
26925
|
+
UIListSelectWithGroups: Ui_list_select_with_groups
|
|
26225
26926
|
});
|
|
26226
26927
|
|
|
26227
26928
|
/* src/elements/modal/ui.overlay.svelte generated by Svelte v4.2.8 */
|
|
@@ -27802,6 +28503,17 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
27802
28503
|
}
|
|
27803
28504
|
}
|
|
27804
28505
|
|
|
28506
|
+
const DEFAULT_STATUS_SUCCESS = "ok";
|
|
28507
|
+
const NAVIGATION_DELAY_SHORT = 500;
|
|
28508
|
+
const NAVIGATION_DELAY_NORMAL = 1500;
|
|
28509
|
+
const NAVIGATION_DELAY_LONG = 5000;
|
|
28510
|
+
const NAVIGATION_DELAYS = {
|
|
28511
|
+
SHORT: NAVIGATION_DELAY_SHORT,
|
|
28512
|
+
NORMAL: NAVIGATION_DELAY_NORMAL,
|
|
28513
|
+
LONG: NAVIGATION_DELAY_LONG
|
|
28514
|
+
};
|
|
28515
|
+
const NAVIGATION_DELAY_DEFAULT = NAVIGATION_DELAY_NORMAL;
|
|
28516
|
+
|
|
27805
28517
|
const OPT_MODE_HISTORY = Symbol("history"),
|
|
27806
28518
|
OPT_MODE_HASH = Symbol("hash"),
|
|
27807
28519
|
OPT_DEFAULT_CHECK_INTERVAL = 50;
|
|
@@ -27813,26 +28525,103 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
27813
28525
|
mode: OPT_MODE_HISTORY,
|
|
27814
28526
|
root: "/",
|
|
27815
28527
|
//always in slashes /user/, /, /input/. and no /user or input/level
|
|
27816
|
-
initialized: false
|
|
28528
|
+
initialized: false,
|
|
28529
|
+
delays: NAVIGATION_DELAYS,
|
|
28530
|
+
delay_default: NAVIGATION_DELAY_DEFAULT
|
|
27817
28531
|
}
|
|
27818
28532
|
});
|
|
27819
28533
|
_defineProperty(this, "host", "");
|
|
27820
28534
|
return this;
|
|
27821
28535
|
}
|
|
28536
|
+
|
|
28537
|
+
/**
|
|
28538
|
+
* Set object with named delays
|
|
28539
|
+
* @param {Object.<string, number>} delays
|
|
28540
|
+
* @returns {notRouter}
|
|
28541
|
+
*/
|
|
28542
|
+
setDelays(delays) {
|
|
28543
|
+
this.setWorking("delays", delays);
|
|
28544
|
+
return this;
|
|
28545
|
+
}
|
|
28546
|
+
|
|
28547
|
+
/**
|
|
28548
|
+
* Set default navigation delay, provided as name of one of `delays` or in number form
|
|
28549
|
+
* @param {string|number} delay
|
|
28550
|
+
* @returns {notRouter}
|
|
28551
|
+
*/
|
|
28552
|
+
setDefaultNavigationDelay(delay) {
|
|
28553
|
+
this.setWorking("delay_default", this.delayAsMs(delay));
|
|
28554
|
+
return this;
|
|
28555
|
+
}
|
|
28556
|
+
|
|
28557
|
+
/**
|
|
28558
|
+
* Returns number of ms, if not set returns NAVIGATION_DELAY_DEFAULT
|
|
28559
|
+
* @returns {number}
|
|
28560
|
+
*/
|
|
28561
|
+
getDefaultNavigationDelay() {
|
|
28562
|
+
return this.getWorking(`delay_default`, NAVIGATION_DELAY_DEFAULT);
|
|
28563
|
+
}
|
|
28564
|
+
|
|
28565
|
+
/**
|
|
28566
|
+
* Ensures that delay is in ms, if its provided as name of alias, searches for it and returns, if not found - returns working default_delay
|
|
28567
|
+
* @param {string|number} delay name of delay alias or number of ms
|
|
28568
|
+
* @returns {number} delay in ms
|
|
28569
|
+
*/
|
|
28570
|
+
delayAsMs(delay) {
|
|
28571
|
+
if (typeof delay === "number") {
|
|
28572
|
+
return delay;
|
|
28573
|
+
} else {
|
|
28574
|
+
if (typeof delay === "string" && delay.length > 0) {
|
|
28575
|
+
return this.getWorking(`delays.${delay}`, this.getDefaultNavigationDelay());
|
|
28576
|
+
} else {
|
|
28577
|
+
return this.getDefaultNavigationDelay();
|
|
28578
|
+
}
|
|
28579
|
+
}
|
|
28580
|
+
}
|
|
28581
|
+
|
|
28582
|
+
/**
|
|
28583
|
+
*
|
|
28584
|
+
* @param {string} url we go to url
|
|
28585
|
+
* @param {string|number} delay name of delay alias or number of ms
|
|
28586
|
+
* @returns {NodeJS.Timeout} timeout identificator
|
|
28587
|
+
*/
|
|
28588
|
+
navigateWithDelay(url, delay) {
|
|
28589
|
+
var _this = this;
|
|
28590
|
+
return setTimeout(function () {
|
|
28591
|
+
return _this.navigate(url);
|
|
28592
|
+
}, this.delayAsMs(delay));
|
|
28593
|
+
}
|
|
28594
|
+
|
|
28595
|
+
/**
|
|
28596
|
+
* Use browser History API
|
|
28597
|
+
*/
|
|
27822
28598
|
history() {
|
|
27823
28599
|
this.setWorking("mode", OPT_MODE_HISTORY);
|
|
27824
28600
|
}
|
|
28601
|
+
|
|
28602
|
+
/**
|
|
28603
|
+
* Use hash part as container for location information
|
|
28604
|
+
*/
|
|
27825
28605
|
hash() {
|
|
27826
28606
|
this.setWorking("mode", OPT_MODE_HASH);
|
|
27827
28607
|
}
|
|
27828
28608
|
|
|
27829
|
-
|
|
28609
|
+
/**
|
|
28610
|
+
* root should start and end with
|
|
28611
|
+
* @param {string} root
|
|
28612
|
+
* @returns {notRouter}
|
|
28613
|
+
*/
|
|
27830
28614
|
setRoot(root) {
|
|
27831
28615
|
this.setWorking("root", root && root !== "/" ? "/" + this.clearSlashes(root) + "/" : "/");
|
|
27832
28616
|
return this;
|
|
27833
28617
|
}
|
|
28618
|
+
|
|
28619
|
+
/**
|
|
28620
|
+
* clear first and last slashes from string
|
|
28621
|
+
* @param {string} path
|
|
28622
|
+
* @returns {string}
|
|
28623
|
+
*/
|
|
27834
28624
|
clearSlashes(path) {
|
|
27835
|
-
//first and last slashes removal
|
|
27836
28625
|
return path.toString().replace(/\/$/, "").replace(/^\//, "");
|
|
27837
28626
|
}
|
|
27838
28627
|
add(re, handler) {
|
|
@@ -27947,15 +28736,21 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
27947
28736
|
* @param {number} timeout time to wait in ms
|
|
27948
28737
|
*/
|
|
27949
28738
|
refresh(timeout = 0) {
|
|
27950
|
-
var
|
|
28739
|
+
var _this2 = this;
|
|
27951
28740
|
if (timeout > 0) {
|
|
27952
28741
|
setTimeout(function () {
|
|
27953
|
-
return
|
|
28742
|
+
return _this2.refresh();
|
|
27954
28743
|
}, timeout);
|
|
27955
28744
|
} else {
|
|
27956
28745
|
this.check(this.getWorking("current"));
|
|
27957
28746
|
}
|
|
27958
28747
|
}
|
|
28748
|
+
|
|
28749
|
+
/**
|
|
28750
|
+
* Changes locations
|
|
28751
|
+
* @param {string} path
|
|
28752
|
+
* @returns
|
|
28753
|
+
*/
|
|
27959
28754
|
navigate(path) {
|
|
27960
28755
|
path = path ? path : "";
|
|
27961
28756
|
switch (this.getWorking("mode")) {
|
|
@@ -27979,9 +28774,15 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
27979
28774
|
}
|
|
27980
28775
|
return this;
|
|
27981
28776
|
}
|
|
28777
|
+
|
|
28778
|
+
/**
|
|
28779
|
+
* returns app root + path
|
|
28780
|
+
* @param {string} path
|
|
28781
|
+
* @returns {string}
|
|
28782
|
+
*/
|
|
27982
28783
|
getFullRoute(path = "") {
|
|
27983
28784
|
path = this.clearSlashes(path);
|
|
27984
|
-
|
|
28785
|
+
const root = this.getWorking("root");
|
|
27985
28786
|
if (root !== "/") {
|
|
27986
28787
|
if (path.indexOf(root.substring(1)) === 0) {
|
|
27987
28788
|
return "/" + path;
|
|
@@ -27989,11 +28790,16 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
27989
28790
|
}
|
|
27990
28791
|
return this.getWorking("root") + this.clearSlashes(path);
|
|
27991
28792
|
}
|
|
28793
|
+
|
|
28794
|
+
/**
|
|
28795
|
+
* Returns all links with n-href attribute
|
|
28796
|
+
* @returns {Array<HTMLAnchorElement>}
|
|
28797
|
+
*/
|
|
27992
28798
|
getAllLinks() {
|
|
27993
|
-
|
|
27994
|
-
|
|
27995
|
-
for (
|
|
27996
|
-
for (
|
|
28799
|
+
const allElements = document.body.querySelectorAll("a");
|
|
28800
|
+
let list = [];
|
|
28801
|
+
for (let j = 0; j < allElements.length; j++) {
|
|
28802
|
+
for (let i = 0, atts = allElements[j].attributes, n = atts.length; i < n; i++) {
|
|
27997
28803
|
if (atts[i].nodeName.indexOf("n-href") === 0) {
|
|
27998
28804
|
list.push(allElements[j]);
|
|
27999
28805
|
break;
|
|
@@ -28002,23 +28808,39 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
28002
28808
|
}
|
|
28003
28809
|
return list;
|
|
28004
28810
|
}
|
|
28811
|
+
|
|
28812
|
+
/**
|
|
28813
|
+
* Reroute all links(anchor tags) with n-href attribute.
|
|
28814
|
+
* Disable navigation to href.
|
|
28815
|
+
* @returns {notRouter}
|
|
28816
|
+
*/
|
|
28005
28817
|
reRouteExisted() {
|
|
28006
|
-
|
|
28818
|
+
const list = this.getAllLinks();
|
|
28007
28819
|
for (let t = 0; t < list.length; t++) {
|
|
28008
28820
|
this.initRerouting(list[t], list[t].getAttribute("n-href"));
|
|
28009
28821
|
}
|
|
28010
28822
|
return this;
|
|
28011
28823
|
}
|
|
28824
|
+
|
|
28825
|
+
/**
|
|
28826
|
+
* If `el` is not initialized, adds onclick listener to navigate to `link` location.
|
|
28827
|
+
* Disables default navigation to href.
|
|
28828
|
+
* @param {HTMLAnchorElement} el
|
|
28829
|
+
* @param {string} link
|
|
28830
|
+
* @returns
|
|
28831
|
+
*/
|
|
28012
28832
|
initRerouting(el, link) {
|
|
28013
|
-
var
|
|
28833
|
+
var _this3 = this;
|
|
28834
|
+
// @ts-ignore
|
|
28014
28835
|
if (!el.notRouterInitialized) {
|
|
28015
28836
|
let fullLink = this.getFullRoute(link);
|
|
28016
28837
|
el.setAttribute("href", fullLink);
|
|
28017
28838
|
el.addEventListener("click", function (e) {
|
|
28018
28839
|
e.preventDefault();
|
|
28019
|
-
|
|
28840
|
+
_this3.navigate(link);
|
|
28020
28841
|
return false;
|
|
28021
28842
|
});
|
|
28843
|
+
// @ts-ignore
|
|
28022
28844
|
el.notRouterInitialized = true;
|
|
28023
28845
|
}
|
|
28024
28846
|
return this;
|
|
@@ -29633,6 +30455,31 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
29633
30455
|
controller: this
|
|
29634
30456
|
};
|
|
29635
30457
|
}
|
|
30458
|
+
|
|
30459
|
+
/**
|
|
30460
|
+
* Returns Application router
|
|
30461
|
+
* @returns {import('./router.js')}
|
|
30462
|
+
*/
|
|
30463
|
+
getRouter() {
|
|
30464
|
+
return this.app?.getWorking("router");
|
|
30465
|
+
}
|
|
30466
|
+
|
|
30467
|
+
/**
|
|
30468
|
+
* Changes location to `url` after `delay` ms
|
|
30469
|
+
* @param {string} url
|
|
30470
|
+
* @param {number|string} delay number in ms or name of delay
|
|
30471
|
+
*/
|
|
30472
|
+
navigateWithDelay(url, delay = NAVIGATION_DELAY_DEFAULT) {
|
|
30473
|
+
return this.getRouter().navigateWithDelay(url, delay);
|
|
30474
|
+
}
|
|
30475
|
+
|
|
30476
|
+
/**
|
|
30477
|
+
* Changes location to `url`
|
|
30478
|
+
* @param {string} url
|
|
30479
|
+
*/
|
|
30480
|
+
navigate(url) {
|
|
30481
|
+
return this.getRouter().navigate(url);
|
|
30482
|
+
}
|
|
29636
30483
|
static getMenu() {}
|
|
29637
30484
|
}
|
|
29638
30485
|
/**
|
|
@@ -32305,33 +33152,33 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
32305
33152
|
this.stores.selected.subscribe(this.onSelectedUpdate.bind(this));
|
|
32306
33153
|
//pagination, items information
|
|
32307
33154
|
this.stores.state.subscribe(this.onStateUpdate.bind(this));
|
|
32308
|
-
if (notCommon.objHas(input, "data") && Array.isArray(input.data)) {
|
|
33155
|
+
if (notCommon$2.objHas(input, "data") && Array.isArray(input.data)) {
|
|
32309
33156
|
this.stores.raw.update(function (val) {
|
|
32310
33157
|
val = input.data;
|
|
32311
33158
|
return val;
|
|
32312
33159
|
});
|
|
32313
33160
|
}
|
|
32314
|
-
if (notCommon.objHas(this.options, "filter")) {
|
|
33161
|
+
if (notCommon$2.objHas(this.options, "filter")) {
|
|
32315
33162
|
this.setFilter(this.options.filter, true);
|
|
32316
33163
|
} else {
|
|
32317
33164
|
this.resetFilter();
|
|
32318
33165
|
}
|
|
32319
|
-
if (notCommon.objHas(this.options, "pager")) {
|
|
33166
|
+
if (notCommon$2.objHas(this.options, "pager")) {
|
|
32320
33167
|
this.setPager(this.options.pager, true);
|
|
32321
33168
|
} else {
|
|
32322
33169
|
this.resetPager();
|
|
32323
33170
|
}
|
|
32324
|
-
if (notCommon.objHas(this.options, "sorter")) {
|
|
33171
|
+
if (notCommon$2.objHas(this.options, "sorter")) {
|
|
32325
33172
|
this.setSorter(this.options.sorter, true);
|
|
32326
33173
|
} else {
|
|
32327
33174
|
this.resetSorter(true);
|
|
32328
33175
|
}
|
|
32329
|
-
if (notCommon.objHas(this.options, "return")) {
|
|
33176
|
+
if (notCommon$2.objHas(this.options, "return")) {
|
|
32330
33177
|
this.setReturn(this.options.return);
|
|
32331
33178
|
} else {
|
|
32332
33179
|
this.setReturn();
|
|
32333
33180
|
}
|
|
32334
|
-
if (notCommon.objHas(this.options, "search")) {
|
|
33181
|
+
if (notCommon$2.objHas(this.options, "search")) {
|
|
32335
33182
|
this.setSearch(this.options.search, true);
|
|
32336
33183
|
} else {
|
|
32337
33184
|
this.setSearch();
|
|
@@ -32748,7 +33595,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
32748
33595
|
this.setUpdating();
|
|
32749
33596
|
if (this.getOptions("interface.combined", OPT_DEFAULT_COMBINED)) {
|
|
32750
33597
|
this.loadData().then(function (data) {
|
|
32751
|
-
let full = notCommon.objHas(data, "status") && notCommon.objHas(data, "result");
|
|
33598
|
+
let full = notCommon$2.objHas(data, "status") && notCommon$2.objHas(data, "result");
|
|
32752
33599
|
_this8.stores.filtered.update(function (val) {
|
|
32753
33600
|
if (!_this8.getOptions("endless", false)) {
|
|
32754
33601
|
_this8.clearFilteredData();
|
|
@@ -32756,7 +33603,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
32756
33603
|
if (full) {
|
|
32757
33604
|
val.push(...data.result.list);
|
|
32758
33605
|
} else {
|
|
32759
|
-
if (notCommon.objHas(data, "list") && Array.isArray(data.list)) {
|
|
33606
|
+
if (notCommon$2.objHas(data, "list") && Array.isArray(data.list)) {
|
|
32760
33607
|
val.push(...data.list);
|
|
32761
33608
|
} else if (Array.isArray(data)) {
|
|
32762
33609
|
val.push(...data);
|
|
@@ -32864,7 +33711,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
32864
33711
|
_this10.getOptions("fields", []).forEach(function (field) {
|
|
32865
33712
|
let preprocessed = null,
|
|
32866
33713
|
val = _this10.readFieldValue(field.path, item, _this10.getOptions("helpers"));
|
|
32867
|
-
if (notCommon.objHas(field, OPT_FIELD_NAME_PRE_PROC)) {
|
|
33714
|
+
if (notCommon$2.objHas(field, OPT_FIELD_NAME_PRE_PROC)) {
|
|
32868
33715
|
try {
|
|
32869
33716
|
preprocessed = field[OPT_FIELD_NAME_PRE_PROC](val, item, index);
|
|
32870
33717
|
} catch (e) {
|
|
@@ -33409,8 +34256,6 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
33409
34256
|
}
|
|
33410
34257
|
}
|
|
33411
34258
|
|
|
33412
|
-
const DEFAULT_STATUS_SUCCESS = 'ok';
|
|
33413
|
-
|
|
33414
34259
|
const DEFAULT_CONTAINER_SELECTOR$2 = '.container';
|
|
33415
34260
|
var _uiComponent$1 = /*#__PURE__*/new WeakMap();
|
|
33416
34261
|
var _ui = /*#__PURE__*/new WeakMap();
|
|
@@ -33543,14 +34388,14 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
33543
34388
|
_this.actionFieldsInit(subFieldName, options, data);
|
|
33544
34389
|
});
|
|
33545
34390
|
} else {
|
|
33546
|
-
if (!notCommon$2.objHas(options,
|
|
34391
|
+
if (!notCommon$2.objHas(options, "fields")) {
|
|
33547
34392
|
options.fields = {};
|
|
33548
34393
|
}
|
|
33549
34394
|
if (!notCommon$2.objHas(options.fields, fieldName)) {
|
|
33550
34395
|
options.fields[fieldName] = {};
|
|
33551
34396
|
}
|
|
33552
34397
|
//copying initial data
|
|
33553
|
-
if (typeof data !==
|
|
34398
|
+
if (typeof data !== "undefined" && data !== null && typeof data[fieldName] !== "undefined" && data[fieldName] !== null) {
|
|
33554
34399
|
options.fields[fieldName].value = data[fieldName];
|
|
33555
34400
|
}
|
|
33556
34401
|
}
|
|
@@ -36794,12 +37639,12 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
36794
37639
|
};
|
|
36795
37640
|
class notFormRules {
|
|
36796
37641
|
static add(name, func) {
|
|
36797
|
-
if (!notCommon.objHas(_classStaticPrivateFieldSpecGet(this, notFormRules, _RULES), name)) {
|
|
37642
|
+
if (!notCommon$2.objHas(_classStaticPrivateFieldSpecGet(this, notFormRules, _RULES), name)) {
|
|
36798
37643
|
_classStaticPrivateFieldSpecGet(this, notFormRules, _RULES)[name] = func;
|
|
36799
37644
|
}
|
|
36800
37645
|
}
|
|
36801
37646
|
static remove(name) {
|
|
36802
|
-
if (notCommon.objHas(_classStaticPrivateFieldSpecGet(this, notFormRules, _RULES), name) && !Object.keys(DEFAULT_RULES).includes(name)) {
|
|
37647
|
+
if (notCommon$2.objHas(_classStaticPrivateFieldSpecGet(this, notFormRules, _RULES), name) && !Object.keys(DEFAULT_RULES).includes(name)) {
|
|
36803
37648
|
delete _classStaticPrivateFieldSpecGet(this, notFormRules, _RULES)[name];
|
|
36804
37649
|
}
|
|
36805
37650
|
}
|
|
@@ -43420,11 +44265,15 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
43420
44265
|
}
|
|
43421
44266
|
|
|
43422
44267
|
const DEFAUL_BREADCRUMB_TAIL$2 = "Просмотр";
|
|
44268
|
+
|
|
43423
44269
|
/**
|
|
43424
44270
|
* Generic CRUD action class
|
|
43425
44271
|
* @class
|
|
43426
44272
|
*/
|
|
43427
44273
|
class CRUDGenericAction {
|
|
44274
|
+
static get NAVIGATION_DELAY() {
|
|
44275
|
+
return NAVIGATION_DELAY_DEFAULT;
|
|
44276
|
+
}
|
|
43428
44277
|
/**
|
|
43429
44278
|
* Default breadcrumbs tail template string
|
|
43430
44279
|
* @returns {string}
|
|
@@ -43695,6 +44544,9 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
43695
44544
|
controller.showErrorMessage(e);
|
|
43696
44545
|
}
|
|
43697
44546
|
}
|
|
44547
|
+
static goBack(controller) {
|
|
44548
|
+
controller.goBack(this.NAVIGATION_DELAY);
|
|
44549
|
+
}
|
|
43698
44550
|
}
|
|
43699
44551
|
|
|
43700
44552
|
const ACTION$2 = "create";
|
|
@@ -43769,11 +44621,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
43769
44621
|
...ev.detail
|
|
43770
44622
|
});
|
|
43771
44623
|
if (success) {
|
|
43772
|
-
|
|
43773
|
-
setTimeout(function () {
|
|
43774
|
-
return controller.goBack();
|
|
43775
|
-
}, 1000);
|
|
43776
|
-
}
|
|
44624
|
+
_this.goBack();
|
|
43777
44625
|
}
|
|
43778
44626
|
});
|
|
43779
44627
|
}
|
|
@@ -44201,7 +45049,7 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
44201
45049
|
notBreadcrumbs.setTail(tail).update();
|
|
44202
45050
|
}
|
|
44203
45051
|
backToList() {
|
|
44204
|
-
this.
|
|
45052
|
+
this.navigate(this.linkBackToList());
|
|
44205
45053
|
}
|
|
44206
45054
|
linkBackToList() {
|
|
44207
45055
|
return this.getModelURL();
|
|
@@ -44296,25 +45144,61 @@ var notBulma = (function (exports, internal, discloseVersion, store, animate, tr
|
|
|
44296
45144
|
throw new Error(`No such action: ${actionName} in contoller ${this.getWorking("name")}`);
|
|
44297
45145
|
}
|
|
44298
45146
|
}
|
|
44299
|
-
|
|
45147
|
+
|
|
45148
|
+
/**
|
|
45149
|
+
* Changes location to create page, after delay
|
|
45150
|
+
* @param {number|string} [delay=0] number for ms, or string if we use `delays` alises aka SHORT, NORMAL, LONG
|
|
45151
|
+
*/
|
|
45152
|
+
goCreate(delay = 0) {
|
|
44300
45153
|
this.$destroyUI();
|
|
44301
|
-
this.
|
|
45154
|
+
this.navigateWithDelay(this.getModelActionURL("", "create"), delay);
|
|
44302
45155
|
}
|
|
44303
|
-
|
|
45156
|
+
|
|
45157
|
+
/**
|
|
45158
|
+
* Changes location to document details page, after delay
|
|
45159
|
+
* @param {string} id target document id
|
|
45160
|
+
* @param {number|string} [delay=0] number for ms, or string if we use `delays` alises aka SHORT, NORMAL, LONG
|
|
45161
|
+
*/
|
|
45162
|
+
goDetails(id, delay = 0) {
|
|
44304
45163
|
this.$destroyUI();
|
|
44305
|
-
this.
|
|
45164
|
+
this.navigateWithDelay(this.getModelActionURL(id, ""), delay);
|
|
44306
45165
|
}
|
|
44307
|
-
|
|
45166
|
+
|
|
45167
|
+
/**
|
|
45168
|
+
* Changes location to document update page, after delay
|
|
45169
|
+
* @param {string} id target document id
|
|
45170
|
+
* @param {number|string} [delay=0] number for ms, or string if we use `delays` alises aka SHORT, NORMAL, LONG
|
|
45171
|
+
*/
|
|
45172
|
+
goUpdate(id, delay = 0) {
|
|
44308
45173
|
this.$destroyUI();
|
|
44309
|
-
this.
|
|
45174
|
+
this.navigateWithDelay(this.getModelActionURL(id, "update"), delay);
|
|
44310
45175
|
}
|
|
44311
|
-
|
|
45176
|
+
|
|
45177
|
+
/**
|
|
45178
|
+
* Changes location to document delete page, after delay
|
|
45179
|
+
* @param {string} id target document id
|
|
45180
|
+
* @param {number|string} [delay=0] number for ms, or string if we use `delays` alises aka SHORT, NORMAL, LONG
|
|
45181
|
+
*/
|
|
45182
|
+
goDelete(id, delay = 0) {
|
|
44312
45183
|
this.$destroyUI();
|
|
44313
|
-
this.
|
|
45184
|
+
this.navigateWithDelay(this.getModelActionURL(id, "delete"), delay);
|
|
44314
45185
|
}
|
|
44315
|
-
|
|
45186
|
+
|
|
45187
|
+
/**
|
|
45188
|
+
* Changes location to documents list page, after delay
|
|
45189
|
+
* @param {number|string} [delay=0] number for ms, or string if we use `delays` alises aka SHORT, NORMAL, LONG
|
|
45190
|
+
*/
|
|
45191
|
+
goList(delay = 0) {
|
|
44316
45192
|
this.$destroyUI();
|
|
44317
|
-
this.
|
|
45193
|
+
this.navigateWithDelay(this.getModelURL(), delay);
|
|
45194
|
+
}
|
|
45195
|
+
|
|
45196
|
+
/**
|
|
45197
|
+
* Changes location to documents list page, after delay
|
|
45198
|
+
* @param {number|string} [delay=0] number for ms, or string if we use `delays` alises aka SHORT, NORMAL, LONG
|
|
45199
|
+
*/
|
|
45200
|
+
goBack(delay = 0) {
|
|
45201
|
+
this.goList(delay);
|
|
44318
45202
|
}
|
|
44319
45203
|
async onActionSubmit(action, item) {
|
|
44320
45204
|
let state = true;
|