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/30 15:57:12 UTC

[myfaces-tobago] branch t5_selectMany updated (bf5d38e715 -> 32869f6647)

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 bf5d38e715 Merge remote-tracking branch 'origin/tobago-5.x' into t5_selectMany
     add 74107408da Tobago 5.x update npm and rebuild (#3461)
     add 557d4e5086 Tobago 5.x next version (#3462)
     add 140f21bdce Update .editorconfig
     add 45343253ea Tobago 5.x
     add f182035c7a Tobago 5.x sync (#3465)
     add 67811f7527 doc: versions (#3466)
     add e9a82860af fix: transition overlay scrollbar
     add c22d914a65 build(theme): rebuild after fixing overlay scrollbar
     add e2aff64cb2 build(deps): bump httpcore from 4.4.15 to 4.4.16 (#3472)
     add 45c63b522c T5 autocomplete (#3473)
     add f868c95101 Tobago 5.x (#3474)
     new 32869f6647 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:
 .editorconfig                                      |    1 +
 package.json                                       |    2 +-
 pom.xml                                            |    4 +-
 tobago-assembly/pom.xml                            |    2 +-
 tobago-core/pom.xml                                |    2 +-
 .../tobago/component/SupportsAutocomplete.java}    |   28 +-
 .../tobago/internal/component/AbstractUIIn.java    |    4 +-
 .../internal/component/AbstractUITextarea.java     |    3 +-
 .../internal/renderkit/renderer/InRenderer.java    |    1 +
 .../renderkit/renderer/TextareaRenderer.java       |    1 +
 .../taglib/component/TextareaTagDeclaration.java   |    4 +-
 .../taglib/declaration/HasAutocomplete.java        |    2 +-
 .../renderkit/renderer/InRendererUnitTest.java     |   11 +
 .../renderer/TextareaRendererUnitTest.java         |   10 +
 .../in/{label-none.html => autocomplete-on.html}   |    2 +-
 .../badge.html => textarea/autocomplete-impp.html} |    5 +-
 tobago-example/pom.xml                             |    2 +-
 tobago-example/tobago-example-assembly/pom.xml     |    2 +-
 tobago-example/tobago-example-blank/pom.xml        |    2 +-
 .../tobago-example-demo/package-lock.json          |  209 +--
 tobago-example/tobago-example-demo/package.json    |   12 +-
 tobago-example/tobago-example-demo/pom.xml         |    4 +-
 .../myfaces/tobago/example/demo/Release.java       |    3 +-
 .../main/webapp/content/010-input/10-in/In.xhtml   |   12 +
 .../content/010-input/30-textarea/Textarea.xhtml   |   12 +
 .../webapp/content/500-config/Configuration.xhtml  |   68 +
 tobago-theme/package-lock.json                     | 1665 +++++++++++---------
 tobago-theme/package.json                          |   36 +-
 tobago-theme/pom.xml                               |    2 +-
 tobago-theme/src/main/scss/_tobago.scss            |   46 +-
 tobago-theme/tobago-theme-charlotteville/pom.xml   |    2 +-
 .../src/main/css/tobago.css                        |  178 +--
 .../src/main/css/tobago.css.map                    |    2 +-
 .../src/main/css/tobago.min.css                    |    2 +-
 .../src/main/css/tobago.min.css.map                |    2 +-
 tobago-theme/tobago-theme-roxborough/pom.xml       |    2 +-
 .../src/main/css/tobago.css                        |  178 +--
 .../src/main/css/tobago.css.map                    |    2 +-
 .../src/main/css/tobago.min.css                    |    2 +-
 .../src/main/css/tobago.min.css.map                |    2 +-
 tobago-theme/tobago-theme-scarborough/pom.xml      |    2 +-
 .../src/main/css/tobago.css                        |  178 +--
 .../src/main/css/tobago.css.map                    |    2 +-
 .../src/main/css/tobago.min.css                    |    2 +-
 .../src/main/css/tobago.min.css.map                |    2 +-
 tobago-theme/tobago-theme-speyside/pom.xml         |    2 +-
 .../tobago-theme-speyside/src/main/css/tobago.css  |  161 +-
 .../src/main/css/tobago.css.map                    |    2 +-
 .../src/main/css/tobago.min.css                    |    2 +-
 .../src/main/css/tobago.min.css.map                |    2 +-
 tobago-theme/tobago-theme-standard/pom.xml         |    2 +-
 .../src/main/css/bootstrap-icons.css               |  146 +-
 .../src/main/css/fonts/bootstrap-icons.woff        |  Bin 150592 -> 164352 bytes
 .../src/main/css/fonts/bootstrap-icons.woff2       |  Bin 112440 -> 121296 bytes
 .../tobago-theme-standard/src/main/css/tobago.css  |  178 +--
 .../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    |    6 +-
 .../src/main/js/tobago.js.map                      |    2 +-
 .../src/main/ts/tobago-behavior.ts                 |    5 +-
 .../src/main/ts/tobago-file.ts                     |    6 +-
 .../src/main/ts/tobago-overlay-type.ts             |    6 +-
 .../src/main/ts/tobago-overlay.ts                  |   39 +-
 .../src/main/ts/tobago-page.ts                     |    6 +-
 tobago-tool/pom.xml                                |    2 +-
 tobago-tool/tobago-config-dev/pom.xml              |    2 +-
 tobago-tool/tobago-config-mojarra/pom.xml          |    2 +-
 tobago-tool/tobago-config-myfaces/pom.xml          |    2 +-
 tobago-tool/tobago-config-owb/pom.xml              |    2 +-
 tobago-tool/tobago-tool-annotation/pom.xml         |    2 +-
 tobago-tool/tobago-tool-apt/pom.xml                |    2 +-
 tobago-tool/tobago-tool-test/pom.xml               |    2 +-
 73 files changed, 1835 insertions(+), 1467 deletions(-)
 copy tobago-core/src/{test/java/org/apache/myfaces/tobago/component/AttributesUnitTest.java => main/java/org/apache/myfaces/tobago/component/SupportsAutocomplete.java} (58%)
 copy tobago-core/src/test/resources/renderer/in/{label-none.html => autocomplete-on.html} (90%)
 copy tobago-core/src/test/resources/renderer/{badge/badge.html => textarea/autocomplete-impp.html} (83%)
 create mode 100644 tobago-example/tobago-example-demo/src/main/webapp/content/500-config/Configuration.xhtml
 copy tobago-example/tobago-example-demo/src/main/webapp/content/140-partial/partial.css => tobago-theme/tobago-theme-standard/src/main/ts/tobago-overlay-type.ts (90%)


[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 32869f664708248d9abe429823d03f50d9bb33ab
Merge: bf5d38e715 f868c95101
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Nov 30 16:57:00 2022 +0100

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

 .editorconfig                                      |    1 +
 package.json                                       |    2 +-
 pom.xml                                            |    4 +-
 tobago-assembly/pom.xml                            |    2 +-
 tobago-core/pom.xml                                |    2 +-
 .../SupportsAutocomplete.java}                     |   33 +-
 .../tobago/internal/component/AbstractUIIn.java    |    4 +-
 .../internal/component/AbstractUITextarea.java     |    3 +-
 .../internal/renderkit/renderer/InRenderer.java    |    1 +
 .../renderkit/renderer/TextareaRenderer.java       |    1 +
 .../taglib/component/TextareaTagDeclaration.java   |    4 +-
 .../taglib/declaration/HasAutocomplete.java        |    2 +-
 .../renderkit/renderer/InRendererUnitTest.java     |   11 +
 .../renderer/TextareaRendererUnitTest.java         |   10 +
 .../resources/renderer/in/autocomplete-on.html     |   16 +-
 .../renderer/textarea/autocomplete-impp.html       |   16 +-
 tobago-example/pom.xml                             |    2 +-
 tobago-example/tobago-example-assembly/pom.xml     |    2 +-
 tobago-example/tobago-example-blank/pom.xml        |    2 +-
 .../tobago-example-demo/package-lock.json          |  209 +--
 tobago-example/tobago-example-demo/package.json    |   12 +-
 tobago-example/tobago-example-demo/pom.xml         |    4 +-
 .../myfaces/tobago/example/demo/Release.java       |    3 +-
 .../main/webapp/content/010-input/10-in/In.xhtml   |   12 +
 .../content/010-input/30-textarea/Textarea.xhtml   |   12 +
 .../webapp/content/500-config/Configuration.xhtml  |   68 +
 tobago-theme/package-lock.json                     | 1665 +++++++++++---------
 tobago-theme/package.json                          |   36 +-
 tobago-theme/pom.xml                               |    2 +-
 tobago-theme/src/main/scss/_tobago.scss            |   46 +-
 tobago-theme/tobago-theme-charlotteville/pom.xml   |    2 +-
 .../src/main/css/tobago.css                        |  178 +--
 .../src/main/css/tobago.css.map                    |    2 +-
 .../src/main/css/tobago.min.css                    |    2 +-
 .../src/main/css/tobago.min.css.map                |    2 +-
 tobago-theme/tobago-theme-roxborough/pom.xml       |    2 +-
 .../src/main/css/tobago.css                        |  178 +--
 .../src/main/css/tobago.css.map                    |    2 +-
 .../src/main/css/tobago.min.css                    |    2 +-
 .../src/main/css/tobago.min.css.map                |    2 +-
 tobago-theme/tobago-theme-scarborough/pom.xml      |    2 +-
 .../src/main/css/tobago.css                        |  178 +--
 .../src/main/css/tobago.css.map                    |    2 +-
 .../src/main/css/tobago.min.css                    |    2 +-
 .../src/main/css/tobago.min.css.map                |    2 +-
 tobago-theme/tobago-theme-speyside/pom.xml         |    2 +-
 .../tobago-theme-speyside/src/main/css/tobago.css  |  161 +-
 .../src/main/css/tobago.css.map                    |    2 +-
 .../src/main/css/tobago.min.css                    |    2 +-
 .../src/main/css/tobago.min.css.map                |    2 +-
 tobago-theme/tobago-theme-standard/pom.xml         |    2 +-
 .../src/main/css/bootstrap-icons.css               |  146 +-
 .../src/main/css/fonts/bootstrap-icons.woff        |  Bin 150592 -> 164352 bytes
 .../src/main/css/fonts/bootstrap-icons.woff2       |  Bin 112440 -> 121296 bytes
 .../tobago-theme-standard/src/main/css/tobago.css  |  178 +--
 .../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    |    6 +-
 .../src/main/js/tobago.js.map                      |    2 +-
 .../src/main/ts/tobago-behavior.ts                 |    5 +-
 .../src/main/ts/tobago-file.ts                     |    6 +-
 .../src/main/ts/tobago-overlay-type.ts             |   22 +-
 .../src/main/ts/tobago-overlay.ts                  |   39 +-
 .../src/main/ts/tobago-page.ts                     |    6 +-
 tobago-tool/pom.xml                                |    2 +-
 tobago-tool/tobago-config-dev/pom.xml              |    2 +-
 tobago-tool/tobago-config-mojarra/pom.xml          |    2 +-
 tobago-tool/tobago-config-myfaces/pom.xml          |    2 +-
 tobago-tool/tobago-config-owb/pom.xml              |    2 +-
 tobago-tool/tobago-tool-annotation/pom.xml         |    2 +-
 tobago-tool/tobago-tool-apt/pom.xml                |    2 +-
 tobago-tool/tobago-tool-test/pom.xml               |    2 +-
 73 files changed, 1845 insertions(+), 1503 deletions(-)