Alexander Schmitz
ba7829f34e
Effects: Fix line length issues
...
Ref gh-1690
2016-04-13 11:32:04 -04:00
Alexander Schmitz
3858df5d5b
i18n: Fix line length issues
...
Ref gh-1690
2016-04-13 11:32:02 -04:00
Alexander Schmitz
de4cbdab98
Position: Fix line length issues
...
Ref gh-1690
2016-04-13 11:32:01 -04:00
Alexander Schmitz
9dd2576494
Scroll Parent: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:59 -04:00
Alexander Schmitz
c4e5d73b36
Widget: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:58 -04:00
Alexander Schmitz
ca3d4511c4
Accordion: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:56 -04:00
Alexander Schmitz
adbd694a3e
Checkboxradio: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:55 -04:00
Alexander Schmitz
fcf97a033f
Controlgroup: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:53 -04:00
Alexander Schmitz
c57f4e5ced
Dialog: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:52 -04:00
Alexander Schmitz
545bcfec8e
Draggable: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:50 -04:00
Alexander Schmitz
8a6d4c1a15
Droppable: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:48 -04:00
Alexander Schmitz
88f74e1656
Menu: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:47 -04:00
Alexander Schmitz
55b53b5462
Mouse: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:45 -04:00
Alexander Schmitz
a69b1a9eb8
Progressbar: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:44 -04:00
Alexander Schmitz
c5eca7443c
Resizable: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:42 -04:00
Alexander Schmitz
b74a8b68bd
Selectable: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:40 -04:00
Alexander Schmitz
b6b4dd1279
Slider: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:38 -04:00
Alexander Schmitz
e1f23184a6
Sortable: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:36 -04:00
Alexander Schmitz
a4c9809340
Spinner: Fix line length violations
...
Ref gh-1690
2016-04-13 11:31:34 -04:00
Alexander Schmitz
f42a759b32
Tabs: Fix line length violations
...
Ref gh-1690
2016-04-13 11:31:21 -04:00
Amine HADDAD
3bfee654bf
Datepicker: Fix day names for ar-DZ locale
...
Fixes #14948
Closes gh-1697
2016-04-13 11:12:32 -04:00
Scott González
57f801f1de
Menu: Don't reset active element until after triggering blur
event
...
This ensures that `ui.item` actually exists in the `blur` event.
Fixes #14945
Closes gh-1696
2016-04-13 11:08:21 -04:00
Maksim Ryzhikov
c19fc10e84
Sortable: Fix incorrect top containment for document
...
Fixes #14927
Closes gh-1695
2016-04-12 15:39:06 -04:00
dstrohl
9aca706732
Sortable: Update _contactContainers to use page clientX/Y values
...
The sortable was using the window position compared with page position to
determine where to drop objects. this was only a problem for sortables far
enough down to require scrolling.
Fixes #10727
Fixes #5039
Closes gh-1475
Closes gh-1585
2016-03-30 18:48:29 -04:00
Rand Scullard
d21aeee809
Menu: Check that there is an active item in _activate()
...
Closes gh-1606
2016-03-30 14:43:03 -04:00
Konstantin Dinev
623b64eefc
Resizable: Implement setOption
for handles
...
Fixes #3423
Closes gh-1666
2016-03-30 14:08:41 -04:00
Mukul Hase
a1905e2c5e
Slider: Fixed max value miscalculation
...
Fixes #12852
Closes gh-1664
2016-03-30 13:28:04 -04:00
Alexander Schmitz
bff8277fbc
Selectmenu: Prepend icon and move overflow to text span
...
Fixes #14938
Closes gh-1685
2016-03-30 11:53:28 -04:00
Piotr Baran
bf5d6f314b
Datepicker: Fixed keyboard navigation
...
Fixes #7956
Closes gh-1677
2016-03-30 09:42:38 -04:00
Alexander Schmitz
882eb4cbf2
Checkboxradio: Check that there is an icon before toggeling class
...
Fixes #14939
Closes gh-1686
2016-03-30 09:25:11 -04:00
Francesc Baeta
89fe04af3d
Resizable: Fix top jump with rotated element
...
Fix top jump when resizing a rotated element (90°) using north handle
and exceeding the minmal height (default 10px).
Bug was found using a resizable-rotation-patch:
https://github.com/unlocomqx/jQuery-ui-resizable-rotation-patch
Closes gh-1687
2016-03-30 09:24:03 -04:00
Jörn Zaefferer
4866e14922
Menu: Remove active class from top-level item when menu is blurred
...
This issue was introduced by 0bbd156918
,
which reduced the use of ui-state-focus and ui-state-active to using
only ui-state-focus. This introduced the issue addressed here.
The fix is more of a workaround. With test test in place, we can
investigate a better solution in the future.
Fixes #14919
2016-03-11 18:27:58 +01:00
Alexander Schmitz
20466d5027
Selectmenu: Fixed selectmenu icon float right
...
Also removes the icon space as its not needed with a floated icon
Fixes #14914
Closes gh-1671
2016-02-24 11:29:44 -05:00
Fahad Ahmad
8564641fb8
Datepicker: Use getFullYear()
instead of deprecated getYear()
...
Fixes #14920
Closes gh-1678
2016-02-21 12:38:23 -05:00
Scott González
cbceca7091
Autocomplete: Work around isContentEditable
bug in Chrome
...
Fixes #14917
Closes gh-1673
2016-02-16 12:22:10 -05:00
Alyosha Pushak
c87653bc24
Accordion: Correct height calculated when closed
...
Fixes #11938
Closes gh-1536
Closes gh-1616
2016-02-09 14:40:29 -05:00
Scott González
63c103dd54
Draggable: Improve detection for when to blur the active element
...
Fixes #12472
Fixes #14905
Closes gh-1548
2016-02-09 13:37:26 -05:00
Scott González
6d0adb27e8
Selectors: Fix metadata
...
Closes gh-1663
2016-01-15 10:26:50 -05:00
Jörn Zaefferer
9f6d924515
Effects: Refactor transfer back compat to avoid bad nested return
...
Download builder replaces return statements while concatenating a
bundle, but fails to deal with this nested return. Since this module
is already deprecated, pulling the return to the top level makes
more sense.
2015-11-26 18:39:30 +01:00
Benjamin Albert
cd7f8f02cf
Datepicker: Refactor _updateAlternate()
method
...
Closes gh-1647
2015-11-13 10:50:36 -05:00
Scott González
7cc88bfe32
Resizable: Fix data reference for ui-resizable-alsoresize
...
Fixes #14788
2015-11-09 09:16:13 -05:00
Scott González
6a681c2c13
Resizable: Don't use CSS shorthand properties with .css()
...
Fixes #7766
Closes gh-1644
2015-11-05 11:44:09 -05:00
Scott González
e77fbe5388
Checkboxradio: Properly find radio groups from the associated form
...
Fixes #9973
Closes gh-1631
2015-10-29 11:19:13 -04:00
Jörn Zaefferer
9644e7bae9
Dialog: Escape closeText option before passing it to button
...
Ref gh-1632
Fixes jquery/api.jqueryui.com#281
2015-10-28 19:48:35 +01:00
Scott González
17b5386e8c
Mouse: Ignore mousemove
events triggered by key presses in Safari
...
If the user presses control, meta, shift, or alt during a drag operation,
Safari will trigger an event where `event.which` is `0`. We use that scenario
to detect that a `mouseup` occurred in a different document, so we need to
ignore these events when one of the keys are pressed.
Fixes #14461
Closes gh-1620
2015-10-27 14:12:00 -04:00
Jörn Zaefferer
39853fda45
Selectmenu: Handle form resets
...
Fixes #12236
Ref gh-1550
2015-10-27 10:28:04 -04:00
Scott González
5d7e8b1824
Button: Fix call to ._toggleClass()
2015-10-26 16:58:49 -04:00
Jörn Zaefferer
1fdc56d1de
FormResetMixin: Add copyright header and manifest comments
2015-10-26 13:16:37 -04:00
Jörn Zaefferer
09fde89a24
Controlgroup: Fix create and destroy for controlgroupLabel
...
Creating the label broke while doing a refactoring, the lack of tests
allowed that to go unnoticed. Shouldn't happen again with the extra
tests, covering both controlgroupLabel and spinner.
2015-10-26 10:09:20 -04:00
Jörn Zaefferer
800d76ac17
Core: Remove header and manifest
...
This file is deprecated and should not be included, by default, in
builds anymore.
2015-10-23 09:25:15 -04:00
Jörn Zaefferer
cb69f0025f
All: Fix manifest issues for categories and CSS dependencies
...
Collapses "UI Core" and "Core" into just "Core".
Fixes bad paths for CSS dependencies. Regressed when moving widgets
into the widgets subfolder.
2015-10-23 09:09:51 -04:00
Hannah Methvin
a1d69208ba
Mouse: Don't stop propagation of mouseup
...
Fixes #10818
2015-10-18 12:36:43 -04:00
Mani Mishra
d573232707
Tooltip: Use show.delay update only when track option is active
...
Fixes #14682
Closes gh-1613
2015-10-17 16:14:41 -04:00
Scott González
548fbf570c
Autocomplete: Close the menu on any outside interactions
...
This ensures that the menu will close if the user interacts with a
draggable, resizable, etc. element since those interactions don't
change focus.
Ref #6642
Closes gh-1614
2015-10-16 14:09:05 -04:00
Scott González
7df2f1905a
Resizable: Remove mysterious helper dimension adjustments
...
Fixes #11113
Closes gh-1615
2015-10-16 10:30:03 -04:00
Jörn Zaefferer
52d9ec6c4d
Checkboxradio: Add ui-state-highlight class to icon on create
...
This was already toggled in _toggleClasses, but that isn't called
on create.
2015-10-08 14:03:00 -04:00
Jörn Zaefferer
2bf307313b
Checkboxradio: Fix invalid chars, remove unused var, add comment
2015-10-08 14:02:59 -04:00
Jörn Zaefferer
6ed30a6a5e
Controlgroup: Convert to onevar, fix guard-clause/else, rm tmp var
2015-10-08 14:02:59 -04:00
Alexander Schmitz
dbadc01fbd
Controlgroup: Typos and minor style fixes
2015-10-08 14:02:59 -04:00
Alexander Schmitz
874011ef0a
Checkboxradio: Typos and minor style fixes
2015-10-08 14:02:58 -04:00
Alexander Schmitz
add78440f8
Button: Typos
2015-10-08 14:02:58 -04:00
Jörn Zaefferer
754e041cbd
Controlgroup: Optimize and simplify data access and storage
2015-10-08 14:02:58 -04:00
Jörn Zaefferer
256a449213
Controlgroup: Improve comments and remove a misleading blank line
2015-10-08 14:02:58 -04:00
Jörn Zaefferer
6fc2cb3c7c
Controlgroup: Rename excludeInvisible to onlyVisible
...
Gets rid of the double negative.
2015-10-08 14:02:58 -04:00
Alexander Schmitz
26f4dbce8e
Spinner: Address review comments
2015-10-08 14:02:58 -04:00
Alexander Schmitz
4acdfa14b2
Controlgroup: Address review comments
2015-10-08 14:02:57 -04:00
Alexander Schmitz
344ce3c87c
Checkboxradio: Address review comments
2015-10-08 14:02:57 -04:00
Alexander Schmitz
197061be56
Button: address review comments
2015-10-08 14:02:57 -04:00
Alexander Schmitz
c5d6ea4baa
Spinner: Style updates
2015-10-08 14:02:57 -04:00
Alexander Schmitz
f16ecced92
Controlgroup: Style updates
2015-10-08 14:02:57 -04:00
Alexander Schmitz
739e71911e
Spinner: Update markup for buttons
2015-10-08 14:02:47 -04:00
Alexander Schmitz
eae5671dc5
Fixup: .dsstore
2015-10-08 14:02:47 -04:00
Alexander Schmitz
50a7a3d6a9
Controlgroup: Fixes for spinner
2015-10-08 14:02:47 -04:00
Alexander Schmitz
3330634c4e
Controlgroup: fixup for spinner and label
2015-10-08 14:02:47 -04:00
Alexander Schmitz
6c1390dc0d
Controlgroup: Add controlgroup labels
2015-10-08 14:02:47 -04:00
Alexander Schmitz
77be50d7a6
Controlgroup: Add spinner to widgets controlgroup works with
2015-10-08 14:02:46 -04:00
Alexander Schmitz
f6879fc0f5
Controlgroup: Fix headers and demos
2015-10-08 14:02:36 -04:00
Alexander Schmitz
a00c02513d
Controlgroup: Add missing entry to demos bootstrap
2015-10-08 14:02:36 -04:00
Alexander Schmitz
a8fa502853
Checkboxxradio: Adjust demo headers
2015-10-08 14:02:35 -04:00
Alexander Schmitz
16abde399d
Spinner: Updates for new button widget and classes option
2015-10-08 14:02:35 -04:00
Alexander Schmitz
9f7f0a4279
Selectmenu: update to use button css
...
This ensures consistency between different form elements
2015-10-07 10:57:59 -04:00
Alexander Schmitz
897ec38e63
Dialog: Updating dialog and tests for new button API
2015-10-07 10:57:59 -04:00
Alexander Schmitz
40a9d1dfdb
Controlgroup: Inital commit of new widget
...
This widget replaces the buttonset widget
2015-10-07 10:57:59 -04:00
Alexander Schmitz
25d0c85718
Checkboxradio: Initial commit of new widget
2015-10-07 10:57:59 -04:00
Alexander Schmitz
02033262ee
Button: Initial commit of button re-factor
...
Move to using element stats rather then js class states remove
ui-button-text spans.
Removed button set
2015-10-07 10:57:59 -04:00
Scott González
d3025968f3
Focusable: Fix handling of visibility: inherit
...
Ref #14596
Ref gh-1583
Closes gh-1605
2015-09-29 12:48:11 -04:00
Jörn Zaefferer
0bfbd21d4f
Tabs: Adjust handling of disabled option, using _setOptionDisabled
...
Tabs support multiple values to disable individual tabs. Only add the
ui-tabs-disabled class when all tabs are disabled.
Ref #9151
Closes gh-1599
2015-09-25 13:47:27 -04:00
Jörn Zaefferer
ef8ac2a9f2
Tooltip: Don't apply disabled style changes on create
...
Ref #9151
Ref gh-1599
2015-09-25 13:47:17 -04:00
Jörn Zaefferer
1397ce4df6
Spinner: Remove redundant handling of disabled option on create
...
Ref #9151
Ref gh-1599
2015-09-25 13:47:14 -04:00
Jörn Zaefferer
897dc718c6
Slider: Remove redundant handling of disabled option on create
...
Ref #9151
Ref gh-1599
2015-09-25 13:47:11 -04:00
Jörn Zaefferer
d2f62041f9
Selectmenu: Remove redundant handling of disabled option on create
...
Ref #9151
Ref gh-1599
2015-09-25 13:47:09 -04:00
Jörn Zaefferer
7ceaa61842
Progressbar: Handle disabled option on create, using _setOptionDisabled
...
Ref #9151
Ref gh-1599
2015-09-25 13:47:07 -04:00
Jörn Zaefferer
8d031215c6
Menu: Remove redundant handling of disabled option on create
...
Ref #9151
Ref gh-1599
2015-09-25 13:47:04 -04:00
Jörn Zaefferer
83725a8fab
Draggable: Remove redundant handling of disabled class on create
...
_setOptionDisabled in $.Widget is now handling that.
Ref #9151
Ref gh-1599
2015-09-25 13:47:02 -04:00
Jörn Zaefferer
11bd6d28b7
Dialog: Override disabled option on create, force always-enabled state
...
Without this, _on will still respect the disabled option and ends up
preventing closing the dialog.
Ref #9151
Ref gh-1599
2015-09-25 13:46:53 -04:00
Jörn Zaefferer
874b4a0316
Accordion: Handle disabled option on create, through _setOptionDisabled
...
Ref #9151
Ref gh-1599
2015-09-25 13:46:41 -04:00
Scott González
7dde5c9d75
Widget: Call ._setOptionDisabled()
on init if the widget is disabled
...
Fixes #9151
Ref gh-1599
2015-09-25 13:46:25 -04:00
Weston Ruter
0db243a736
Core: Remove ancestor visibility requirement from :focusable
selector
...
* Check computed visibility in addition to :visible
* Add tests for nested visibility override
Fixes #14596
Closes gh-1583
2015-09-24 08:13:59 -04:00
Scott González
2d4b4ef360
Datepicker: Fix date format for ko
locale
...
Fixes #14595
Closes gh-1595
2015-09-23 11:30:55 -04:00
Scott González
ce50178430
Autocomplete: Use a div
instead of a span
for the live region
...
Fixes #14587
2015-09-18 11:19:59 -04:00
Scott González
0ff7a16534
Resizable: Don't round dimensions
2015-09-17 09:51:44 -04:00
Scott González
e19d462f16
All: Delegate to base _getCreateOptions()
.
...
Ensures that any extensions to the base widget will be handled properly by
individual widgets.
Closes gh-1598
2015-09-17 08:47:28 -04:00
Scott González
d31e342e1d
Widget: Style updates
...
Closes gh-1597
2015-09-16 12:45:54 -04:00
Alexander Schmitz
5053f4ad3d
Datepicker: Style updates to KO locale for jscs
2015-09-11 08:42:24 -04:00
Alexander Schmitz
5b5cb6153c
Mouse: Style fixes for jscs
2015-09-11 08:42:02 -04:00
Alexander Schmitz
806c2a4606
Widget: Update to use camelCase identifiers
2015-09-11 08:36:41 -04:00
Alexander Schmitz
013a411a48
Spinner: Update to use camelcase identifiers
2015-09-11 08:36:41 -04:00
Alexander Schmitz
e021e4d6e2
Widget: Style updates
...
Ref #14246
2015-09-11 08:36:41 -04:00
Alexander Schmitz
14b3b607e5
Autocomplete: Style updates
...
Ref #14246
2015-09-11 08:36:40 -04:00
Alexander Schmitz
b2bf10e0ec
Button: Style updates
...
Ref #14246
2015-09-11 08:36:40 -04:00
Alexander Schmitz
a380d2d09e
Datepicker: Style updates
...
Ref #14246
2015-09-11 08:36:40 -04:00
Alexander Schmitz
f8c2bbb0c8
Dialog: Style updates
...
Ref #14246
2015-09-11 08:29:09 -04:00
Alexander Schmitz
8336ba7b69
Draggable: Style updates
...
Ref #14246
2015-09-11 08:29:09 -04:00
Alexander Schmitz
0cab9f0a2f
Droppable: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
85ff520560
Menu: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
a3a847f23a
Mouse: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
12be35562a
Progressbar: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
5850a5c755
Resizable: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
9a015df3a3
Selectable: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
e583a512d7
Slider: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
62c8217185
Sortable: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
23d0884e66
Spinner: Style updates
...
Ref #14246
2015-09-11 08:29:07 -04:00
Alexander Schmitz
6c0bb24918
Tabs: Style updates
...
Ref #14246
2015-09-11 08:29:07 -04:00
Alexander Schmitz
a0892eca70
Tooltip: Style updates
...
Ref #14246
2015-09-11 08:29:07 -04:00
Liran Sharir
9b82001a70
Mouse: Fix delay timeout clearing upon mouseup
...
Fixes #14458
Closes gh-1579
2015-08-31 16:01:38 -04:00
Myeongjin Lee
e5c3004c8e
Datepicker: Translate weekHeader
in ko locale
...
Closes gh-1582
2015-08-31 15:10:51 -04:00
Scott González
eec0cfd7fe
Datepicker: Remove stray line
...
Fixes #14416
2015-08-28 10:20:45 -04:00
Alexander Schmitz
fe5534b347
Core: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
8e28f474e5
Position: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
b5f0fae57a
Widget: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
de242d8ca9
Effects: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
009850abbf
Accordion: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
8029cc94e1
Autocomplete: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
a6499c0dee
Datepicker: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
9ef84a6bf0
Dialog: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
f75c8761cb
Draggable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
f43311da93
Droppable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
3b99bf4cc8
Menu: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
20fae727d9
Mouse: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
e4f42beea6
Progressbar: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
f378e34789
Resizable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
824e05c337
Selectable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
7e43405269
Selectmenu: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:22 -04:00
Alexander Schmitz
1d572f051a
Slider: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:22 -04:00
Alexander Schmitz
d86ac025ee
Sortable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:22 -04:00
Alexander Schmitz
2626be4533
Spinner: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:22 -04:00
Alexander Schmitz
063885f592
Tabs: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:22 -04:00
Alexander Schmitz
b7278a3968
Tooltip: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:22 -04:00
Alexander Schmitz
eeb962027e
Tooltip: Move tooltip into widgets directory
...
Ref #13885
2015-08-08 00:29:39 -04:00
Alexander Schmitz
18486cb60c
Tabs: Move tabs into widgets directory
...
Ref #13885
2015-08-08 00:29:39 -04:00