Updated to fit the latest versions of third party packages (node_modules)#137
Updated to fit the latest versions of third party packages (node_modules)#137vlvlbel wants to merge 14 commits intokor-ui:masterfrom
Conversation
… small width of its button boundaries
… small width of its button boundaries
… small width of its button boundaries
…. By default decrement/increment controls are disabled (when the step property is not specified); 3. The step property was changed from integer to float; 4. Added number decrements/increments to @change event; 5. For the kor-input with type == "date" an embedded kor-icon was removed and browser default calendar icon is set to be shown; 6. Fixed @change event invocation: previously it was onvoked on each input to HTMLInputElement, now it is invoked on changes only
…hanges in kor-table, kor-table-row and kor-table-cell)
|
…2. Removed unnecessary norizontal scrollbar in kor-input select type's popup
…th host bottom, now host has a height, which fits its content; 2. kor-input type='select': select's dropdowns with vertical scrollbars were made to look prettier - they have a padding from top and bottom, but don't have a padding from left and right, so the vertical scrollbar is placed on the right edge of the dropdown with some padding from top and bottom
…at values when step property was zero
…pes, which support all locales supported by the browser, a new locale property was added, in case it is undefined the browser default locale is used
…endar popup in case when the locale has 12 hours format
…g on hours less than 12 changing, now if there is PM decrementing from 12 to 1 still leaves PM, while decrementing to 0 toggles to AM and incrementing from 0 to 11 leaves AM, while incrementing to 12 toggles AM to PM
Without these changes 'npm run build' fails.