Skip to content

Commit 3bdbb9b

Browse files
committed
chore: regenerate files
1 parent b9c423d commit 3bdbb9b

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

custom-elements.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13705,6 +13705,12 @@
1370513705
"path": "./src/elements/public/FilterAttributeForm/index.ts",
1370613706
"description": "Form element for creating and editing saved filters in Admin. Saved filters\nare powered by the Bookmark attribute format that allows adding custom sidebar items\nto Admin. Bookmark attributes are named `foxy-admin-bookmark` and contain a\nrelative URL of the bookmarked Admin page in the value.",
1370713707
"attributes": [
13708+
{
13709+
"name": "operators",
13710+
"description": "List of operators passed down to `QueryBuilder.operators`.",
13711+
"type": "array",
13712+
"default": "\"Object.values(Operator)\""
13713+
},
1370813714
{
1370913715
"name": "defaults",
1371013716
"description": "Default filter query."
@@ -13830,6 +13836,13 @@
1383013836
"type": "string",
1383113837
"default": "\"filter_name\""
1383213838
},
13839+
{
13840+
"name": "operators",
13841+
"attribute": "operators",
13842+
"description": "List of operators passed down to `QueryBuilder.operators`.",
13843+
"type": "array",
13844+
"default": "\"Object.values(Operator)\""
13845+
},
1383313846
{
1383413847
"name": "defaults",
1383513848
"attribute": "defaults",
@@ -23198,7 +23211,7 @@
2319823211
},
2319923212
{
2320023213
"name": "operators",
23201-
"description": "List of operators available in the builder UI.",
23214+
"description": "List of operators available in the builder UI. When an operator is an object, it specifies the operator type and the paths it applies to.",
2320223215
"type": "array",
2320323216
"default": "\"Object.values(Operator)\""
2320423217
},
@@ -23310,7 +23323,7 @@
2331023323
{
2331123324
"name": "operators",
2331223325
"attribute": "operators",
23313-
"description": "List of operators available in the builder UI.",
23326+
"description": "List of operators available in the builder UI. When an operator is an object, it specifies the operator type and the paths it applies to.",
2331423327
"type": "array",
2331523328
"default": "\"Object.values(Operator)\""
2331623329
},

web-test-runner.groups.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ export const groups = [
33
name: 'foxy-internal-array-map-control',
44
files: './src/elements/internal/InternalArrayMapControl/**/*.test.ts',
55
},
6-
{
7-
name: 'foxy-internal-async-combo-box-control',
8-
files: './src/elements/internal/InternalAsyncComboBoxControl/**/*.test.ts',
9-
},
106
{
117
name: 'foxy-internal-async-list-control',
128
files: './src/elements/internal/InternalAsyncListControl/**/*.test.ts',
@@ -67,10 +63,6 @@ export const groups = [
6763
name: 'foxy-internal-frequency-control',
6864
files: './src/elements/internal/InternalFrequencyControl/**/*.test.ts',
6965
},
70-
{
71-
name: 'foxy-internal-integer-control',
72-
files: './src/elements/internal/InternalIntegerControl/**/*.test.ts',
73-
},
7466
{
7567
name: 'foxy-internal-native-date-control',
7668
files: './src/elements/internal/InternalNativeDateControl/**/*.test.ts',

0 commit comments

Comments
 (0)