@saltcorn/data 1.5.0-beta.8 → 1.5.0-rc.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/base-plugin/actions.d.ts +221 -145
- package/dist/base-plugin/actions.d.ts.map +1 -1
- package/dist/base-plugin/actions.js +80 -12
- package/dist/base-plugin/actions.js.map +1 -1
- package/dist/base-plugin/fileviews.d.ts +3 -3
- package/dist/base-plugin/fileviews.js +20 -9
- package/dist/base-plugin/fileviews.js.map +1 -1
- package/dist/base-plugin/index.d.ts +2 -2
- package/dist/base-plugin/index.d.ts.map +1 -1
- package/dist/base-plugin/types.d.ts.map +1 -1
- package/dist/base-plugin/types.js +8 -5
- package/dist/base-plugin/types.js.map +1 -1
- package/dist/base-plugin/viewtemplates/edit.d.ts +6 -2
- package/dist/base-plugin/viewtemplates/edit.d.ts.map +1 -1
- package/dist/base-plugin/viewtemplates/edit.js +17 -341
- package/dist/base-plugin/viewtemplates/edit.js.map +1 -1
- package/dist/base-plugin/viewtemplates/filter.d.ts.map +1 -1
- package/dist/base-plugin/viewtemplates/filter.js +9 -3
- package/dist/base-plugin/viewtemplates/filter.js.map +1 -1
- package/dist/base-plugin/viewtemplates/show.d.ts.map +1 -1
- package/dist/base-plugin/viewtemplates/show.js +1 -0
- package/dist/base-plugin/viewtemplates/show.js.map +1 -1
- package/dist/base-plugin/viewtemplates/viewable_fields.d.ts +16 -0
- package/dist/base-plugin/viewtemplates/viewable_fields.d.ts.map +1 -1
- package/dist/base-plugin/viewtemplates/viewable_fields.js +340 -3
- package/dist/base-plugin/viewtemplates/viewable_fields.js.map +1 -1
- package/dist/base-plugin/viewtemplates/workflow-room.d.ts.map +1 -1
- package/dist/base-plugin/viewtemplates/workflow-room.js +1 -1
- package/dist/base-plugin/viewtemplates/workflow-room.js.map +1 -1
- package/dist/db/connect.d.ts.map +1 -1
- package/dist/db/connect.js +4 -1
- package/dist/db/connect.js.map +1 -1
- package/dist/db/state.d.ts +11 -7
- package/dist/db/state.d.ts.map +1 -1
- package/dist/db/state.js +78 -12
- package/dist/db/state.js.map +1 -1
- package/dist/mobile-mocks/npm/dockerode.d.ts +1 -0
- package/dist/mobile-mocks/npm/dockerode.d.ts.map +1 -0
- package/dist/mobile-mocks/npm/dockerode.js +2 -0
- package/dist/mobile-mocks/npm/dockerode.js.map +1 -0
- package/dist/models/config.d.ts.map +1 -1
- package/dist/models/config.js +55 -12
- package/dist/models/config.js.map +1 -1
- package/dist/models/email.js.map +1 -1
- package/dist/models/expression.d.ts.map +1 -1
- package/dist/models/expression.js +29 -0
- package/dist/models/expression.js.map +1 -1
- package/dist/models/field.d.ts +5 -3
- package/dist/models/field.d.ts.map +1 -1
- package/dist/models/field.js +8 -2
- package/dist/models/field.js.map +1 -1
- package/dist/models/file.d.ts +18 -1
- package/dist/models/file.d.ts.map +1 -1
- package/dist/models/file.js +361 -43
- package/dist/models/file.js.map +1 -1
- package/dist/models/form.d.ts.map +1 -1
- package/dist/models/form.js.map +1 -1
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/internal/push_message_helper.d.ts +42 -12
- package/dist/models/internal/push_message_helper.d.ts.map +1 -1
- package/dist/models/internal/push_message_helper.js +117 -50
- package/dist/models/internal/push_message_helper.js.map +1 -1
- package/dist/models/internal/s3_helpers.d.ts +54 -0
- package/dist/models/internal/s3_helpers.d.ts.map +1 -0
- package/dist/models/internal/s3_helpers.js +561 -0
- package/dist/models/internal/s3_helpers.js.map +1 -0
- package/dist/models/model.d.ts +1 -1
- package/dist/models/model.d.ts.map +1 -1
- package/dist/models/model.js.map +1 -1
- package/dist/models/notification.d.ts.map +1 -1
- package/dist/models/notification.js +2 -5
- package/dist/models/notification.js.map +1 -1
- package/dist/models/page.d.ts +1 -0
- package/dist/models/page.d.ts.map +1 -1
- package/dist/models/page.js +27 -24
- package/dist/models/page.js.map +1 -1
- package/dist/models/plugin.d.ts +11 -3
- package/dist/models/plugin.d.ts.map +1 -1
- package/dist/models/plugin.js +51 -12
- package/dist/models/plugin.js.map +1 -1
- package/dist/models/s3_helpers.d.ts +54 -0
- package/dist/models/s3_helpers.d.ts.map +1 -0
- package/dist/models/s3_helpers.js +505 -0
- package/dist/models/s3_helpers.js.map +1 -0
- package/dist/models/scheduler.d.ts.map +1 -1
- package/dist/models/scheduler.js +4 -1
- package/dist/models/scheduler.js.map +1 -1
- package/dist/models/table.d.ts +8 -3
- package/dist/models/table.d.ts.map +1 -1
- package/dist/models/table.js +121 -32
- package/dist/models/table.js.map +1 -1
- package/dist/models/user.d.ts +4 -4
- package/dist/models/user.d.ts.map +1 -1
- package/dist/models/user.js.map +1 -1
- package/dist/models/view.js +1 -1
- package/dist/models/view.js.map +1 -1
- package/dist/models/workflow_run.d.ts +1 -1
- package/dist/models/workflow_run.d.ts.map +1 -1
- package/dist/models/workflow_run.js +8 -2
- package/dist/models/workflow_run.js.map +1 -1
- package/dist/models/workflow_step.js +1 -1
- package/dist/models/workflow_step.js.map +1 -1
- package/dist/plugin-helper.d.ts.map +1 -1
- package/dist/plugin-helper.js +139 -15
- package/dist/plugin-helper.js.map +1 -1
- package/dist/standard-menu.js +2 -2
- package/dist/standard-menu.js.map +1 -1
- package/dist/test-utils/mocks.d.ts +203 -0
- package/dist/test-utils/mocks.d.ts.map +1 -0
- package/dist/test-utils/mocks.js +329 -0
- package/dist/test-utils/mocks.js.map +1 -0
- package/dist/tests/assertions.d.ts.map +1 -1
- package/dist/tests/assertions.js +10 -9
- package/dist/tests/assertions.js.map +1 -1
- package/dist/tests/auth.test.js +0 -68
- package/dist/tests/auth.test.js.map +1 -1
- package/dist/tests/calc.test.js +3 -62
- package/dist/tests/calc.test.js.map +1 -1
- package/dist/tests/exact_views.test.js +14 -14
- package/dist/tests/exact_views.test.js.map +1 -1
- package/dist/tests/show.test.js +1 -1
- package/dist/tests/show.test.js.map +1 -1
- package/dist/tests/table.test.js +0 -37
- package/dist/tests/table.test.js.map +1 -1
- package/dist/tests/table_sync_info.test.d.ts +2 -0
- package/dist/tests/table_sync_info.test.d.ts.map +1 -0
- package/dist/tests/table_sync_info.test.js +62 -0
- package/dist/tests/table_sync_info.test.js.map +1 -0
- package/dist/tests/user.test.js +4 -29
- package/dist/tests/user.test.js.map +1 -1
- package/dist/tests/view.test.js +0 -3
- package/dist/tests/view.test.js.map +1 -1
- package/dist/utils.d.ts +11 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +33 -3
- package/dist/utils.js.map +1 -1
- package/dist/viewable_fields.d.ts +172 -0
- package/dist/viewable_fields.d.ts.map +1 -0
- package/dist/viewable_fields.js +1562 -0
- package/dist/viewable_fields.js.map +1 -0
- package/dist/web-mobile-commons.d.ts +1 -1
- package/dist/web-mobile-commons.d.ts.map +1 -1
- package/dist/web-mobile-commons.js +19 -3
- package/dist/web-mobile-commons.js.map +1 -1
- package/package.json +14 -9
- package/webpack.config.js +3 -0
|
@@ -80,18 +80,22 @@ export namespace loop_rows {
|
|
|
80
80
|
sublabel: string;
|
|
81
81
|
input_type: string;
|
|
82
82
|
options: string[];
|
|
83
|
-
type?: undefined;
|
|
84
|
-
class?: undefined;
|
|
85
83
|
attributes?: undefined;
|
|
84
|
+
type?: undefined;
|
|
86
85
|
} | {
|
|
87
86
|
name: string;
|
|
88
87
|
label: string;
|
|
89
88
|
sublabel: string;
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
89
|
+
input_type: string;
|
|
90
|
+
attributes: {
|
|
91
|
+
mode: string;
|
|
92
|
+
singleline: boolean;
|
|
93
|
+
expression_type: string;
|
|
94
|
+
calcOptions?: undefined;
|
|
95
|
+
min?: undefined;
|
|
96
|
+
};
|
|
93
97
|
options?: undefined;
|
|
94
|
-
|
|
98
|
+
type?: undefined;
|
|
95
99
|
} | {
|
|
96
100
|
name: string;
|
|
97
101
|
label: string;
|
|
@@ -99,7 +103,6 @@ export namespace loop_rows {
|
|
|
99
103
|
sublabel: string;
|
|
100
104
|
input_type?: undefined;
|
|
101
105
|
options?: undefined;
|
|
102
|
-
class?: undefined;
|
|
103
106
|
attributes?: undefined;
|
|
104
107
|
} | {
|
|
105
108
|
name: string;
|
|
@@ -107,12 +110,14 @@ export namespace loop_rows {
|
|
|
107
110
|
type: string;
|
|
108
111
|
attributes: {
|
|
109
112
|
calcOptions: {}[];
|
|
113
|
+
mode?: undefined;
|
|
114
|
+
singleline?: undefined;
|
|
115
|
+
expression_type?: undefined;
|
|
110
116
|
min?: undefined;
|
|
111
117
|
};
|
|
112
118
|
sublabel?: undefined;
|
|
113
119
|
input_type?: undefined;
|
|
114
120
|
options?: undefined;
|
|
115
|
-
class?: undefined;
|
|
116
121
|
} | {
|
|
117
122
|
name: string;
|
|
118
123
|
label: string;
|
|
@@ -120,7 +125,6 @@ export namespace loop_rows {
|
|
|
120
125
|
sublabel?: undefined;
|
|
121
126
|
input_type?: undefined;
|
|
122
127
|
options?: undefined;
|
|
123
|
-
class?: undefined;
|
|
124
128
|
attributes?: undefined;
|
|
125
129
|
} | {
|
|
126
130
|
name: string;
|
|
@@ -129,11 +133,13 @@ export namespace loop_rows {
|
|
|
129
133
|
type: string;
|
|
130
134
|
attributes: {
|
|
131
135
|
min: number;
|
|
136
|
+
mode?: undefined;
|
|
137
|
+
singleline?: undefined;
|
|
138
|
+
expression_type?: undefined;
|
|
132
139
|
calcOptions?: undefined;
|
|
133
140
|
};
|
|
134
141
|
input_type?: undefined;
|
|
135
142
|
options?: undefined;
|
|
136
|
-
class?: undefined;
|
|
137
143
|
} | {
|
|
138
144
|
name: string;
|
|
139
145
|
label: string;
|
|
@@ -143,9 +149,8 @@ export namespace loop_rows {
|
|
|
143
149
|
label: string | undefined;
|
|
144
150
|
value: number | null | undefined;
|
|
145
151
|
}[];
|
|
146
|
-
type?: undefined;
|
|
147
|
-
class?: undefined;
|
|
148
152
|
attributes?: undefined;
|
|
153
|
+
type?: undefined;
|
|
149
154
|
})[]>;
|
|
150
155
|
export { configFields_2 as configFields };
|
|
151
156
|
export function run_1({ row, configuration: { table_name, where, limit, orderBy, orderDesc, trigger_id, interval, }, user, ...rest }: {
|
|
@@ -494,7 +499,7 @@ export namespace recalculate_stored_fields {
|
|
|
494
499
|
options: string[];
|
|
495
500
|
type?: undefined;
|
|
496
501
|
showIf?: undefined;
|
|
497
|
-
|
|
502
|
+
attributes?: undefined;
|
|
498
503
|
} | {
|
|
499
504
|
name: string;
|
|
500
505
|
label: string;
|
|
@@ -507,15 +512,19 @@ export namespace recalculate_stored_fields {
|
|
|
507
512
|
sublabel?: undefined;
|
|
508
513
|
input_type?: undefined;
|
|
509
514
|
options?: undefined;
|
|
510
|
-
|
|
515
|
+
attributes?: undefined;
|
|
511
516
|
} | {
|
|
512
517
|
name: string;
|
|
513
518
|
label: string;
|
|
514
519
|
sublabel: string;
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
520
|
+
input_type: string;
|
|
521
|
+
attributes: {
|
|
522
|
+
mode: string;
|
|
523
|
+
singleline: boolean;
|
|
524
|
+
expression_type: string;
|
|
525
|
+
};
|
|
518
526
|
options?: undefined;
|
|
527
|
+
type?: undefined;
|
|
519
528
|
showIf?: undefined;
|
|
520
529
|
})[]>;
|
|
521
530
|
export { configFields_8 as configFields };
|
|
@@ -589,9 +598,11 @@ export namespace modify_row {
|
|
|
589
598
|
input_type: string;
|
|
590
599
|
attributes: {
|
|
591
600
|
mode: string;
|
|
601
|
+
compact: boolean;
|
|
592
602
|
expression_type: string;
|
|
593
603
|
options?: undefined;
|
|
594
604
|
showIf?: undefined;
|
|
605
|
+
singleline?: undefined;
|
|
595
606
|
};
|
|
596
607
|
type?: undefined;
|
|
597
608
|
required?: undefined;
|
|
@@ -604,8 +615,10 @@ export namespace modify_row {
|
|
|
604
615
|
attributes: {
|
|
605
616
|
options: string[];
|
|
606
617
|
mode?: undefined;
|
|
618
|
+
compact?: undefined;
|
|
607
619
|
expression_type?: undefined;
|
|
608
620
|
showIf?: undefined;
|
|
621
|
+
singleline?: undefined;
|
|
609
622
|
};
|
|
610
623
|
sublabel?: undefined;
|
|
611
624
|
input_type?: undefined;
|
|
@@ -621,7 +634,9 @@ export namespace modify_row {
|
|
|
621
634
|
where: string;
|
|
622
635
|
};
|
|
623
636
|
mode?: undefined;
|
|
637
|
+
compact?: undefined;
|
|
624
638
|
expression_type?: undefined;
|
|
639
|
+
singleline?: undefined;
|
|
625
640
|
};
|
|
626
641
|
sublabel?: undefined;
|
|
627
642
|
input_type?: undefined;
|
|
@@ -629,14 +644,21 @@ export namespace modify_row {
|
|
|
629
644
|
} | {
|
|
630
645
|
name: string;
|
|
631
646
|
label: string;
|
|
632
|
-
|
|
647
|
+
input_type: string;
|
|
648
|
+
attributes: {
|
|
649
|
+
mode: string;
|
|
650
|
+
singleline: boolean;
|
|
651
|
+
expression_type: string;
|
|
652
|
+
compact?: undefined;
|
|
653
|
+
options?: undefined;
|
|
654
|
+
showIf?: undefined;
|
|
655
|
+
};
|
|
633
656
|
required: boolean;
|
|
634
657
|
showIf: {
|
|
635
658
|
where: string;
|
|
636
659
|
};
|
|
637
660
|
sublabel?: undefined;
|
|
638
|
-
|
|
639
|
-
attributes?: undefined;
|
|
661
|
+
type?: undefined;
|
|
640
662
|
})[]>;
|
|
641
663
|
export { configFields_10 as configFields };
|
|
642
664
|
let requireRow_3: boolean;
|
|
@@ -862,10 +884,39 @@ export namespace form_action {
|
|
|
862
884
|
let namespace_13: string;
|
|
863
885
|
export { namespace_13 as namespace };
|
|
864
886
|
}
|
|
865
|
-
export namespace
|
|
887
|
+
export namespace copy_to_clipboard {
|
|
866
888
|
let description_15: string;
|
|
867
889
|
export { description_15 as description };
|
|
868
|
-
let
|
|
890
|
+
let requireRow_5: boolean;
|
|
891
|
+
export { requireRow_5 as requireRow };
|
|
892
|
+
let configFields_15: {
|
|
893
|
+
name: string;
|
|
894
|
+
label: string;
|
|
895
|
+
sublabel: string;
|
|
896
|
+
type: string;
|
|
897
|
+
required: boolean;
|
|
898
|
+
}[];
|
|
899
|
+
export { configFields_15 as configFields };
|
|
900
|
+
export function run_14({ row, table, user, req, configuration: { text_template }, ...rest }: {
|
|
901
|
+
[x: string]: any;
|
|
902
|
+
row: any;
|
|
903
|
+
table: any;
|
|
904
|
+
user: any;
|
|
905
|
+
req: any;
|
|
906
|
+
configuration: {
|
|
907
|
+
text_template: any;
|
|
908
|
+
};
|
|
909
|
+
}): Promise<{
|
|
910
|
+
eval_js: string;
|
|
911
|
+
}>;
|
|
912
|
+
export { run_14 as run };
|
|
913
|
+
let namespace_14: string;
|
|
914
|
+
export { namespace_14 as namespace };
|
|
915
|
+
}
|
|
916
|
+
export namespace toast {
|
|
917
|
+
let description_16: string;
|
|
918
|
+
export { description_16 as description };
|
|
919
|
+
let configFields_16: ({
|
|
869
920
|
name: string;
|
|
870
921
|
label: string;
|
|
871
922
|
type: string;
|
|
@@ -896,8 +947,8 @@ export namespace toast {
|
|
|
896
947
|
attributes?: undefined;
|
|
897
948
|
sublabel?: undefined;
|
|
898
949
|
})[];
|
|
899
|
-
export {
|
|
900
|
-
export function
|
|
950
|
+
export { configFields_16 as configFields };
|
|
951
|
+
export function run_15({ row, user, configuration: { type, notify_type, text, title, remove_delay }, }: {
|
|
901
952
|
row: any;
|
|
902
953
|
user: any;
|
|
903
954
|
configuration: {
|
|
@@ -934,19 +985,20 @@ export namespace toast {
|
|
|
934
985
|
toast_title?: undefined;
|
|
935
986
|
notify: string;
|
|
936
987
|
}>;
|
|
937
|
-
export {
|
|
938
|
-
let
|
|
939
|
-
export {
|
|
988
|
+
export { run_15 as run };
|
|
989
|
+
let namespace_15: string;
|
|
990
|
+
export { namespace_15 as namespace };
|
|
940
991
|
}
|
|
941
992
|
export namespace run_js_code {
|
|
942
|
-
let
|
|
943
|
-
export {
|
|
993
|
+
let description_17: string;
|
|
994
|
+
export { description_17 as description };
|
|
944
995
|
export namespace configFormOptions {
|
|
945
996
|
let formStyle: string;
|
|
946
997
|
}
|
|
947
|
-
export function
|
|
998
|
+
export function configFields_17({ table, when_trigger, mode }: {
|
|
948
999
|
table: any;
|
|
949
1000
|
when_trigger: any;
|
|
1001
|
+
mode: any;
|
|
950
1002
|
}): Promise<({
|
|
951
1003
|
name: string;
|
|
952
1004
|
label: string;
|
|
@@ -955,9 +1007,10 @@ export namespace run_js_code {
|
|
|
955
1007
|
mode: string;
|
|
956
1008
|
table: any;
|
|
957
1009
|
user: string | undefined;
|
|
1010
|
+
workflow: boolean;
|
|
958
1011
|
secondColHoriz?: undefined;
|
|
959
1012
|
};
|
|
960
|
-
class: string;
|
|
1013
|
+
class: (string | false)[];
|
|
961
1014
|
validator(s: any): any;
|
|
962
1015
|
sublabel?: undefined;
|
|
963
1016
|
help?: undefined;
|
|
@@ -978,6 +1031,7 @@ export namespace run_js_code {
|
|
|
978
1031
|
mode?: undefined;
|
|
979
1032
|
table?: undefined;
|
|
980
1033
|
user?: undefined;
|
|
1034
|
+
workflow?: undefined;
|
|
981
1035
|
};
|
|
982
1036
|
name?: undefined;
|
|
983
1037
|
class?: undefined;
|
|
@@ -995,15 +1049,15 @@ export namespace run_js_code {
|
|
|
995
1049
|
help?: undefined;
|
|
996
1050
|
showIf?: undefined;
|
|
997
1051
|
})[]>;
|
|
998
|
-
export {
|
|
1052
|
+
export { configFields_17 as configFields };
|
|
999
1053
|
export { run_code as run };
|
|
1000
|
-
let
|
|
1001
|
-
export {
|
|
1054
|
+
let namespace_16: string;
|
|
1055
|
+
export { namespace_16 as namespace };
|
|
1002
1056
|
}
|
|
1003
1057
|
export namespace run_js_code_in_field {
|
|
1004
|
-
let
|
|
1005
|
-
export {
|
|
1006
|
-
export function
|
|
1058
|
+
let description_18: string;
|
|
1059
|
+
export { description_18 as description };
|
|
1060
|
+
export function configFields_18({ table, mode }: {
|
|
1007
1061
|
table: any;
|
|
1008
1062
|
mode: any;
|
|
1009
1063
|
}): Promise<({
|
|
@@ -1043,24 +1097,24 @@ export namespace run_js_code_in_field {
|
|
|
1043
1097
|
required?: undefined;
|
|
1044
1098
|
attributes?: undefined;
|
|
1045
1099
|
})[]>;
|
|
1046
|
-
export {
|
|
1047
|
-
let
|
|
1048
|
-
export {
|
|
1049
|
-
let
|
|
1050
|
-
export {
|
|
1051
|
-
let
|
|
1052
|
-
export {
|
|
1100
|
+
export { configFields_18 as configFields };
|
|
1101
|
+
let requireRow_6: boolean;
|
|
1102
|
+
export { requireRow_6 as requireRow };
|
|
1103
|
+
let run_16: base;
|
|
1104
|
+
export { run_16 as run };
|
|
1105
|
+
let namespace_17: string;
|
|
1106
|
+
export { namespace_17 as namespace };
|
|
1053
1107
|
}
|
|
1054
1108
|
export namespace duplicate_row_prefill_edit {
|
|
1055
|
-
export function
|
|
1109
|
+
export function configFields_19({ table }: {
|
|
1056
1110
|
table: any;
|
|
1057
1111
|
}): Promise<any[]>;
|
|
1058
|
-
export {
|
|
1112
|
+
export { configFields_19 as configFields };
|
|
1059
1113
|
let disableInWorkflow_4: boolean;
|
|
1060
1114
|
export { disableInWorkflow_4 as disableInWorkflow };
|
|
1061
|
-
let
|
|
1062
|
-
export {
|
|
1063
|
-
export function
|
|
1115
|
+
let requireRow_7: boolean;
|
|
1116
|
+
export { requireRow_7 as requireRow };
|
|
1117
|
+
export function run_17({ row, table, configuration: { viewname, ...flds }, user }: {
|
|
1064
1118
|
row: any;
|
|
1065
1119
|
table: any;
|
|
1066
1120
|
configuration: {
|
|
@@ -1071,14 +1125,14 @@ export namespace duplicate_row_prefill_edit {
|
|
|
1071
1125
|
}): Promise<{
|
|
1072
1126
|
goto: string;
|
|
1073
1127
|
}>;
|
|
1074
|
-
export {
|
|
1075
|
-
let
|
|
1076
|
-
export {
|
|
1128
|
+
export { run_17 as run };
|
|
1129
|
+
let namespace_18: string;
|
|
1130
|
+
export { namespace_18 as namespace };
|
|
1077
1131
|
}
|
|
1078
1132
|
export namespace set_user_language {
|
|
1079
|
-
let
|
|
1080
|
-
export {
|
|
1081
|
-
export function
|
|
1133
|
+
let description_19: string;
|
|
1134
|
+
export { description_19 as description };
|
|
1135
|
+
export function configFields_20({ table }: {
|
|
1082
1136
|
table: any;
|
|
1083
1137
|
}): Promise<{
|
|
1084
1138
|
name: string;
|
|
@@ -1091,8 +1145,8 @@ export namespace set_user_language {
|
|
|
1091
1145
|
}[];
|
|
1092
1146
|
};
|
|
1093
1147
|
}[]>;
|
|
1094
|
-
export {
|
|
1095
|
-
export function
|
|
1148
|
+
export { configFields_20 as configFields };
|
|
1149
|
+
export function run_18({ configuration: { language }, user, req, res }: {
|
|
1096
1150
|
configuration: {
|
|
1097
1151
|
language: any;
|
|
1098
1152
|
};
|
|
@@ -1102,14 +1156,14 @@ export namespace set_user_language {
|
|
|
1102
1156
|
}): Promise<{
|
|
1103
1157
|
reload_page: boolean;
|
|
1104
1158
|
}>;
|
|
1105
|
-
export {
|
|
1106
|
-
let
|
|
1107
|
-
export {
|
|
1159
|
+
export { run_18 as run };
|
|
1160
|
+
let namespace_19: string;
|
|
1161
|
+
export { namespace_19 as namespace };
|
|
1108
1162
|
}
|
|
1109
1163
|
export namespace sync_table_from_external {
|
|
1110
|
-
let
|
|
1111
|
-
export {
|
|
1112
|
-
export function
|
|
1164
|
+
let description_20: string;
|
|
1165
|
+
export { description_20 as description };
|
|
1166
|
+
export function configFields_21({ table }: {
|
|
1113
1167
|
table: any;
|
|
1114
1168
|
}): Promise<({
|
|
1115
1169
|
name: string;
|
|
@@ -1117,10 +1171,9 @@ export namespace sync_table_from_external {
|
|
|
1117
1171
|
sublabel: string;
|
|
1118
1172
|
input_type: string;
|
|
1119
1173
|
options: string[];
|
|
1174
|
+
attributes?: undefined;
|
|
1120
1175
|
type?: undefined;
|
|
1121
|
-
class?: undefined;
|
|
1122
1176
|
required?: undefined;
|
|
1123
|
-
attributes?: undefined;
|
|
1124
1177
|
default?: undefined;
|
|
1125
1178
|
fieldview?: undefined;
|
|
1126
1179
|
showIf?: undefined;
|
|
@@ -1128,12 +1181,16 @@ export namespace sync_table_from_external {
|
|
|
1128
1181
|
name: string;
|
|
1129
1182
|
label: string;
|
|
1130
1183
|
sublabel: string;
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1184
|
+
input_type: string;
|
|
1185
|
+
attributes: {
|
|
1186
|
+
mode: string;
|
|
1187
|
+
singleline: boolean;
|
|
1188
|
+
expression_type: string;
|
|
1189
|
+
calcOptions?: undefined;
|
|
1190
|
+
};
|
|
1134
1191
|
options?: undefined;
|
|
1192
|
+
type?: undefined;
|
|
1135
1193
|
required?: undefined;
|
|
1136
|
-
attributes?: undefined;
|
|
1137
1194
|
default?: undefined;
|
|
1138
1195
|
fieldview?: undefined;
|
|
1139
1196
|
showIf?: undefined;
|
|
@@ -1145,10 +1202,12 @@ export namespace sync_table_from_external {
|
|
|
1145
1202
|
required: boolean;
|
|
1146
1203
|
attributes: {
|
|
1147
1204
|
calcOptions: {}[];
|
|
1205
|
+
mode?: undefined;
|
|
1206
|
+
singleline?: undefined;
|
|
1207
|
+
expression_type?: undefined;
|
|
1148
1208
|
};
|
|
1149
1209
|
input_type?: undefined;
|
|
1150
1210
|
options?: undefined;
|
|
1151
|
-
class?: undefined;
|
|
1152
1211
|
default?: undefined;
|
|
1153
1212
|
fieldview?: undefined;
|
|
1154
1213
|
showIf?: undefined;
|
|
@@ -1160,9 +1219,8 @@ export namespace sync_table_from_external {
|
|
|
1160
1219
|
default: boolean;
|
|
1161
1220
|
input_type?: undefined;
|
|
1162
1221
|
options?: undefined;
|
|
1163
|
-
class?: undefined;
|
|
1164
|
-
required?: undefined;
|
|
1165
1222
|
attributes?: undefined;
|
|
1223
|
+
required?: undefined;
|
|
1166
1224
|
fieldview?: undefined;
|
|
1167
1225
|
showIf?: undefined;
|
|
1168
1226
|
} | {
|
|
@@ -1176,26 +1234,25 @@ export namespace sync_table_from_external {
|
|
|
1176
1234
|
};
|
|
1177
1235
|
input_type?: undefined;
|
|
1178
1236
|
options?: undefined;
|
|
1179
|
-
class?: undefined;
|
|
1180
|
-
required?: undefined;
|
|
1181
1237
|
attributes?: undefined;
|
|
1238
|
+
required?: undefined;
|
|
1182
1239
|
default?: undefined;
|
|
1183
1240
|
})[]>;
|
|
1184
|
-
export {
|
|
1185
|
-
export function
|
|
1241
|
+
export { configFields_21 as configFields };
|
|
1242
|
+
export function run_19({ configuration: { row_expr, table_src, table_dest, pk_field, delete_rows, match_field_names, where, }, user, ...rest }: {
|
|
1186
1243
|
row: object;
|
|
1187
1244
|
configuration: object;
|
|
1188
1245
|
user: object;
|
|
1189
1246
|
rest: any[];
|
|
1190
1247
|
}): Promise<object | boolean>;
|
|
1191
|
-
export {
|
|
1192
|
-
let
|
|
1193
|
-
export {
|
|
1248
|
+
export { run_19 as run };
|
|
1249
|
+
let namespace_20: string;
|
|
1250
|
+
export { namespace_20 as namespace };
|
|
1194
1251
|
}
|
|
1195
1252
|
export namespace reload_embedded_view {
|
|
1196
|
-
let
|
|
1197
|
-
export {
|
|
1198
|
-
export function
|
|
1253
|
+
let description_21: string;
|
|
1254
|
+
export { description_21 as description };
|
|
1255
|
+
export function configFields_22(): Promise<({
|
|
1199
1256
|
name: string;
|
|
1200
1257
|
label: string;
|
|
1201
1258
|
class: string;
|
|
@@ -1222,8 +1279,8 @@ export namespace reload_embedded_view {
|
|
|
1222
1279
|
required?: undefined;
|
|
1223
1280
|
attributes?: undefined;
|
|
1224
1281
|
})[]>;
|
|
1225
|
-
export {
|
|
1226
|
-
export function
|
|
1282
|
+
export { configFields_22 as configFields };
|
|
1283
|
+
export function run_20({ row, user, configuration: { view, new_state_fml, interval }, }: {
|
|
1227
1284
|
row: any;
|
|
1228
1285
|
user: any;
|
|
1229
1286
|
configuration: {
|
|
@@ -1234,14 +1291,14 @@ export namespace reload_embedded_view {
|
|
|
1234
1291
|
}): Promise<{
|
|
1235
1292
|
eval_js: string;
|
|
1236
1293
|
}>;
|
|
1237
|
-
export {
|
|
1238
|
-
let
|
|
1239
|
-
export {
|
|
1294
|
+
export { run_20 as run };
|
|
1295
|
+
let namespace_21: string;
|
|
1296
|
+
export { namespace_21 as namespace };
|
|
1240
1297
|
}
|
|
1241
1298
|
export namespace progress_bar {
|
|
1242
|
-
let
|
|
1243
|
-
export {
|
|
1244
|
-
let
|
|
1299
|
+
let description_22: string;
|
|
1300
|
+
export { description_22 as description };
|
|
1301
|
+
let configFields_23: ({
|
|
1245
1302
|
name: string;
|
|
1246
1303
|
label: string;
|
|
1247
1304
|
sublabel: string;
|
|
@@ -1305,8 +1362,8 @@ export namespace progress_bar {
|
|
|
1305
1362
|
class?: undefined;
|
|
1306
1363
|
required?: undefined;
|
|
1307
1364
|
})[];
|
|
1308
|
-
export {
|
|
1309
|
-
export function
|
|
1365
|
+
export { configFields_23 as configFields };
|
|
1366
|
+
export function run_21({ row, user, configuration: { blocking, id, close, title, message, percent, maxHeight, popupWidth, }, req, }: {
|
|
1310
1367
|
row: any;
|
|
1311
1368
|
user: any;
|
|
1312
1369
|
configuration: {
|
|
@@ -1333,14 +1390,14 @@ export namespace progress_bar {
|
|
|
1333
1390
|
popupWidth: any;
|
|
1334
1391
|
};
|
|
1335
1392
|
}>;
|
|
1336
|
-
export {
|
|
1337
|
-
let
|
|
1338
|
-
export {
|
|
1393
|
+
export { run_21 as run };
|
|
1394
|
+
let namespace_22: string;
|
|
1395
|
+
export { namespace_22 as namespace };
|
|
1339
1396
|
}
|
|
1340
1397
|
export namespace sleep {
|
|
1341
|
-
let
|
|
1342
|
-
export {
|
|
1343
|
-
let
|
|
1398
|
+
let description_23: string;
|
|
1399
|
+
export { description_23 as description };
|
|
1400
|
+
let configFields_24: ({
|
|
1344
1401
|
name: string;
|
|
1345
1402
|
label: string;
|
|
1346
1403
|
type: string;
|
|
@@ -1355,8 +1412,8 @@ export namespace sleep {
|
|
|
1355
1412
|
type?: undefined;
|
|
1356
1413
|
required?: undefined;
|
|
1357
1414
|
})[];
|
|
1358
|
-
export {
|
|
1359
|
-
export function
|
|
1415
|
+
export { configFields_24 as configFields };
|
|
1416
|
+
export function run_22({ configuration: { seconds, sleep_where } }: {
|
|
1360
1417
|
configuration: {
|
|
1361
1418
|
seconds: any;
|
|
1362
1419
|
sleep_where: any;
|
|
@@ -1364,25 +1421,25 @@ export namespace sleep {
|
|
|
1364
1421
|
}): Promise<{
|
|
1365
1422
|
eval_js: string;
|
|
1366
1423
|
} | undefined>;
|
|
1367
|
-
export {
|
|
1368
|
-
let
|
|
1369
|
-
export {
|
|
1424
|
+
export { run_22 as run };
|
|
1425
|
+
let namespace_23: string;
|
|
1426
|
+
export { namespace_23 as namespace };
|
|
1370
1427
|
}
|
|
1371
1428
|
export namespace refresh_user_session {
|
|
1372
|
-
let
|
|
1373
|
-
export {
|
|
1374
|
-
export function
|
|
1429
|
+
let description_24: string;
|
|
1430
|
+
export { description_24 as description };
|
|
1431
|
+
export function run_23({ user, req }: {
|
|
1375
1432
|
user: any;
|
|
1376
1433
|
req: any;
|
|
1377
1434
|
}): Promise<void>;
|
|
1378
|
-
export {
|
|
1379
|
-
let
|
|
1380
|
-
export {
|
|
1435
|
+
export { run_23 as run };
|
|
1436
|
+
let namespace_24: string;
|
|
1437
|
+
export { namespace_24 as namespace };
|
|
1381
1438
|
}
|
|
1382
1439
|
export namespace notify_user {
|
|
1383
|
-
let
|
|
1384
|
-
export {
|
|
1385
|
-
export function
|
|
1440
|
+
let description_25: string;
|
|
1441
|
+
export { description_25 as description };
|
|
1442
|
+
export function configFields_25(): ({
|
|
1386
1443
|
name: string;
|
|
1387
1444
|
label: string;
|
|
1388
1445
|
type: string;
|
|
@@ -1393,20 +1450,20 @@ export namespace notify_user {
|
|
|
1393
1450
|
required: boolean;
|
|
1394
1451
|
type: string;
|
|
1395
1452
|
})[];
|
|
1396
|
-
export {
|
|
1397
|
-
export function
|
|
1453
|
+
export { configFields_25 as configFields };
|
|
1454
|
+
export function run_24({ row, user, configuration: { title, body, link, user_spec }, }: {
|
|
1398
1455
|
row: object;
|
|
1399
1456
|
configuration: object;
|
|
1400
1457
|
user: object;
|
|
1401
1458
|
}): Promise<void>;
|
|
1402
|
-
export {
|
|
1403
|
-
let
|
|
1404
|
-
export {
|
|
1459
|
+
export { run_24 as run };
|
|
1460
|
+
let namespace_25: string;
|
|
1461
|
+
export { namespace_25 as namespace };
|
|
1405
1462
|
}
|
|
1406
1463
|
export namespace convert_session_to_user {
|
|
1407
|
-
let
|
|
1408
|
-
export {
|
|
1409
|
-
export function
|
|
1464
|
+
let description_26: string;
|
|
1465
|
+
export { description_26 as description };
|
|
1466
|
+
export function configFields_26({ table }: {
|
|
1410
1467
|
table: any;
|
|
1411
1468
|
}): Promise<({
|
|
1412
1469
|
name: string;
|
|
@@ -1427,8 +1484,8 @@ export namespace convert_session_to_user {
|
|
|
1427
1484
|
input_type?: undefined;
|
|
1428
1485
|
options?: undefined;
|
|
1429
1486
|
})[]>;
|
|
1430
|
-
export {
|
|
1431
|
-
export function
|
|
1487
|
+
export { configFields_26 as configFields };
|
|
1488
|
+
export function run_25({ row, configuration: { table_name, session_field, user_field }, user, }: {
|
|
1432
1489
|
row: any;
|
|
1433
1490
|
configuration: {
|
|
1434
1491
|
table_name: any;
|
|
@@ -1437,15 +1494,15 @@ export namespace convert_session_to_user {
|
|
|
1437
1494
|
};
|
|
1438
1495
|
user: any;
|
|
1439
1496
|
}): Promise<void>;
|
|
1440
|
-
export {
|
|
1441
|
-
let
|
|
1442
|
-
export {
|
|
1497
|
+
export { run_25 as run };
|
|
1498
|
+
let namespace_26: string;
|
|
1499
|
+
export { namespace_26 as namespace };
|
|
1443
1500
|
}
|
|
1444
1501
|
export namespace train_model_instance {
|
|
1445
|
-
let
|
|
1446
|
-
export {
|
|
1502
|
+
let description_27: string;
|
|
1503
|
+
export { description_27 as description };
|
|
1447
1504
|
export function disableIf(): boolean;
|
|
1448
|
-
export function
|
|
1505
|
+
export function configFields_27(): Promise<({
|
|
1449
1506
|
name: string;
|
|
1450
1507
|
label: string;
|
|
1451
1508
|
input_type: string;
|
|
@@ -1456,6 +1513,9 @@ export namespace train_model_instance {
|
|
|
1456
1513
|
}[];
|
|
1457
1514
|
attributes: {
|
|
1458
1515
|
explainers: {};
|
|
1516
|
+
mode?: undefined;
|
|
1517
|
+
singleline?: undefined;
|
|
1518
|
+
expression_type?: undefined;
|
|
1459
1519
|
};
|
|
1460
1520
|
type?: undefined;
|
|
1461
1521
|
sublabel?: undefined;
|
|
@@ -1477,15 +1537,31 @@ export namespace train_model_instance {
|
|
|
1477
1537
|
label: string;
|
|
1478
1538
|
fieldview: string;
|
|
1479
1539
|
sublabel: string;
|
|
1540
|
+
input_type: string;
|
|
1541
|
+
attributes: {
|
|
1542
|
+
mode: string;
|
|
1543
|
+
singleline: boolean;
|
|
1544
|
+
expression_type: string;
|
|
1545
|
+
explainers?: undefined;
|
|
1546
|
+
};
|
|
1547
|
+
required?: undefined;
|
|
1548
|
+
options?: undefined;
|
|
1549
|
+
type?: undefined;
|
|
1550
|
+
class?: undefined;
|
|
1551
|
+
} | {
|
|
1552
|
+
name: string;
|
|
1553
|
+
label: string;
|
|
1554
|
+
sublabel: string;
|
|
1480
1555
|
type: string;
|
|
1556
|
+
fieldview: string;
|
|
1481
1557
|
class: string;
|
|
1482
1558
|
input_type?: undefined;
|
|
1483
1559
|
required?: undefined;
|
|
1484
1560
|
options?: undefined;
|
|
1485
1561
|
attributes?: undefined;
|
|
1486
1562
|
})[]>;
|
|
1487
|
-
export {
|
|
1488
|
-
export function
|
|
1563
|
+
export { configFields_27 as configFields };
|
|
1564
|
+
export function run_26({ row, configuration: { model_id, instance_name, where, hyperparameters }, user, }: {
|
|
1489
1565
|
row: any;
|
|
1490
1566
|
configuration: {
|
|
1491
1567
|
model_id: any;
|
|
@@ -1495,14 +1571,14 @@ export namespace train_model_instance {
|
|
|
1495
1571
|
};
|
|
1496
1572
|
user: any;
|
|
1497
1573
|
}): Promise<void>;
|
|
1498
|
-
export {
|
|
1499
|
-
let
|
|
1500
|
-
export {
|
|
1574
|
+
export { run_26 as run };
|
|
1575
|
+
let namespace_27: string;
|
|
1576
|
+
export { namespace_27 as namespace };
|
|
1501
1577
|
}
|
|
1502
1578
|
export namespace download_file_to_browser {
|
|
1503
|
-
let
|
|
1504
|
-
export {
|
|
1505
|
-
export function
|
|
1579
|
+
let description_28: string;
|
|
1580
|
+
export { description_28 as description };
|
|
1581
|
+
export function configFields_28({ table, mode }: {
|
|
1506
1582
|
table: any;
|
|
1507
1583
|
mode: any;
|
|
1508
1584
|
}): Promise<{
|
|
@@ -1520,8 +1596,8 @@ export namespace download_file_to_browser {
|
|
|
1520
1596
|
options: any;
|
|
1521
1597
|
};
|
|
1522
1598
|
}[]>;
|
|
1523
|
-
export {
|
|
1524
|
-
export function
|
|
1599
|
+
export { configFields_28 as configFields };
|
|
1600
|
+
export function run_27({ row, configuration: { filepath_expr, file_field }, user, mode, }: {
|
|
1525
1601
|
row: any;
|
|
1526
1602
|
configuration: {
|
|
1527
1603
|
filepath_expr: any;
|
|
@@ -1536,14 +1612,14 @@ export namespace download_file_to_browser {
|
|
|
1536
1612
|
blob: Buffer<ArrayBufferLike>;
|
|
1537
1613
|
};
|
|
1538
1614
|
} | undefined>;
|
|
1539
|
-
export {
|
|
1615
|
+
export { run_27 as run };
|
|
1540
1616
|
}
|
|
1541
1617
|
export namespace install_progressive_web_app {
|
|
1542
|
-
let
|
|
1543
|
-
export {
|
|
1544
|
-
export function
|
|
1545
|
-
export {
|
|
1546
|
-
export function
|
|
1618
|
+
let description_29: string;
|
|
1619
|
+
export { description_29 as description };
|
|
1620
|
+
export function configFields_29(): never[];
|
|
1621
|
+
export { configFields_29 as configFields };
|
|
1622
|
+
export function run_28({ req }: {
|
|
1547
1623
|
req: any;
|
|
1548
1624
|
}): Promise<{
|
|
1549
1625
|
eval_js: string;
|
|
@@ -1552,7 +1628,7 @@ export namespace install_progressive_web_app {
|
|
|
1552
1628
|
error: any;
|
|
1553
1629
|
eval_js?: undefined;
|
|
1554
1630
|
}>;
|
|
1555
|
-
export {
|
|
1631
|
+
export { run_28 as run };
|
|
1556
1632
|
}
|
|
1557
1633
|
export {};
|
|
1558
1634
|
//# sourceMappingURL=actions.d.ts.map
|