@cas-smartdesign/list 6.3.0 → 6.3.1
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 +1 -2
- package/package.json +6 -6
- package/readme.md +0 -2
package/dist/docs/doc.mjs
CHANGED
|
@@ -437,8 +437,7 @@ Although normally the page would change by such a selection, so it may not be ne
|
|
|
437
437
|
</ul>
|
|
438
438
|
</li>
|
|
439
439
|
</ul>
|
|
440
|
-
|
|
441
|
-
`;document.querySelector("#markdown-container").innerHTML=Ha;Ua(Object.assign({"./examples/declarative-list-item/index.ts":Hs,"./examples/declarative-option/index.ts":Ks,"./examples/multi-select/index.ts":er,"./examples/single-select/index.ts":rr,"./examples/trigger-only/index.ts":dr}));export{Kt as L};
|
|
440
|
+
`,Wa=document.querySelector("#markdown-container");Wa.innerHTML=Ha;Ua(Object.assign({"./examples/declarative-list-item/index.ts":Hs,"./examples/declarative-option/index.ts":Ks,"./examples/multi-select/index.ts":er,"./examples/single-select/index.ts":rr,"./examples/trigger-only/index.ts":dr}),document.querySelector(".markdown-body"));export{Kt as L};
|
|
442
441
|
function __vite__mapDeps(indexes) {
|
|
443
442
|
if (!__vite__mapDeps.viteFileDeps) {
|
|
444
443
|
__vite__mapDeps.viteFileDeps = ["./multi-select.js","./sample-data.mjs","./single-select.js","./trigger-only.js"]
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cas-smartdesign/list",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.1",
|
|
4
4
|
"description": "A list element with SmartDesign look and feel.",
|
|
5
5
|
"main": "dist/list-with-externals.js",
|
|
6
6
|
"module": "dist/list.mjs",
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE",
|
|
8
8
|
"types": "dist/list.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@cas-smartdesign/
|
|
11
|
-
"@cas-smartdesign/
|
|
10
|
+
"@cas-smartdesign/list-item": "^7.2.3",
|
|
11
|
+
"@cas-smartdesign/element-base": "^5.0.2"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@cas-smartdesign/element-
|
|
15
|
-
"@cas-smartdesign/element-
|
|
16
|
-
"@cas-smartdesign/license-generator": "^1.6.
|
|
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",
|