@lmvz-ds/components 0.17.3 → 0.18.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/CHANGELOG.md +18 -0
- package/README.md +3 -0
- package/cjs/{aria-loader-W9Zvc9e-.js → aria-loader-CfFuAbJn.js} +2 -2
- package/cjs/icons-swqMn6s2.js +163 -0
- package/cjs/{index-BNm4PQrX.js → index--7IqZZqn.js} +12179 -516
- package/cjs/index.cjs.js +6 -85
- package/cjs/lmvz-action.cjs.entry.js +1 -1
- package/cjs/lmvz-button.cjs.entry.js +4 -4
- package/cjs/lmvz-card.cjs.entry.js +24 -4
- package/cjs/lmvz-chip.cjs.entry.js +1 -1
- package/cjs/lmvz-components.cjs.js +1 -1
- package/cjs/lmvz-header_2.cjs.entry.js +5 -5
- package/cjs/lmvz-icon.cjs.entry.js +24 -13
- package/cjs/lmvz-input.cjs.entry.js +5 -5
- package/cjs/lmvz-menuitem.cjs.entry.js +4 -4
- package/cjs/lmvz-select.cjs.entry.js +4 -4
- package/cjs/loader.cjs.js +1 -1
- package/cjs/logger-Bn2yoZGP.js +7189 -0
- package/cjs/{reactive-controller-host-B_davRfI.js → reactive-controller-host-CtaVAiYJ.js} +27 -23
- package/collection/api/ds.constants.js +0 -66
- package/collection/collection-manifest.json +1 -1
- package/collection/components/lmvz-action/lmvz-action.js +1 -1
- package/collection/components/lmvz-button/lmvz-button.css +2 -2
- package/collection/components/lmvz-button/lmvz-button.js +5 -5
- package/collection/components/lmvz-card/lmvz-card.css +5 -5
- package/collection/components/lmvz-card/lmvz-card.js +1 -1
- package/collection/components/lmvz-chip/lmvz-chip.js +1 -1
- package/collection/components/lmvz-header/lmvz-header.js +2 -2
- package/collection/components/lmvz-icon/lmvz-icon.css +13 -13
- package/collection/components/lmvz-icon/lmvz-icon.js +49 -18
- package/collection/components/lmvz-input/lmvz-input.css +1 -1
- package/collection/components/lmvz-input/lmvz-input.js +6 -6
- package/collection/components/lmvz-menuitem/lmvz-menuitem.css +2 -2
- package/collection/components/lmvz-menuitem/lmvz-menuitem.js +1 -1
- package/collection/components/lmvz-select/lmvz-select.css +3 -3
- package/collection/components/lmvz-select/lmvz-select.js +1 -1
- package/collection/index.js +1 -2
- package/collection/integration/header-integration/header-integration.js +51 -0
- package/collection/utils/aria/aria-validation-controller.js +27 -23
- package/collection/utils/http.js +10 -13
- package/collection/utils/icons/icons-registry.js +34 -0
- package/collection/utils/icons/icons.js +49 -0
- package/collection/utils/icons/icons.unit.js +73 -0
- package/collection/utils/icons/public.js +2 -0
- package/collection/utils/public.js +1 -1
- package/components/index.d.ts +9 -9
- package/components/index.d.ts.bak +10 -10
- package/components/index.js +1 -1
- package/components/lmvz-action.d.ts +1 -1
- package/components/lmvz-action.d.ts.bak +11 -0
- package/components/lmvz-action.js +1 -1
- package/components/lmvz-button.d.ts +1 -1
- package/components/lmvz-button.d.ts.bak +11 -0
- package/components/lmvz-button.js +1 -1
- package/components/lmvz-card.d.ts +1 -1
- package/components/lmvz-card.d.ts.bak +11 -0
- package/components/lmvz-card.js +1 -1
- package/components/lmvz-chip.d.ts +1 -1
- package/components/lmvz-chip.d.ts.bak +11 -0
- package/components/lmvz-chip.js +1 -1
- package/components/lmvz-header.d.ts +1 -1
- package/components/lmvz-header.d.ts.bak +11 -0
- package/components/lmvz-header.js +1 -1
- package/components/lmvz-icon.d.ts +1 -1
- package/components/lmvz-icon.d.ts.bak +11 -0
- package/components/lmvz-icon.js +1 -1
- package/components/lmvz-input.d.ts +1 -1
- package/components/lmvz-input.d.ts.bak +11 -0
- package/components/lmvz-input.js +1 -1
- package/components/lmvz-menuitem.d.ts +1 -1
- package/components/lmvz-menuitem.d.ts.bak +11 -0
- package/components/lmvz-menuitem.js +1 -1
- package/components/lmvz-select.d.ts +1 -1
- package/components/lmvz-select.d.ts.bak +11 -0
- package/components/lmvz-select.js +1 -1
- package/components/{p-Clo63DJF.js → p-CBLAeife.js} +1 -1
- package/components/p-DXOTa5VF.js +12 -0
- package/components/p-fiRXhuXK.js +1 -0
- package/esm/{aria-loader-D9aySMw6.js → aria-loader-BF_AYtbb.js} +2 -2
- package/esm/icons-Ca8oMiRa.js +157 -0
- package/esm/{index-n6jVNpyp.js → index-7Ru1khgk.js} +11972 -309
- package/esm/index.js +4 -80
- package/esm/lmvz-action.entry.js +1 -1
- package/esm/lmvz-button.entry.js +4 -4
- package/esm/lmvz-card.entry.js +23 -4
- package/esm/lmvz-chip.entry.js +1 -1
- package/esm/lmvz-components.js +1 -1
- package/esm/lmvz-header_2.entry.js +5 -5
- package/esm/lmvz-icon.entry.js +24 -13
- package/esm/lmvz-input.entry.js +5 -5
- package/esm/lmvz-menuitem.entry.js +4 -4
- package/esm/lmvz-select.entry.js +4 -4
- package/esm/loader.js +1 -1
- package/esm/logger-fiRXhuXK.js +6990 -0
- package/esm/{reactive-controller-host-ByKmPKq1.js → reactive-controller-host-sR2jJxNG.js} +27 -23
- package/hydrate/index.js +78 -3842
- package/hydrate/index.mjs +78 -3842
- package/lmvz-components/index.esm.js +1 -1
- package/lmvz-components/lmvz-components.esm.js +1 -1
- package/lmvz-components/p-0f645295.entry.js +1 -0
- package/lmvz-components/{p-986acfd0.entry.js → p-1506fa34.entry.js} +1 -1
- package/lmvz-components/p-658c5c34.entry.js +1 -0
- package/lmvz-components/{p-1bda378c.entry.js → p-80675ee5.entry.js} +1 -1
- package/lmvz-components/p-872e2106.entry.js +1 -0
- package/lmvz-components/p-93038c98.entry.js +1 -0
- package/lmvz-components/{p-CU4XwA2K.js → p-B3dnXEPG.js} +1 -1
- package/lmvz-components/p-Bh2Epkwf.js +1 -0
- package/lmvz-components/{p-DPHHQR5F.js → p-Bkfdgg0T.js} +1 -1
- package/lmvz-components/p-DXOTa5VF.js +12 -0
- package/lmvz-components/p-bbab5471.entry.js +1 -0
- package/lmvz-components/p-c7e368c4.entry.js +1 -0
- package/lmvz-components/{p-b704eca8.entry.js → p-ff6a0267.entry.js} +1 -1
- package/lmvz-components/p-fiRXhuXK.js +1 -0
- package/manifest.json +64 -283
- package/package.json +4 -2
- package/types/api/ds.constants.d.ts +22 -1
- package/types/api/ds.types.d.ts +3 -38
- package/types/api/index.d.ts +0 -1
- package/types/components/lmvz-action/lmvz-action.d.ts +1 -0
- package/types/components/lmvz-button/lmvz-button.d.ts +2 -2
- package/types/components/lmvz-card/lmvz-card.d.ts +1 -0
- package/types/components/lmvz-chip/lmvz-chip.d.ts +1 -0
- package/types/components/lmvz-header/lmvz-header.d.ts +1 -0
- package/types/components/lmvz-icon/lmvz-icon.d.ts +4 -1
- package/types/components/lmvz-input/lmvz-input.d.ts +1 -0
- package/types/components/lmvz-menuitem/lmvz-menuitem.d.ts +1 -0
- package/types/components/lmvz-select/lmvz-select.d.ts +1 -0
- package/types/components.d.ts +747 -931
- package/types/index.d.ts +2 -2
- package/types/utils/aria/aria-validation-controller.d.ts +1 -0
- package/types/utils/aria/element-activation-controller.d.ts +1 -0
- package/types/utils/aria/list-keyboard-controller.d.ts +1 -0
- package/types/utils/assets.d.ts +1 -0
- package/types/utils/component.d.ts +2 -4
- package/types/utils/environment.d.ts +1 -0
- package/types/utils/http.d.ts +11 -8
- package/types/utils/http.unit.d.ts +1 -0
- package/types/utils/icons/icons-registry.d.ts +13 -0
- package/types/utils/icons/icons.d.ts +8 -0
- package/types/utils/icons/icons.unit.d.ts +8 -0
- package/types/utils/icons/public.d.ts +4 -0
- package/types/utils/public.d.ts +2 -1
- package/types/utils/reactive-controller-host.d.ts +1 -0
- package/assets/.DS_Store +0 -0
- package/assets/icons/.DS_Store +0 -0
- package/assets/icons/actions.svg +0 -5
- package/assets/icons/adduser.svg +0 -3
- package/assets/icons/alert.svg +0 -3
- package/assets/icons/apple.svg +0 -3
- package/assets/icons/arrow-down.svg +0 -3
- package/assets/icons/arrow-left.svg +0 -3
- package/assets/icons/arrow-right.svg +0 -3
- package/assets/icons/arrow-up.svg +0 -3
- package/assets/icons/book.svg +0 -3
- package/assets/icons/bookmark.svg +0 -3
- package/assets/icons/checkmark.svg +0 -3
- package/assets/icons/chevron-left.svg +0 -3
- package/assets/icons/chevron-right.svg +0 -3
- package/assets/icons/chevron-up.svg +0 -3
- package/assets/icons/close-l.svg +0 -3
- package/assets/icons/close-sm.svg +0 -3
- package/assets/icons/cog.svg +0 -4
- package/assets/icons/computer.svg +0 -3
- package/assets/icons/dashboard.svg +0 -6
- package/assets/icons/delete.svg +0 -3
- package/assets/icons/download.svg +0 -3
- package/assets/icons/edit.svg +0 -3
- package/assets/icons/external.svg +0 -3
- package/assets/icons/facebook.svg +0 -3
- package/assets/icons/favorite.svg +0 -3
- package/assets/icons/filter.svg +0 -3
- package/assets/icons/group.svg +0 -3
- package/assets/icons/hide.svg +0 -3
- package/assets/icons/home.svg +0 -3
- package/assets/icons/info.svg +0 -3
- package/assets/icons/instagram.svg +0 -3
- package/assets/icons/letter.svg +0 -3
- package/assets/icons/linkedin.svg +0 -5
- package/assets/icons/logout.svg +0 -3
- package/assets/icons/map.svg +0 -3
- package/assets/icons/minus.svg +0 -3
- package/assets/icons/navigation.svg +0 -3
- package/assets/icons/plus.svg +0 -3
- package/assets/icons/qr-scan.svg +0 -3
- package/assets/icons/question.svg +0 -10
- package/assets/icons/reader.svg +0 -3
- package/assets/icons/reset.svg +0 -3
- package/assets/icons/school.svg +0 -3
- package/assets/icons/search.svg +0 -3
- package/assets/icons/send.svg +0 -3
- package/assets/icons/settings.svg +0 -3
- package/assets/icons/share.svg +0 -10
- package/assets/icons/shopping-cart.svg +0 -3
- package/assets/icons/show.svg +0 -3
- package/assets/icons/snapchat.svg +0 -3
- package/assets/icons/sort.svg +0 -3
- package/assets/icons/speech-bubble.svg +0 -3
- package/assets/icons/star.svg +0 -3
- package/assets/icons/student.svg +0 -3
- package/assets/icons/upload.svg +0 -3
- package/assets/icons/user.svg +0 -3
- package/assets/icons/warn-circle.svg +0 -3
- package/assets/icons/warn-triangle.svg +0 -3
- package/assets/icons/whatsapp.svg +0 -4
- package/assets/icons/world.svg +0 -10
- package/assets/icons/x.svg +0 -3
- package/assets/icons/youtube.svg +0 -3
- package/cjs/Effect-YVFLBEfy.js +0 -19037
- package/cjs/assets-DxYhun-q.js +0 -26
- package/cjs/icons-DgYgcKGK.js +0 -653
- package/collection/api/index.js +0 -1
- package/collection/assets/.DS_Store +0 -0
- package/collection/assets/icons/.DS_Store +0 -0
- package/collection/assets/icons/actions.svg +0 -5
- package/collection/assets/icons/adduser.svg +0 -3
- package/collection/assets/icons/alert.svg +0 -3
- package/collection/assets/icons/apple.svg +0 -3
- package/collection/assets/icons/arrow-down.svg +0 -3
- package/collection/assets/icons/arrow-left.svg +0 -3
- package/collection/assets/icons/arrow-right.svg +0 -3
- package/collection/assets/icons/arrow-up.svg +0 -3
- package/collection/assets/icons/book.svg +0 -3
- package/collection/assets/icons/bookmark.svg +0 -3
- package/collection/assets/icons/checkmark.svg +0 -3
- package/collection/assets/icons/chevron-left.svg +0 -3
- package/collection/assets/icons/chevron-right.svg +0 -3
- package/collection/assets/icons/chevron-up.svg +0 -3
- package/collection/assets/icons/close-l.svg +0 -3
- package/collection/assets/icons/close-sm.svg +0 -3
- package/collection/assets/icons/cog.svg +0 -4
- package/collection/assets/icons/computer.svg +0 -3
- package/collection/assets/icons/dashboard.svg +0 -6
- package/collection/assets/icons/delete.svg +0 -3
- package/collection/assets/icons/download.svg +0 -3
- package/collection/assets/icons/edit.svg +0 -3
- package/collection/assets/icons/external.svg +0 -3
- package/collection/assets/icons/facebook.svg +0 -3
- package/collection/assets/icons/favorite.svg +0 -3
- package/collection/assets/icons/filter.svg +0 -3
- package/collection/assets/icons/group.svg +0 -3
- package/collection/assets/icons/hide.svg +0 -3
- package/collection/assets/icons/home.svg +0 -3
- package/collection/assets/icons/info.svg +0 -3
- package/collection/assets/icons/instagram.svg +0 -3
- package/collection/assets/icons/letter.svg +0 -3
- package/collection/assets/icons/linkedin.svg +0 -5
- package/collection/assets/icons/logout.svg +0 -3
- package/collection/assets/icons/map.svg +0 -3
- package/collection/assets/icons/minus.svg +0 -3
- package/collection/assets/icons/navigation.svg +0 -3
- package/collection/assets/icons/plus.svg +0 -3
- package/collection/assets/icons/qr-scan.svg +0 -3
- package/collection/assets/icons/question.svg +0 -10
- package/collection/assets/icons/reader.svg +0 -3
- package/collection/assets/icons/reset.svg +0 -3
- package/collection/assets/icons/school.svg +0 -3
- package/collection/assets/icons/search.svg +0 -3
- package/collection/assets/icons/send.svg +0 -3
- package/collection/assets/icons/settings.svg +0 -3
- package/collection/assets/icons/share.svg +0 -10
- package/collection/assets/icons/shopping-cart.svg +0 -3
- package/collection/assets/icons/show.svg +0 -3
- package/collection/assets/icons/snapchat.svg +0 -3
- package/collection/assets/icons/sort.svg +0 -3
- package/collection/assets/icons/speech-bubble.svg +0 -3
- package/collection/assets/icons/star.svg +0 -3
- package/collection/assets/icons/student.svg +0 -3
- package/collection/assets/icons/upload.svg +0 -3
- package/collection/assets/icons/user.svg +0 -3
- package/collection/assets/icons/warn-circle.svg +0 -3
- package/collection/assets/icons/warn-triangle.svg +0 -3
- package/collection/assets/icons/whatsapp.svg +0 -4
- package/collection/assets/icons/world.svg +0 -10
- package/collection/assets/icons/x.svg +0 -3
- package/collection/assets/icons/youtube.svg +0 -3
- package/collection/components/lmvz-icon/icons.js +0 -36
- package/collection/components/lmvz-icon/public.js +0 -1
- package/collection/components/lmvz-icon/test/icons.unit.js +0 -98
- package/collection/integration/header-integration.js +0 -46
- package/collection/utils/effect.js +0 -6
- package/collection/utils/validation/svg.js +0 -24
- package/components/p-CYcWxAp5.js +0 -1
- package/components/p-DHtXOUVf.js +0 -1
- package/components/p-VkiNs_yz.js +0 -12
- package/esm/Effect-DkwJP3kx.js +0 -18828
- package/esm/assets-_WDisN-f.js +0 -23
- package/esm/icons-Crg18Lio.js +0 -649
- package/lmvz-components/p-121f74d8.entry.js +0 -1
- package/lmvz-components/p-373a9cbf.entry.js +0 -1
- package/lmvz-components/p-43e295ba.entry.js +0 -1
- package/lmvz-components/p-5f150890.entry.js +0 -1
- package/lmvz-components/p-6d5fa8c4.entry.js +0 -1
- package/lmvz-components/p-BT8PQPMJ.js +0 -1
- package/lmvz-components/p-BxiCs9Wn.js +0 -1
- package/lmvz-components/p-CXQcJLbG.js +0 -12
- package/lmvz-components/p-DkwJP3kx.js +0 -1
- package/lmvz-components/p-abbfa6aa.entry.js +0 -1
- package/types/components/lmvz-icon/icons.d.ts +0 -8
- package/types/components/lmvz-icon/public.d.ts +0 -1
- package/types/components/lmvz-icon/test/icons.unit.d.ts +0 -1
- package/types/utils/effect.d.ts +0 -3
- package/types/utils/validation/svg.d.ts +0 -11
package/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-
|
|
2
|
+
"timestamp": "2026-05-13T09:16:48",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.4",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"components": [
|
|
9
9
|
{
|
|
10
|
-
"filePath": "src/integration/header-integration.tsx",
|
|
10
|
+
"filePath": "src/integration/header-integration/header-integration.tsx",
|
|
11
11
|
"encapsulation": "shadow",
|
|
12
12
|
"tag": "header-integration",
|
|
13
13
|
"readme": "# header-integration\n\n\n",
|
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
"references": {
|
|
146
146
|
"FormRef": {
|
|
147
147
|
"location": "import",
|
|
148
|
-
"path": "../../
|
|
149
|
-
"id": "src/
|
|
148
|
+
"path": "../../api",
|
|
149
|
+
"id": "src/api/index.d.ts::FormRef",
|
|
150
150
|
"referenceLocation": "FormRef"
|
|
151
151
|
}
|
|
152
152
|
}
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"Button": {
|
|
183
183
|
"location": "import",
|
|
184
184
|
"path": "../../api",
|
|
185
|
-
"id": "src/api/index.ts::Button",
|
|
185
|
+
"id": "src/api/index.d.ts::Button",
|
|
186
186
|
"referenceLocation": "Button"
|
|
187
187
|
}
|
|
188
188
|
}
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"Button": {
|
|
295
295
|
"location": "import",
|
|
296
296
|
"path": "../../api",
|
|
297
|
-
"id": "src/api/index.ts::Button",
|
|
297
|
+
"id": "src/api/index.d.ts::Button",
|
|
298
298
|
"referenceLocation": "Button"
|
|
299
299
|
}
|
|
300
300
|
}
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"encapsulation": "scoped",
|
|
670
670
|
"tag": "lmvz-icon",
|
|
671
671
|
"readme": "# lmvz-icon\n\n\n",
|
|
672
|
-
"docs": "`lmvz-icon` is a web component that lazy-loads and displays an SVG icon from
|
|
672
|
+
"docs": "`lmvz-icon` is a web component that lazy-loads and displays an SVG icon from the given icon set.\nIt requires a provider to be registered in the application (once), which will supply the icon data based on the `icon` prop, for its `iconset`.\n\nLoading is deferred, using an IntersectionObserver, until the instance becomes visible in the viewport.",
|
|
673
673
|
"docsTags": [],
|
|
674
674
|
"usage": {},
|
|
675
675
|
"props": [
|
|
@@ -701,284 +701,60 @@
|
|
|
701
701
|
},
|
|
702
702
|
{
|
|
703
703
|
"name": "icon",
|
|
704
|
-
"type": "
|
|
704
|
+
"type": "string | string & Brand<\"SVG\">",
|
|
705
705
|
"complexType": {
|
|
706
|
-
"original": "
|
|
707
|
-
"resolved": "
|
|
706
|
+
"original": "SVGString | string",
|
|
707
|
+
"resolved": "string | string & Brand<\"SVG\">",
|
|
708
708
|
"references": {
|
|
709
|
-
"
|
|
709
|
+
"SVGString": {
|
|
710
710
|
"location": "import",
|
|
711
|
-
"path": "
|
|
712
|
-
"id": "
|
|
713
|
-
"referenceLocation": "
|
|
711
|
+
"path": "@lmvz-ds/lib-ts/validation/SVGString.d.ts",
|
|
712
|
+
"id": "../../lib/ts/dist/validation/SVGString.d.ts::SVGString",
|
|
713
|
+
"referenceLocation": "SVGString"
|
|
714
714
|
}
|
|
715
715
|
}
|
|
716
716
|
},
|
|
717
717
|
"mutable": false,
|
|
718
718
|
"attr": "icon",
|
|
719
719
|
"reflectToAttr": true,
|
|
720
|
-
"docs": "
|
|
720
|
+
"docs": "Required\n\nEither a valid name from a registered iconset, or the icon's SVG content (inline).\n\nWill be checked against the (default) iconset.",
|
|
721
721
|
"docsTags": [],
|
|
722
722
|
"values": [
|
|
723
723
|
{
|
|
724
|
-
"value": "Logo",
|
|
725
|
-
"type": "string"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"value": "actions",
|
|
729
|
-
"type": "string"
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"value": "adduser",
|
|
733
|
-
"type": "string"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"value": "alert",
|
|
737
|
-
"type": "string"
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
"value": "apple",
|
|
741
|
-
"type": "string"
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"value": "arrow-down",
|
|
745
|
-
"type": "string"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"value": "arrow-left",
|
|
749
|
-
"type": "string"
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"value": "arrow-right",
|
|
753
|
-
"type": "string"
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"value": "arrow-up",
|
|
757
|
-
"type": "string"
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"value": "book",
|
|
761
|
-
"type": "string"
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"value": "bookmark",
|
|
765
|
-
"type": "string"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"value": "checkmark",
|
|
769
|
-
"type": "string"
|
|
770
|
-
},
|
|
771
|
-
{
|
|
772
|
-
"value": "chevron-down",
|
|
773
|
-
"type": "string"
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
"value": "chevron-left",
|
|
777
|
-
"type": "string"
|
|
778
|
-
},
|
|
779
|
-
{
|
|
780
|
-
"value": "chevron-right",
|
|
781
|
-
"type": "string"
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"value": "chevron-up",
|
|
785
|
-
"type": "string"
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"value": "close-l",
|
|
789
|
-
"type": "string"
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
"value": "close-sm",
|
|
793
|
-
"type": "string"
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"value": "cog",
|
|
797
|
-
"type": "string"
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"value": "computer",
|
|
801
|
-
"type": "string"
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"value": "dashboard",
|
|
805
|
-
"type": "string"
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"value": "delete",
|
|
809
|
-
"type": "string"
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"value": "download",
|
|
813
|
-
"type": "string"
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"value": "edit",
|
|
817
|
-
"type": "string"
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"value": "external",
|
|
821
|
-
"type": "string"
|
|
822
|
-
},
|
|
823
|
-
{
|
|
824
|
-
"value": "facebook",
|
|
825
|
-
"type": "string"
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"value": "favorite",
|
|
829
|
-
"type": "string"
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
"value": "filter",
|
|
833
|
-
"type": "string"
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"value": "group",
|
|
837
|
-
"type": "string"
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"value": "hide",
|
|
841
|
-
"type": "string"
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"value": "home",
|
|
845
|
-
"type": "string"
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"value": "info",
|
|
849
|
-
"type": "string"
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"value": "instagram",
|
|
853
|
-
"type": "string"
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"value": "letter",
|
|
857
|
-
"type": "string"
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"value": "linkedin",
|
|
861
|
-
"type": "string"
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"value": "logout",
|
|
865
|
-
"type": "string"
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"value": "map",
|
|
869
|
-
"type": "string"
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"value": "minus",
|
|
873
|
-
"type": "string"
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"value": "navigation",
|
|
877
|
-
"type": "string"
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"value": "plus",
|
|
881
|
-
"type": "string"
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"value": "qr-scan",
|
|
885
|
-
"type": "string"
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"value": "question",
|
|
889
|
-
"type": "string"
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
"value": "reader",
|
|
893
|
-
"type": "string"
|
|
894
|
-
},
|
|
895
|
-
{
|
|
896
|
-
"value": "reset",
|
|
897
|
-
"type": "string"
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"value": "school",
|
|
901
|
-
"type": "string"
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"value": "search",
|
|
905
|
-
"type": "string"
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"value": "send",
|
|
909
|
-
"type": "string"
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
"value": "settings",
|
|
913
|
-
"type": "string"
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"value": "share",
|
|
917
|
-
"type": "string"
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"value": "shopping-cart",
|
|
921
|
-
"type": "string"
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"value": "show",
|
|
925
|
-
"type": "string"
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"value": "snapchat",
|
|
929
|
-
"type": "string"
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"value": "sort",
|
|
933
724
|
"type": "string"
|
|
934
725
|
},
|
|
935
726
|
{
|
|
936
|
-
"
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"value": "warn-triangle",
|
|
961
|
-
"type": "string"
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"value": "whatsapp",
|
|
965
|
-
"type": "string"
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
"value": "world",
|
|
969
|
-
"type": "string"
|
|
970
|
-
},
|
|
727
|
+
"type": "string & Brand<\"SVG\">"
|
|
728
|
+
}
|
|
729
|
+
],
|
|
730
|
+
"optional": false,
|
|
731
|
+
"required": true,
|
|
732
|
+
"getter": false,
|
|
733
|
+
"setter": false
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"name": "iconset",
|
|
737
|
+
"type": "string | undefined",
|
|
738
|
+
"complexType": {
|
|
739
|
+
"original": "string",
|
|
740
|
+
"resolved": "string | undefined",
|
|
741
|
+
"references": {}
|
|
742
|
+
},
|
|
743
|
+
"mutable": false,
|
|
744
|
+
"attr": "iconset",
|
|
745
|
+
"reflectToAttr": true,
|
|
746
|
+
"docs": "Optional custom icon iconset id. Must reference a registered custom iconset by its exported name.",
|
|
747
|
+
"docsTags": [],
|
|
748
|
+
"values": [
|
|
971
749
|
{
|
|
972
|
-
"value": "x",
|
|
973
750
|
"type": "string"
|
|
974
751
|
},
|
|
975
752
|
{
|
|
976
|
-
"
|
|
977
|
-
"type": "string"
|
|
753
|
+
"type": "undefined"
|
|
978
754
|
}
|
|
979
755
|
],
|
|
980
|
-
"optional":
|
|
981
|
-
"required":
|
|
756
|
+
"optional": true,
|
|
757
|
+
"required": false,
|
|
982
758
|
"getter": false,
|
|
983
759
|
"setter": false
|
|
984
760
|
},
|
|
@@ -992,7 +768,7 @@
|
|
|
992
768
|
"Icon": {
|
|
993
769
|
"location": "import",
|
|
994
770
|
"path": "../../api",
|
|
995
|
-
"id": "src/api/index.ts::Icon",
|
|
771
|
+
"id": "src/api/index.d.ts::Icon",
|
|
996
772
|
"referenceLocation": "Icon"
|
|
997
773
|
}
|
|
998
774
|
}
|
|
@@ -1048,7 +824,7 @@
|
|
|
1048
824
|
"Icon": {
|
|
1049
825
|
"location": "import",
|
|
1050
826
|
"path": "../../api",
|
|
1051
|
-
"id": "src/api/index.ts::Icon",
|
|
827
|
+
"id": "src/api/index.d.ts::Icon",
|
|
1052
828
|
"referenceLocation": "Icon"
|
|
1053
829
|
}
|
|
1054
830
|
}
|
|
@@ -1125,11 +901,11 @@
|
|
|
1125
901
|
},
|
|
1126
902
|
{
|
|
1127
903
|
"name": "slot",
|
|
1128
|
-
"text": "before-input - Content to the left of the input. If interactive (e.g., clear button), use an lmvz-button element.\nExample: <lmvz-button slot=\"before-input\" aria-label=\"Clear input\" tabindex=\"0\"><lmvz-icon icon=\"close-sm\"></lmvz-icon></lmvz-button>"
|
|
904
|
+
"text": "before-input - Content to the left of the input. If interactive (e.g., clear button), use an lmvz-button element.\nExample: <lmvz-button slot=\"before-input\" aria-label=\"Clear input\" tabindex=\"0\"><lmvz-icon iconset=\"lmvz\" icon=\"close-sm\"></lmvz-icon></lmvz-button>"
|
|
1129
905
|
},
|
|
1130
906
|
{
|
|
1131
907
|
"name": "slot",
|
|
1132
|
-
"text": "after-input - Content to the right of the input. If interactive (e.g., password toggle), use an lmvz-button element.\nExample: <lmvz-button slot=\"after-input\" aria-label=\"Toggle password visibility\" tabindex=\"0\"><lmvz-icon icon=\"
|
|
908
|
+
"text": "after-input - Content to the right of the input. If interactive (e.g., password toggle), use an lmvz-button element.\nExample: <lmvz-button slot=\"after-input\" aria-label=\"Toggle password visibility\" tabindex=\"0\"><lmvz-icon iconset=\"lmvz\" icon=\"show\"></lmvz-icon></lmvz-button>"
|
|
1133
909
|
}
|
|
1134
910
|
],
|
|
1135
911
|
"usage": {},
|
|
@@ -1144,7 +920,7 @@
|
|
|
1144
920
|
"Input": {
|
|
1145
921
|
"location": "import",
|
|
1146
922
|
"path": "../../api",
|
|
1147
|
-
"id": "src/api/index.ts::Input",
|
|
923
|
+
"id": "src/api/index.d.ts::Input",
|
|
1148
924
|
"referenceLocation": "Input"
|
|
1149
925
|
}
|
|
1150
926
|
}
|
|
@@ -1203,7 +979,7 @@
|
|
|
1203
979
|
"Input": {
|
|
1204
980
|
"location": "import",
|
|
1205
981
|
"path": "../../api",
|
|
1206
|
-
"id": "src/api/index.ts::Input",
|
|
982
|
+
"id": "src/api/index.d.ts::Input",
|
|
1207
983
|
"referenceLocation": "Input"
|
|
1208
984
|
}
|
|
1209
985
|
}
|
|
@@ -4468,7 +4244,7 @@
|
|
|
4468
4244
|
"Input": {
|
|
4469
4245
|
"location": "import",
|
|
4470
4246
|
"path": "../../api",
|
|
4471
|
-
"id": "src/api/index.ts::Input",
|
|
4247
|
+
"id": "src/api/index.d.ts::Input",
|
|
4472
4248
|
"referenceLocation": "Input"
|
|
4473
4249
|
}
|
|
4474
4250
|
}
|
|
@@ -4859,7 +4635,7 @@
|
|
|
4859
4635
|
"Input": {
|
|
4860
4636
|
"location": "import",
|
|
4861
4637
|
"path": "../../api",
|
|
4862
|
-
"id": "src/api/index.ts::Input",
|
|
4638
|
+
"id": "src/api/index.d.ts::Input",
|
|
4863
4639
|
"referenceLocation": "Input"
|
|
4864
4640
|
}
|
|
4865
4641
|
}
|
|
@@ -5130,11 +4906,11 @@
|
|
|
5130
4906
|
"slots": [
|
|
5131
4907
|
{
|
|
5132
4908
|
"name": "after-input",
|
|
5133
|
-
"docs": "Content to the right of the input. If interactive (e.g., password toggle), use an lmvz-button element.\nExample: <lmvz-button slot=\"after-input\" aria-label=\"Toggle password visibility\" tabindex=\"0\"><lmvz-icon icon=\"
|
|
4909
|
+
"docs": "Content to the right of the input. If interactive (e.g., password toggle), use an lmvz-button element.\nExample: <lmvz-button slot=\"after-input\" aria-label=\"Toggle password visibility\" tabindex=\"0\"><lmvz-icon iconset=\"lmvz\" icon=\"show\"></lmvz-icon></lmvz-button>"
|
|
5134
4910
|
},
|
|
5135
4911
|
{
|
|
5136
4912
|
"name": "before-input",
|
|
5137
|
-
"docs": "Content to the left of the input. If interactive (e.g., clear button), use an lmvz-button element.\nExample: <lmvz-button slot=\"before-input\" aria-label=\"Clear input\" tabindex=\"0\"><lmvz-icon icon=\"close-sm\"></lmvz-icon></lmvz-button>"
|
|
4913
|
+
"docs": "Content to the left of the input. If interactive (e.g., clear button), use an lmvz-button element.\nExample: <lmvz-button slot=\"before-input\" aria-label=\"Clear input\" tabindex=\"0\"><lmvz-icon iconset=\"lmvz\" icon=\"close-sm\"></lmvz-icon></lmvz-button>"
|
|
5138
4914
|
}
|
|
5139
4915
|
],
|
|
5140
4916
|
"parts": [],
|
|
@@ -5460,25 +5236,30 @@
|
|
|
5460
5236
|
}
|
|
5461
5237
|
],
|
|
5462
5238
|
"typeLibrary": {
|
|
5463
|
-
"src/api/index.ts::Button": {
|
|
5239
|
+
"src/api/index.d.ts::Button": {
|
|
5240
|
+
"declaration": "any",
|
|
5241
|
+
"docstring": "",
|
|
5242
|
+
"path": "src/api/index.d.ts"
|
|
5243
|
+
},
|
|
5244
|
+
"src/api/index.d.ts::FormRef": {
|
|
5464
5245
|
"declaration": "any",
|
|
5465
5246
|
"docstring": "",
|
|
5466
|
-
"path": "src/api/index.ts"
|
|
5247
|
+
"path": "src/api/index.d.ts"
|
|
5467
5248
|
},
|
|
5468
|
-
"
|
|
5469
|
-
"declaration": "export type
|
|
5249
|
+
"../../lib/ts/dist/validation/SVGString.d.ts::SVGString": {
|
|
5250
|
+
"declaration": "export type SVGString = string & Brand.Brand<'SVG'>;",
|
|
5470
5251
|
"docstring": "",
|
|
5471
|
-
"path": "
|
|
5252
|
+
"path": "../../lib/ts/dist/validation/SVGString.d.ts"
|
|
5472
5253
|
},
|
|
5473
|
-
"src/api/index.ts::Icon": {
|
|
5254
|
+
"src/api/index.d.ts::Icon": {
|
|
5474
5255
|
"declaration": "any",
|
|
5475
5256
|
"docstring": "",
|
|
5476
|
-
"path": "src/api/index.ts"
|
|
5257
|
+
"path": "src/api/index.d.ts"
|
|
5477
5258
|
},
|
|
5478
|
-
"src/api/index.ts::Input": {
|
|
5259
|
+
"src/api/index.d.ts::Input": {
|
|
5479
5260
|
"declaration": "any",
|
|
5480
5261
|
"docstring": "",
|
|
5481
|
-
"path": "src/api/index.ts"
|
|
5262
|
+
"path": "src/api/index.d.ts"
|
|
5482
5263
|
}
|
|
5483
5264
|
}
|
|
5484
5265
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmvz-ds/components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.18.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "The components of the design system",
|
|
7
7
|
"author": "Patrick Nemenz <patrick.nemenz@adesso.at>",
|
|
@@ -81,7 +81,9 @@
|
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"classnames": "^2.5.1",
|
|
84
|
-
"effect": "^3.21.1"
|
|
84
|
+
"effect": "^3.21.1"
|
|
85
|
+
},
|
|
86
|
+
"optionalDependencies": {
|
|
85
87
|
"@lmvz-ds/aria-validation": "~0.16.1"
|
|
86
88
|
},
|
|
87
89
|
"files": [
|
|
@@ -5,4 +5,25 @@ export declare const textSizes: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
|
5
5
|
export declare const inputTypes: readonly ["text", "email", "password", "tel", "url", "search", "number"];
|
|
6
6
|
export declare const iconSizes: readonly ["xs", "sm", "md", "lg", "inherit"];
|
|
7
7
|
export declare const iconWeights: readonly ["thin", "medium", "bold", "filled"];
|
|
8
|
-
export declare
|
|
8
|
+
export declare namespace LmvzDS {
|
|
9
|
+
type Variant = (typeof variants)[number];
|
|
10
|
+
type Size = (typeof sizes)[number];
|
|
11
|
+
}
|
|
12
|
+
export declare namespace Typography {
|
|
13
|
+
type Size = (typeof textSizes)[number];
|
|
14
|
+
}
|
|
15
|
+
export declare namespace Button {
|
|
16
|
+
type Scale = (typeof scaleValues)[number];
|
|
17
|
+
type Variant = LmvzDS.Variant;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace Icon {
|
|
20
|
+
type Size = (typeof iconSizes)[number];
|
|
21
|
+
type IconWeight = (typeof iconWeights)[number];
|
|
22
|
+
}
|
|
23
|
+
export declare namespace Input {
|
|
24
|
+
type Type = (typeof inputTypes)[number];
|
|
25
|
+
type Autocomplete = HTMLInputElement['autocomplete'];
|
|
26
|
+
type Inputmode = 'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url';
|
|
27
|
+
type Autocapitalize = 'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters';
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=ds.constants.d.ts.map
|
package/types/api/ds.types.d.ts
CHANGED
|
@@ -1,39 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
export type * from './ds.constants';
|
|
2
2
|
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
export type Size = (typeof sizes)[number];
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export namespace Typography {
|
|
9
|
-
export type Size = (typeof textSizes)[number];
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export namespace Button {
|
|
13
|
-
export type Scale = (typeof scaleValues)[number];
|
|
14
|
-
export type Variant = LmvzDS.Variant;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export namespace Icon {
|
|
18
|
-
export type Size = (typeof iconSizes)[number];
|
|
19
|
-
|
|
20
|
-
export type IconWeight = (typeof iconWeights)[number];
|
|
21
|
-
|
|
22
|
-
export type IconName = (typeof iconNames)[number];
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export namespace Input {
|
|
26
|
-
export type Type = (typeof inputTypes)[number];
|
|
27
|
-
|
|
28
|
-
export type Autocomplete = HTMLInputElement['autocomplete'];
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Inputmode attribute for mobile keyboards
|
|
32
|
-
*/
|
|
33
|
-
export type Inputmode = 'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url';
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Autocapitalize attribute for mobile keyboards
|
|
37
|
-
*/
|
|
38
|
-
export type Autocapitalize = 'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters';
|
|
39
|
-
}
|
|
3
|
+
export type Attributes = { [key: string]: unknown };
|
|
4
|
+
export type FormRef = string | HTMLFormElement | undefined;
|
package/types/api/index.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { type EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
-
import type { Button } from '../../api';
|
|
2
|
+
import type { Button, FormRef } from '../../api';
|
|
3
3
|
import { type AriaValidationHost } from '../../utils/aria/aria-validation-controller';
|
|
4
4
|
import { type ElementActivationHost } from '../../utils/aria/element-activation-controller';
|
|
5
|
-
import { type FormRef } from '../../utils/component';
|
|
6
5
|
import { ReactiveControllerHost } from '../../utils/reactive-controller-host';
|
|
7
6
|
export declare class LmvzButton extends ReactiveControllerHost implements AriaValidationHost, ElementActivationHost {
|
|
8
7
|
el: HTMLLmvzButtonElement;
|
|
@@ -24,3 +23,4 @@ export declare class LmvzButton extends ReactiveControllerHost implements AriaVa
|
|
|
24
23
|
private handleClick;
|
|
25
24
|
render(): any;
|
|
26
25
|
}
|
|
26
|
+
//# sourceMappingURL=lmvz-button.d.ts.map
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SVGString } from '@lmvz-ds/lib-ts/validation/SVGString.d.ts';
|
|
1
2
|
import type { Icon } from '../../api';
|
|
2
3
|
import { type AriaValidationHost } from '../../utils/aria/aria-validation-controller';
|
|
3
4
|
import { ReactiveControllerHost } from '../../utils/reactive-controller-host';
|
|
@@ -6,9 +7,10 @@ export declare class LmvzIcon extends ReactiveControllerHost implements AriaVali
|
|
|
6
7
|
private readonly ariaValidationController;
|
|
7
8
|
el: HTMLElement;
|
|
8
9
|
validationEl: HTMLElement | undefined;
|
|
9
|
-
icon:
|
|
10
|
+
icon: SVGString | string;
|
|
10
11
|
weight?: Icon.IconWeight;
|
|
11
12
|
size?: Icon.Size;
|
|
13
|
+
iconset?: string;
|
|
12
14
|
private iconData?;
|
|
13
15
|
private visible;
|
|
14
16
|
ariaLabel?: string;
|
|
@@ -21,3 +23,4 @@ export declare class LmvzIcon extends ReactiveControllerHost implements AriaVali
|
|
|
21
23
|
render(): any;
|
|
22
24
|
private waitUntilVisible;
|
|
23
25
|
}
|
|
26
|
+
//# sourceMappingURL=lmvz-icon.d.ts.map
|