@objectstack/plugin-sharing 9.8.0 → 9.9.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/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +31 -0
- package/dist/index.d.mts +50 -0
- package/dist/index.d.ts +50 -0
- package/dist/index.js +23 -23
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +23 -23
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
- package/src/sharing-plugin.ts +30 -26
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-sharing@9.
|
|
2
|
+
> @objectstack/plugin-sharing@9.9.1 build /home/runner/work/framework/framework/packages/plugins/plugin-sharing
|
|
3
3
|
> tsup --config ../../../tsup.config.ts
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m109.
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m191.
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
-
[32mCJS[39m [1mdist/index.js [22m[32m111.
|
|
17
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m191.
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
13
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m109.89 KB[39m
|
|
14
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m191.90 KB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 177ms
|
|
16
|
+
[32mCJS[39m [1mdist/index.js [22m[32m111.86 KB[39m
|
|
17
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m191.93 KB[39m
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 177ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 17884ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m400.34 KB[39m
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m400.34 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @objectstack/plugin-sharing
|
|
2
2
|
|
|
3
|
+
## 9.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @objectstack/spec@9.9.1
|
|
8
|
+
- @objectstack/core@9.9.1
|
|
9
|
+
- @objectstack/objectql@9.9.1
|
|
10
|
+
- @objectstack/platform-objects@9.9.1
|
|
11
|
+
|
|
12
|
+
## 9.9.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [84249a4]
|
|
17
|
+
- Updated dependencies [44c5348]
|
|
18
|
+
- Updated dependencies [11af299]
|
|
19
|
+
- Updated dependencies [d5774b5]
|
|
20
|
+
- Updated dependencies [bfa3102]
|
|
21
|
+
- Updated dependencies [134043a]
|
|
22
|
+
- Updated dependencies [67c29ee]
|
|
23
|
+
- Updated dependencies [90108e0]
|
|
24
|
+
- Updated dependencies [9afeb2d]
|
|
25
|
+
- Updated dependencies [6bec07e]
|
|
26
|
+
- Updated dependencies [601cc11]
|
|
27
|
+
- Updated dependencies [d99a75a]
|
|
28
|
+
- Updated dependencies [575448d]
|
|
29
|
+
- @objectstack/spec@9.9.0
|
|
30
|
+
- @objectstack/objectql@9.9.0
|
|
31
|
+
- @objectstack/core@9.9.0
|
|
32
|
+
- @objectstack/platform-objects@9.9.0
|
|
33
|
+
|
|
3
34
|
## 9.8.0
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -109,6 +109,7 @@ declare const SysRecordShare: Omit<{
|
|
|
109
109
|
currencyMode: "fixed" | "dynamic";
|
|
110
110
|
defaultCurrency: string;
|
|
111
111
|
} | undefined;
|
|
112
|
+
dimensions?: number | undefined;
|
|
112
113
|
vectorConfig?: {
|
|
113
114
|
dimensions: number;
|
|
114
115
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -693,6 +694,8 @@ declare const SysRecordShare: Omit<{
|
|
|
693
694
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
694
695
|
confirmText?: string | undefined;
|
|
695
696
|
successMessage?: string | undefined;
|
|
697
|
+
errorMessage?: string | undefined;
|
|
698
|
+
undoable?: boolean | undefined;
|
|
696
699
|
resultDialog?: {
|
|
697
700
|
title?: string | undefined;
|
|
698
701
|
description?: string | undefined;
|
|
@@ -933,6 +936,7 @@ declare const SysRecordShare: Omit<{
|
|
|
933
936
|
readonly system?: boolean | undefined;
|
|
934
937
|
readonly min?: number | undefined;
|
|
935
938
|
readonly max?: number | undefined;
|
|
939
|
+
readonly dimensions?: number | undefined;
|
|
936
940
|
readonly columnName?: string | undefined;
|
|
937
941
|
readonly searchable?: boolean | undefined;
|
|
938
942
|
readonly unique?: boolean | undefined;
|
|
@@ -1087,6 +1091,7 @@ declare const SysRecordShare: Omit<{
|
|
|
1087
1091
|
readonly system?: boolean | undefined;
|
|
1088
1092
|
readonly min?: number | undefined;
|
|
1089
1093
|
readonly max?: number | undefined;
|
|
1094
|
+
readonly dimensions?: number | undefined;
|
|
1090
1095
|
readonly columnName?: string | undefined;
|
|
1091
1096
|
readonly searchable?: boolean | undefined;
|
|
1092
1097
|
readonly unique?: boolean | undefined;
|
|
@@ -1241,6 +1246,7 @@ declare const SysRecordShare: Omit<{
|
|
|
1241
1246
|
readonly system?: boolean | undefined;
|
|
1242
1247
|
readonly min?: number | undefined;
|
|
1243
1248
|
readonly max?: number | undefined;
|
|
1249
|
+
readonly dimensions?: number | undefined;
|
|
1244
1250
|
readonly columnName?: string | undefined;
|
|
1245
1251
|
readonly searchable?: boolean | undefined;
|
|
1246
1252
|
readonly unique?: boolean | undefined;
|
|
@@ -1395,6 +1401,7 @@ declare const SysRecordShare: Omit<{
|
|
|
1395
1401
|
readonly system?: boolean | undefined;
|
|
1396
1402
|
readonly min?: number | undefined;
|
|
1397
1403
|
readonly max?: number | undefined;
|
|
1404
|
+
readonly dimensions?: number | undefined;
|
|
1398
1405
|
readonly columnName?: string | undefined;
|
|
1399
1406
|
readonly searchable?: boolean | undefined;
|
|
1400
1407
|
readonly unique?: boolean | undefined;
|
|
@@ -1549,6 +1556,7 @@ declare const SysRecordShare: Omit<{
|
|
|
1549
1556
|
readonly system?: boolean | undefined;
|
|
1550
1557
|
readonly min?: number | undefined;
|
|
1551
1558
|
readonly max?: number | undefined;
|
|
1559
|
+
readonly dimensions?: number | undefined;
|
|
1552
1560
|
readonly columnName?: string | undefined;
|
|
1553
1561
|
readonly searchable?: boolean | undefined;
|
|
1554
1562
|
readonly unique?: boolean | undefined;
|
|
@@ -1703,6 +1711,7 @@ declare const SysRecordShare: Omit<{
|
|
|
1703
1711
|
readonly system?: boolean | undefined;
|
|
1704
1712
|
readonly min?: number | undefined;
|
|
1705
1713
|
readonly max?: number | undefined;
|
|
1714
|
+
readonly dimensions?: number | undefined;
|
|
1706
1715
|
readonly columnName?: string | undefined;
|
|
1707
1716
|
readonly searchable?: boolean | undefined;
|
|
1708
1717
|
readonly unique?: boolean | undefined;
|
|
@@ -1857,6 +1866,7 @@ declare const SysRecordShare: Omit<{
|
|
|
1857
1866
|
readonly system?: boolean | undefined;
|
|
1858
1867
|
readonly min?: number | undefined;
|
|
1859
1868
|
readonly max?: number | undefined;
|
|
1869
|
+
readonly dimensions?: number | undefined;
|
|
1860
1870
|
readonly columnName?: string | undefined;
|
|
1861
1871
|
readonly searchable?: boolean | undefined;
|
|
1862
1872
|
readonly unique?: boolean | undefined;
|
|
@@ -2011,6 +2021,7 @@ declare const SysRecordShare: Omit<{
|
|
|
2011
2021
|
readonly system?: boolean | undefined;
|
|
2012
2022
|
readonly min?: number | undefined;
|
|
2013
2023
|
readonly max?: number | undefined;
|
|
2024
|
+
readonly dimensions?: number | undefined;
|
|
2014
2025
|
readonly columnName?: string | undefined;
|
|
2015
2026
|
readonly searchable?: boolean | undefined;
|
|
2016
2027
|
readonly unique?: boolean | undefined;
|
|
@@ -2165,6 +2176,7 @@ declare const SysRecordShare: Omit<{
|
|
|
2165
2176
|
readonly system?: boolean | undefined;
|
|
2166
2177
|
readonly min?: number | undefined;
|
|
2167
2178
|
readonly max?: number | undefined;
|
|
2179
|
+
readonly dimensions?: number | undefined;
|
|
2168
2180
|
readonly columnName?: string | undefined;
|
|
2169
2181
|
readonly searchable?: boolean | undefined;
|
|
2170
2182
|
readonly unique?: boolean | undefined;
|
|
@@ -2319,6 +2331,7 @@ declare const SysRecordShare: Omit<{
|
|
|
2319
2331
|
readonly system?: boolean | undefined;
|
|
2320
2332
|
readonly min?: number | undefined;
|
|
2321
2333
|
readonly max?: number | undefined;
|
|
2334
|
+
readonly dimensions?: number | undefined;
|
|
2322
2335
|
readonly columnName?: string | undefined;
|
|
2323
2336
|
readonly searchable?: boolean | undefined;
|
|
2324
2337
|
readonly unique?: boolean | undefined;
|
|
@@ -2473,6 +2486,7 @@ declare const SysRecordShare: Omit<{
|
|
|
2473
2486
|
readonly system?: boolean | undefined;
|
|
2474
2487
|
readonly min?: number | undefined;
|
|
2475
2488
|
readonly max?: number | undefined;
|
|
2489
|
+
readonly dimensions?: number | undefined;
|
|
2476
2490
|
readonly columnName?: string | undefined;
|
|
2477
2491
|
readonly searchable?: boolean | undefined;
|
|
2478
2492
|
readonly unique?: boolean | undefined;
|
|
@@ -2627,6 +2641,7 @@ declare const SysRecordShare: Omit<{
|
|
|
2627
2641
|
readonly system?: boolean | undefined;
|
|
2628
2642
|
readonly min?: number | undefined;
|
|
2629
2643
|
readonly max?: number | undefined;
|
|
2644
|
+
readonly dimensions?: number | undefined;
|
|
2630
2645
|
readonly columnName?: string | undefined;
|
|
2631
2646
|
readonly searchable?: boolean | undefined;
|
|
2632
2647
|
readonly unique?: boolean | undefined;
|
|
@@ -2867,6 +2882,7 @@ declare const SysSharingRule: Omit<{
|
|
|
2867
2882
|
currencyMode: "fixed" | "dynamic";
|
|
2868
2883
|
defaultCurrency: string;
|
|
2869
2884
|
} | undefined;
|
|
2885
|
+
dimensions?: number | undefined;
|
|
2870
2886
|
vectorConfig?: {
|
|
2871
2887
|
dimensions: number;
|
|
2872
2888
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -3451,6 +3467,8 @@ declare const SysSharingRule: Omit<{
|
|
|
3451
3467
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
3452
3468
|
confirmText?: string | undefined;
|
|
3453
3469
|
successMessage?: string | undefined;
|
|
3470
|
+
errorMessage?: string | undefined;
|
|
3471
|
+
undoable?: boolean | undefined;
|
|
3454
3472
|
resultDialog?: {
|
|
3455
3473
|
title?: string | undefined;
|
|
3456
3474
|
description?: string | undefined;
|
|
@@ -3650,6 +3668,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3650
3668
|
readonly system?: boolean | undefined;
|
|
3651
3669
|
readonly min?: number | undefined;
|
|
3652
3670
|
readonly max?: number | undefined;
|
|
3671
|
+
readonly dimensions?: number | undefined;
|
|
3653
3672
|
readonly columnName?: string | undefined;
|
|
3654
3673
|
readonly searchable?: boolean | undefined;
|
|
3655
3674
|
readonly unique?: boolean | undefined;
|
|
@@ -3804,6 +3823,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3804
3823
|
readonly system?: boolean | undefined;
|
|
3805
3824
|
readonly min?: number | undefined;
|
|
3806
3825
|
readonly max?: number | undefined;
|
|
3826
|
+
readonly dimensions?: number | undefined;
|
|
3807
3827
|
readonly columnName?: string | undefined;
|
|
3808
3828
|
readonly searchable?: boolean | undefined;
|
|
3809
3829
|
readonly unique?: boolean | undefined;
|
|
@@ -3958,6 +3978,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3958
3978
|
readonly system?: boolean | undefined;
|
|
3959
3979
|
readonly min?: number | undefined;
|
|
3960
3980
|
readonly max?: number | undefined;
|
|
3981
|
+
readonly dimensions?: number | undefined;
|
|
3961
3982
|
readonly columnName?: string | undefined;
|
|
3962
3983
|
readonly searchable?: boolean | undefined;
|
|
3963
3984
|
readonly unique?: boolean | undefined;
|
|
@@ -4112,6 +4133,7 @@ declare const SysSharingRule: Omit<{
|
|
|
4112
4133
|
readonly system?: boolean | undefined;
|
|
4113
4134
|
readonly min?: number | undefined;
|
|
4114
4135
|
readonly max?: number | undefined;
|
|
4136
|
+
readonly dimensions?: number | undefined;
|
|
4115
4137
|
readonly columnName?: string | undefined;
|
|
4116
4138
|
readonly searchable?: boolean | undefined;
|
|
4117
4139
|
readonly unique?: boolean | undefined;
|
|
@@ -4266,6 +4288,7 @@ declare const SysSharingRule: Omit<{
|
|
|
4266
4288
|
readonly system?: boolean | undefined;
|
|
4267
4289
|
readonly min?: number | undefined;
|
|
4268
4290
|
readonly max?: number | undefined;
|
|
4291
|
+
readonly dimensions?: number | undefined;
|
|
4269
4292
|
readonly columnName?: string | undefined;
|
|
4270
4293
|
readonly searchable?: boolean | undefined;
|
|
4271
4294
|
readonly unique?: boolean | undefined;
|
|
@@ -4420,6 +4443,7 @@ declare const SysSharingRule: Omit<{
|
|
|
4420
4443
|
readonly system?: boolean | undefined;
|
|
4421
4444
|
readonly min?: number | undefined;
|
|
4422
4445
|
readonly max?: number | undefined;
|
|
4446
|
+
readonly dimensions?: number | undefined;
|
|
4423
4447
|
readonly columnName?: string | undefined;
|
|
4424
4448
|
readonly searchable?: boolean | undefined;
|
|
4425
4449
|
readonly unique?: boolean | undefined;
|
|
@@ -4574,6 +4598,7 @@ declare const SysSharingRule: Omit<{
|
|
|
4574
4598
|
readonly system?: boolean | undefined;
|
|
4575
4599
|
readonly min?: number | undefined;
|
|
4576
4600
|
readonly max?: number | undefined;
|
|
4601
|
+
readonly dimensions?: number | undefined;
|
|
4577
4602
|
readonly columnName?: string | undefined;
|
|
4578
4603
|
readonly searchable?: boolean | undefined;
|
|
4579
4604
|
readonly unique?: boolean | undefined;
|
|
@@ -4728,6 +4753,7 @@ declare const SysSharingRule: Omit<{
|
|
|
4728
4753
|
readonly system?: boolean | undefined;
|
|
4729
4754
|
readonly min?: number | undefined;
|
|
4730
4755
|
readonly max?: number | undefined;
|
|
4756
|
+
readonly dimensions?: number | undefined;
|
|
4731
4757
|
readonly columnName?: string | undefined;
|
|
4732
4758
|
readonly searchable?: boolean | undefined;
|
|
4733
4759
|
readonly unique?: boolean | undefined;
|
|
@@ -4882,6 +4908,7 @@ declare const SysSharingRule: Omit<{
|
|
|
4882
4908
|
readonly system?: boolean | undefined;
|
|
4883
4909
|
readonly min?: number | undefined;
|
|
4884
4910
|
readonly max?: number | undefined;
|
|
4911
|
+
readonly dimensions?: number | undefined;
|
|
4885
4912
|
readonly columnName?: string | undefined;
|
|
4886
4913
|
readonly searchable?: boolean | undefined;
|
|
4887
4914
|
readonly unique?: boolean | undefined;
|
|
@@ -5036,6 +5063,7 @@ declare const SysSharingRule: Omit<{
|
|
|
5036
5063
|
readonly system?: boolean | undefined;
|
|
5037
5064
|
readonly min?: number | undefined;
|
|
5038
5065
|
readonly max?: number | undefined;
|
|
5066
|
+
readonly dimensions?: number | undefined;
|
|
5039
5067
|
readonly columnName?: string | undefined;
|
|
5040
5068
|
readonly searchable?: boolean | undefined;
|
|
5041
5069
|
readonly unique?: boolean | undefined;
|
|
@@ -5190,6 +5218,7 @@ declare const SysSharingRule: Omit<{
|
|
|
5190
5218
|
readonly system?: boolean | undefined;
|
|
5191
5219
|
readonly min?: number | undefined;
|
|
5192
5220
|
readonly max?: number | undefined;
|
|
5221
|
+
readonly dimensions?: number | undefined;
|
|
5193
5222
|
readonly columnName?: string | undefined;
|
|
5194
5223
|
readonly searchable?: boolean | undefined;
|
|
5195
5224
|
readonly unique?: boolean | undefined;
|
|
@@ -5344,6 +5373,7 @@ declare const SysSharingRule: Omit<{
|
|
|
5344
5373
|
readonly system?: boolean | undefined;
|
|
5345
5374
|
readonly min?: number | undefined;
|
|
5346
5375
|
readonly max?: number | undefined;
|
|
5376
|
+
readonly dimensions?: number | undefined;
|
|
5347
5377
|
readonly columnName?: string | undefined;
|
|
5348
5378
|
readonly searchable?: boolean | undefined;
|
|
5349
5379
|
readonly unique?: boolean | undefined;
|
|
@@ -5498,6 +5528,7 @@ declare const SysSharingRule: Omit<{
|
|
|
5498
5528
|
readonly system?: boolean | undefined;
|
|
5499
5529
|
readonly min?: number | undefined;
|
|
5500
5530
|
readonly max?: number | undefined;
|
|
5531
|
+
readonly dimensions?: number | undefined;
|
|
5501
5532
|
readonly columnName?: string | undefined;
|
|
5502
5533
|
readonly searchable?: boolean | undefined;
|
|
5503
5534
|
readonly unique?: boolean | undefined;
|
|
@@ -5754,6 +5785,7 @@ declare const SysShareLink: Omit<{
|
|
|
5754
5785
|
currencyMode: "fixed" | "dynamic";
|
|
5755
5786
|
defaultCurrency: string;
|
|
5756
5787
|
} | undefined;
|
|
5788
|
+
dimensions?: number | undefined;
|
|
5757
5789
|
vectorConfig?: {
|
|
5758
5790
|
dimensions: number;
|
|
5759
5791
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -6338,6 +6370,8 @@ declare const SysShareLink: Omit<{
|
|
|
6338
6370
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
6339
6371
|
confirmText?: string | undefined;
|
|
6340
6372
|
successMessage?: string | undefined;
|
|
6373
|
+
errorMessage?: string | undefined;
|
|
6374
|
+
undoable?: boolean | undefined;
|
|
6341
6375
|
resultDialog?: {
|
|
6342
6376
|
title?: string | undefined;
|
|
6343
6377
|
description?: string | undefined;
|
|
@@ -6520,6 +6554,7 @@ declare const SysShareLink: Omit<{
|
|
|
6520
6554
|
readonly system?: boolean | undefined;
|
|
6521
6555
|
readonly min?: number | undefined;
|
|
6522
6556
|
readonly max?: number | undefined;
|
|
6557
|
+
readonly dimensions?: number | undefined;
|
|
6523
6558
|
readonly columnName?: string | undefined;
|
|
6524
6559
|
readonly searchable?: boolean | undefined;
|
|
6525
6560
|
readonly unique?: boolean | undefined;
|
|
@@ -6674,6 +6709,7 @@ declare const SysShareLink: Omit<{
|
|
|
6674
6709
|
readonly system?: boolean | undefined;
|
|
6675
6710
|
readonly min?: number | undefined;
|
|
6676
6711
|
readonly max?: number | undefined;
|
|
6712
|
+
readonly dimensions?: number | undefined;
|
|
6677
6713
|
readonly columnName?: string | undefined;
|
|
6678
6714
|
readonly searchable?: boolean | undefined;
|
|
6679
6715
|
readonly unique?: boolean | undefined;
|
|
@@ -6828,6 +6864,7 @@ declare const SysShareLink: Omit<{
|
|
|
6828
6864
|
readonly system?: boolean | undefined;
|
|
6829
6865
|
readonly min?: number | undefined;
|
|
6830
6866
|
readonly max?: number | undefined;
|
|
6867
|
+
readonly dimensions?: number | undefined;
|
|
6831
6868
|
readonly columnName?: string | undefined;
|
|
6832
6869
|
readonly searchable?: boolean | undefined;
|
|
6833
6870
|
readonly unique?: boolean | undefined;
|
|
@@ -6982,6 +7019,7 @@ declare const SysShareLink: Omit<{
|
|
|
6982
7019
|
readonly system?: boolean | undefined;
|
|
6983
7020
|
readonly min?: number | undefined;
|
|
6984
7021
|
readonly max?: number | undefined;
|
|
7022
|
+
readonly dimensions?: number | undefined;
|
|
6985
7023
|
readonly columnName?: string | undefined;
|
|
6986
7024
|
readonly searchable?: boolean | undefined;
|
|
6987
7025
|
readonly unique?: boolean | undefined;
|
|
@@ -7136,6 +7174,7 @@ declare const SysShareLink: Omit<{
|
|
|
7136
7174
|
readonly system?: boolean | undefined;
|
|
7137
7175
|
readonly min?: number | undefined;
|
|
7138
7176
|
readonly max?: number | undefined;
|
|
7177
|
+
readonly dimensions?: number | undefined;
|
|
7139
7178
|
readonly columnName?: string | undefined;
|
|
7140
7179
|
readonly searchable?: boolean | undefined;
|
|
7141
7180
|
readonly unique?: boolean | undefined;
|
|
@@ -7290,6 +7329,7 @@ declare const SysShareLink: Omit<{
|
|
|
7290
7329
|
readonly system?: boolean | undefined;
|
|
7291
7330
|
readonly min?: number | undefined;
|
|
7292
7331
|
readonly max?: number | undefined;
|
|
7332
|
+
readonly dimensions?: number | undefined;
|
|
7293
7333
|
readonly columnName?: string | undefined;
|
|
7294
7334
|
readonly searchable?: boolean | undefined;
|
|
7295
7335
|
readonly unique?: boolean | undefined;
|
|
@@ -7444,6 +7484,7 @@ declare const SysShareLink: Omit<{
|
|
|
7444
7484
|
readonly system?: boolean | undefined;
|
|
7445
7485
|
readonly min?: number | undefined;
|
|
7446
7486
|
readonly max?: number | undefined;
|
|
7487
|
+
readonly dimensions?: number | undefined;
|
|
7447
7488
|
readonly columnName?: string | undefined;
|
|
7448
7489
|
readonly searchable?: boolean | undefined;
|
|
7449
7490
|
readonly unique?: boolean | undefined;
|
|
@@ -7598,6 +7639,7 @@ declare const SysShareLink: Omit<{
|
|
|
7598
7639
|
readonly system?: boolean | undefined;
|
|
7599
7640
|
readonly min?: number | undefined;
|
|
7600
7641
|
readonly max?: number | undefined;
|
|
7642
|
+
readonly dimensions?: number | undefined;
|
|
7601
7643
|
readonly columnName?: string | undefined;
|
|
7602
7644
|
readonly searchable?: boolean | undefined;
|
|
7603
7645
|
readonly unique?: boolean | undefined;
|
|
@@ -7752,6 +7794,7 @@ declare const SysShareLink: Omit<{
|
|
|
7752
7794
|
readonly system?: boolean | undefined;
|
|
7753
7795
|
readonly min?: number | undefined;
|
|
7754
7796
|
readonly max?: number | undefined;
|
|
7797
|
+
readonly dimensions?: number | undefined;
|
|
7755
7798
|
readonly columnName?: string | undefined;
|
|
7756
7799
|
readonly searchable?: boolean | undefined;
|
|
7757
7800
|
readonly unique?: boolean | undefined;
|
|
@@ -7906,6 +7949,7 @@ declare const SysShareLink: Omit<{
|
|
|
7906
7949
|
readonly system?: boolean | undefined;
|
|
7907
7950
|
readonly min?: number | undefined;
|
|
7908
7951
|
readonly max?: number | undefined;
|
|
7952
|
+
readonly dimensions?: number | undefined;
|
|
7909
7953
|
readonly columnName?: string | undefined;
|
|
7910
7954
|
readonly searchable?: boolean | undefined;
|
|
7911
7955
|
readonly unique?: boolean | undefined;
|
|
@@ -8060,6 +8104,7 @@ declare const SysShareLink: Omit<{
|
|
|
8060
8104
|
readonly system?: boolean | undefined;
|
|
8061
8105
|
readonly min?: number | undefined;
|
|
8062
8106
|
readonly max?: number | undefined;
|
|
8107
|
+
readonly dimensions?: number | undefined;
|
|
8063
8108
|
readonly columnName?: string | undefined;
|
|
8064
8109
|
readonly searchable?: boolean | undefined;
|
|
8065
8110
|
readonly unique?: boolean | undefined;
|
|
@@ -8214,6 +8259,7 @@ declare const SysShareLink: Omit<{
|
|
|
8214
8259
|
readonly system?: boolean | undefined;
|
|
8215
8260
|
readonly min?: number | undefined;
|
|
8216
8261
|
readonly max?: number | undefined;
|
|
8262
|
+
readonly dimensions?: number | undefined;
|
|
8217
8263
|
readonly columnName?: string | undefined;
|
|
8218
8264
|
readonly searchable?: boolean | undefined;
|
|
8219
8265
|
readonly unique?: boolean | undefined;
|
|
@@ -8368,6 +8414,7 @@ declare const SysShareLink: Omit<{
|
|
|
8368
8414
|
readonly system?: boolean | undefined;
|
|
8369
8415
|
readonly min?: number | undefined;
|
|
8370
8416
|
readonly max?: number | undefined;
|
|
8417
|
+
readonly dimensions?: number | undefined;
|
|
8371
8418
|
readonly columnName?: string | undefined;
|
|
8372
8419
|
readonly searchable?: boolean | undefined;
|
|
8373
8420
|
readonly unique?: boolean | undefined;
|
|
@@ -8522,6 +8569,7 @@ declare const SysShareLink: Omit<{
|
|
|
8522
8569
|
readonly system?: boolean | undefined;
|
|
8523
8570
|
readonly min?: number | undefined;
|
|
8524
8571
|
readonly max?: number | undefined;
|
|
8572
|
+
readonly dimensions?: number | undefined;
|
|
8525
8573
|
readonly columnName?: string | undefined;
|
|
8526
8574
|
readonly searchable?: boolean | undefined;
|
|
8527
8575
|
readonly unique?: boolean | undefined;
|
|
@@ -8676,6 +8724,7 @@ declare const SysShareLink: Omit<{
|
|
|
8676
8724
|
readonly system?: boolean | undefined;
|
|
8677
8725
|
readonly min?: number | undefined;
|
|
8678
8726
|
readonly max?: number | undefined;
|
|
8727
|
+
readonly dimensions?: number | undefined;
|
|
8679
8728
|
readonly columnName?: string | undefined;
|
|
8680
8729
|
readonly searchable?: boolean | undefined;
|
|
8681
8730
|
readonly unique?: boolean | undefined;
|
|
@@ -8830,6 +8879,7 @@ declare const SysShareLink: Omit<{
|
|
|
8830
8879
|
readonly system?: boolean | undefined;
|
|
8831
8880
|
readonly min?: number | undefined;
|
|
8832
8881
|
readonly max?: number | undefined;
|
|
8882
|
+
readonly dimensions?: number | undefined;
|
|
8833
8883
|
readonly columnName?: string | undefined;
|
|
8834
8884
|
readonly searchable?: boolean | undefined;
|
|
8835
8885
|
readonly unique?: boolean | undefined;
|