You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/11/16 15:22:36 UTC

[myfaces-tobago] branch t5_selectMany updated (f5fe88fe0e -> 9b96f5cda5)

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a change to branch t5_selectMany
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


    from f5fe88fe0e feat(selectMany): fix danger/warning/info shadow
     add fe9f5225a5 fix: label position
     add ce203bd7d6 build(theme): rebuild after fixing label layout
     add d719033b6a refactor(cleanup): sort circle icons
     add b4f0494988 fix(radio): deselect with spacebar
     add d3888b6968 build(theme): rebuild after fixing radio buttons
     add 2c59d7fcae chore: deactivate spring example because of CVEs
     add 33704c3ff4 build(deps-dev): update jsf.js to 4.0.0-RC.6
     add 9a95e6dcce build(deps): bump jackson-databind from 2.14.0-rc3 to 2.14.0 (#3399)
     add e9c3ba1aa3 fix(date): type=time/datetime-local
     add e7b6909a12 docs: improve migration guide
     add e77e4aa286 Tobago 5.x demo textarea (#3417)
     new 9b96f5cda5 Merge remote-tracking branch 'origin/tobago-5.x' into t5_selectMany

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../internal/renderkit/renderer/DateRenderer.java  |  23 ++++-
 tobago-example/pom.xml                             |   2 +-
 .../tobago/example/demo/DateTestController.java    |  10 ++
 .../tobago/example/demo/Migration5Controller.java  |   4 +-
 .../myfaces/tobago/example/demo/Release.java       |   3 +-
 .../tobago/example/demo/TextareaController.java    |  41 +++++++-
 .../50-migration/95-migration/4.0_to_5.0.xhtml     |   5 +
 .../content/010-input/30-textarea/Textarea.xhtml   |   8 +-
 .../webapp/content/900-test/1100-date/Date.test.js |  66 ++++++++++++-
 .../webapp/content/900-test/1100-date/Date.xhtml   |  43 +++++++++
 .../200-input-heigth/Input_Height.xhtml            |   1 +
 tobago-example/tobago-example-spring-boot/pom.xml  |   2 +-
 tobago-theme/package-lock.json                     |   2 +-
 tobago-theme/package.json                          |   2 +-
 tobago-theme/src/main/scss/_tobago.scss            | 103 ++++++---------------
 .../src/main/css/tobago.css                        |   2 +
 .../src/main/css/tobago.css.map                    |   2 +-
 .../src/main/css/tobago.min.css                    |   2 +-
 .../src/main/css/tobago.min.css.map                |   2 +-
 .../src/main/css/tobago.css                        |   2 +
 .../src/main/css/tobago.css.map                    |   2 +-
 .../src/main/css/tobago.min.css                    |   2 +-
 .../src/main/css/tobago.min.css.map                |   2 +-
 .../src/main/css/tobago.css                        |   2 +
 .../src/main/css/tobago.css.map                    |   2 +-
 .../src/main/css/tobago.min.css                    |   2 +-
 .../src/main/css/tobago.min.css.map                |   2 +-
 .../tobago-theme-speyside/src/main/css/tobago.css  |   2 +
 .../src/main/css/tobago.css.map                    |   2 +-
 .../src/main/css/tobago.min.css                    |   2 +-
 .../src/main/css/tobago.min.css.map                |   2 +-
 .../tobago-theme-standard/src/main/css/tobago.css  |   2 +
 .../src/main/css/tobago.css.map                    |   2 +-
 .../src/main/css/tobago.min.css                    |   2 +-
 .../src/main/css/tobago.min.css.map                |   2 +-
 .../tobago-theme-standard/src/main/js/tobago.js    |   4 +-
 .../src/main/js/tobago.js.map                      |   2 +-
 .../src/main/ts/tobago-select-one-radio.ts         |  20 ++++
 38 files changed, 271 insertions(+), 110 deletions(-)


[myfaces-tobago] 01/01: Merge remote-tracking branch 'origin/tobago-5.x' into t5_selectMany

Posted by hn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch t5_selectMany
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 9b96f5cda55e679f9d805f2a8e71e1440e490517
Merge: f5fe88fe0e e77e4aa286
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Nov 16 16:22:27 2022 +0100

    Merge remote-tracking branch 'origin/tobago-5.x' into t5_selectMany

 .../internal/renderkit/renderer/DateRenderer.java  |  23 ++++-
 tobago-example/pom.xml                             |   2 +-
 .../tobago/example/demo/DateTestController.java    |  10 ++
 .../tobago/example/demo/Migration5Controller.java  |   4 +-
 .../myfaces/tobago/example/demo/Release.java       |   3 +-
 .../tobago/example/demo/TextareaController.java    |  41 +++++++-
 .../50-migration/95-migration/4.0_to_5.0.xhtml     |   5 +
 .../content/010-input/30-textarea/Textarea.xhtml   |   8 +-
 .../webapp/content/900-test/1100-date/Date.test.js |  66 ++++++++++++-
 .../webapp/content/900-test/1100-date/Date.xhtml   |  43 +++++++++
 .../200-input-heigth/Input_Height.xhtml            |   1 +
 tobago-example/tobago-example-spring-boot/pom.xml  |   2 +-
 tobago-theme/package-lock.json                     |   2 +-
 tobago-theme/package.json                          |   2 +-
 tobago-theme/src/main/scss/_tobago.scss            | 103 ++++++---------------
 .../src/main/css/tobago.css                        |   2 +
 .../src/main/css/tobago.css.map                    |   2 +-
 .../src/main/css/tobago.min.css                    |   2 +-
 .../src/main/css/tobago.min.css.map                |   2 +-
 .../src/main/css/tobago.css                        |   2 +
 .../src/main/css/tobago.css.map                    |   2 +-
 .../src/main/css/tobago.min.css                    |   2 +-
 .../src/main/css/tobago.min.css.map                |   2 +-
 .../src/main/css/tobago.css                        |   2 +
 .../src/main/css/tobago.css.map                    |   2 +-
 .../src/main/css/tobago.min.css                    |   2 +-
 .../src/main/css/tobago.min.css.map                |   2 +-
 .../tobago-theme-speyside/src/main/css/tobago.css  |   2 +
 .../src/main/css/tobago.css.map                    |   2 +-
 .../src/main/css/tobago.min.css                    |   2 +-
 .../src/main/css/tobago.min.css.map                |   2 +-
 .../tobago-theme-standard/src/main/css/tobago.css  |   2 +
 .../src/main/css/tobago.css.map                    |   2 +-
 .../src/main/css/tobago.min.css                    |   2 +-
 .../src/main/css/tobago.min.css.map                |   2 +-
 .../tobago-theme-standard/src/main/js/tobago.js    |   4 +-
 .../src/main/js/tobago.js.map                      |   2 +-
 .../src/main/ts/tobago-select-one-radio.ts         |  20 ++++
 38 files changed, 271 insertions(+), 110 deletions(-)

diff --cc tobago-theme/src/main/scss/_tobago.scss
index 89adf7b20a,56cf12da7f..7b129d812e
--- a/tobago-theme/src/main/scss/_tobago.scss
+++ b/tobago-theme/src/main/scss/_tobago.scss
@@@ -31,17 -31,20 +31,19 @@@ $icon-trash: "\f5de"
  $icon-sort: "\F127";
  $icon-sort-ascending: "\f57a";
  $icon-sort-descending: "\f574";
- $icon-sort-1: "\f797";
- $icon-sort-2: "\f79d";
- $icon-sort-3: "\f7a3";
- $icon-sort-4: "\f7a9";
- $icon-sort-5: "\f7af";
- $icon-sort-6: "\f7b5";
- $icon-sort-7: "\f7bb";
- $icon-sort-8: "\f7c1";
- $icon-sort-9: "\f7c7";
+ $circles: (
+   1: "\f797",
+   2: "\f79d",
+   3: "\f7a3",
+   4: "\f7a9",
+   5: "\f7af",
+   6: "\f7b5",
+   7: "\f7bb",
+   8: "\f7c1",
+   9: "\f7c7"
+ );
  
  /* non-bootstrap variables --------------------------------------- */
 -
  $tobago-form-disabled-alpha: 0.5;
  $tobago-page-padding-top: 1rem;
  $tobago-header-margin-bottom: $tobago-page-padding-top;