Commit de1bd80
Release - Mass merge vnext into master (#856)
* chore: switch to 19 alpha packages, install data-grids
* chore: sync chart toolbar data-grids module ref
* chore: sync samples grids packages deps, add data-grids
* chore: sync update react template to 19 alpha packages
* chore: manual samples data-grids package dep switch
* refactor: manual samples data-grids imports rename
* chore: manual samples 19 alpha package deps
* refactor: manual shared DataGridPager data-grids imports rename
* chore: update browser setup with data-grids and versions
* chore: sync don't emit name and auto-name for wrapped components
* refactor: manual grid samples enum casing
* refactor: remove manual samples column names
* refactor: missed filter mode enum case
* fix: data-grid samples deps and v19 event renames
* chore: maintain fixed dep versions of the samples browser app
* chore: sync generated event on prefix
* chore: sync generated event rename changes from xplat templates
* refactor: manual samples button clicked to onClick
* refactor: manual samples inputOcurred to onInput
* fix: correct event type on button click
* chore(deps): bump path-to-regexp and express in /browser
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.
Updates `path-to-regexp` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v1.8.0...v1.9.0)
Updates `express` from 4.19.2 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.19.2...4.21.2)
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-version: 1.9.0
dependency-type: indirect
- dependency-name: express
dependency-version: 4.21.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump axios and browser-sync in /browser
Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together.
Removes `axios`
Updates `browser-sync` from 2.29.3 to 3.0.4
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/changelog.js)
- [Commits](BrowserSync/browser-sync@v2.29.3...v3.0.4)
---
updated-dependencies:
- dependency-name: axios
dependency-version:
dependency-type: indirect
- dependency-name: browser-sync
dependency-version: 3.0.4
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump webpack from 5.91.0 to 5.98.0 in /browser
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.98.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.91.0...v5.98.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump ejs from 3.1.9 to 3.1.10 in /browser
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)
---
updated-dependencies:
- dependency-name: ejs
dependency-version: 3.1.10
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump rollup from 2.79.1 to 2.79.2 in /browser
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.1...v2.79.2)
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 2.79.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump @babel/runtime from 7.24.1 to 7.27.0 in /browser
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.24.1 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime)
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-version: 7.27.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: sync generated samples deps update
* chore: manual samples version bump for react/react-grids alpha 6
* chore: update browser to react/react-grids alpha.6
* chore: also bump igniteui-webcomponents to rc version since webpack is an idiot with nested deps
* refactor: manual samples rename change to onChange, adjust handlers
* refactor: remove non-existing IgrCalendarDate import and icon variant prop
* chore: sync generate samples version update
* chore: manual samples and browser bump to react/react-grids rc.0
* chore: sync generate samples version update
* chore: manual samples and browser bump to react/react-grids 19.0.1
* refactor: update tabs samples for 19, clean up
* fix(icon-button-size): set margin properly (#774)
* Pivot config to type (#776)
* fix: [MANUAL] grid pagingMode value
* chore: sync grid xplat samples remove of forceUpdate
* refactor: update Finjs sample for 19, resolve issues (#775)
* refactor: remote data operations samples update to 19 (#781)
Co-authored-by: Damyan Petev <damyanpetev@users.noreply.github.com>
* refactor: State Persistence samples update for 19 (#782)
* refactor: Custom Context Menu sample update for 19 (#786)
* refactor: update registerIconFromText use on manual samples; small fi… (#787)
* revert: mistakenly deleted React scope import for JSX
* Remove sender from event handlers for 19 update (#788)
* Enums to union types for 19 update (#789)
* refactor: manual calendar config init objects (#790)
* Dpetev/v19 misc fixes (#799)
* mdd-update-packages
mdd-update-packages
* manual export (#804)
* Update index.tsx
* chore: package lock leftover
* chore: sync charts gen sample changes
* chore: sync grid generated changes
* chore: sync gen change restoring root grid refs for handlers logic (#808)
* Adding changes from build igniteui-xplat-examples-output+PRs_2025.5.20.8
* feat(tooltip): add tooltip samples
* docs(tooltip): update sample titles
* chore: sync generation changes form template grids/combined remove
* refactor(grids): manual samples remove obsolete grids/combined import
* Adding changes from build igniteui-xplat-examples-output+PRs_2025.5.29.2
* update
update
* mdd-add-webcomponents-package
mdd-add-webcomponents-package
* Adding changes from build igniteui-xplat-examples-output+PRs_2025.6.2.1
* Adding changes from build igniteui-xplat-examples-output+PRs_2025.6.2.2
* Adding changes from build igniteui-xplat-examples-output+PRs_2025.6.2.3
* update to 19.0.0-alpha.2
* Update to latest React packages (#857)
* Update to latest React packages
* Revert igniteui-react-grids to 19.0.2
* update data annotation samples to use refs to set target axis
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Damyan Petev <damyanpetev@users.noreply.github.com>
Co-authored-by: mddifilippo89 <mdifilippo@infragistics.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bozhidara Pachilova <35433937+ddaribo@users.noreply.github.com>
Co-authored-by: Deyan Kamburov <dkamburov@users.noreply.github.com>
Co-authored-by: Mariela Tihova <mtihova@infragistics.com>
Co-authored-by: Tihomir Tonev <ttonev@infragistics.com>
Co-authored-by: tfsbuild <tfsbuild@infragistics.com>
Co-authored-by: Adrian Petrov <adrian.ptrv1@gmail.com>
Co-authored-by: Simeon Simeonoff <hello@simeonoff.ninja>
Co-authored-by: IGvaleries <vsuszynski@infragistics.com>
Co-authored-by: Andrew Goldenbaum <agoldenbaum@infragistics.com>1 parent f120390 commit de1bd80
1,421 files changed
Lines changed: 31493 additions & 9142 deletions
File tree
- browser
- public
- tasks
- templates
- sample
- samples
- charts
- category-chart
- annotations-all
- annotations-callouts
- annotations-crosshairs
- annotations-custom
- annotations-final-value
- annotations-highlighting
- annotations
- area-chart-multiple-sources
- area-chart-single-source
- area-chart-styling
- axis-gap
- axis-gridlines
- axis-inverted
- axis-labels
- axis-locations
- axis-options
- axis-overlap
- axis-range
- axis-tickmarks
- axis-titles
- chart-highlight-filter
- column-chart-multiple-sources
- column-chart-single-source
- column-chart-styling
- column-chart-with-highlighting
- column-chart-with-tooltips
- custom-selection
- data-aggregations
- data-filter
- data-legend-formatting-decimals
- data-legend
- data-tooltip-formatting-decimals
- data-tooltip-positioning
- data-tooltip
- format-specifiers
- high-frequency
- high-volume
- highlighting-behavior
- highlighting-mode
- highlighting
- legend-highlighting
- line-chart-multiple-sources
- line-chart-single-source
- line-chart-styling
- line-chart-with-animations
- line-chart-with-annotations
- marker-options
- marker-templates
- overview
- point-chart-multiple-sources
- point-chart-single-source
- point-chart-styling
- selection-matcher
- selection-modes
- selection-multiple-modes
- spline-area-multiple-sources
- spline-area-single-source
- spline-area-styling
- spline-multiple-sources
- spline-single-source
- spline-styling
- stack-columns
- step-area-multiple-sources
- step-area-single-source
- step-area-styling
- step-line-multiple-sources
- step-line-single-source
- step-line-styling
- tooltip-template
- tooltip-types
- trendline
- value-lines
- dashboard-tile
- chart-dashboard
- financial-dashboard
- gauge-dashboard
- local-data-source-dashboard
- public
- src
- map-dashboard
- pie-dashboard
- data-chart
- annotations-custom
- axis-annotations-corner-radius
- axis-annotations
- axis-crossing
- axis-label-rotation
- axis-locations
- axis-min-max-gap
- axis-settings
- axis-sharing
- axis-types
- bar-chart-multiple-sources
- bar-chart-overlapping
- bar-chart-single-source
- bar-chart-styling
- src
- callout-layer-styling
- chart-highlight-filter-datasource
- chart-highlight-filter-multiple-series
- chart-highlight-filter
- chart-overview
- chart-performance
- chart-synchronization
- chart-titles
- composite-chart
- crosshair-layer-styling
- custom-drawing-annotations
- custom-editing-data
- dash-array-axes
- dash-array-series
- dash-array-tickmarks
- dash-array-trendline
- data-annotation-band-layer
- public
- src
- data-annotation-line-layer
- public
- src
- data-annotation-multiple-with-overlay-text
- public
- src
- data-annotation-multiple-with-stocks
- public
- src
- data-annotation-rect-layer
- public
- src
- data-annotation-slice-layer
- public
- src
- data-annotation-strip-layer
- public
- src
- data-legend-grouping-and-highlighting
- data-legend-grouping
- data-legend-styling
- data-legend
- data-tooltip-grouping-and-highlighting
- data-tooltip-grouping
- data-tooltip-styling
- data-tooltip
- final-value-layer-styling
- financial-price-series
- format-specifiers
- itemized-bar-chart
- itemized-column-chart
- itemized-stacked-bar-chart
- itemized-stacked-column-chart
- legends
- polar-area-chart-styling
- polar-area-chart
- polar-chart-types
- polar-line-chart
- polar-scatter-chart
- polar-spline-area-chart
- polar-spline-chart
- radial-area-chart-styling
- radial-area-chart
- radial-chart-types
- radial-column-chart-selection
- radial-column-chart
- radial-label-mode
- radial-line-chart
- radial-pie-chart
- radial-pie-proportional-category-angle-axis
- radial-proportional-radial-angle-axis
- range-area-chart
- range-column-chart
- scatter-bubble-chart-fill-scale
- scatter-bubble-chart-multiple-sources
- scatter-bubble-chart-single-source
- scatter-bubble-chart-styling
- scatter-line-chart
- scatter-line-threshold
- scatter-point-chart
- scatter-spline-chart
- selection-matcher
- series-annotations
- series-highlighting
- series-marker-template
- series-markers
- series-tooltips
- series-trendlines
- series-value-overlay
- stacked-100-area-chart
- stacked-100-bar-chart
- stacked-100-column-chart
- stacked-100-line-chart
- stacked-100-spline-area-chart
- stacked-100-spline-chart
- stacked-area-chart
- stacked-bar-chart
- stacked-chart-types
- stacked-column-chart
- stacked-line-chart
- stacked-spline-area-chart
- stacked-spline-chart
- tooltip-template
- transition-event
- type-financial-candlestick-series
- type-financial-indicators-column
- type-financial-indicators-line
- type-financial-ohlc-series
- type-financial-overlays
- type-financial-series
- type-range-area-series
- type-range-column-series
- type-range-series
- type-scatter-area-series
- type-scatter-bubble-series
- type-scatter-contour-series
- type-scatter-hd-series
- type-scatter-polygon-series
- type-scatter-polyline-series
- type-scatter-series
- type-shape-series
- waterfall-chart
- data-pie-chart
- animation-replay
- animation
- highlight-filter
- highlighting
- legend
- others
- overview
- selection
- doughnut-chart
- animation
- explosion
- legend
- overview
- rings
- selection
- financial-chart
- annotations
- axis-types
- data-legend-formatting-currency
- data-legend-styling-props
- data-legend
- data-tooltip-formatting-currency
- data-tooltip-styling-props
- data-tooltip
- format-specifiers
- high-frequency
- high-volume
- indicator-customization
- indicator-types
- multiple-data
- overview
- panes
- performance
- scrollbars
- stock-index-chart
- styling
- titles
- tooltip-types
- trendlines
- volume-types
- pie-chart
- animation
- explosion
- legend
- others
- overview
- selection
- styling
- sparkline
- display-area
- display-column
- display-lines
- display-types
- display-winloss
- grid
- src
- markers
- normal-range
- trendlines
- unknown-values
- toolbar
- actions-built-in-category-chart
- src
- actions-built-in-data-chart
- color-editor-support
- custom-tool
- layout-actions-for-data-chart
- layout-in-vertical-orientation
- theming
- tree-map
- events
- highlighting-percent-based
- highlighting
- layout
- overview
- styling
- zoomslider/overview
- editors
- multi-column-combobox/overview
- src
- x-date-picker
- date-limits
- editing
- format
- overview
- range
- excel
- excel-library
- operations-on-workbooks
- src
- operations-on-worksheets
- overview
- working-with-cells
- working-with-charts
- src
- working-with-sparklines
- src
- spreadsheet
- activation
- adapter-chart
- adapter-combo
- clipboard
- commands
- conditional-formatting
- config-options
- data-validation
- filter-dialog
- format-dialog
- hyperlinks
- overview
- sort-dialog
- gauges
- bullet-graph
- animation
- background
- highlight-needle
- labels
- measures
- ranges
- scale
- tickmarks
- type-filled
- type-horizontal
- type-reversed
- type-segmented
- type-vertical
- linear-gauge
- animation
- backing
- highlight-needle
- labels
- needle
- ranges
- scale
- tickmarks
- type-curved
- type-filled
- type-horizontal
- type-multi-range
- type-multi-scale
- type-segmented
- type-vertical
- radial-gauge
- animation
- backing
- highlight-needle
- labels
- needle
- optical-scaling
- ranges
- scale
- tickmarks
- type-column
- type-curved
- type-direction
- type-full
- type-half
- type-quatre
- type-ring
- type-segmented
- type-semi
- grids
- data-grid
- accessibility
- src
- binding-data-service
- src
- binding-live-data
- src
- binding-local-data
- src
- binding-remote-data
- src
- cell-activation
- src
- cell-editing
- src
- cell-merging
- src
- cell-selection
- src
- column-animation
- src
- column-chooser-picker
- src
- column-chooser-toolbar
- src
- column-filter-expressions
- src
- column-filter-operands
- src
- column-filtering
- src
- column-moving
- src
- column-options
- src
- column-pinning-picker
- src
- column-pinning-toolbar
- src
- column-resizing
- src
- column-scrolling
- src
- column-sorting
- src
- column-summaries
- src
- column-types
- src
- load-save-layout
- src
- localization
- src
- overview
- src
- pager
- src
- performance
- src
- row-group-descriptions
- src
- row-grouping
- src
- row-highlighting
- src
- row-paging
- src
- row-pinning
- src
- row-selection
- src
- type-comparison-table
- src
- type-heatmap-table
- src
- type-marketing-table
- src
- type-matrix-table
- src
- type-periodic-table
- src
- grid
- action-strip
- src
- advanced-filtering-options
- src
- advanced-filtering-style
- src
- binding-composite-data
- src
- binding-crud-data
- src
- binding-nested-data-1
- src
- cascading-combo
- src
- cell-editing-sample
- src
- cell-editing-styling
- src
- cell-selection-mode
- src
- cell-selection-style
- src
- change-icons-custom
- src
- clipboard-operations
- src
- column-auto-sizing
- src
- column-collapsible-groups
- src
- column-data-types
- src
- column-hiding-options
- src
- column-hiding-toolbar-style
- src
- column-hiding-toolbar
- src
- column-moving-options
- src
- column-moving-styles
- src
- column-pinning-options
- src
- column-pinning-right-side
- src
- column-pinning-styles
- src
- column-pinning
- src
- column-resize-styling
- src
- column-resizing
- src
- column-selection-group
- src
- column-selection-mode
- src
- column-selection-styles
- src
- column-sorting-indicators
- src
- column-sorting-options
- src
- column-sorting-style
- src
- conditional-cell-style-1
- src
- conditional-cell-style-2
- src
- conditional-row-selectors
- src
- data-batch-editing-actions
- src
- data-performance-virtualization
- src
- data-searching
- src
- data-summary-formatter
- src
- data-summary-options
- src
- data-summary-template
- src
- data-validation-style
- src
- data-validator-service-cross-field
- src
- data-validator-service-extended
- src
- data-validator-service
- src
- disabled-summaries
- src
- editing-columns
- src
- editing-events
- src
- editing-excel-style
- src
- editing-lifecycle
- src
- excel-exporting
- src
- excel-style-filtering-sample-1
- src
- excel-style-filtering-sample-2
- src
- excel-style-filtering-sample-3
- src
- excel-style-filtering-style
- src
- external-advanced-filtering
- src
- filtering-options
- src
- filtering-strategy
- src
- filtering-style
- src
- finjs
- src
- groupby-custom
- src
- groupby-expressions
- src
- groupby-paging
- src
- groupby-styling
- src
- groupby-summary-options
- src
- groupby-summary-styling
- src
- infinite-scroll
- src
- layout-display-density
- src
- master-detail
- src
- multi-cell-selection-mode
- src
- multi-column-headers-export
- src
- multi-column-headers-overview
- src
- multi-column-headers-styling
- src
- multi-column-headers-template
- src
- multi-row-layout-options
- src
- multi-row-layout-style
- src
- overview
- src
- paste
- src
- remote-paging-data
- src
- remote-paging-grid
- src
- row-adding
- src
- row-classes
- src
- row-drag-base
- src
- row-editing-options
- src
- row-editing-style
- src
- row-paging-basic
- src
- row-paging-options
- src
- row-pinning-drag
- src
- row-pinning-extra-column
- src
- row-pinning-options
- src
- row-pinning-style
- src
- row-reorder
- src
- row-selection-mode
- src
- row-selection-template-excel
- src
- row-selection-template-numbers
- src
- row-styles
- src
- state-persistence-about
- src
- state-persistence-main
- src
- styling-custom-CSS
- src
- toolbar-sample-1
- src
- toolbar-sample-2
- src
- toolbar-sample-3
- src
- toolbar-style
- src
- hierarchical-grid
- action-strip
- src
- advanced-filtering-options
- src
- advanced-filtering-style
- src
- cell-editing-sample
- src
- cell-editing-styling
- src
- cell-selection-mode
- src
- cell-selection-overview
- src
- cell-selection-style
- src
- column-auto-sizing
- src
- column-collapsible-groups
- src
- column-hiding-toolbar-style
- src
- column-hiding-toolbar
- src
- column-moving-options
- src
- column-moving-styles
- src
- column-pinning-options
- src
- column-pinning-right-side
- src
- column-pinning-styles
- src
- column-pinning
- src
- column-resize-styling
- src
- column-resizing
- src
- column-selection-group
- src
- column-selection-mode
- src
- column-selection-styles
- src
- column-sorting-indicators
- src
- column-sorting-options
- src
- column-sorting-style
- src
- conditional-cell-style-1
- src
- conditional-cell-style-2
- src
- conditional-row-selectors
- src
- custom-filtering
- src
- data-exporting-indicator
- src
- data-performance-virtualization
- src
- data-summary-formatter
- src
- data-summary-options-styling
- src
- data-summary-options
- src
- data-summary-template
- src
- disabled-summaries
- src
- editing-columns
- src
- editing-events
- src
- editing-lifecycle
- src
- excel-exporting
- src
- excel-style-filtering-sample-1
- src
- excel-style-filtering-sample-2
- src
- excel-style-filtering-sample-3
- src
- excel-style-filtering-style
- src
- filtering-options
- src
- filtering-style
- src
- hierarchical-grid-options
- src
- hierarchical-grid-paging-style
- src
- hierarchical-grid-styling
- src
- layout-display-density
- src
- multi-column-headers-export
- src
- multi-column-headers-overview
- src
- multi-column-headers-styling
- src
- multi-column-headers-template
- src
- overview
- src
- remote-paging-hgrid
- src
- row-adding
- src
- row-classes
- src
- row-drag-base
- src
- row-editing-options
- src
- row-editing-style
- src
- row-pinning-extra-column
- src
- row-pinning-options
- src
- row-pinning-style
- src
- row-reorder
- src
- row-selection-mode
- src
- row-selection-template-numbers
- src
- row-styles
- src
- state-persistence-about
- src
- state-persistence-main
- src
- toolbar-sample-3
- src
- toolbar-sample-4
- src
- toolbar-style
- src
- list
- add-list-items
- list-item-content
- overview
- src
- styling
- pivot-grid
- aggregate-max-sales
- src
- aggregate-units-sold
- src
- data-selector
- src
- features
- src
- state-persistence-about
- src
- state-persistence-main
- src
- tree-grid
- action-strip
- src
- advanced-filtering-options
- src
- advanced-filtering-style
- src
- cell-editing-sample
- src
- cell-editing-styling
- src
- cell-selection-mode
- src
- cell-selection-style
- src
- clipboard-operations
- src
- column-auto-sizing
- src
- column-collapsible-groups
- src
- column-data-types
- src
- column-hiding-toolbar-style
- src
- column-hiding-toolbar
- src
- column-moving-options
- src
- column-moving-styles
- src
- column-pinning-options
- src
- column-pinning-right-side
- src
- column-pinning-styles
- src
- column-pinning-toolbar
- src
- column-pinning
- src
- column-resize-styling
- src
- column-resizing
- src
- column-selection-group
- src
- column-selection-mode
- src
- column-selection-styles
- src
- column-selection-style
- src
- column-sorting-indicators
- src
- column-sorting-options
- src
- column-sorting-style
- src
- conditional-cell-style-1
- src
- conditional-cell-style-2
- src
- conditional-row-selectors
- src
- data-exporting-indicator
- src
- data-searching
- src
- data-summary-children
- src
- data-summary-formatter
- src
- data-summary-options-styling
- src
- data-summary-options
- src
- data-summary-template
- src
- disabled-summaries
- src
- editing-columns
- src
- editing-events
- src
- editing-lifecycle
- src
- excel-exporting
- src
- excel-style-filtering-sample-1
- src
- excel-style-filtering-sample-2
- src
- excel-style-filtering-sample-3
- src
- excel-style-filtering-style
- src
- filtering-options
- src
- filtering-style
- src
- layout-display-density
- src
- multi-cell-selection-mode
- src
- multi-column-headers-export
- src
- multi-column-headers-overview
- src
- multi-column-headers-styling
- src
- multi-column-headers-template
- src
- overview-styling
- src
- overview
- src
- row-adding
- src
- row-classes
- src
- row-drag-base
- src
- row-editing-options
- src
- row-editing-style
- src
- row-paging-basic
- src
- row-paging-options
- src
- row-paging-style
- src
- row-pinning-extra-column
- src
- row-pinning-options
- src
- row-pinning-style
- src
- row-reorder
- src
- row-selection-mode
- src
- row-selection-template-excel
- src
- row-selection-template-numbers
- src
- row-styles
- src
- state-persistence-about
- src
- state-persistence-main
- src
- toolbar-sample-1
- src
- toolbar-sample-2
- src
- toolbar-sample-3
- src
- toolbar-sample-4
- src
- toolbar-style
- src
- using-primary-foreign-keys
- src
- tree/basic-example
- inputs
- badge
- outlined
- shape
- variants
- button-group
- alignment
- overview
- src
- selection
- src
- size
- src
- styling
- button
- contained
- download
- fab
- flat
- outlined
- overview
- size
- src
- styling
- checkbox
- checking
- disabled
- indeterminate
- label
- overview
- chip
- multiple
- src
- overview
- size
- styling
- variants
- circular-progress-indicator
- dynamic
- src
- indeterminate
- simple
- styling
- color-editor/overview
- combo
- features
- src
- overview
- selection
- src
- simplified
- src
- styling
- src
- date-time-input
- input-format-display-format
- src
- min-max-value
- src
- overview
- src
- step-up-down
- src
- dropdown
- group
- src
- header
- src
- item
- src
- overview
- position
- src
- styling
- src
- target
- src
- icon-button
- size
- src
- styling
- src
- variant
- src
- input
- helper-text
- src
- overview
- prefix-suffix
- src
- size
- src
- styling
- src
- linear-progress-indicator
- dynamic
- src
- simple
- striped
- styling
- types
- mask-input
- applying-mask
- src
- overview
- src
- value-modes
- src
- radio
- alignment
- disabled
- group
- invalid
- label
- src
- styling
- rating
- basic
- custom
- src
- empty
- src
- single-selection
- src
- styling
- ripple
- button
- color
- select
- group
- src
- header
- item
- src
- overview
- styling
- src
- slider
- constraints
- disabled
- discrete
- labels
- overview
- styling
- tick-labels
- src
- ticks
- value-format
- value
- src
- switches
- checking
- disabled
- label
- src
- overview
- textarea
- form-integration
- overview
- resize
- slots
- src
- styling
- src
- tooltip
- overview
- public
- src
- placement
- public
- src
- rich
- public
- src
- styling
- public
- src
- triggers
- public
- src
- layouts
- accordion
- customization
- src
- nested-scenario
- src
- overview
- src
- avatar
- icon
- src
- image
- initials
- shape
- src
- size
- card
- horizontal
- overview
- src
- semi-horizontal
- styling
- src
- carousel
- animations
- src
- components
- overview
- thumbnail
- src
- divider
- dashed
- middle
- overview
- select
- vertical
- dock-manager
- customize-buttons
- embedding-frames
- overview
- styling
- src
- updating-panes
- expansion-panel
- component-customization
- src
- properties-and-events
- src
- styling
- usage
- icon
- sizing
- src
- styling
- src
- stepper
- animations
- src
- linear
- src
- orientation
- src
- steptypes
- src
- tabs
- alignment
- src
- overview
- src
- prefix-suffix
- src
- scrolling
- src
- maps/geo-map
- binding-data-csv
- binding-data-json-points
- binding-data-json-shapes
- binding-data-model
- binding-multiple-shapes
- binding-multiple-sources
- binding-shp-points
- binding-shp-polygons
- binding-shp-polylines
- custom-tooltips
- display-all-imagery
- display-bing-imagery
- display-custom-imagery
- display-esri-imagery
- display-heat-imagery
- display-osm-imagery
- marker-layouts
- marker-template
- marker-type
- overview
- shape-selection
- shape-styling
- synchronization
- triangulating-data
- type-scatter-area-series
- type-scatter-bubble-series
- type-scatter-contour-series
- type-scatter-density-series
- type-scatter-symbol-series
- type-shape-polygon-series
- type-shape-polyline-series
- notifications
- banner
- banner-advanced-sample
- src
- banner-sample-1
- src
- banner-sample-2
- src
- banner-styling
- src
- dialog
- closing-variations
- src
- form
- src
- overview
- src
- styling
- src
- snackbar
- action-text
- src
- display-time
- src
- overview
- src
- styling
- src
- toast
- overview
- src
- properties
- src
- styling
- src
- scheduling
- calendar
- disabled-dates
- src
- formatting
- src
- header
- multiple-months
- multiple-selection
- overview
- range-selection
- size
- src
- special-dates
- src
- styling
- week-numbers
- date-picker
- dialog-mode
- format
- form
- src
- overview
- styling
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
98 | | - | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
286 | 287 | | |
287 | 288 | | |
288 | 289 | | |
| |||
825 | 826 | | |
826 | 827 | | |
827 | 828 | | |
828 | | - | |
829 | | - | |
830 | | - | |
831 | | - | |
832 | | - | |
833 | | - | |
834 | | - | |
835 | | - | |
836 | | - | |
837 | | - | |
838 | | - | |
839 | | - | |
840 | | - | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
841 | 843 | | |
842 | | - | |
| 844 | + | |
843 | 845 | | |
844 | 846 | | |
845 | 847 | | |
| |||
884 | 886 | | |
885 | 887 | | |
886 | 888 | | |
| 889 | + | |
887 | 890 | | |
888 | 891 | | |
889 | 892 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments