@svgrid/enterprise 2.6.0 → 2.6.1
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/SvExpressionEditor.svelte +4 -1
- package/dist/SvGridEditPanel.svelte +173 -28
- package/dist/SvGridEditPanel.svelte.d.ts +2 -0
- package/dist/cdn/svgrid-enterprise.svelte-external.js +3220 -2607
- package/dist/designer/assets/index-BfzoL904.css +1 -0
- package/dist/designer/assets/{index-BF0UH638.js → index-CKdwDseq.js} +139 -139
- package/dist/designer/assets/src-DCKhP5Xy.css +1 -0
- package/dist/designer/assets/{src-BPJruwB9.js → src-DLsSdh3J.js} +213 -193
- package/dist/designer/index.html +4 -4
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/node/studio.js +682 -12
- package/dist/schema.d.ts +39 -0
- package/dist/schema.js +9 -0
- package/dist/studio/emit-project.js +2189 -2115
- package/dist/studio/index.d.ts +2 -2
- package/dist/studio/index.js +5 -2
- package/dist/studio/project.d.ts +124 -3
- package/dist/studio/project.js +393 -4
- package/dist/studio/ui-components.generated.js +180 -0
- package/package.json +3 -3
- package/dist/designer/assets/index-oYok52zd.css +0 -1
- package/dist/designer/assets/src-D-O2F805.css +0 -1
|
@@ -509,6 +509,13 @@ export const GENERATED_UI_SURFACE = {
|
|
|
509
509
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
510
510
|
"group": "behavior"
|
|
511
511
|
},
|
|
512
|
+
{
|
|
513
|
+
"key": "block",
|
|
514
|
+
"label": "Block",
|
|
515
|
+
"type": "boolean",
|
|
516
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
517
|
+
"group": "appearance"
|
|
518
|
+
},
|
|
512
519
|
{
|
|
513
520
|
"key": "error",
|
|
514
521
|
"label": "Error",
|
|
@@ -633,6 +640,13 @@ export const GENERATED_UI_SURFACE = {
|
|
|
633
640
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
634
641
|
"group": "behavior"
|
|
635
642
|
},
|
|
643
|
+
{
|
|
644
|
+
"key": "block",
|
|
645
|
+
"label": "Block",
|
|
646
|
+
"type": "boolean",
|
|
647
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
648
|
+
"group": "appearance"
|
|
649
|
+
},
|
|
636
650
|
{
|
|
637
651
|
"key": "error",
|
|
638
652
|
"label": "Error",
|
|
@@ -770,6 +784,14 @@ export const GENERATED_UI_SURFACE = {
|
|
|
770
784
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
771
785
|
"group": "behavior"
|
|
772
786
|
},
|
|
787
|
+
{
|
|
788
|
+
"key": "block",
|
|
789
|
+
"label": "Block",
|
|
790
|
+
"type": "boolean",
|
|
791
|
+
"default": false,
|
|
792
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
793
|
+
"group": "appearance"
|
|
794
|
+
},
|
|
773
795
|
{
|
|
774
796
|
"key": "error",
|
|
775
797
|
"label": "Error",
|
|
@@ -1003,6 +1025,13 @@ export const GENERATED_UI_SURFACE = {
|
|
|
1003
1025
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
1004
1026
|
"group": "behavior"
|
|
1005
1027
|
},
|
|
1028
|
+
{
|
|
1029
|
+
"key": "block",
|
|
1030
|
+
"label": "Block",
|
|
1031
|
+
"type": "boolean",
|
|
1032
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
1033
|
+
"group": "appearance"
|
|
1034
|
+
},
|
|
1006
1035
|
{
|
|
1007
1036
|
"key": "error",
|
|
1008
1037
|
"label": "Error",
|
|
@@ -1178,6 +1207,14 @@ export const GENERATED_UI_SURFACE = {
|
|
|
1178
1207
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
1179
1208
|
"group": "behavior"
|
|
1180
1209
|
},
|
|
1210
|
+
{
|
|
1211
|
+
"key": "block",
|
|
1212
|
+
"label": "Block",
|
|
1213
|
+
"type": "boolean",
|
|
1214
|
+
"default": false,
|
|
1215
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
1216
|
+
"group": "appearance"
|
|
1217
|
+
},
|
|
1181
1218
|
{
|
|
1182
1219
|
"key": "error",
|
|
1183
1220
|
"label": "Error",
|
|
@@ -1404,6 +1441,14 @@ export const GENERATED_UI_SURFACE = {
|
|
|
1404
1441
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
1405
1442
|
"group": "behavior"
|
|
1406
1443
|
},
|
|
1444
|
+
{
|
|
1445
|
+
"key": "block",
|
|
1446
|
+
"label": "Block",
|
|
1447
|
+
"type": "boolean",
|
|
1448
|
+
"default": false,
|
|
1449
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
1450
|
+
"group": "appearance"
|
|
1451
|
+
},
|
|
1407
1452
|
{
|
|
1408
1453
|
"key": "error",
|
|
1409
1454
|
"label": "Error",
|
|
@@ -1580,6 +1625,14 @@ export const GENERATED_UI_SURFACE = {
|
|
|
1580
1625
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
1581
1626
|
"group": "behavior"
|
|
1582
1627
|
},
|
|
1628
|
+
{
|
|
1629
|
+
"key": "block",
|
|
1630
|
+
"label": "Block",
|
|
1631
|
+
"type": "boolean",
|
|
1632
|
+
"default": false,
|
|
1633
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
1634
|
+
"group": "appearance"
|
|
1635
|
+
},
|
|
1583
1636
|
{
|
|
1584
1637
|
"key": "error",
|
|
1585
1638
|
"label": "Error",
|
|
@@ -1733,6 +1786,13 @@ export const GENERATED_UI_SURFACE = {
|
|
|
1733
1786
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
1734
1787
|
"group": "behavior"
|
|
1735
1788
|
},
|
|
1789
|
+
{
|
|
1790
|
+
"key": "block",
|
|
1791
|
+
"label": "Block",
|
|
1792
|
+
"type": "boolean",
|
|
1793
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
1794
|
+
"group": "appearance"
|
|
1795
|
+
},
|
|
1736
1796
|
{
|
|
1737
1797
|
"key": "error",
|
|
1738
1798
|
"label": "Error",
|
|
@@ -1870,6 +1930,13 @@ export const GENERATED_UI_SURFACE = {
|
|
|
1870
1930
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
1871
1931
|
"group": "behavior"
|
|
1872
1932
|
},
|
|
1933
|
+
{
|
|
1934
|
+
"key": "block",
|
|
1935
|
+
"label": "Block",
|
|
1936
|
+
"type": "boolean",
|
|
1937
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
1938
|
+
"group": "appearance"
|
|
1939
|
+
},
|
|
1873
1940
|
{
|
|
1874
1941
|
"key": "error",
|
|
1875
1942
|
"label": "Error",
|
|
@@ -2023,6 +2090,14 @@ export const GENERATED_UI_SURFACE = {
|
|
|
2023
2090
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
2024
2091
|
"group": "behavior"
|
|
2025
2092
|
},
|
|
2093
|
+
{
|
|
2094
|
+
"key": "block",
|
|
2095
|
+
"label": "Block",
|
|
2096
|
+
"type": "boolean",
|
|
2097
|
+
"default": false,
|
|
2098
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
2099
|
+
"group": "appearance"
|
|
2100
|
+
},
|
|
2026
2101
|
{
|
|
2027
2102
|
"key": "error",
|
|
2028
2103
|
"label": "Error",
|
|
@@ -2767,6 +2842,14 @@ export const GENERATED_UI_SURFACE = {
|
|
|
2767
2842
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
2768
2843
|
"group": "behavior"
|
|
2769
2844
|
},
|
|
2845
|
+
{
|
|
2846
|
+
"key": "block",
|
|
2847
|
+
"label": "Block",
|
|
2848
|
+
"type": "boolean",
|
|
2849
|
+
"default": false,
|
|
2850
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
2851
|
+
"group": "appearance"
|
|
2852
|
+
},
|
|
2770
2853
|
{
|
|
2771
2854
|
"key": "error",
|
|
2772
2855
|
"label": "Error",
|
|
@@ -2943,6 +3026,14 @@ export const GENERATED_UI_SURFACE = {
|
|
|
2943
3026
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
2944
3027
|
"group": "behavior"
|
|
2945
3028
|
},
|
|
3029
|
+
{
|
|
3030
|
+
"key": "block",
|
|
3031
|
+
"label": "Block",
|
|
3032
|
+
"type": "boolean",
|
|
3033
|
+
"default": false,
|
|
3034
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
3035
|
+
"group": "appearance"
|
|
3036
|
+
},
|
|
2946
3037
|
{
|
|
2947
3038
|
"key": "error",
|
|
2948
3039
|
"label": "Error",
|
|
@@ -3104,6 +3195,14 @@ export const GENERATED_UI_SURFACE = {
|
|
|
3104
3195
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
3105
3196
|
"group": "behavior"
|
|
3106
3197
|
},
|
|
3198
|
+
{
|
|
3199
|
+
"key": "block",
|
|
3200
|
+
"label": "Block",
|
|
3201
|
+
"type": "boolean",
|
|
3202
|
+
"default": false,
|
|
3203
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
3204
|
+
"group": "appearance"
|
|
3205
|
+
},
|
|
3107
3206
|
{
|
|
3108
3207
|
"key": "error",
|
|
3109
3208
|
"label": "Error",
|
|
@@ -3255,6 +3354,14 @@ export const GENERATED_UI_SURFACE = {
|
|
|
3255
3354
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
3256
3355
|
"group": "behavior"
|
|
3257
3356
|
},
|
|
3357
|
+
{
|
|
3358
|
+
"key": "block",
|
|
3359
|
+
"label": "Block",
|
|
3360
|
+
"type": "boolean",
|
|
3361
|
+
"default": false,
|
|
3362
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
3363
|
+
"group": "appearance"
|
|
3364
|
+
},
|
|
3258
3365
|
{
|
|
3259
3366
|
"key": "error",
|
|
3260
3367
|
"label": "Error",
|
|
@@ -3440,6 +3547,13 @@ export const GENERATED_UI_SURFACE = {
|
|
|
3440
3547
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
3441
3548
|
"group": "behavior"
|
|
3442
3549
|
},
|
|
3550
|
+
{
|
|
3551
|
+
"key": "block",
|
|
3552
|
+
"label": "Block",
|
|
3553
|
+
"type": "boolean",
|
|
3554
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
3555
|
+
"group": "appearance"
|
|
3556
|
+
},
|
|
3443
3557
|
{
|
|
3444
3558
|
"key": "error",
|
|
3445
3559
|
"label": "Error",
|
|
@@ -3579,6 +3693,13 @@ export const GENERATED_UI_SURFACE = {
|
|
|
3579
3693
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
3580
3694
|
"group": "behavior"
|
|
3581
3695
|
},
|
|
3696
|
+
{
|
|
3697
|
+
"key": "block",
|
|
3698
|
+
"label": "Block",
|
|
3699
|
+
"type": "boolean",
|
|
3700
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
3701
|
+
"group": "appearance"
|
|
3702
|
+
},
|
|
3582
3703
|
{
|
|
3583
3704
|
"key": "error",
|
|
3584
3705
|
"label": "Error",
|
|
@@ -3738,6 +3859,14 @@ export const GENERATED_UI_SURFACE = {
|
|
|
3738
3859
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
3739
3860
|
"group": "behavior"
|
|
3740
3861
|
},
|
|
3862
|
+
{
|
|
3863
|
+
"key": "block",
|
|
3864
|
+
"label": "Block",
|
|
3865
|
+
"type": "boolean",
|
|
3866
|
+
"default": false,
|
|
3867
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
3868
|
+
"group": "appearance"
|
|
3869
|
+
},
|
|
3741
3870
|
{
|
|
3742
3871
|
"key": "error",
|
|
3743
3872
|
"label": "Error",
|
|
@@ -3922,6 +4051,13 @@ export const GENERATED_UI_SURFACE = {
|
|
|
3922
4051
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
3923
4052
|
"group": "behavior"
|
|
3924
4053
|
},
|
|
4054
|
+
{
|
|
4055
|
+
"key": "block",
|
|
4056
|
+
"label": "Block",
|
|
4057
|
+
"type": "boolean",
|
|
4058
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
4059
|
+
"group": "appearance"
|
|
4060
|
+
},
|
|
3925
4061
|
{
|
|
3926
4062
|
"key": "error",
|
|
3927
4063
|
"label": "Error",
|
|
@@ -4105,6 +4241,13 @@ export const GENERATED_UI_SURFACE = {
|
|
|
4105
4241
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
4106
4242
|
"group": "behavior"
|
|
4107
4243
|
},
|
|
4244
|
+
{
|
|
4245
|
+
"key": "block",
|
|
4246
|
+
"label": "Block",
|
|
4247
|
+
"type": "boolean",
|
|
4248
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
4249
|
+
"group": "appearance"
|
|
4250
|
+
},
|
|
4108
4251
|
{
|
|
4109
4252
|
"key": "error",
|
|
4110
4253
|
"label": "Error",
|
|
@@ -4294,6 +4437,13 @@ export const GENERATED_UI_SURFACE = {
|
|
|
4294
4437
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
4295
4438
|
"group": "behavior"
|
|
4296
4439
|
},
|
|
4440
|
+
{
|
|
4441
|
+
"key": "block",
|
|
4442
|
+
"label": "Block",
|
|
4443
|
+
"type": "boolean",
|
|
4444
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
4445
|
+
"group": "appearance"
|
|
4446
|
+
},
|
|
4297
4447
|
{
|
|
4298
4448
|
"key": "error",
|
|
4299
4449
|
"label": "Error",
|
|
@@ -4864,6 +5014,14 @@ export const GENERATED_UI_SURFACE = {
|
|
|
4864
5014
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
4865
5015
|
"group": "behavior"
|
|
4866
5016
|
},
|
|
5017
|
+
{
|
|
5018
|
+
"key": "block",
|
|
5019
|
+
"label": "Block",
|
|
5020
|
+
"type": "boolean",
|
|
5021
|
+
"default": false,
|
|
5022
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
5023
|
+
"group": "appearance"
|
|
5024
|
+
},
|
|
4867
5025
|
{
|
|
4868
5026
|
"key": "error",
|
|
4869
5027
|
"label": "Error",
|
|
@@ -5555,6 +5713,14 @@ export const GENERATED_UI_SURFACE = {
|
|
|
5555
5713
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
5556
5714
|
"group": "behavior"
|
|
5557
5715
|
},
|
|
5716
|
+
{
|
|
5717
|
+
"key": "block",
|
|
5718
|
+
"label": "Block",
|
|
5719
|
+
"type": "boolean",
|
|
5720
|
+
"default": false,
|
|
5721
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
5722
|
+
"group": "appearance"
|
|
5723
|
+
},
|
|
5558
5724
|
{
|
|
5559
5725
|
"key": "error",
|
|
5560
5726
|
"label": "Error",
|
|
@@ -5964,6 +6130,13 @@ export const GENERATED_UI_SURFACE = {
|
|
|
5964
6130
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
5965
6131
|
"group": "behavior"
|
|
5966
6132
|
},
|
|
6133
|
+
{
|
|
6134
|
+
"key": "block",
|
|
6135
|
+
"label": "Block",
|
|
6136
|
+
"type": "boolean",
|
|
6137
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
6138
|
+
"group": "appearance"
|
|
6139
|
+
},
|
|
5967
6140
|
{
|
|
5968
6141
|
"key": "error",
|
|
5969
6142
|
"label": "Error",
|
|
@@ -6267,6 +6440,13 @@ export const GENERATED_UI_SURFACE = {
|
|
|
6267
6440
|
"description": "Marks the control invalid (`aria-invalid` + error styling).",
|
|
6268
6441
|
"group": "behavior"
|
|
6269
6442
|
},
|
|
6443
|
+
{
|
|
6444
|
+
"key": "block",
|
|
6445
|
+
"label": "Block",
|
|
6446
|
+
"type": "boolean",
|
|
6447
|
+
"description": "Fill the container instead of the control's own default width. A default width is right for a control sitting on its own; in a form grid a row of inputs each stopping at a different width reads as broken.",
|
|
6448
|
+
"group": "appearance"
|
|
6449
|
+
},
|
|
6270
6450
|
{
|
|
6271
6451
|
"key": "error",
|
|
6272
6452
|
"label": "Error",
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "commercial",
|
|
5
5
|
"url": "https://svgrid.com/pricing"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.6.
|
|
7
|
+
"version": "2.6.1",
|
|
8
8
|
"description": "Enterprise feature pack for SvGrid: Excel (xlsx), PDF, CSV, TSV and HTML export, Excel/CSV/JSON import, pivot tables with a drag-and-drop designer, paginated print, Kanban board and scheduler views. Requires a paid license key.",
|
|
9
9
|
"license": "SEE LICENSE IN LICENSE",
|
|
10
10
|
"author": "jQWidgets <sales@jqwidgets.com>",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"jszip": "^3.10.0",
|
|
66
66
|
"pdfmake": "^0.2.0",
|
|
67
67
|
"svelte": "^5.0.0",
|
|
68
|
-
"@svgrid/grid": "^2.
|
|
68
|
+
"@svgrid/grid": "^2.6.1"
|
|
69
69
|
},
|
|
70
70
|
"peerDependenciesMeta": {
|
|
71
71
|
"jszip": {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"svelte": "^5.55.5",
|
|
84
84
|
"typescript": "6.0.3",
|
|
85
85
|
"vite": "^8.2.1",
|
|
86
|
-
"@svgrid/grid": "^2.
|
|
86
|
+
"@svgrid/grid": "^2.6.1"
|
|
87
87
|
},
|
|
88
88
|
"repository": {
|
|
89
89
|
"type": "git",
|