From 072adfa2968aa4a6aacaf799563d61777d1aa05d Mon Sep 17 00:00:00 2001 From: Blake Krammes <49688912+blakekrammes@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:56:53 -0600 Subject: [PATCH] FIO-9245 DataGrid: Update test files to match changes in @formio/bootstrap - Fixes unpredictable width for datagrid buttons - See https://github.com/formio/bootstrap/pull/118 --- package.json | 2 +- test/renders/component-bootstrap-datagrid-multiple.html | 4 ++-- test/renders/component-bootstrap-datagrid-required.html | 4 ++-- test/renders/component-bootstrap-datagrid.html | 4 ++-- .../form-bootstrap-calculateValueWithManualOverride.html | 4 ++-- test/renders/form-bootstrap-data.html | 8 ++++---- test/renders/form-bootstrap-defaults.html | 4 ++-- test/renders/form-bootstrap-formWithCustomFormatDate.html | 4 ++-- yarn.lock | 8 ++++---- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 266cd720cf..287004e7da 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ }, "homepage": "https://github.com/formio/formio.js#readme", "dependencies": { - "@formio/bootstrap": "3.0.0-dev.111.ae7f187", + "@formio/bootstrap": "3.0.0-dev.118.f146cb4", "@formio/choices.js": "^10.2.1", "@formio/core": "2.1.0-dev.193.68cf8c3", "@formio/text-mask-addons": "3.8.0-formio.4", diff --git a/test/renders/component-bootstrap-datagrid-multiple.html b/test/renders/component-bootstrap-datagrid-multiple.html index 67ea65ca24..f1d8a742f3 100644 --- a/test/renders/component-bootstrap-datagrid-multiple.html +++ b/test/renders/component-bootstrap-datagrid-multiple.html @@ -6,8 +6,8 @@ "> - - diff --git a/test/renders/component-bootstrap-datagrid-required.html b/test/renders/component-bootstrap-datagrid-required.html index 243abad890..fd0637ec17 100644 --- a/test/renders/component-bootstrap-datagrid-required.html +++ b/test/renders/component-bootstrap-datagrid-required.html @@ -6,8 +6,8 @@ "> - - diff --git a/test/renders/component-bootstrap-datagrid.html b/test/renders/component-bootstrap-datagrid.html index 00181761a3..a2b710bc2f 100644 --- a/test/renders/component-bootstrap-datagrid.html +++ b/test/renders/component-bootstrap-datagrid.html @@ -6,8 +6,8 @@ "> - - diff --git a/test/renders/form-bootstrap-calculateValueWithManualOverride.html b/test/renders/form-bootstrap-calculateValueWithManualOverride.html index 424666d54a..28eb823002 100644 --- a/test/renders/form-bootstrap-calculateValueWithManualOverride.html +++ b/test/renders/form-bootstrap-calculateValueWithManualOverride.html @@ -65,8 +65,8 @@
- - diff --git a/test/renders/form-bootstrap-data.html b/test/renders/form-bootstrap-data.html index 18383e24ae..df809de7ab 100644 --- a/test/renders/form-bootstrap-data.html +++ b/test/renders/form-bootstrap-data.html @@ -199,8 +199,8 @@
- - @@ -253,8 +253,8 @@
- - diff --git a/test/renders/form-bootstrap-defaults.html b/test/renders/form-bootstrap-defaults.html index 23b9a47392..ea23f13b54 100644 --- a/test/renders/form-bootstrap-defaults.html +++ b/test/renders/form-bootstrap-defaults.html @@ -426,8 +426,8 @@
- - diff --git a/test/renders/form-bootstrap-formWithCustomFormatDate.html b/test/renders/form-bootstrap-formWithCustomFormatDate.html index 04261ece63..45651bb41c 100644 --- a/test/renders/form-bootstrap-formWithCustomFormatDate.html +++ b/test/renders/form-bootstrap-formWithCustomFormatDate.html @@ -64,8 +64,8 @@
- - diff --git a/yarn.lock b/yarn.lock index 80d47aadb3..a545c503e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -209,10 +209,10 @@ resolved "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2" integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q== -"@formio/bootstrap@3.0.0-dev.111.ae7f187": - version "3.0.0-dev.111.ae7f187" - resolved "https://registry.npmjs.org/@formio/bootstrap/-/bootstrap-3.0.0-dev.111.ae7f187.tgz#fc7021a6c10db7cc1bc5d17e140cd93451e991f2" - integrity sha512-96+YO+jOJ208g1p/EvW+duNLTyCytWu0aXVCu9HaTMQ1icO2zX4okreCUaE9BPp+/aoEs8VzRE/U+pfsb27Bew== +"@formio/bootstrap@3.0.0-dev.118.f146cb4": + version "3.0.0-dev.118.f146cb4" + resolved "https://registry.yarnpkg.com/@formio/bootstrap/-/bootstrap-3.0.0-dev.118.f146cb4.tgz#a0f1b4304be38f79f556ad42e7f233fe7ad762c6" + integrity sha512-EAKiSdkV9dnvGr93FFjzJRNL2Abmnb6NBBBCppT8iRxmTctN3LdrvofkxTUc99cCzUR5LGAVy2Kq2ZaW2kvbJw== "@formio/choices.js@^10.2.1": version "10.2.1"