Commit Graph

  • d0201d96e1 CE-1955 Fix select box handling of 'x' and typing... Darin Kelkhoff 2024-12-26 19:13:48 -06:00
  • 7b66ece466 Try to avoid an error a user is getting where no operatorSeletedValue is being selected when page is loading Darin Kelkhoff 2024-12-10 09:14:32 -06:00
  • 02c163899a CE-1955 Handle associated fields; better messaging w/ undefined values Darin Kelkhoff 2024-12-04 16:11:49 -06:00
  • 8fafe16a95 CE-1955 handle currentSavedBulkLoadProfile being set, when going back to this screen Darin Kelkhoff 2024-12-04 16:11:08 -06:00
  • 722c8d3bcf CE-1955 Update to fetch label for possible-values being used as a default value Darin Kelkhoff 2024-12-04 16:10:33 -06:00
  • 85acb612c9 CE-1955 Add add ? to record.associatedRecords?.get to avoid crash if no associations Darin Kelkhoff 2024-12-03 20:47:50 -06:00
  • 74c634414a CE-1955 Add helpContent to hasHeaderRow and layout fields Darin Kelkhoff 2024-12-03 20:47:27 -06:00
  • f8368b030c CE-1955 make PreviewRecordUsingTableLayout a private component - try to make it re-render the associated child grids when switching records Darin Kelkhoff 2024-12-03 15:55:18 -06:00
  • dda4ea4f4b CE-1955 Delete an unused effect Darin Kelkhoff 2024-12-03 15:53:23 -06:00
  • 0c3a6ac278 Merged dev into feature/bulk-upload-v2 snapshot-feature-bulk-upload-v2 Darin Kelkhoff 2024-12-03 10:02:16 -06:00
  • 85a8bd2d0a CE-1955 small bulk-load cleanups Darin Kelkhoff 2024-12-03 09:16:14 -06:00
  • 4b64c46c57 CE-1955 Add value-mapping details to diff Darin Kelkhoff 2024-12-03 09:15:31 -06:00
  • 6db003026b CE-1955 Remove filterOperators from the column objects we produce, since we're not using dataGridPro's filtering any more Darin Kelkhoff 2024-12-03 09:11:59 -06:00
  • 65b347b794 CE-1955 Break file-input into its own component, w/ support for FILE_UPLOAD adornment type, to specify drag&drop Darin Kelkhoff 2024-12-03 09:11:21 -06:00
  • 1626648dda CE-1955 Update qfc to 1.0.113; add react-dropzone Darin Kelkhoff 2024-12-03 09:10:46 -06:00
  • f503c008ec Make record sidebar stop growing at some point (400px, when screen is 1400) Darin Kelkhoff 2024-11-27 15:27:48 -06:00
  • 8a16010977 CE-1955 - Add better support for bulk-load (by doing layout more like view screen), for when formatPreviewRecordUsingTableLayout processValues is present; including associations! Darin Kelkhoff 2024-11-27 15:25:50 -06:00
  • ab530121ca CE-1955 - Avoid a few null pointers if missing compareField Darin Kelkhoff 2024-11-27 15:24:40 -06:00
  • 9b5d9f1290 CE-1955 - Add styleOverrides argument to renderSectionOfFields; add css classes recordSidebar and recordWithSidebar Darin Kelkhoff 2024-11-27 15:23:47 -06:00
  • ee9cd5a5f6 CE-1955 - add support for child-record lists on process validation preview, via: - add properties: gridOnly and gridDensity; - allow the input query records and tableMetaData to come in as pre-typed TS objects, rather than POJSO's, that need to go through constructors. Darin Kelkhoff 2024-11-27 15:22:21 -06:00
  • 45be12c728 CE-1955 - Add support for bulletsOfText on a processSummaryLine Darin Kelkhoff 2024-11-27 15:20:46 -06:00
  • 169bd4ee7e CE-1955 - Add support for 'back' in processes. add a 'loadingRecords' state var, to help validation screen not flicker 'none found' Darin Kelkhoff 2024-11-27 15:20:31 -06:00
  • 85056b121b CE-1955 - Update qfc to 1.0.112 (add backStep to QJobComplete) Darin Kelkhoff 2024-11-27 15:14:46 -06:00
  • b90b5217ca CE-1955 - Add QAlternateButton Darin Kelkhoff 2024-11-27 15:11:49 -06:00
  • 911ba1da21 CE-1955 - Remove unused method Darin Kelkhoff 2024-11-27 15:11:27 -06:00
  • bfa9b1d182 CE-1955 - Trying a sleep (wait) around point of failure... Darin Kelkhoff 2024-11-25 11:32:52 -06:00
  • cce73fcb0b CE-1955 - Update qfc to 1.0.111 Darin Kelkhoff 2024-11-25 10:48:20 -06:00
  • f2b41532d4 CE-1955 - Initial checkin of qfmd support for bulk-load Darin Kelkhoff 2024-11-25 10:48:00 -06:00
  • 3fc4e37c12 CE-1955 - Break ProcessViewForm out into its own reusable component Darin Kelkhoff 2024-11-25 10:35:35 -06:00
  • 451af347f7 CE-1955 - Add support for pre-submit callbacks, defined in components - specifically, ones used by bulk-load. Add awareness of the bulkLoad components, specifically with a block for value-mapping form, to integrate with formik Darin Kelkhoff 2024-11-25 10:16:22 -06:00
  • 1630fbacda CE-1955 - Break DynamicFormFieldLabel out into a component that others can use Darin Kelkhoff 2024-11-25 10:12:28 -06:00
  • 2220e6f86e CE-1955 - Remove mb from cancel button (incorrectly added in last sprint's work) Darin Kelkhoff 2024-11-25 10:12:04 -06:00
  • a66ffa753d CE-1955 - Add optional name prop Darin Kelkhoff 2024-11-25 10:11:41 -06:00
  • b07d65aaca CE-1955 - Add onChangeCallback to form fields; add ability to get a DynamicSelect out of DynamicFormField; Darin Kelkhoff 2024-11-25 10:11:27 -06:00
  • 78fc2c50d0 Merge tag 'version-0.23.0' into dev Darin Kelkhoff 2024-11-22 16:18:57 -06:00
  • 501b8b34c9 Merge branch 'release/0.23.0' version-0.23.0 Darin Kelkhoff 2024-11-22 16:18:57 -06:00
  • 8a6eef9907 Update for next development version Darin Kelkhoff 2024-11-22 15:59:23 -06:00
  • efd1922ee3 Update versions for release Darin Kelkhoff 2024-11-22 15:59:20 -06:00
  • b4f8fb2e18 CE-1946: minor updates to padding, fixes, etc Tim Chamberlain 2024-11-22 11:41:29 -06:00
  • 204025c2a6 Merged feature/CE-1772-generate-labels-poc into dev Darin Kelkhoff 2024-11-21 12:31:44 -06:00
  • a48f2d5274 Merge branch 'feature/CE-1946-process-to-allow-post-wms-carton-contents-adjustments' into integration/sprint-54 snapshot-integration-sprint-54 Tim Chamberlain 2024-11-19 20:40:27 -06:00
  • 6dfc839c30 CE-1946: added child record widget data, minor divider styles snapshot-feature-CE-1946-process-to-allow-post-wms-carton-contents-adjustments Tim Chamberlain 2024-11-19 20:40:16 -06:00
  • 66fc4785da Merge branch 'feature/CE-1946-process-to-allow-post-wms-carton-contents-adjustments' into integration/sprint-54 Tim Chamberlain 2024-11-19 15:49:15 -06:00
  • 53f8bff40c Merge branch 'feature/CE-1772-generate-labels-poc' into integration/sprint-54 Tim Chamberlain 2024-11-19 15:47:37 -06:00
  • 726906061d CE-1946: checkpoint initial commit Tim Chamberlain 2024-11-19 15:07:10 -06:00
  • 2514c463a6 Merge pull request #73 from Kingsrook/feature/CE-1727-mobile-first-uiux Tim Chamberlain 2024-11-12 11:45:46 -06:00
  • b41a9a6fe6 CE-1960 Pass use-cases through more calls to qController.possibleValues - to fix filter-as-widget dropping possible-value fields w/ a defaultFilter Darin Kelkhoff 2024-11-07 10:19:55 -06:00
  • cfca47054e CE-1727 Remove unused (uncommitted) RevealBlock Darin Kelkhoff 2024-11-04 08:57:07 -06:00
  • b48ef70c5e Update to qqq-frontend-core 1.0.110 Darin Kelkhoff 2024-11-04 08:52:55 -06:00
  • 81efb7e18d CE-1727 Updates to processes rendering block-widgets, to get up to compatible with the android app Darin Kelkhoff 2024-11-04 08:48:46 -06:00
  • 387f09f4ad CE-1772: updated value utils for non blob file downloads Tim Chamberlain 2024-11-03 22:18:27 -06:00
  • 4fd50936ea CE-1727 Add proxy for /qqq/*, for new versioned middleware Darin Kelkhoff 2024-10-31 16:07:10 -05:00
  • 3adb8ab4ba CE-1727 - Improve (fix?) next/submit handling for validation screen and linear flow. snapshot-feature-CE-1727-mobile-first-uiux Darin Kelkhoff 2024-09-20 12:17:30 -05:00
  • 98a02cda96 CE-1727 - Add support for ad-hoc, composite/block widgets; support processFlow (e.g., non-linear); some mobile-style adjustments Darin Kelkhoff 2024-09-20 11:07:22 -05:00
  • aee4becda5 CE-1727 - Initial checkin Darin Kelkhoff 2024-09-20 11:06:29 -05:00
  • f13c2c276f CE-1727 - mobile style adjust Darin Kelkhoff 2024-09-20 11:06:14 -05:00
  • a99272767b CE-1727 - Update qfc to 1.0.107 (add process.stepFlow) Darin Kelkhoff 2024-09-20 11:05:54 -05:00
  • a3236b426e CE-1727 - minor mobile placement adjustments Darin Kelkhoff 2024-09-20 10:44:41 -05:00
  • 597fde977f CE-1727 - in Yup required message, show 'This field' instead of 'undefined' if field doesn't have a label Darin Kelkhoff 2024-09-20 10:44:26 -05:00
  • e303ed0b43 CE-1727 - Initial checkin Darin Kelkhoff 2024-09-20 10:43:57 -05:00
  • 2b057768b3 CE-1727 - Style adjustments re: mobile processes Darin Kelkhoff 2024-09-20 10:43:37 -05:00
  • 504a43d9c3 CE-1727 - Add layout FLEX_ROW_CENTER; Add actionCallback Darin Kelkhoff 2024-09-20 10:43:19 -05:00
  • 33e56f823d CE-1727 - Add BlockData.conditional attribute; Add actionCallback to StandardBlockComponentProps Darin Kelkhoff 2024-09-20 10:42:55 -05:00
  • dc8fdb33dc CE-1727 - New blocks and styles for (mobile-style) widgets in processes, plus callbacks and contextValues Darin Kelkhoff 2024-09-20 10:42:22 -05:00
  • efa67da7f9 CE-1727 - Switch from use of updatedFrontendStepList to processMetaDataAdjustment, which can include updatedFields (specifically adding to change a dynamic possible value source, but, seems more flexible than just that) Darin Kelkhoff 2024-09-09 16:04:16 -05:00
  • 3dc92aec88 CE-1727 - Add inlinePossibleValueSources option to fields; pass more data into DynamicSelect in a named object, so it's a little less loosely defined. Darin Kelkhoff 2024-09-09 16:01:30 -05:00
  • d2705c3aed Avoid null-pointer in TableUtils.getSectionsForRecordSidebar callback, if instance has no widgets Darin Kelkhoff 2024-09-05 19:05:40 -05:00
  • 1d965bcdee Merge tag 'version-0.22.0' into dev Darin Kelkhoff 2024-09-04 20:15:14 -05:00
  • 894a9c2afc Merge branch 'release/0.22.0' version-0.22.0 Darin Kelkhoff 2024-09-04 20:15:14 -05:00
  • d25f124d87 Update for next development version Darin Kelkhoff 2024-09-04 20:00:14 -05:00
  • fd5055e502 Update versions for release Darin Kelkhoff 2024-09-04 20:00:10 -05:00
  • 326367fbe0 Merge pull request #72 from Kingsrook/feature/CE-1647-update-filter-widget-to-show-preview Darin Kelkhoff 2024-09-04 16:17:40 -05:00
  • bb6f818457 Merge pull request #71 from Kingsrook/feature/CE-1646-possible-value-filter-bug Darin Kelkhoff 2024-09-04 16:17:25 -05:00
  • 1cd6e07907 Merge pull request #70 from Kingsrook/feature/CE-1643-query-date-bugs Darin Kelkhoff 2024-09-04 16:16:59 -05:00
  • e839da6123 CE-1405 - Put margin-left on this, so if its used in a big number block, and it wraps, it does right, i think Darin Kelkhoff 2024-08-29 16:03:26 -05:00
  • 34a4fc19b4 CE-1647: added preview to query filter widget Tim Chamberlain 2024-08-27 17:52:34 -05:00
  • 2cc7e9ebe1 CE-1643 Add a timezone conversion to the formatDate function for the case where it took a string rather than a Date as input, in which case, the new Date() call would be appying a timezone, and making us off-by-one (for some side of the prime merdian i think) Darin Kelkhoff 2024-08-23 15:13:44 -05:00
  • 128a748b63 CE-1643 Add fontVariantNumeric: "tabular-nums" to the thing with numbers that count up, so it's awesome. Darin Kelkhoff 2024-08-23 15:11:52 -05:00
  • 1284e3a22c CE-1643 change default operator for DATEs to be equals Darin Kelkhoff 2024-08-23 15:11:26 -05:00
  • ae358b9067 Merge tag 'version-0.21.0' into dev Darin Kelkhoff 2024-08-23 14:42:25 -05:00
  • dc20c3d5ec Turn off postReleaseGoals=install in gitflow-maven-plugin version-0.21.0 Darin Kelkhoff 2024-08-23 14:41:55 -05:00
  • 71a9c6470a Merge branch 'release/0.21.0' Darin Kelkhoff 2024-08-23 14:39:48 -05:00
  • 765d40aef1 Add skipTestProject to gitflow-maven-plugin Darin Kelkhoff 2024-08-23 14:39:39 -05:00
  • d9f1642f0a Update for next development version Darin Kelkhoff 2024-08-23 14:10:54 -05:00
  • 858540427d Update versions for release Darin Kelkhoff 2024-08-23 14:10:51 -05:00
  • eecb2d4489 Update qqq-backend-core dep to 0.21.0 Darin Kelkhoff 2024-08-23 14:10:29 -05:00
  • 5a6293cfdf Merged dev into feature/CE-1646-possible-value-filter-bug Darin Kelkhoff 2024-08-23 10:27:45 -05:00
  • 868022408c Merge pull request #68 from Kingsrook/feature/CE-1555-ops-overview-fix-accordion Darin Kelkhoff 2024-08-23 10:26:53 -05:00
  • d090a665ff Merge pull request #69 from Kingsrook/feature/CE-1556-ops-overview-enhanced-tooltips Darin Kelkhoff 2024-08-23 10:24:15 -05:00
  • f112cf5543 Remove sold border Darin Kelkhoff 2024-08-23 10:24:00 -05:00
  • 0c2dcb1215 Update qqq-frontend-core to 1.0.105 Darin Kelkhoff 2024-08-23 10:07:18 -05:00
  • 418f7957a2 CE-1646 pass useCase (filter or form) into DynamicSelect and down to possibleValue backend calls Darin Kelkhoff 2024-08-23 08:51:24 -05:00
  • 8be8bf367a CE-1405 / CE-1479 - Add missing ? Darin Kelkhoff 2024-08-21 08:52:57 -05:00
  • 1ca1313a25 CE-1405 / CE-1479 - Let widget meta data default values set more grid cols per size classes Darin Kelkhoff 2024-08-21 08:35:35 -05:00
  • 4533815535 CE-1554: added ability to overlay html over a block widget Tim Chamberlain 2024-08-20 15:42:58 -05:00
  • 4230f34b15 Only output Link if link has an href (else page blows up) Darin Kelkhoff 2024-08-20 10:07:45 -05:00
  • e08e37222b CE-1556: updated to try to use composite block data within tooltips Tim Chamberlain 2024-08-13 16:22:12 -05:00
  • 0ffada6aec CE-1555: updates 'accordian' behavior of tables Tim Chamberlain 2024-08-12 12:09:29 -05:00
  • 9f04d897a1 Merge branch 'feature/style-cleanups-20240725' into feature/CE-1555-ops-overview-fix-accordion Tim Chamberlain 2024-08-09 13:44:52 -05:00
  • 9a6fcd8bb1 CE-1482: POC of workflow library wip/CE-1482-create-ui-ux-proof-of-concept-for-workflows Tim Chamberlain 2024-08-09 11:44:54 -05:00