Skip to content

Commit 5eea137

Browse files
thgaskelljaygiang
andauthored
Add where and sortby criteria to find queries (#640)
* Add where and sortby criteria to find queries * Update persisted-form example to 1.0 * Update server-sync example to 1.0 * Update multi step form example to 1.0 * Update on-device-storage example to 1.0 * Update on-device-storage example to 1.0 * Fix service worker in server-sync example * Major version 1.0.0 release * Change VITE_INDEXED_DB_NAME to respective project names * Update react-javascript template to 1.0.0 * Update package lock for mono repo * Update radfish and react-radfish version --------- Co-authored-by: Jay Giang <[email protected]>
1 parent 594addf commit 5eea137

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+12334
-303
lines changed

examples/computed-form-fields/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
NODE_ENV=development
44

55
VITE_INDEXED_DB_VERSION=1
6-
VITE_INDEXED_DB_NAME=radfish_dev
6+
VITE_INDEXED_DB_NAME=radfish_computed_form_fields_storage
77
VITE_PUBLIC_URL=
88
# VITE_PUBLIC_URL should always be blank
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# IndexedDB
22
VITE_INDEXED_DB_VERSION=1
3-
VITE_INDEXED_DB_NAME=example_db_name
3+
VITE_INDEXED_DB_NAME=radfish_computed_form_fields_storage
44
VITE_PUBLIC_URL=

examples/computed-form-fields/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.11.0",
44
"private": true,
55
"dependencies": {
6-
"@nmfs-radfish/radfish": "0.x",
7-
"@nmfs-radfish/react-radfish": "0.x",
6+
"@nmfs-radfish/radfish": "^1.0.0",
7+
"@nmfs-radfish/react-radfish": "^1.0.0",
88
"@testing-library/user-event": "^14.5.2",
99
"@trussworks/react-uswds": "^9.1.0",
1010
"react": "^18.2.0",

examples/conditional-form-fields/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
NODE_ENV=development
44

55
VITE_INDEXED_DB_VERSION=1
6-
VITE_INDEXED_DB_NAME=radfish_dev
6+
VITE_INDEXED_DB_NAME=radfish_conditional_form_fields_storage
77
VITE_PUBLIC_URL=
88
# VITE_PUBLIC_URL should always be blank
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# IndexedDB
22
VITE_INDEXED_DB_VERSION=1
3-
VITE_INDEXED_DB_NAME=example_db_name
3+
VITE_INDEXED_DB_NAME=radfish_conditional_form_fields_storage
44
VITE_PUBLIC_URL=

examples/conditional-form-fields/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.11.0",
44
"private": true,
55
"dependencies": {
6-
"@nmfs-radfish/radfish": "0.x",
7-
"@nmfs-radfish/react-radfish": "0.x",
6+
"@nmfs-radfish/radfish": "^1.0.0",
7+
"@nmfs-radfish/react-radfish": "^1.0.0",
88
"@testing-library/user-event": "^14.5.2",
99
"@trussworks/react-uswds": "^9.1.0",
1010
"react": "^18.2.0",

examples/field-validators/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
NODE_ENV=development
44

55
VITE_INDEXED_DB_VERSION=1
6-
VITE_INDEXED_DB_NAME=radfish_dev
6+
VITE_INDEXED_DB_NAME=radfish_field_validators_storage
77
VITE_PUBLIC_URL=
88
# VITE_PUBLIC_URL should always be blank
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# IndexedDB
22
VITE_INDEXED_DB_VERSION=1
3-
VITE_INDEXED_DB_NAME=example_db_name
3+
VITE_INDEXED_DB_NAME=radfish_field_validators_storage
44
VITE_PUBLIC_URL=

examples/field-validators/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.11.0",
44
"private": true,
55
"dependencies": {
6-
"@nmfs-radfish/radfish": "0.x",
7-
"@nmfs-radfish/react-radfish": "0.x",
6+
"@nmfs-radfish/radfish": "^1.0.0",
7+
"@nmfs-radfish/react-radfish": "^1.0.0",
88
"@testing-library/user-event": "^14.5.2",
99
"@trussworks/react-uswds": "^9.1.0",
1010
"react": "^18.2.0",

examples/form-structure/.env.development

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ VITE_PUBLIC_URL=
55

66
# IndexedDB
77
VITE_INDEXED_DB_VERSION=1
8-
VITE_INDEXED_DB_NAME=radfish_dev
9-
10-
# localStorage
11-
VITE_LOCAL_STORAGE_KEY=formData
8+
VITE_INDEXED_DB_NAME=radfish_form_structure_storage

0 commit comments

Comments
 (0)