diff --git a/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/instance/testApplyToOn.st b/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/instance/testApplyToOn.st index e3e267bc..217944fe 100644 --- a/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/instance/testApplyToOn.st +++ b/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/instance/testApplyToOn.st @@ -3,9 +3,11 @@ testApplyToOn | html | - html := self apply: (BootstrapTypeaheadCommand searchingWith: [ :searchTerm | #(1 2 3 4) ] withSelectionDo: [ :selectedNumber | ]) toComponentDefinedBy: [ :canvas | canvas textInput ]. + html := self + apply: (BootstrapTypeaheadCommand searchingWith: [ :searchTerm | #(1 2 3 4) ] withSelectionDo: [ :selectedNumber | ]) + toComponentDefinedBy: [ :canvas | canvas textInput ]. self assert: html equals: - '' \ No newline at end of file + '' \ No newline at end of file diff --git a/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/instance/testApplyToOnWithConfiguration.st b/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/instance/testApplyToOnWithConfiguration.st index de6bf224..54b2cad6 100644 --- a/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/instance/testApplyToOnWithConfiguration.st +++ b/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/instance/testApplyToOnWithConfiguration.st @@ -10,4 +10,4 @@ testApplyToOnWithConfiguration self assert: html equals: - '' \ No newline at end of file + '' \ No newline at end of file diff --git a/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/instance/testApplyToOnWithRendering.st b/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/instance/testApplyToOnWithRendering.st deleted file mode 100644 index 148ebcfc..00000000 --- a/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/instance/testApplyToOnWithRendering.st +++ /dev/null @@ -1,18 +0,0 @@ -tests -testApplyToOnWithRendering - - | html | - - html := self - apply: - (BootstrapTypeaheadCommand - searchingWith: [ :searchTerm | #(1 2 3 4) ] - labeledBy: [ :number | '#' , number greaseString ] - withSelectionDo: [ :selectedNumber | ] - thenRendering: (IdentifiedWebView forDivNamed: 'test' containing: [ ])) - toComponentDefinedBy: [ :canvas | canvas textInput ]. - - self - assert: html - equals: - '' \ No newline at end of file diff --git a/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/methodProperties.json b/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/methodProperties.json index c1755cd5..dff7ac0d 100644 --- a/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/methodProperties.json +++ b/source/Willow-Bootstrap-Tests.package/BootstrapTypeaheadCommandTest.class/methodProperties.json @@ -1,8 +1,7 @@ { "instance" : { - "testApplyToOnWithRendering" : "GabrielOmarCotelli 9/13/2017 15:34", - "testApplyToOn" : "GabrielOmarCotelli 9/13/2017 15:25", - "testApplyToOnWithConfiguration" : "GabrielOmarCotelli 9/13/2017 15:28", + "testApplyToOn" : "GabrielOmarCotelli 9/14/2017 10:09", + "testApplyToOnWithConfiguration" : "GabrielOmarCotelli 9/14/2017 10:10", "testEvaluateWithUsing" : "GabrielOmarCotelli 9/13/2017 15:42" }, "class" : { } diff --git a/source/Willow-Bootstrap-Tests.package/monticello.meta/version b/source/Willow-Bootstrap-Tests.package/monticello.meta/version index 84afb73b..d1e3a056 100644 --- a/source/Willow-Bootstrap-Tests.package/monticello.meta/version +++ b/source/Willow-Bootstrap-Tests.package/monticello.meta/version @@ -1 +1 @@ -(name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.61' message 'Add typeahead support' id '42643181-7815-0d00-b115-a0e8088f8af0' date '13 September 2017' time '4:00:04.995333 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.60' message 'Add missing styles and constants. Add support for panel with several tables or list groups. Add dropdown support to apply commands to action anchors.' id '9a88f0a0-1415-0d00-8c1b-3f7104e97335' date '8 September 2017' time '4:50:40.886116 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.59' message 'Added radio button support to suppliers.' id '825c10bf-3114-0d00-927c-633a0c68cc48' date '28 August 2017' time '10:09:48.713066 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.58' message 'Completed coverage.' id 'a8fcbd3d-7e13-0d00-8293-6756081c9e85' date '19 August 2017' time '12:00:19.906728 pm' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.57' message 'Add support for multiline text field to component supplier' id '81f6526e-4113-0d00-bf31-e4930dc252c2' date '16 August 2017' time '11:27:21.97152 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.56' message 'Add list box support to the component supplier' id '40e203d6-4013-0d00-bf2d-85b90dc252c2' date '16 August 2017' time '10:44:46.652149 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.55' message 'Reverted use of supplier anchor.' id '852a84d7-d212-0d00-b4a3-cb1e0f30b6ca' date '10 August 2017' time '11:31:05.433733 pm' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.54' message 'Fixed anchor tests. Added supplied fieldset test. ' id 'a669c54b-a812-0d00-a77b-46c10389acdc' date '8 August 2017' time '8:45:32.273062 pm' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.53' message 'Added support for asynchronic anchor and checkbox in suppliers.' id '7653de72-9f12-0d00-82c6-fe4d00040d60' date '8 August 2017' time '10:12:13.511542 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.52' message 'Add support to exclude the optional bootstrap theme' id '660f17cb-e50f-0d00-abe2-df1c08503538' date '4 July 2017' time '5:52:06.452252 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.51' message 'Add test cases' id '25eb9149-e40f-0d00-82ae-67730c0b8a71' date '4 July 2017' time '4:04:18.498539 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.50' message 'Moved Bootstrap-Application test to his own class' id '21e023d5-df0f-0d00-b5a9-a95709e375bf' date '4 July 2017' time '10:45:25.260502 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.49' message 'Improved dialog handling. Fixed several code critics' id 'fa617aa5-900f-0d00-a9b1-f7a90d566f52' date '30 June 2017' time '12:17:03.20711 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.48' message 'Add support to use dropdown menus inside navigation bars' id '4945e0b5-7a0f-0d00-85c2-50aa05dec494' date '29 June 2017' time '10:06:49.039353 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.47' message 'Add support for Button Dropdowns' id 'a93023e2-790f-0d00-85c0-273105dec494' date '29 June 2017' time '9:07:36.655194 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.46' message 'Implemented Drop Down Menu abstractions' id '58ac5a3a-6c0f-0d00-902b-fdd10d462789' date '28 June 2017' time '4:50:07.144201 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.45' message 'Updated bootstrap-datepicker version to 1.7.0' id '8a690e1e-670f-0d00-abfe-1efe0383681b' date '28 June 2017' time '10:44:17.547841 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.44' message 'Improve dialog handling' id '6c657f39-590f-0d00-ba61-6c26018f9e94' date '27 June 2017' time '6:09:48.395036 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.43' message 'Add right alignment to number fields' id 'ed377adf-2a0e-0d00-b20b-d72f0cf6f23a' date '12 June 2017' time '5:26:37.982885 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.42' message 'Add test cases' id 'f59bacd6-db0d-0d00-9f26-3ee9088d7d16' date '8 June 2017' time '7:09:07.873919 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-nperez.41' message 'Bootstrap data API constants added' id '20fc11f5-7e0c-0d00-afe6-9b7407c49382' date '22 May 2017' time '10:55:14.247712 am' author 'nperez' ancestors ((name 'Willow-Bootstrap-Tests-nperez.40' message 'Bootstrap data API constants added' id '8570281c-0aba-684f-8bce-9722c6aa4d6c' date '22 May 2017' time '9:30:58.317408 am' author 'nperez' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.39' message 'Alerts support' id '11938b77-0000-0000-8663-fd8901f9629d' date '18 May 2017' time '3:39:50.772821 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.38' message 'Add missing glyphicons accessors. Add missing bootstrap-select Data-API constants' id 'e731e1a2-0000-0000-a29c-470f0ff68686' date '17 May 2017' time '11:13:58.589085 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.37' message 'Improve new line handling' id '074551bc-0000-0000-9091-dd230d0773d7' date '10 May 2017' time '9:56:20.008443 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.36' message 'Improve modals support' id '6c8c4303-0000-0000-8aa1-a6130266b7ff' date '9 May 2017' time '4:22:25.782036 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.35' message 'Add dropdown plugin support' id 'c00f70cb-0000-0000-82e5-6e5f06e17626' date '8 May 2017' time '11:28:49.960071 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.34' message 'Add popover support' id '5d0b9bf7-0000-0000-a5f7-4a1d09ea3645' date '5 May 2017' time '3:40:57.838582 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.33' message 'Add tooltips support' id '7c068057-0000-0000-998d-6fc50f5cd651' date '5 May 2017' time '1:44:36.746004 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.32' message 'Fixed test related to changes in Willow (serialization of children form).' id '0087e5e3-120b-0d00-a7cb-4f420dbf60a7' date '4 May 2017' time '8:34:18.025728 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.31' message 'Fixed typo' id '6fa73215-0000-0000-b56e-b9c10b55f61d' date '3 May 2017' time '7:40:40.523846 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.30' message 'Implemented Tabs and Pills support.' id '805f44f1-0000-0000-b56d-7ebd0b55f61d' date '3 May 2017' time '7:30:37.705292 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.29' message 'Add support for Bootstrap Panels' id '98ade6a7-0000-0000-8ef8-01650ebc2229' date '2 May 2017' time '6:06:52.515279 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.28' message 'Add Natural number field support' id 'd9d0ece8-0000-0000-b967-b4450c65e840' date '27 April 2017' time '4:43:36.771975 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.27' message 'Moved method to this package' id 'e5912938-0000-0000-8be4-7c7b08b16eb9' date '27 April 2017' time '12:19:26.284378 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.26' message 'Add support for BootstrapLabeledWebViews (aka form-groups). Use the new ARIA command.' id 'b27a1d10-0000-0000-b36c-630c0cce5355' date '25 April 2017' time '6:22:50.548075 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.25' message 'Add Input Groups support' id '932cc0f2-0000-0000-a105-24090978f8bd' date '25 April 2017' time '11:05:08.090199 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.24' message 'Exclude imported file libraries from the coverage.' id '488da208-0000-0000-9858-234201484fae' date '21 April 2017' time '5:42:32.700432 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.23' message 'Add datepicker support' id 'db8d4e53-0000-0000-bad5-905c0ded943b' date '21 April 2017' time '4:51:50.519416 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.22' message 'Add support for configuring the AJAX call error function.' id '5f7feb0b-0000-0000-aab8-0048051c1ec6' date '19 April 2017' time '3:36:59.186162 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.21' message 'Fixed some issues with file libraries' id '016755c6-0000-0000-9757-bd7c00bb8a31' date '18 April 2017' time '2:14:17.408886 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.20' message 'Bootstrap select command fixes' id '7bbf2285-4c09-0d00-a0ef-8309072a4cdd' date '11 April 2017' time '6:29:13.050185 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.19' message 'Small improvements on modals' id 'f753e5ba-3409-0d00-949d-d3e4054edf9d' date '10 April 2017' time '2:06:15.779523 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.18' message 'Add Bootstrap Modal Web Views' id '8524e34a-3209-0d00-ad76-78f109d22f4e' date '10 April 2017' time '11:11:46.653504 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.17' message 'Add modal support.' id '95553d6c-fc08-0d00-8233-34be0f9a6dbd' date '7 April 2017' time '6:55:37.978453 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.16' message 'Add test cases' id 'ac9b9f2a-fa08-0d00-9f64-276c051ce4ae' date '7 April 2017' time '4:14:07.188075 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.15' message 'Add Collapse plugin support' id '814bc73c-f608-0d00-b4d7-2112039fb704' date '7 April 2017' time '11:32:51.909823 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.14' message 'Add Bootstrap Navigation Bar support' id '70332d67-e808-0d00-af59-926405851807' date '6 April 2017' time '7:02:33.689635 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.13' message 'Fixed notification section rendering.' id 'bd31953c-e008-0d00-ac33-2ec00cf493dd' date '6 April 2017' time '9:17:59.346597 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.12' message 'Fixed notification section rendering.' id 'd69eb12d-e008-0d00-9830-fa1006c06800' date '6 April 2017' time '9:13:49.550294 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.11' message 'Fixed notification section rendering. ' id '5f01dee1-df08-0d00-9aa7-98460d42ab5d' date '6 April 2017' time '8:52:37.390687 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.10' message 'Updated test case.' id '48124f58-d208-0d00-8951-61d70577508c' date '5 April 2017' time '4:43:34.970116 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.9' message 'Rename utility method ' id '0be12911-ce08-0d00-993b-9d360ef8e485' date '5 April 2017' time '11:37:21.481165 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.8' message 'Add WillowApplication support.' id 'f839e32c-c008-0d00-8497-8f49002954dd' date '4 April 2017' time '7:02:57.070801 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.7' message 'Add test cases' id '15e9533c-ba08-0d00-8ee5-5b5d0356d0e3' date '4 April 2017' time '11:57:46.310111 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.6' message 'Add meta and doctype tests' id '7267da57-aa08-0d00-a579-6951059f230d' date '3 April 2017' time '5:00:08.632371 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.5' message 'Add test cases' id 'e835709f-a708-0d00-86c4-b79e00e2ec5f' date '3 April 2017' time '1:45:24.730536 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.4' message 'Add Bootstrap Libraries' id '31d0f4f1-a508-0d00-be3a-bfa10315a44d' date '3 April 2017' time '11:45:19.217911 am' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.62' message 'Simplified typeahead command' id '3f4575c1-8715-0d00-b117-559e088f8af0' date '14 September 2017' time '10:11:47.69511 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.61' message 'Add typeahead support' id '42643181-7815-0d00-b115-a0e8088f8af0' date '13 September 2017' time '4:00:04.995333 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.60' message 'Add missing styles and constants. Add support for panel with several tables or list groups. Add dropdown support to apply commands to action anchors.' id '9a88f0a0-1415-0d00-8c1b-3f7104e97335' date '8 September 2017' time '4:50:40.886116 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.59' message 'Added radio button support to suppliers.' id '825c10bf-3114-0d00-927c-633a0c68cc48' date '28 August 2017' time '10:09:48.713066 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.58' message 'Completed coverage.' id 'a8fcbd3d-7e13-0d00-8293-6756081c9e85' date '19 August 2017' time '12:00:19.906728 pm' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.57' message 'Add support for multiline text field to component supplier' id '81f6526e-4113-0d00-bf31-e4930dc252c2' date '16 August 2017' time '11:27:21.97152 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.56' message 'Add list box support to the component supplier' id '40e203d6-4013-0d00-bf2d-85b90dc252c2' date '16 August 2017' time '10:44:46.652149 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.55' message 'Reverted use of supplier anchor.' id '852a84d7-d212-0d00-b4a3-cb1e0f30b6ca' date '10 August 2017' time '11:31:05.433733 pm' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.54' message 'Fixed anchor tests. Added supplied fieldset test. ' id 'a669c54b-a812-0d00-a77b-46c10389acdc' date '8 August 2017' time '8:45:32.273062 pm' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.53' message 'Added support for asynchronic anchor and checkbox in suppliers.' id '7653de72-9f12-0d00-82c6-fe4d00040d60' date '8 August 2017' time '10:12:13.511542 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.52' message 'Add support to exclude the optional bootstrap theme' id '660f17cb-e50f-0d00-abe2-df1c08503538' date '4 July 2017' time '5:52:06.452252 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.51' message 'Add test cases' id '25eb9149-e40f-0d00-82ae-67730c0b8a71' date '4 July 2017' time '4:04:18.498539 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.50' message 'Moved Bootstrap-Application test to his own class' id '21e023d5-df0f-0d00-b5a9-a95709e375bf' date '4 July 2017' time '10:45:25.260502 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.49' message 'Improved dialog handling. Fixed several code critics' id 'fa617aa5-900f-0d00-a9b1-f7a90d566f52' date '30 June 2017' time '12:17:03.20711 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.48' message 'Add support to use dropdown menus inside navigation bars' id '4945e0b5-7a0f-0d00-85c2-50aa05dec494' date '29 June 2017' time '10:06:49.039353 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.47' message 'Add support for Button Dropdowns' id 'a93023e2-790f-0d00-85c0-273105dec494' date '29 June 2017' time '9:07:36.655194 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.46' message 'Implemented Drop Down Menu abstractions' id '58ac5a3a-6c0f-0d00-902b-fdd10d462789' date '28 June 2017' time '4:50:07.144201 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.45' message 'Updated bootstrap-datepicker version to 1.7.0' id '8a690e1e-670f-0d00-abfe-1efe0383681b' date '28 June 2017' time '10:44:17.547841 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.44' message 'Improve dialog handling' id '6c657f39-590f-0d00-ba61-6c26018f9e94' date '27 June 2017' time '6:09:48.395036 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.43' message 'Add right alignment to number fields' id 'ed377adf-2a0e-0d00-b20b-d72f0cf6f23a' date '12 June 2017' time '5:26:37.982885 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.42' message 'Add test cases' id 'f59bacd6-db0d-0d00-9f26-3ee9088d7d16' date '8 June 2017' time '7:09:07.873919 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-nperez.41' message 'Bootstrap data API constants added' id '20fc11f5-7e0c-0d00-afe6-9b7407c49382' date '22 May 2017' time '10:55:14.247712 am' author 'nperez' ancestors ((name 'Willow-Bootstrap-Tests-nperez.40' message 'Bootstrap data API constants added' id '8570281c-0aba-684f-8bce-9722c6aa4d6c' date '22 May 2017' time '9:30:58.317408 am' author 'nperez' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.39' message 'Alerts support' id '11938b77-0000-0000-8663-fd8901f9629d' date '18 May 2017' time '3:39:50.772821 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.38' message 'Add missing glyphicons accessors. Add missing bootstrap-select Data-API constants' id 'e731e1a2-0000-0000-a29c-470f0ff68686' date '17 May 2017' time '11:13:58.589085 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.37' message 'Improve new line handling' id '074551bc-0000-0000-9091-dd230d0773d7' date '10 May 2017' time '9:56:20.008443 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.36' message 'Improve modals support' id '6c8c4303-0000-0000-8aa1-a6130266b7ff' date '9 May 2017' time '4:22:25.782036 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.35' message 'Add dropdown plugin support' id 'c00f70cb-0000-0000-82e5-6e5f06e17626' date '8 May 2017' time '11:28:49.960071 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.34' message 'Add popover support' id '5d0b9bf7-0000-0000-a5f7-4a1d09ea3645' date '5 May 2017' time '3:40:57.838582 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.33' message 'Add tooltips support' id '7c068057-0000-0000-998d-6fc50f5cd651' date '5 May 2017' time '1:44:36.746004 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.32' message 'Fixed test related to changes in Willow (serialization of children form).' id '0087e5e3-120b-0d00-a7cb-4f420dbf60a7' date '4 May 2017' time '8:34:18.025728 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.31' message 'Fixed typo' id '6fa73215-0000-0000-b56e-b9c10b55f61d' date '3 May 2017' time '7:40:40.523846 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.30' message 'Implemented Tabs and Pills support.' id '805f44f1-0000-0000-b56d-7ebd0b55f61d' date '3 May 2017' time '7:30:37.705292 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.29' message 'Add support for Bootstrap Panels' id '98ade6a7-0000-0000-8ef8-01650ebc2229' date '2 May 2017' time '6:06:52.515279 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.28' message 'Add Natural number field support' id 'd9d0ece8-0000-0000-b967-b4450c65e840' date '27 April 2017' time '4:43:36.771975 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.27' message 'Moved method to this package' id 'e5912938-0000-0000-8be4-7c7b08b16eb9' date '27 April 2017' time '12:19:26.284378 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.26' message 'Add support for BootstrapLabeledWebViews (aka form-groups). Use the new ARIA command.' id 'b27a1d10-0000-0000-b36c-630c0cce5355' date '25 April 2017' time '6:22:50.548075 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.25' message 'Add Input Groups support' id '932cc0f2-0000-0000-a105-24090978f8bd' date '25 April 2017' time '11:05:08.090199 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.24' message 'Exclude imported file libraries from the coverage.' id '488da208-0000-0000-9858-234201484fae' date '21 April 2017' time '5:42:32.700432 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.23' message 'Add datepicker support' id 'db8d4e53-0000-0000-bad5-905c0ded943b' date '21 April 2017' time '4:51:50.519416 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.22' message 'Add support for configuring the AJAX call error function.' id '5f7feb0b-0000-0000-aab8-0048051c1ec6' date '19 April 2017' time '3:36:59.186162 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.21' message 'Fixed some issues with file libraries' id '016755c6-0000-0000-9757-bd7c00bb8a31' date '18 April 2017' time '2:14:17.408886 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.20' message 'Bootstrap select command fixes' id '7bbf2285-4c09-0d00-a0ef-8309072a4cdd' date '11 April 2017' time '6:29:13.050185 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.19' message 'Small improvements on modals' id 'f753e5ba-3409-0d00-949d-d3e4054edf9d' date '10 April 2017' time '2:06:15.779523 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.18' message 'Add Bootstrap Modal Web Views' id '8524e34a-3209-0d00-ad76-78f109d22f4e' date '10 April 2017' time '11:11:46.653504 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.17' message 'Add modal support.' id '95553d6c-fc08-0d00-8233-34be0f9a6dbd' date '7 April 2017' time '6:55:37.978453 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.16' message 'Add test cases' id 'ac9b9f2a-fa08-0d00-9f64-276c051ce4ae' date '7 April 2017' time '4:14:07.188075 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.15' message 'Add Collapse plugin support' id '814bc73c-f608-0d00-b4d7-2112039fb704' date '7 April 2017' time '11:32:51.909823 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.14' message 'Add Bootstrap Navigation Bar support' id '70332d67-e808-0d00-af59-926405851807' date '6 April 2017' time '7:02:33.689635 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.13' message 'Fixed notification section rendering.' id 'bd31953c-e008-0d00-ac33-2ec00cf493dd' date '6 April 2017' time '9:17:59.346597 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.12' message 'Fixed notification section rendering.' id 'd69eb12d-e008-0d00-9830-fa1006c06800' date '6 April 2017' time '9:13:49.550294 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-MaximilianoTabacman.11' message 'Fixed notification section rendering. ' id '5f01dee1-df08-0d00-9aa7-98460d42ab5d' date '6 April 2017' time '8:52:37.390687 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.10' message 'Updated test case.' id '48124f58-d208-0d00-8951-61d70577508c' date '5 April 2017' time '4:43:34.970116 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.9' message 'Rename utility method ' id '0be12911-ce08-0d00-993b-9d360ef8e485' date '5 April 2017' time '11:37:21.481165 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.8' message 'Add WillowApplication support.' id 'f839e32c-c008-0d00-8497-8f49002954dd' date '4 April 2017' time '7:02:57.070801 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.7' message 'Add test cases' id '15e9533c-ba08-0d00-8ee5-5b5d0356d0e3' date '4 April 2017' time '11:57:46.310111 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.6' message 'Add meta and doctype tests' id '7267da57-aa08-0d00-a579-6951059f230d' date '3 April 2017' time '5:00:08.632371 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.5' message 'Add test cases' id 'e835709f-a708-0d00-86c4-b79e00e2ec5f' date '3 April 2017' time '1:45:24.730536 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-Tests-GabrielOmarCotelli.4' message 'Add Bootstrap Libraries' id '31d0f4f1-a508-0d00-be3a-bfa10315a44d' date '3 April 2017' time '11:45:19.217911 am' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file diff --git a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.configuredBy..st b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.configuredBy..st index 1a8a6061..b3e152e2 100644 --- a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.configuredBy..st +++ b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.configuredBy..st @@ -1,9 +1,8 @@ Instance Creation searchingWith: aSearchAction labeledBy: aLabelsBlock withSelectionDo: aSelectionCallback configuredBy: aConfigurationBlock - ^ self - searchingWith: aSearchAction + ^ self new + initializeSearchingWith: aSearchAction labeledBy: aLabelsBlock withSelectionDo: aSelectionCallback - thenRefresh: Optional unused configuredBy: aConfigurationBlock \ No newline at end of file diff --git a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.thenRefresh.configuredBy..st b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.thenRefresh.configuredBy..st deleted file mode 100644 index a341b083..00000000 --- a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.thenRefresh.configuredBy..st +++ /dev/null @@ -1,9 +0,0 @@ -private -searchingWith: aSearchAction labeledBy: aLabelsBlock withSelectionDo: aSelectionCallback thenRefresh: anIdentifiedViewOptional configuredBy: aConfigurationBlock - - ^ self new - initializeSearchingWith: aSearchAction - labeledBy: aLabelsBlock - withSelectionDo: aSelectionCallback - thenRefresh: anIdentifiedViewOptional - configuredBy: aConfigurationBlock \ No newline at end of file diff --git a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.thenRendering..st b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.thenRendering..st deleted file mode 100644 index 5b342a5c..00000000 --- a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.thenRendering..st +++ /dev/null @@ -1,9 +0,0 @@ -Instance Creation -searchingWith: aSearchAction labeledBy: aLabelsBlock withSelectionDo: aSelectionCallback thenRendering: anIdentifiedWebView - - ^ self - searchingWith: aSearchAction - labeledBy: aLabelsBlock - withSelectionDo: aSelectionCallback - thenRendering: anIdentifiedWebView - configuredBy: [ :typeahead | ] \ No newline at end of file diff --git a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.thenRendering.configuredBy..st b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.thenRendering.configuredBy..st deleted file mode 100644 index b2698129..00000000 --- a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/class/searchingWith.labeledBy.withSelectionDo.thenRendering.configuredBy..st +++ /dev/null @@ -1,9 +0,0 @@ -Instance Creation -searchingWith: aSearchAction labeledBy: aLabelsBlock withSelectionDo: aSelectionCallback thenRendering: anIdentifiedWebView configuredBy: aConfigurationBlock - - ^ self - searchingWith: aSearchAction - labeledBy: aLabelsBlock - withSelectionDo: aSelectionCallback - thenRefresh: (Optional containing: anIdentifiedWebView) - configuredBy: aConfigurationBlock \ No newline at end of file diff --git a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/afterSelectFunctionEvaluate.on..st b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/afterSelectFunctionEvaluate.on..st new file mode 100644 index 00000000..0c4e6bc8 --- /dev/null +++ b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/afterSelectFunctionEvaluate.on..st @@ -0,0 +1,11 @@ +private +afterSelectFunctionEvaluate: aSelectionCallback on: aCanvas + + | selectedIndexHolder ajax | + + selectedIndexHolder := WAValueHolder new. + ajax := aCanvas jQuery ajax. + ajax + callback: [ :activeItemIndex | selectedIndexHolder contents: activeItemIndex greaseInteger ] value: ((aCanvas jQuery alias: 'activeItem') access: self indexProperty); + script: [ :script | aSelectionCallback value: (searchResults at: selectedIndexHolder contents) ]. + ^ ajax asFunction: #('activeItem') \ No newline at end of file diff --git a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/afterSelectFunctionEvaluate.thenRefresh.on..st b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/afterSelectFunctionEvaluate.thenRefresh.on..st deleted file mode 100644 index b6f24e98..00000000 --- a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/afterSelectFunctionEvaluate.thenRefresh.on..st +++ /dev/null @@ -1,12 +0,0 @@ -private -afterSelectFunctionEvaluate: aSelectionCallback thenRefresh: anIdentifiedViewOptional on: aCanvas - - | selectedIndexHolder ajax | - - selectedIndexHolder := WAValueHolder new. - ajax := aCanvas jQuery ajax. - ajax - callback: [ :activeItemIndex | selectedIndexHolder contents: activeItemIndex greaseInteger ] value: (aCanvas jQuery alias: 'activeItem'); - script: [ :script | aSelectionCallback value: (searchResults at: selectedIndexHolder contents) ]. - anIdentifiedViewOptional withContentDo: [ :identifiedView | ajax onComplete: ((aCanvas jQuery id: identifiedView identifier) load html: identifiedView view) ]. - ^ ajax asFunction: #('activeItem') \ No newline at end of file diff --git a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/initializeSearchingWith.labeledBy.withSelectionDo.thenRefresh.configuredBy..st b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/initializeSearchingWith.labeledBy.withSelectionDo.configuredBy..st similarity index 63% rename from source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/initializeSearchingWith.labeledBy.withSelectionDo.thenRefresh.configuredBy..st rename to source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/initializeSearchingWith.labeledBy.withSelectionDo.configuredBy..st index 1a1cfa30..15a558ec 100644 --- a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/initializeSearchingWith.labeledBy.withSelectionDo.thenRefresh.configuredBy..st +++ b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/initializeSearchingWith.labeledBy.withSelectionDo.configuredBy..st @@ -1,16 +1,15 @@ initialization -initializeSearchingWith: aSearchAction labeledBy: aLabelsBlock withSelectionDo: aSelectionCallback thenRefresh: anIdentifiedViewOptional configuredBy: aConfigurationBlock +initializeSearchingWith: aSearchAction labeledBy: aLabelsBlock withSelectionDo: aSelectionCallback configuredBy: aConfigurationBlock searchResults := #(). scriptCommand := ComponentScriptCommand toExecute: [ :canvas | | typeahead | - anIdentifiedViewOptional withContentDo: [ :identifiedView | identifiedView identifyIn: canvas ]. typeahead := canvas jQuery this bootstrapTypeahead. typeahead source: (self searchWith: aSearchAction labels: aLabelsBlock on: canvas); updater: self updaterFunction; - afterSelect: (self afterSelectFunctionEvaluate: aSelectionCallback thenRefresh: anIdentifiedViewOptional on: canvas). + afterSelect: (self afterSelectFunctionEvaluate: aSelectionCallback on: canvas). aConfigurationBlock cull: typeahead cull: canvas. typeahead ] \ No newline at end of file diff --git a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/updaterFunction.st b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/updaterFunction.st index d0a0fd7d..9672d66e 100644 --- a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/updaterFunction.st +++ b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/instance/updaterFunction.st @@ -1,8 +1,8 @@ private -updaterFunction +updaterFunction ^ JSFunction new arguments: #('item'); - add: ((JSStream this alias: 'item') access: self indexProperty); + add: (JSStream this alias: 'item'); return: true; yourself \ No newline at end of file diff --git a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/methodProperties.json b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/methodProperties.json index 5491c8a8..01693df7 100644 --- a/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/methodProperties.json +++ b/source/Willow-Bootstrap.package/BootstrapTypeaheadCommand.class/methodProperties.json @@ -1,24 +1,21 @@ { "instance" : { + "initializeSearchingWith:labeledBy:withSelectionDo:configuredBy:" : "GabrielOmarCotelli 9/14/2017 10:01", "applyTo:on:" : "GabrielOmarCotelli 9/12/2017 16:45", - "initializeSearchingWith:labeledBy:withSelectionDo:thenRefresh:configuredBy:" : "GabrielOmarCotelli 9/13/2017 15:34", - "afterSelectFunctionEvaluate:thenRefresh:on:" : "GabrielOmarCotelli 9/13/2017 15:15", + "responseFunctionName" : "GabrielOmarCotelli 9/13/2017 15:03", "evaluate:with:using:" : "GabrielOmarCotelli 9/13/2017 15:07", "searchTermVariable" : "GabrielOmarCotelli 9/13/2017 15:03", "indexProperty" : "GabrielOmarCotelli 9/13/2017 15:01", "searchWith:labels:on:" : "GabrielOmarCotelli 9/13/2017 15:07", - "updaterFunction" : "GabrielOmarCotelli 9/13/2017 15:08", - "responseFunctionName" : "GabrielOmarCotelli 9/13/2017 15:03" + "updaterFunction" : "GabrielOmarCotelli 9/14/2017 10:05", + "afterSelectFunctionEvaluate:on:" : "GabrielOmarCotelli 9/14/2017 10:07" }, "class" : { - "searchingWith:labeledBy:withSelectionDo:configuredBy:" : "GabrielOmarCotelli 9/13/2017 15:17", - "defaultLabelBlock" : "GabrielOmarCotelli 9/13/2017 15:20", + "searchingWith:labeledBy:withSelectionDo:configuredBy:" : "GabrielOmarCotelli 9/14/2017 10:02", "searchingWith:withSelectionDo:" : "GabrielOmarCotelli 9/13/2017 15:20", - "searchingWith:labeledBy:withSelectionDo:thenRendering:configuredBy:" : "GabrielOmarCotelli 9/13/2017 15:19", + "defaultLabelBlock" : "GabrielOmarCotelli 9/13/2017 15:20", + "searchingWith:withSelectionDo:configuredBy:" : "GabrielOmarCotelli 9/13/2017 15:21", "searchingWith:labeledBy:withSelectionDo:" : "GabrielOmarCotelli 9/13/2017 15:21", - "searchingWith:labeledBy:withSelectionDo:thenRefresh:configuredBy:" : "GabrielOmarCotelli 9/13/2017 15:16", - "defaultConfigurationBlock" : "GabrielOmarCotelli 9/13/2017 15:21", - "searchingWith:labeledBy:withSelectionDo:thenRendering:" : "GabrielOmarCotelli 9/13/2017 15:19", - "searchingWith:withSelectionDo:configuredBy:" : "GabrielOmarCotelli 9/13/2017 15:21" + "defaultConfigurationBlock" : "GabrielOmarCotelli 9/13/2017 15:21" } } \ No newline at end of file diff --git a/source/Willow-Bootstrap.package/monticello.meta/version b/source/Willow-Bootstrap.package/monticello.meta/version index 2c4174dd..1c612f56 100644 --- a/source/Willow-Bootstrap.package/monticello.meta/version +++ b/source/Willow-Bootstrap.package/monticello.meta/version @@ -1 +1 @@ -(name 'Willow-Bootstrap-GabrielOmarCotelli.52' message 'Add typeahead support' id '9ec8617b-7815-0d00-b114-aad5088f8af0' date '13 September 2017' time '3:58:27.503441 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.51' message 'Add missing styles and constants. Add support for panel with several tables or list groups. Add dropdown support to apply commands to action anchors.' id '051c289d-1415-0d00-8c1a-f23f04e97335' date '8 September 2017' time '4:49:37.419466 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-MaximilianoTabacman.50' message 'Added radio button support to suppliers.' id '8245a7a3-3114-0d00-925e-63ba0c68cc48' date '28 August 2017' time '10:02:08.840066 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-MaximilianoTabacman.49' message 'Completed coverage.' id '500a6225-7e13-0d00-8276-4ce4081c9e85' date '19 August 2017' time '11:53:31.227728 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.48' message 'Add support for multiline text field to component supplier' id '09b6626d-4113-0d00-bf30-22350dc252c2' date '16 August 2017' time '11:27:06.226373 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.47' message 'Add list box support to the component supplier' id 'd4803bd3-4013-0d00-bf2c-dc070dc252c2' date '16 August 2017' time '10:43:59.965595 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-MaximilianoTabacman.46' message 'Reverted use of supplier anchor.' id '550f8ebe-d212-0d00-b486-a5890f30b6ca' date '10 August 2017' time '11:24:06.651733 pm' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-MaximilianoTabacman.45' message 'Added fieldset to supplier.' id '661e2045-a812-0d00-a77a-e1150389acdc' date '8 August 2017' time '8:43:40.778062 pm' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-MaximilianoTabacman.44' message 'Added support for asynchronic anchor and checkbox in suppliers.' id '6ea9da6e-9f12-0d00-82b1-8b3b00040d60' date '8 August 2017' time '10:11:06.162542 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.43' message 'Avoid mutating file libraries when not needed' id '636e1447-f70f-0d00-b6ec-43ac066d80be' date '5 July 2017' time '2:43:41.0988 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.42' message 'Add support to exclude the optional bootstrap theme' id 'e8629dc8-e50f-0d00-abe1-bf2f08503538' date '4 July 2017' time '5:51:24.923805 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.41' message 'Add language support.' id '957bce46-e40f-0d00-82ad-1d280c0b8a71' date '4 July 2017' time '4:03:32.136017 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.40' message 'Improved dialog handling. Fixed several code critics' id '4aa032a4-900f-0d00-a9b0-abef0d566f52' date '30 June 2017' time '12:16:41.727238 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.39' message 'Add support to use dropdown menus inside navigation bars' id '39e1a8b4-7a0f-0d00-85c1-3dbd05dec494' date '29 June 2017' time '10:06:28.632056 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.38' message 'Add support for Button Dropdowns' id '86f2a2e0-790f-0d00-85bf-269105dec494' date '29 June 2017' time '9:07:11.473444 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.37' message 'Implemented Drop Down Menu abstractions' id 'cb9e7438-6c0f-0d00-902a-2a7b0d462789' date '28 June 2017' time '4:49:35.290274 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.36' message 'Updated bootstrap-datepicker version to 1.7.0' id 'e67a911c-670f-0d00-abfd-f0a50383681b' date '28 June 2017' time '10:43:52.583034 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.35' message 'Improve dialog handling' id '26145b38-590f-0d00-ba60-d752018f9e94' date '27 June 2017' time '6:09:29.237713 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.34' message 'Add right alignment to number fields' id '643d3cdd-2a0e-0d00-b20a-05c90cf6f23a' date '12 June 2017' time '5:26:00.366608 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.33' message 'Improve Supplier API' id '768607c5-db0d-0d00-9f25-e62b088d7d16' date '8 June 2017' time '7:04:11.842397 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-nperez.32' message 'Bootstrap data API constants added' id '984c4fef-7e0c-0d00-afe5-f21607c49382' date '22 May 2017' time '10:53:37.602712 am' author 'nperez' ancestors ((name 'Willow-Bootstrap-nperez.31' message 'Bootstrap data API constants added' id '03695132-8090-1441-8bdb-a2a6bc1766aa' date '22 May 2017' time '9:29:51.787408 am' author 'nperez' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.30' message 'Alerts support' id 'b0f17f76-0000-0000-8662-c9be01f9629d' date '18 May 2017' time '3:39:33.233223 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.29' message 'Add missing glyphicons accessors. Add missing bootstrap-select Data-API constants' id '205c58a1-0000-0000-a29b-283b0ff68686' date '17 May 2017' time '11:13:32.844206 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.28' message 'Improve new line handling' id '17c857bb-0000-0000-9090-17ab0d0773d7' date '10 May 2017' time '9:56:03.657902 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.27' message 'Improve modals support' id '28a394fd-0000-0000-8aa0-8d8b0266b7ff' date '9 May 2017' time '4:20:50.432973 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.26' message 'Add dropdown plugin support' id 'c88d7dca-0000-0000-82e4-3a9606e17626' date '8 May 2017' time '11:28:34.067052 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.25' message 'Add popover support' id '225690f6-0000-0000-a5f6-b48709ea3645' date '5 May 2017' time '3:40:40.359616 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.24' message 'Add tooltips support' id 'd79c8b55-0000-0000-998c-315b0f5cd651' date '5 May 2017' time '1:44:03.950974 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.23' message 'Refactored the configuration method' id '7015b235-0000-0000-b56f-68020b55f61d' date '3 May 2017' time '7:49:45.74597 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.22' message 'Implemented Tabs and Pills support.' id '6db477dd-0000-0000-b56c-49ba0b55f61d' date '3 May 2017' time '7:25:05.525033 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.21' message 'Add support for Bootstrap Panels' id '3621daa6-0000-0000-8ef7-ddc20ebc2229' date '2 May 2017' time '6:06:34.915457 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.20' message 'Add Natural number field support' id '750d2de7-0000-0000-b966-b1910c65e840' date '27 April 2017' time '4:43:07.42733 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.19' message 'Moved method to this package' id 'cd3c1a37-0000-0000-8be3-865208b16eb9' date '27 April 2017' time '12:19:08.502417 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.18' message 'Add support for BootstrapLabeledWebViews (aka form-groups). Use the new ARIA command.' id '18b65e0d-0000-0000-b36b-75d20cce5355' date '25 April 2017' time '6:22:04.491462 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.17' message 'Add Input Groups support' id '77a0ade9-0000-0000-a104-bf9a0978f8bd' date '25 April 2017' time '11:02:35.879684 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.16' message 'Add datepicker support' id '9f9e1851-0000-0000-bad4-582f0ded943b' date '21 April 2017' time '4:51:13.430374 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.15' message 'Fixed some issues with file libraries' id '73371dc1-0000-0000-9754-903100bb8a31' date '18 April 2017' time '2:12:49.840179 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.14' message 'Bootstrap Select Command fixes' id '2cf37783-4c09-0d00-a0ee-3d35072a4cdd' date '11 April 2017' time '6:28:45.079528 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.13' message 'Small improvements on modals' id '9663f3b9-3409-0d00-949c-4eb7054edf9d' date '10 April 2017' time '2:05:59.923773 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.12' message 'Add Bootstrap Modal Web Views' id '60e6e649-3209-0d00-ad75-4c2a09d22f4e' date '10 April 2017' time '11:11:30.122777 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.11' message 'Add modal support.' id 'eb0c5c6b-fc08-0d00-8232-18ff0f9a6dbd' date '7 April 2017' time '6:55:23.214235 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.10' message 'Add some BootstrapSelect constants' id '31952529-fa08-0d00-9f63-f1d6051ce4ae' date '7 April 2017' time '4:13:42.413805 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.9' message 'Add Collapse plugin support' id 'eef4cc39-f608-0d00-b4d6-a949039fb704' date '7 April 2017' time '11:32:01.949135 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.8' message 'Add Bootstrap Navigation Bar support' id '10229f63-e808-0d00-af58-7a0b05851807' date '6 April 2017' time '7:01:34.046957 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.7' message 'Change some styles.' id 'b47c1b57-d208-0d00-8950-85770577508c' date '5 April 2017' time '4:43:14.812289 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.6' message 'Implemented BootstrapIconWebView' id '37638b3a-ba08-0d00-8ee4-22810356d0e3' date '4 April 2017' time '11:57:16.391466 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.5' message 'Add Bootstrap styles' id '5d5bbd53-aa08-0d00-a578-b2fa059f230d' date '3 April 2017' time '4:58:59.619916 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.4' message 'Updated libraries' id '9c0ee69b-a708-0d00-86bf-3cc500e2ec5f' date '3 April 2017' time '1:44:25.344858 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.3' message 'Add Bootstrap Libraries' id '9a3e89e6-a508-0d00-be38-f3550315a44d' date '3 April 2017' time '11:42:07.618902 am' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file +(name 'Willow-Bootstrap-GabrielOmarCotelli.53' message 'Simplified typeahead command' id 'bb92d8bf-8715-0d00-b116-e098088f8af0' date '14 September 2017' time '10:11:20.64859 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.52' message 'Add typeahead support' id '9ec8617b-7815-0d00-b114-aad5088f8af0' date '13 September 2017' time '3:58:27.503441 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.51' message 'Add missing styles and constants. Add support for panel with several tables or list groups. Add dropdown support to apply commands to action anchors.' id '051c289d-1415-0d00-8c1a-f23f04e97335' date '8 September 2017' time '4:49:37.419466 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-MaximilianoTabacman.50' message 'Added radio button support to suppliers.' id '8245a7a3-3114-0d00-925e-63ba0c68cc48' date '28 August 2017' time '10:02:08.840066 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-MaximilianoTabacman.49' message 'Completed coverage.' id '500a6225-7e13-0d00-8276-4ce4081c9e85' date '19 August 2017' time '11:53:31.227728 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.48' message 'Add support for multiline text field to component supplier' id '09b6626d-4113-0d00-bf30-22350dc252c2' date '16 August 2017' time '11:27:06.226373 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.47' message 'Add list box support to the component supplier' id 'd4803bd3-4013-0d00-bf2c-dc070dc252c2' date '16 August 2017' time '10:43:59.965595 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-MaximilianoTabacman.46' message 'Reverted use of supplier anchor.' id '550f8ebe-d212-0d00-b486-a5890f30b6ca' date '10 August 2017' time '11:24:06.651733 pm' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-MaximilianoTabacman.45' message 'Added fieldset to supplier.' id '661e2045-a812-0d00-a77a-e1150389acdc' date '8 August 2017' time '8:43:40.778062 pm' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-MaximilianoTabacman.44' message 'Added support for asynchronic anchor and checkbox in suppliers.' id '6ea9da6e-9f12-0d00-82b1-8b3b00040d60' date '8 August 2017' time '10:11:06.162542 am' author 'MaximilianoTabacman' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.43' message 'Avoid mutating file libraries when not needed' id '636e1447-f70f-0d00-b6ec-43ac066d80be' date '5 July 2017' time '2:43:41.0988 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.42' message 'Add support to exclude the optional bootstrap theme' id 'e8629dc8-e50f-0d00-abe1-bf2f08503538' date '4 July 2017' time '5:51:24.923805 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.41' message 'Add language support.' id '957bce46-e40f-0d00-82ad-1d280c0b8a71' date '4 July 2017' time '4:03:32.136017 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.40' message 'Improved dialog handling. Fixed several code critics' id '4aa032a4-900f-0d00-a9b0-abef0d566f52' date '30 June 2017' time '12:16:41.727238 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.39' message 'Add support to use dropdown menus inside navigation bars' id '39e1a8b4-7a0f-0d00-85c1-3dbd05dec494' date '29 June 2017' time '10:06:28.632056 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.38' message 'Add support for Button Dropdowns' id '86f2a2e0-790f-0d00-85bf-269105dec494' date '29 June 2017' time '9:07:11.473444 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.37' message 'Implemented Drop Down Menu abstractions' id 'cb9e7438-6c0f-0d00-902a-2a7b0d462789' date '28 June 2017' time '4:49:35.290274 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.36' message 'Updated bootstrap-datepicker version to 1.7.0' id 'e67a911c-670f-0d00-abfd-f0a50383681b' date '28 June 2017' time '10:43:52.583034 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.35' message 'Improve dialog handling' id '26145b38-590f-0d00-ba60-d752018f9e94' date '27 June 2017' time '6:09:29.237713 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.34' message 'Add right alignment to number fields' id '643d3cdd-2a0e-0d00-b20a-05c90cf6f23a' date '12 June 2017' time '5:26:00.366608 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.33' message 'Improve Supplier API' id '768607c5-db0d-0d00-9f25-e62b088d7d16' date '8 June 2017' time '7:04:11.842397 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-nperez.32' message 'Bootstrap data API constants added' id '984c4fef-7e0c-0d00-afe5-f21607c49382' date '22 May 2017' time '10:53:37.602712 am' author 'nperez' ancestors ((name 'Willow-Bootstrap-nperez.31' message 'Bootstrap data API constants added' id '03695132-8090-1441-8bdb-a2a6bc1766aa' date '22 May 2017' time '9:29:51.787408 am' author 'nperez' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.30' message 'Alerts support' id 'b0f17f76-0000-0000-8662-c9be01f9629d' date '18 May 2017' time '3:39:33.233223 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.29' message 'Add missing glyphicons accessors. Add missing bootstrap-select Data-API constants' id '205c58a1-0000-0000-a29b-283b0ff68686' date '17 May 2017' time '11:13:32.844206 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.28' message 'Improve new line handling' id '17c857bb-0000-0000-9090-17ab0d0773d7' date '10 May 2017' time '9:56:03.657902 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.27' message 'Improve modals support' id '28a394fd-0000-0000-8aa0-8d8b0266b7ff' date '9 May 2017' time '4:20:50.432973 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.26' message 'Add dropdown plugin support' id 'c88d7dca-0000-0000-82e4-3a9606e17626' date '8 May 2017' time '11:28:34.067052 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.25' message 'Add popover support' id '225690f6-0000-0000-a5f6-b48709ea3645' date '5 May 2017' time '3:40:40.359616 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.24' message 'Add tooltips support' id 'd79c8b55-0000-0000-998c-315b0f5cd651' date '5 May 2017' time '1:44:03.950974 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.23' message 'Refactored the configuration method' id '7015b235-0000-0000-b56f-68020b55f61d' date '3 May 2017' time '7:49:45.74597 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.22' message 'Implemented Tabs and Pills support.' id '6db477dd-0000-0000-b56c-49ba0b55f61d' date '3 May 2017' time '7:25:05.525033 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.21' message 'Add support for Bootstrap Panels' id '3621daa6-0000-0000-8ef7-ddc20ebc2229' date '2 May 2017' time '6:06:34.915457 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.20' message 'Add Natural number field support' id '750d2de7-0000-0000-b966-b1910c65e840' date '27 April 2017' time '4:43:07.42733 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.19' message 'Moved method to this package' id 'cd3c1a37-0000-0000-8be3-865208b16eb9' date '27 April 2017' time '12:19:08.502417 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.18' message 'Add support for BootstrapLabeledWebViews (aka form-groups). Use the new ARIA command.' id '18b65e0d-0000-0000-b36b-75d20cce5355' date '25 April 2017' time '6:22:04.491462 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.17' message 'Add Input Groups support' id '77a0ade9-0000-0000-a104-bf9a0978f8bd' date '25 April 2017' time '11:02:35.879684 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.16' message 'Add datepicker support' id '9f9e1851-0000-0000-bad4-582f0ded943b' date '21 April 2017' time '4:51:13.430374 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.15' message 'Fixed some issues with file libraries' id '73371dc1-0000-0000-9754-903100bb8a31' date '18 April 2017' time '2:12:49.840179 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.14' message 'Bootstrap Select Command fixes' id '2cf37783-4c09-0d00-a0ee-3d35072a4cdd' date '11 April 2017' time '6:28:45.079528 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.13' message 'Small improvements on modals' id '9663f3b9-3409-0d00-949c-4eb7054edf9d' date '10 April 2017' time '2:05:59.923773 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.12' message 'Add Bootstrap Modal Web Views' id '60e6e649-3209-0d00-ad75-4c2a09d22f4e' date '10 April 2017' time '11:11:30.122777 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.11' message 'Add modal support.' id 'eb0c5c6b-fc08-0d00-8232-18ff0f9a6dbd' date '7 April 2017' time '6:55:23.214235 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.10' message 'Add some BootstrapSelect constants' id '31952529-fa08-0d00-9f63-f1d6051ce4ae' date '7 April 2017' time '4:13:42.413805 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.9' message 'Add Collapse plugin support' id 'eef4cc39-f608-0d00-b4d6-a949039fb704' date '7 April 2017' time '11:32:01.949135 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.8' message 'Add Bootstrap Navigation Bar support' id '10229f63-e808-0d00-af58-7a0b05851807' date '6 April 2017' time '7:01:34.046957 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.7' message 'Change some styles.' id 'b47c1b57-d208-0d00-8950-85770577508c' date '5 April 2017' time '4:43:14.812289 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.6' message 'Implemented BootstrapIconWebView' id '37638b3a-ba08-0d00-8ee4-22810356d0e3' date '4 April 2017' time '11:57:16.391466 am' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.5' message 'Add Bootstrap styles' id '5d5bbd53-aa08-0d00-a578-b2fa059f230d' date '3 April 2017' time '4:58:59.619916 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.4' message 'Updated libraries' id '9c0ee69b-a708-0d00-86bf-3cc500e2ec5f' date '3 April 2017' time '1:44:25.344858 pm' author 'GabrielOmarCotelli' ancestors ((name 'Willow-Bootstrap-GabrielOmarCotelli.3' message 'Add Bootstrap Libraries' id '9a3e89e6-a508-0d00-be38-f3550315a44d' date '3 April 2017' time '11:42:07.618902 am' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) \ No newline at end of file