@design.estate/dees-catalog 3.65.0 → 3.67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design.estate/dees-catalog",
3
- "version": "3.65.0",
3
+ "version": "3.67.0",
4
4
  "private": false,
5
5
  "description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
6
6
  "main": "dist_ts_web/index.js",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@design.estate/dees-catalog',
6
- version: '3.65.0',
6
+ version: '3.67.0',
7
7
  description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
8
8
  }
@@ -700,7 +700,8 @@ export const demoFunc = () => html`
700
700
  <dees-table
701
701
  id="scrollSmallHeight"
702
702
  .fixedHeight=${true}
703
- heading1="People Directory (Scrollable)"
703
+ .virtualized=${true}
704
+ heading1="People Directory (Scrollable, Virtualized)"
704
705
  heading2="Forced scrolling with many items"
705
706
  .columns=${[
706
707
  { key: 'id', header: 'ID', sortable: true },