@cas-smartdesign/virtual-list 6.2.2 → 6.2.3

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/dist/docs/doc.mjs CHANGED
@@ -543,8 +543,7 @@ Although normally the page would change by such a selection, so it may not be ne
543
543
  </ul>
544
544
  </li>
545
545
  </ul>
546
- <h2 id="examples">Examples</h2>
547
- `;document.querySelector("#markdown-container").innerHTML=ja;Ma(Object.assign({"./examples/1_selection_types/index.ts":Fs,"./examples/2_lazy_load_with_search/index.ts":Zs,"./examples/3_duplicate_items/index.ts":tr}));
546
+ `,Da=document.querySelector("#markdown-container");Da.innerHTML=ja;Ma(Object.assign({"./examples/1_selection_types/index.ts":Fs,"./examples/2_lazy_load_with_search/index.ts":Zs,"./examples/3_duplicate_items/index.ts":tr}),document.querySelector(".markdown-body"));
548
547
  function __vite__mapDeps(indexes) {
549
548
  if (!__vite__mapDeps.viteFileDeps) {
550
549
  __vite__mapDeps.viteFileDeps = ["./1_selection_types.js","./item-provider.mjs","./2_lazy_load_with_search.js","./3_duplicate_items.js"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cas-smartdesign/virtual-list",
3
- "version": "6.2.2",
3
+ "version": "6.2.3",
4
4
  "description": "A virtualized list element with SmartDesign look and feel.",
5
5
  "main": "dist/virtual-list-with-externals.js",
6
6
  "module": "dist/virtual-list.mjs",
@@ -8,12 +8,12 @@
8
8
  "types": "dist/virtual-list.d.ts",
9
9
  "dependencies": {
10
10
  "lit": "^2.8.0",
11
- "@cas-smartdesign/list-item": "^7.2.2"
11
+ "@cas-smartdesign/list-item": "^7.2.3"
12
12
  },
13
13
  "devDependencies": {
14
- "@cas-smartdesign/element-utils": "^1.0.2",
15
- "@cas-smartdesign/element-preview": "^0.2.1",
16
- "@cas-smartdesign/license-generator": "^1.6.1"
14
+ "@cas-smartdesign/element-preview": "^0.2.2",
15
+ "@cas-smartdesign/element-utils": "^1.0.3",
16
+ "@cas-smartdesign/license-generator": "^1.6.3"
17
17
  },
18
18
  "files": [
19
19
  "dist",
package/readme.md CHANGED
@@ -80,5 +80,3 @@ In addition to above mentioned aria attributes, the items are marked with certai
80
80
  - The index of the item.
81
81
  - `last`
82
82
  - Set if the item is the last in the currently rendered set of items.
83
-
84
- ## Examples