@budibase/bbui 3.4.13 → 3.4.14
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/bbui.mjs +7 -12
- package/package.json +2 -2
package/dist/bbui.mjs
CHANGED
|
@@ -7158,7 +7158,7 @@ var AutomationIOType = /* @__PURE__ */ ((f) => (f.OBJECT = "object", f.STRING =
|
|
|
7158
7158
|
...Object.values(AutomationActionStepId),
|
|
7159
7159
|
...Object.values(AutomationTriggerStepId)
|
|
7160
7160
|
];
|
|
7161
|
-
var AutomationFeature = /* @__PURE__ */ ((f) => (f.LOOPING = "LOOPING", f))(AutomationFeature || {}), AutomationEventType = /* @__PURE__ */ ((f) => (f.ROW_SAVE = "row:save", f.ROW_UPDATE = "row:update", f.ROW_DELETE = "row:delete", f.APP_TRIGGER = "app:trigger", f.CRON_TRIGGER = "cron:trigger", f.WEBHOOK_TRIGGER = "web:trigger", f.ROW_ACTION = "row:action", f))(AutomationEventType || {}), HttpMethod = /* @__PURE__ */ ((f) => (f.GET = "GET", f.POST = "POST", f.PATCH = "PATCH", f.PUT = "PUT", f.HEAD = "HEAD", f.DELETE = "DELETE", f))(HttpMethod || {}), FieldType = /* @__PURE__ */ ((f) => (f.STRING = "string", f.LONGFORM = "longform", f.OPTIONS = "options", f.NUMBER = "number", f.BOOLEAN = "boolean", f.ARRAY = "array", f.DATETIME = "datetime", f.ATTACHMENTS = "attachment", f.ATTACHMENT_SINGLE = "attachment_single", f.LINK = "link", f.FORMULA = "formula", f.AUTO = "auto", f.AI = "ai", f.JSON = "json", f.INTERNAL = "internal", f.BARCODEQR = "barcodeqr", f.SIGNATURE_SINGLE = "signature_single", f.BIGINT = "bigint", f.BB_REFERENCE = "bb_reference", f.BB_REFERENCE_SINGLE = "bb_reference_single", f))(FieldType || {});
|
|
7161
|
+
var AutomationFeature = /* @__PURE__ */ ((f) => (f.LOOPING = "LOOPING", f))(AutomationFeature || {}), AutomationEventType = /* @__PURE__ */ ((f) => (f.ROW_SAVE = "row:save", f.ROW_UPDATE = "row:update", f.ROW_DELETE = "row:delete", f.APP_TRIGGER = "app:trigger", f.CRON_TRIGGER = "cron:trigger", f.WEBHOOK_TRIGGER = "web:trigger", f.ROW_ACTION = "row:action", f))(AutomationEventType || {}), FilterCondition = /* @__PURE__ */ ((f) => (f.EQUAL = "EQUAL", f.NOT_EQUAL = "NOT_EQUAL", f.GREATER_THAN = "GREATER_THAN", f.LESS_THAN = "LESS_THAN", f))(FilterCondition || {}), HttpMethod = /* @__PURE__ */ ((f) => (f.GET = "GET", f.POST = "POST", f.PATCH = "PATCH", f.PUT = "PUT", f.HEAD = "HEAD", f.DELETE = "DELETE", f))(HttpMethod || {}), FieldType = /* @__PURE__ */ ((f) => (f.STRING = "string", f.LONGFORM = "longform", f.OPTIONS = "options", f.NUMBER = "number", f.BOOLEAN = "boolean", f.ARRAY = "array", f.DATETIME = "datetime", f.ATTACHMENTS = "attachment", f.ATTACHMENT_SINGLE = "attachment_single", f.LINK = "link", f.FORMULA = "formula", f.AUTO = "auto", f.AI = "ai", f.JSON = "json", f.INTERNAL = "internal", f.BARCODEQR = "barcodeqr", f.SIGNATURE_SINGLE = "signature_single", f.BIGINT = "bigint", f.BB_REFERENCE = "bb_reference", f.BB_REFERENCE_SINGLE = "bb_reference_single", f))(FieldType || {});
|
|
7162
7162
|
const SEPARATOR = "_", prefixed = (f) => `${f}${SEPARATOR}`;
|
|
7163
7163
|
var DocumentType = /* @__PURE__ */ ((f) => (f.USER = "us", f.GROUP = "gr", f.WORKSPACE = "workspace", f.CONFIG = "config", f.TEMPLATE = "template", f.APP = "app", f.DEV = "dev", f.APP_DEV = "app_dev", f.APP_METADATA = "app_metadata", f.ROLE = "role", f.MIGRATIONS = "migrations", f.DEV_INFO = "devinfo", f.AUTOMATION_LOG = "log_au", f.ACCOUNT_METADATA = "acc_metadata", f.PLUGIN = "plg", f.DATASOURCE = "datasource", f.DATASOURCE_PLUS = "datasource_plus", f.APP_BACKUP = "backup", f.TABLE = "ta", f.ROW = "ro", f.AUTOMATION = "au", f.LINK = "li", f.WEBHOOK = "wh", f.INSTANCE = "inst", f.LAYOUT = "layout", f.SCREEN = "screen", f.QUERY = "query", f.DEPLOYMENTS = "deployments", f.METADATA = "metadata", f.MEM_VIEW = "view", f.USER_FLAG = "flag", f.AUTOMATION_METADATA = "meta_au", f.AUDIT_LOG = "al", f.APP_MIGRATION_METADATA = "_design/migrations", f.SCIM_LOG = "scimlog", f.ROW_ACTIONS = "ra", f))(DocumentType || {});
|
|
7164
7164
|
Object.values(DocumentType).sort(
|
|
@@ -27672,18 +27672,13 @@ AutomationStepType.ACTION, AutomationActionStepId.DELETE_ROW, AutomationFeature.
|
|
|
27672
27672
|
AutomationActionStepId.discord, AutomationStepType.ACTION, AutomationFeature.LOOPING + "", AutomationIOType.STRING, AutomationIOType.STRING, AutomationIOType.STRING, AutomationIOType.STRING, AutomationIOType.NUMBER, AutomationIOType.STRING, AutomationIOType.BOOLEAN;
|
|
27673
27673
|
AutomationStepType.ACTION, AutomationActionStepId.EXECUTE_QUERY, AutomationFeature.LOOPING + "", AutomationIOType.OBJECT, AutomationIOType.STRING, AutomationCustomIOType.QUERY, AutomationCustomIOType.QUERY_PARAMS, AutomationIOType.OBJECT, AutomationIOType.OBJECT, AutomationIOType.BOOLEAN;
|
|
27674
27674
|
AutomationStepType.ACTION, AutomationActionStepId.EXECUTE_SCRIPT, AutomationFeature.LOOPING + "", AutomationIOType.STRING, AutomationCustomIOType.CODE, AutomationIOType.STRING, AutomationIOType.BOOLEAN;
|
|
27675
|
-
const
|
|
27676
|
-
EQUAL: "
|
|
27677
|
-
NOT_EQUAL: "
|
|
27678
|
-
GREATER_THAN: "
|
|
27679
|
-
LESS_THAN: "
|
|
27680
|
-
}, PrettyFilterConditions = {
|
|
27681
|
-
[FilterConditions.EQUAL]: "Equals",
|
|
27682
|
-
[FilterConditions.NOT_EQUAL]: "Not equals",
|
|
27683
|
-
[FilterConditions.GREATER_THAN]: "Greater than",
|
|
27684
|
-
[FilterConditions.LESS_THAN]: "Less than"
|
|
27675
|
+
const PrettyFilterConditions = {
|
|
27676
|
+
[FilterCondition.EQUAL]: "Equals",
|
|
27677
|
+
[FilterCondition.NOT_EQUAL]: "Not equals",
|
|
27678
|
+
[FilterCondition.GREATER_THAN]: "Greater than",
|
|
27679
|
+
[FilterCondition.LESS_THAN]: "Less than"
|
|
27685
27680
|
};
|
|
27686
|
-
AutomationStepType.LOGIC, AutomationActionStepId.FILTER,
|
|
27681
|
+
AutomationStepType.LOGIC, AutomationActionStepId.FILTER, FilterCondition.EQUAL, AutomationIOType.STRING, AutomationIOType.STRING, Object.values(FilterCondition), Object.values(PrettyFilterConditions), AutomationIOType.STRING, AutomationIOType.BOOLEAN, AutomationIOType.BOOLEAN;
|
|
27687
27682
|
AutomationActionStepId.LOOP, AutomationCustomIOType.LOOP_OPTION, AutomationIOType.STRING, AutomationIOType.NUMBER, AutomationIOType.STRING, AutomationCustomIOType.ITEM, AutomationIOType.BOOLEAN, AutomationIOType.NUMBER, AutomationStepType.LOGIC;
|
|
27688
27683
|
AutomationActionStepId.integromat, AutomationStepType.ACTION, AutomationFeature.LOOPING + "", AutomationIOType.STRING, AutomationIOType.JSON, AutomationIOType.BOOLEAN, AutomationIOType.NUMBER, AutomationIOType.OBJECT;
|
|
27689
27684
|
AutomationActionStepId.n8n, AutomationStepType.ACTION, AutomationFeature.LOOPING + "", AutomationIOType.STRING, AutomationIOType.STRING, Object.values(HttpMethod), AutomationIOType.STRING, AutomationIOType.JSON, AutomationIOType.BOOLEAN, AutomationIOType.NUMBER, AutomationIOType.OBJECT;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/bbui",
|
|
3
3
|
"description": "A UI solution used in the different Budibase projects.",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.14",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"svelte": "src/index.ts",
|
|
7
7
|
"module": "dist/bbui.mjs",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "6f872db7af2d6213ccbaa88f8d7ec578c8556be3"
|
|
103
103
|
}
|