@lmvz-ds/components 0.17.1 → 0.18.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/CHANGELOG.md +39 -0
- package/{readme.md → README.md} +3 -0
- package/assets/.DS_Store +0 -0
- package/assets/icons/.DS_Store +0 -0
- package/{dist/cjs/aria-loader-BRxRUIyi.js → cjs/aria-loader-CfFuAbJn.js} +2 -2
- package/cjs/icons-swqMn6s2.js +163 -0
- package/{dist/cjs/index-BBqtydE-.js → cjs/index--7IqZZqn.js} +22965 -11151
- package/{dist/cjs/index-CH-YLRgg.js → cjs/index-C2yDXRqP.js} +45 -10
- package/cjs/index.cjs.js +25 -0
- package/{dist/cjs → cjs}/lmvz-action.cjs.entry.js +2 -2
- package/{dist/cjs → cjs}/lmvz-button.cjs.entry.js +4 -4
- package/{dist/cjs → cjs}/lmvz-card.cjs.entry.js +24 -4
- package/{dist/cjs → cjs}/lmvz-chip.cjs.entry.js +2 -2
- package/{dist/cjs → cjs}/lmvz-components.cjs.js +3 -3
- package/{dist/cjs → cjs}/lmvz-header_2.cjs.entry.js +6 -6
- package/{dist/cjs → cjs}/lmvz-icon.cjs.entry.js +25 -14
- package/{dist/cjs → cjs}/lmvz-input.cjs.entry.js +5 -5
- package/{dist/cjs → cjs}/lmvz-menuitem.cjs.entry.js +4 -4
- package/{dist/cjs → cjs}/lmvz-select.cjs.entry.js +4 -4
- package/cjs/loader.cjs.js +13 -0
- package/cjs/logger-Bn2yoZGP.js +7189 -0
- package/{dist/cjs/reactive-controller-host-vy1TIIXv.js → cjs/reactive-controller-host-CtaVAiYJ.js} +30 -26
- package/collection/api/ds.constants.js +7 -0
- package/collection/assets/.DS_Store +0 -0
- package/collection/assets/icons/.DS_Store +0 -0
- package/{dist/collection → collection}/collection-manifest.json +2 -2
- package/{dist/collection → collection}/components/lmvz-action/lmvz-action.js +1 -1
- package/{dist/collection → collection}/components/lmvz-button/lmvz-button.js +5 -5
- package/{dist/collection → collection}/components/lmvz-card/lmvz-card.js +1 -1
- package/{dist/collection → collection}/components/lmvz-chip/lmvz-chip.js +1 -1
- package/{dist/collection → collection}/components/lmvz-header/lmvz-header.js +2 -2
- package/{dist/collection → collection}/components/lmvz-icon/lmvz-icon.css +5 -5
- package/{dist/collection → collection}/components/lmvz-icon/lmvz-icon.js +49 -18
- package/{dist/collection → collection}/components/lmvz-input/lmvz-input.js +6 -6
- package/{dist/collection → collection}/components/lmvz-menuitem/lmvz-menuitem.js +1 -1
- package/{dist/collection → collection}/components/lmvz-select/lmvz-select.js +1 -1
- package/collection/index.js +3 -0
- package/collection/integration/header-integration/header-integration.js +51 -0
- package/{dist/collection → collection}/utils/aria/aria-validation-controller.js +29 -25
- package/collection/utils/http.js +21 -0
- package/{dist/collection → collection}/utils/http.unit.js +5 -5
- 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 -0
- package/components/index.d.ts.bak +55 -0
- package/components/index.js +1 -0
- package/components/lmvz-action.d.ts.bak +11 -0
- package/components/lmvz-action.js +1 -0
- package/components/lmvz-button.d.ts.bak +11 -0
- package/{dist/components → components}/lmvz-button.js +1 -1
- package/components/lmvz-card.d.ts.bak +11 -0
- package/components/lmvz-card.js +1 -0
- package/components/lmvz-chip.d.ts.bak +11 -0
- package/{dist/components → components}/lmvz-chip.js +1 -1
- package/components/lmvz-header.d.ts.bak +11 -0
- package/{dist/components → components}/lmvz-header.js +1 -1
- package/components/lmvz-icon.d.ts.bak +11 -0
- package/components/lmvz-icon.js +1 -0
- package/components/lmvz-input.d.ts.bak +11 -0
- package/{dist/components → components}/lmvz-input.js +1 -1
- package/components/lmvz-menuitem.d.ts.bak +11 -0
- package/{dist/components → components}/lmvz-menuitem.js +1 -1
- package/components/lmvz-select.d.ts.bak +11 -0
- package/{dist/components → components}/lmvz-select.js +1 -1
- package/components/p-CBLAeife.js +1 -0
- package/components/p-C_bScbrd.js +1 -0
- package/components/p-DXOTa5VF.js +12 -0
- package/components/p-fiRXhuXK.js +1 -0
- package/{dist/esm/aria-loader-JxXwTAe5.js → esm/aria-loader-BF_AYtbb.js} +2 -2
- package/esm/icons-Ca8oMiRa.js +157 -0
- package/{dist/esm/index-BW1YMEA3.js → esm/index-7Ru1khgk.js} +23076 -11262
- package/{dist/esm/index-CQb-mBBB.js → esm/index-saW7O-EW.js} +45 -10
- package/esm/index.js +11 -0
- package/{dist/esm → esm}/lmvz-action.entry.js +2 -2
- package/{dist/esm → esm}/lmvz-button.entry.js +4 -4
- package/{dist/esm → esm}/lmvz-card.entry.js +22 -3
- package/{dist/esm → esm}/lmvz-chip.entry.js +2 -2
- package/esm/lmvz-components.js +21 -0
- package/{dist/esm → esm}/lmvz-header_2.entry.js +6 -6
- package/{dist/esm → esm}/lmvz-icon.entry.js +25 -14
- package/{dist/esm → esm}/lmvz-input.entry.js +5 -5
- package/{dist/esm → esm}/lmvz-menuitem.entry.js +4 -4
- package/{dist/esm → esm}/lmvz-select.entry.js +4 -4
- package/esm/loader.js +11 -0
- package/esm/logger-fiRXhuXK.js +6990 -0
- package/{dist/esm/reactive-controller-host-OhKYwMvP.js → esm/reactive-controller-host-sR2jJxNG.js} +30 -26
- package/hydrate/index.js +183 -3898
- package/hydrate/index.mjs +183 -3898
- package/lmvz-components/index.esm.js +1 -0
- package/lmvz-components/lmvz-components.esm.js +1 -0
- package/{dist/lmvz-components/p-b8926640.entry.js → lmvz-components/p-30b99f11.entry.js} +1 -1
- package/lmvz-components/p-43e295ba.entry.js +1 -0
- package/lmvz-components/p-5f150890.entry.js +1 -0
- package/{dist/lmvz-components/p-b9d1953f.entry.js → lmvz-components/p-77007422.entry.js} +1 -1
- package/{dist/lmvz-components/p-Bx29-tJt.js → lmvz-components/p-B3dnXEPG.js} +1 -1
- package/lmvz-components/p-Bh2Epkwf.js +1 -0
- package/lmvz-components/p-Bkfdgg0T.js +1 -0
- package/lmvz-components/p-DXOTa5VF.js +12 -0
- package/lmvz-components/p-ae4aeb0a.entry.js +1 -0
- package/lmvz-components/p-b0208356.entry.js +1 -0
- package/{dist/lmvz-components/p-4530f088.entry.js → lmvz-components/p-bfd7db0a.entry.js} +1 -1
- package/{dist/lmvz-components/p-150ecfb6.entry.js → lmvz-components/p-d2e42f6a.entry.js} +1 -1
- package/{dist/lmvz-components/p-47d7ed0e.entry.js → lmvz-components/p-ffa21507.entry.js} +1 -1
- package/lmvz-components/p-fiRXhuXK.js +1 -0
- package/lmvz-components/p-saW7O-EW.js +2 -0
- package/loader/cdn.js +1 -1
- package/loader/index.cjs.js +1 -1
- package/loader/index.d.ts +1 -1
- package/loader/index.es2017.js +1 -1
- package/loader/index.js +1 -1
- package/{dist/manifest.json → manifest.json} +65 -284
- package/package.json +44 -105
- package/types/api/ds.constants.d.ts +29 -0
- package/types/api/ds.types.d.ts +4 -0
- package/{dist/types → types}/api/index.d.ts +0 -1
- package/{dist/types → types}/components/lmvz-action/lmvz-action.d.ts +1 -0
- package/{dist/types → types}/components/lmvz-button/lmvz-button.d.ts +2 -2
- package/{dist/types → types}/components/lmvz-card/lmvz-card.d.ts +1 -0
- package/{dist/types → types}/components/lmvz-chip/lmvz-chip.d.ts +1 -0
- package/{dist/types → types}/components/lmvz-header/lmvz-header.d.ts +1 -0
- package/{dist/types → types}/components/lmvz-icon/lmvz-icon.d.ts +4 -1
- package/{dist/types → types}/components/lmvz-input/lmvz-input.d.ts +1 -0
- package/{dist/types → types}/components/lmvz-menuitem/lmvz-menuitem.d.ts +1 -0
- package/{dist/types → types}/components/lmvz-select/lmvz-select.d.ts +1 -0
- package/types/components.d.ts +747 -0
- package/{dist/types → types}/index.d.ts +2 -2
- package/{dist/types → types}/utils/aria/aria-validation-controller.d.ts +1 -0
- package/{dist/types → types}/utils/aria/element-activation-controller.d.ts +1 -0
- package/{dist/types → types}/utils/aria/list-keyboard-controller.d.ts +1 -0
- package/{dist/types → types}/utils/assets.d.ts +1 -0
- package/{dist/types → types}/utils/component.d.ts +2 -4
- package/{dist/types → types}/utils/environment.d.ts +1 -0
- package/types/utils/http.d.ts +27 -0
- package/types/utils/http.unit.d.ts +2 -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 -0
- package/{dist/types → types}/utils/reactive-controller-host.d.ts +1 -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/dist/cjs/Effect-DdYOHaR4.js +0 -19037
- package/dist/cjs/assets-OvQ-WUwR.js +0 -26
- package/dist/cjs/icons-EHBLbidD.js +0 -653
- package/dist/cjs/index.cjs.js +0 -104
- package/dist/cjs/loader.cjs.js +0 -13
- package/dist/collection/api/ds.constants.js +0 -73
- package/dist/collection/api/index.js +0 -1
- package/dist/collection/assets/icons/actions.svg +0 -5
- package/dist/collection/assets/icons/adduser.svg +0 -3
- package/dist/collection/assets/icons/alert.svg +0 -3
- package/dist/collection/assets/icons/apple.svg +0 -3
- package/dist/collection/assets/icons/arrow-down.svg +0 -3
- package/dist/collection/assets/icons/arrow-left.svg +0 -3
- package/dist/collection/assets/icons/arrow-right.svg +0 -3
- package/dist/collection/assets/icons/arrow-up.svg +0 -3
- package/dist/collection/assets/icons/book.svg +0 -3
- package/dist/collection/assets/icons/bookmark.svg +0 -3
- package/dist/collection/assets/icons/checkmark.svg +0 -3
- package/dist/collection/assets/icons/chevron-left.svg +0 -3
- package/dist/collection/assets/icons/chevron-right.svg +0 -3
- package/dist/collection/assets/icons/chevron-up.svg +0 -3
- package/dist/collection/assets/icons/close-l.svg +0 -3
- package/dist/collection/assets/icons/close-sm.svg +0 -3
- package/dist/collection/assets/icons/cog.svg +0 -4
- package/dist/collection/assets/icons/computer.svg +0 -3
- package/dist/collection/assets/icons/dashboard.svg +0 -6
- package/dist/collection/assets/icons/delete.svg +0 -3
- package/dist/collection/assets/icons/download.svg +0 -3
- package/dist/collection/assets/icons/edit.svg +0 -3
- package/dist/collection/assets/icons/external.svg +0 -3
- package/dist/collection/assets/icons/facebook.svg +0 -3
- package/dist/collection/assets/icons/favorite.svg +0 -3
- package/dist/collection/assets/icons/filter.svg +0 -3
- package/dist/collection/assets/icons/group.svg +0 -3
- package/dist/collection/assets/icons/hide.svg +0 -3
- package/dist/collection/assets/icons/home.svg +0 -3
- package/dist/collection/assets/icons/info.svg +0 -3
- package/dist/collection/assets/icons/instagram.svg +0 -3
- package/dist/collection/assets/icons/letter.svg +0 -3
- package/dist/collection/assets/icons/linkedin.svg +0 -5
- package/dist/collection/assets/icons/logout.svg +0 -3
- package/dist/collection/assets/icons/map.svg +0 -3
- package/dist/collection/assets/icons/minus.svg +0 -3
- package/dist/collection/assets/icons/navigation.svg +0 -3
- package/dist/collection/assets/icons/plus.svg +0 -3
- package/dist/collection/assets/icons/qr-scan.svg +0 -3
- package/dist/collection/assets/icons/question.svg +0 -10
- package/dist/collection/assets/icons/reader.svg +0 -3
- package/dist/collection/assets/icons/reset.svg +0 -3
- package/dist/collection/assets/icons/school.svg +0 -3
- package/dist/collection/assets/icons/search.svg +0 -3
- package/dist/collection/assets/icons/send.svg +0 -3
- package/dist/collection/assets/icons/settings.svg +0 -3
- package/dist/collection/assets/icons/share.svg +0 -10
- package/dist/collection/assets/icons/shopping-cart.svg +0 -3
- package/dist/collection/assets/icons/show.svg +0 -3
- package/dist/collection/assets/icons/snapchat.svg +0 -3
- package/dist/collection/assets/icons/sort.svg +0 -3
- package/dist/collection/assets/icons/speech-bubble.svg +0 -3
- package/dist/collection/assets/icons/star.svg +0 -3
- package/dist/collection/assets/icons/student.svg +0 -3
- package/dist/collection/assets/icons/upload.svg +0 -3
- package/dist/collection/assets/icons/user.svg +0 -3
- package/dist/collection/assets/icons/warn-circle.svg +0 -3
- package/dist/collection/assets/icons/warn-triangle.svg +0 -3
- package/dist/collection/assets/icons/whatsapp.svg +0 -4
- package/dist/collection/assets/icons/world.svg +0 -10
- package/dist/collection/assets/icons/x.svg +0 -3
- package/dist/collection/assets/icons/youtube.svg +0 -3
- package/dist/collection/components/lmvz-icon/icons.js +0 -36
- package/dist/collection/components/lmvz-icon/public.js +0 -1
- package/dist/collection/components/lmvz-icon/test/icons.unit.js +0 -98
- package/dist/collection/index.js +0 -4
- package/dist/collection/integration/header-integration.js +0 -46
- package/dist/collection/utils/effect.js +0 -6
- package/dist/collection/utils/http.js +0 -24
- package/dist/collection/utils/public.js +0 -1
- package/dist/collection/utils/validation/svg.js +0 -24
- package/dist/components/index.js +0 -1
- package/dist/components/lmvz-action.js +0 -1
- package/dist/components/lmvz-card.js +0 -1
- package/dist/components/lmvz-icon.js +0 -1
- package/dist/components/p-BsHYIl56.js +0 -1
- package/dist/components/p-CKtksB0G.js +0 -1
- package/dist/components/p-CahBdGGN.js +0 -1
- package/dist/components/p-GKEnURpp.js +0 -1
- package/dist/components/p-vIq2biqy.js +0 -12
- package/dist/esm/Effect-9SROYpxM.js +0 -18828
- package/dist/esm/assets-CNHv_WMG.js +0 -23
- package/dist/esm/icons-B255FOe4.js +0 -649
- package/dist/esm/index.js +0 -87
- package/dist/esm/lmvz-components.js +0 -21
- package/dist/esm/loader.js +0 -11
- package/dist/ext-libs.d.ts +0 -1
- package/dist/lmvz-components/index.esm.js +0 -1
- package/dist/lmvz-components/lmvz-components.esm.js +0 -1
- package/dist/lmvz-components/p-22f67eff.entry.js +0 -1
- package/dist/lmvz-components/p-5c3f1404.entry.js +0 -1
- package/dist/lmvz-components/p-8d51e396.entry.js +0 -1
- package/dist/lmvz-components/p-9SROYpxM.js +0 -1
- package/dist/lmvz-components/p-CQb-mBBB.js +0 -2
- package/dist/lmvz-components/p-Cp76bcGb.js +0 -1
- package/dist/lmvz-components/p-Cp7cp10e.js +0 -12
- package/dist/lmvz-components/p-DyO6wO4l.js +0 -1
- package/dist/lmvz-components/p-d9c3f542.entry.js +0 -1
- package/dist/lmvz-components/p-i2508Ct1.js +0 -1
- package/dist/stencil.config.base.js +0 -44
- package/dist/stencil.config.dev.js +0 -21
- package/dist/stencil.config.integration.js +0 -26
- package/dist/stencil.config.js +0 -15
- package/dist/stencil.config.prod.js +0 -29
- package/dist/types/api/ds.constants.d.ts +0 -8
- package/dist/types/api/ds.types.d.ts +0 -39
- package/dist/types/components/lmvz-icon/icons.d.ts +0 -8
- package/dist/types/components/lmvz-icon/public.d.ts +0 -1
- package/dist/types/components/lmvz-icon/test/icons.unit.d.ts +0 -1
- package/dist/types/components.d.ts +0 -931
- package/dist/types/opt/atlassian/pipelines/agent/build/packages/components/.stencil/stencil.config.base.d.ts +0 -2
- package/dist/types/opt/atlassian/pipelines/agent/build/packages/components/.stencil/stencil.config.d.ts +0 -2
- package/dist/types/opt/atlassian/pipelines/agent/build/packages/components/.stencil/stencil.config.dev.d.ts +0 -2
- package/dist/types/opt/atlassian/pipelines/agent/build/packages/components/.stencil/stencil.config.integration.d.ts +0 -2
- package/dist/types/opt/atlassian/pipelines/agent/build/packages/components/.stencil/stencil.config.prod.d.ts +0 -2
- package/dist/types/utils/effect.d.ts +0 -3
- package/dist/types/utils/http.d.ts +0 -24
- package/dist/types/utils/http.unit.d.ts +0 -1
- package/dist/types/utils/public.d.ts +0 -1
- package/dist/types/utils/validation/svg.d.ts +0 -11
- /package/{dist/cjs → cjs}/app-globals-V2Kpy_OQ.js +0 -0
- /package/{dist/cjs → cjs}/component-Csg9MtNK.js +0 -0
- /package/{dist/cjs → cjs}/element-activation-controller-DC_6T0Rt.js +0 -0
- /package/{dist/cjs → cjs}/index-Bp6Dd2i1.js +0 -0
- /package/{dist/collection → collection}/assets/LMVZ_logo_175.svg +0 -0
- /package/{dist/collection → collection}/assets/card-placeholder.svg +0 -0
- /package/{dist/collection → collection}/assets/fonts/Router-Bold.woff +0 -0
- /package/{dist/collection → collection}/assets/fonts/Router-Book.woff +0 -0
- /package/{dist/collection → collection}/assets/fonts/Router-Medium.woff +0 -0
- /package/{dist/collection → collection}/assets/icons/Logo.svg +0 -0
- /package/{dist/collection → collection}/assets/icons/chevron-down.svg +0 -0
- /package/{dist/collection → collection}/assets/zukunftslinie.svg +0 -0
- /package/{dist/collection → collection}/components/lmvz-action/lmvz-action.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-button/lmvz-button.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-card/lmvz-card.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-chip/lmvz-chip.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-header/lmvz-header.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-input/lmvz-input.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-menuitem/lmvz-menuitem.css +0 -0
- /package/{dist/collection → collection}/components/lmvz-select/lmvz-select.css +0 -0
- /package/{dist/collection → collection}/utils/aria/element-activation-controller.js +0 -0
- /package/{dist/collection → collection}/utils/aria/list-keyboard-controller.js +0 -0
- /package/{dist/collection → collection}/utils/assets.js +0 -0
- /package/{dist/collection → collection}/utils/component.js +0 -0
- /package/{dist/collection → collection}/utils/environment.js +0 -0
- /package/{dist/collection → collection}/utils/reactive-controller-host.js +0 -0
- /package/{dist/components → components}/index.d.ts +0 -0
- /package/{dist/components → components}/lmvz-action.d.ts +0 -0
- /package/{dist/components → components}/lmvz-button.d.ts +0 -0
- /package/{dist/components → components}/lmvz-card.d.ts +0 -0
- /package/{dist/components → components}/lmvz-chip.d.ts +0 -0
- /package/{dist/components → components}/lmvz-header.d.ts +0 -0
- /package/{dist/components → components}/lmvz-icon.d.ts +0 -0
- /package/{dist/components → components}/lmvz-input.d.ts +0 -0
- /package/{dist/components → components}/lmvz-menuitem.d.ts +0 -0
- /package/{dist/components → components}/lmvz-select.d.ts +0 -0
- /package/{dist/components → components}/p-BfTCfPZ1.js +0 -0
- /package/{dist/components → components}/p-CN0JX9-m.js +0 -0
- /package/{dist/components → components}/p-DQEkWkMh.js +0 -0
- /package/{dist/esm → esm}/app-globals-DQuL1Twl.js +0 -0
- /package/{dist/esm → esm}/component-DIrAQ4IB.js +0 -0
- /package/{dist/esm → esm}/element-activation-controller-CN0JX9-m.js +0 -0
- /package/{dist/esm → esm}/index-BfTCfPZ1.js +0 -0
- /package/{dist/index.cjs.js → index.cjs.js} +0 -0
- /package/{dist/index.js → index.js} +0 -0
- /package/{dist/lmvz-components → lmvz-components}/p-BfTCfPZ1.js +0 -0
- /package/{dist/lmvz-components → lmvz-components}/p-CN0JX9-m.js +0 -0
- /package/{dist/lmvz-components → lmvz-components}/p-DIrAQ4IB.js +0 -0
- /package/{dist/lmvz-components → lmvz-components}/p-DQuL1Twl.js +0 -0
- /package/{dist/manifest.d.ts → manifest.d.ts} +0 -0
- /package/{dist/types → types}/api/aria-types.d.ts +0 -0
- /package/{dist/types → types}/stencil-public-runtime.d.ts +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-04-
|
|
2
|
+
"timestamp": "2026-04-30T15:46:25",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
|
-
"version": "4.43.
|
|
5
|
+
"version": "4.43.4",
|
|
6
6
|
"typescriptVersion": "5.8.3"
|
|
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
|
}
|