@digital-realty/ix-select 1.0.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/LICENSE +21 -0
- package/README.md +91 -0
- package/demo/index.html +58 -0
- package/dist/src/IxSelect.d.ts +57 -0
- package/dist/src/IxSelect.js +215 -0
- package/dist/src/IxSelect.js.map +1 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.js +3 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/ix-select.d.ts +1 -0
- package/dist/src/ix-select.js +3 -0
- package/dist/src/ix-select.js.map +1 -0
- package/dist/src/react/IxSelect.d.ts +4 -0
- package/dist/src/react/IxSelect.js +13 -0
- package/dist/src/react/IxSelect.js.map +1 -0
- package/dist/src/react/IxSelectOption.d.ts +4 -0
- package/dist/src/react/IxSelectOption.js +13 -0
- package/dist/src/react/IxSelectOption.js.map +1 -0
- package/dist/src/selectoption/IxSelectOption.d.ts +83 -0
- package/dist/src/selectoption/IxSelectOption.js +187 -0
- package/dist/src/selectoption/IxSelectOption.js.map +1 -0
- package/dist/src/selectoption/ix-select-option.d.ts +1 -0
- package/dist/src/selectoption/ix-select-option.js +3 -0
- package/dist/src/selectoption/ix-select-option.js.map +1 -0
- package/dist/src/selectoption/selectOptionController.d.ts +91 -0
- package/dist/src/selectoption/selectOptionController.js +118 -0
- package/dist/src/selectoption/selectOptionController.js.map +1 -0
- package/dist/test/ix-select.test.d.ts +1 -0
- package/dist/test/ix-select.test.js +58 -0
- package/dist/test/ix-select.test.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +97 -0
- package/src/IxSelect.ts +218 -0
- package/src/index.ts +2 -0
- package/src/ix-select.ts +3 -0
- package/src/react/IxSelect.ts +14 -0
- package/src/react/IxSelectOption.ts +14 -0
- package/src/selectoption/IxSelectOption.ts +192 -0
- package/src/selectoption/ix-select-option.ts +3 -0
- package/src/selectoption/selectOptionController.ts +179 -0
- package/test/ix-select.test.ts +79 -0
- package/tsconfig.json +21 -0
- package/web-dev-server.config.mjs +27 -0
- package/web-test-runner.config.mjs +41 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/tslib/tslib.d.ts","../../../node_modules/@lit/reactive-element/css-tag.d.ts","../../../node_modules/@lit/reactive-element/reactive-controller.d.ts","../../../node_modules/@lit/reactive-element/reactive-element.d.ts","../../../node_modules/@types/trusted-types/lib/index.d.ts","../../../node_modules/@types/trusted-types/index.d.ts","../../../node_modules/lit-html/directive.d.ts","../../../node_modules/lit-html/lit-html.d.ts","../../../node_modules/lit-element/lit-element.d.ts","../../../node_modules/lit-html/is-server.d.ts","../../../node_modules/lit/index.d.ts","../../../node_modules/@lit/reactive-element/decorators/base.d.ts","../../../node_modules/@lit/reactive-element/decorators/custom-element.d.ts","../../../node_modules/@lit/reactive-element/decorators/property.d.ts","../../../node_modules/@lit/reactive-element/decorators/state.d.ts","../../../node_modules/@lit/reactive-element/decorators/event-options.d.ts","../../../node_modules/@lit/reactive-element/decorators/query.d.ts","../../../node_modules/@lit/reactive-element/decorators/query-all.d.ts","../../../node_modules/@lit/reactive-element/decorators/query-async.d.ts","../../../node_modules/@lit/reactive-element/decorators/query-assigned-nodes.d.ts","../../../node_modules/@lit/reactive-element/decorators/query-assigned-elements.d.ts","../../../node_modules/lit/decorators.d.ts","../../../node_modules/@material/web/internal/controller/attachable-controller.d.ts","../../../node_modules/@material/web/focus/internal/focus-ring.d.ts","../../../node_modules/@material/web/focus/md-focus-ring.d.ts","../../../node_modules/@material/web/elevation/internal/elevation.d.ts","../../../node_modules/@material/web/elevation/elevation.d.ts","../../../node_modules/@material/web/menu/internal/controllers/menuitemcontroller.d.ts","../../../node_modules/lit-html/directives/style-map.d.ts","../../../node_modules/lit/directives/style-map.d.ts","../../../node_modules/@material/web/menu/internal/controllers/surfacepositioncontroller.d.ts","../../../node_modules/@material/web/menu/internal/controllers/shared.d.ts","../../../node_modules/@material/web/menu/internal/controllers/typeaheadcontroller.d.ts","../../../node_modules/@material/web/menu/internal/menu.d.ts","../../../node_modules/@material/web/list/internal/list-navigation-helpers.d.ts","../../../node_modules/@material/web/menu/menu.d.ts","../../../node_modules/lit-html/static.d.ts","../../../node_modules/lit/static-html.d.ts","../../../node_modules/@material/web/select/internal/selectoption/selectoptioncontroller.d.ts","../../../node_modules/@material/web/select/internal/select.d.ts","../../../node_modules/@material/web/field/internal/field.d.ts","../../../node_modules/@material/web/internal/aria/aria.d.ts","../../../node_modules/@material/web/field/internal/filled-field.d.ts","../../../node_modules/@material/web/field/filled-field.d.ts","../../../node_modules/@material/web/select/internal/filled-select.d.ts","../../../node_modules/@material/web/select/filled-select.d.ts","../../../node_modules/@material/web/field/internal/outlined-field.d.ts","../../../node_modules/@material/web/field/outlined-field.d.ts","../../../node_modules/@material/web/select/internal/outlined-select.d.ts","../../../node_modules/@material/web/select/outlined-select.d.ts","../../../node_modules/@material/web/ripple/internal/ripple.d.ts","../../../node_modules/@material/web/ripple/ripple.d.ts","../../../node_modules/@material/web/labs/item/internal/item.d.ts","../../../node_modules/@material/web/labs/item/item.d.ts","../../../node_modules/lit-html/directives/class-map.d.ts","../../../node_modules/lit/directives/class-map.d.ts","../../../node_modules/@material/web/internal/aria/delegate.d.ts","../src/selectoption/selectoptioncontroller.ts","../src/selectoption/ixselectoption.ts","../src/selectoption/ix-select-option.ts","../src/ixselect.ts","../src/index.ts","../src/ix-select.ts","../../../node_modules/@types/react/ts5.0/global.d.ts","../../../node_modules/csstype/index.d.ts","../../../node_modules/@types/prop-types/index.d.ts","../../../node_modules/@types/scheduler/tracing.d.ts","../../../node_modules/@types/react/ts5.0/index.d.ts","../../../node_modules/@lit-labs/react/create-component.d.ts","../../../node_modules/@lit-labs/react/index.d.ts","../src/react/ixselect.ts","../src/react/ixselectoption.ts","../../../node_modules/@types/chai/index.d.ts","../../../node_modules/@open-wc/semantic-dom-diff/get-diffable-html.d.ts","../../../node_modules/@open-wc/semantic-dom-diff/chai-dom-diff-plugin.d.ts","../../../node_modules/@open-wc/semantic-dom-diff/chai-dom-diff.d.ts","../../../node_modules/@open-wc/semantic-dom-diff/index.d.ts","../../../node_modules/chai-a11y-axe/chai-a11y-axe-plugin.d.ts","../../../node_modules/chai-a11y-axe/src/accessible.d.ts","../../../node_modules/chai-a11y-axe/index.d.ts","../../../node_modules/@types/chai-dom/index.d.ts","../../../node_modules/@types/sinonjs__fake-timers/index.d.ts","../../../node_modules/@types/sinon/index.d.ts","../../../node_modules/@types/sinon-chai/index.d.ts","../../../node_modules/@open-wc/testing/register-chai-plugins.d.ts","../../../node_modules/@open-wc/testing-helpers/types/src/elementupdated.d.ts","../../../node_modules/@open-wc/testing-helpers/types/src/renderable.d.ts","../../../node_modules/@open-wc/dedupe-mixin/index.d.ts","../../../node_modules/@open-wc/scoped-elements/types/src/types.d.ts","../../../node_modules/@open-wc/scoped-elements/types/src/scopedelementsmixin.d.ts","../../../node_modules/@open-wc/scoped-elements/types/index.d.ts","../../../node_modules/@open-wc/testing-helpers/types/src/fixture-no-side-effect.d.ts","../../../node_modules/@open-wc/testing-helpers/types/src/fixture.d.ts","../../../node_modules/@open-wc/testing-helpers/types/src/fixturewrapper.d.ts","../../../node_modules/@open-wc/testing-helpers/types/src/helpers.d.ts","../../../node_modules/@open-wc/testing-helpers/types/src/scopedelementswrapper.d.ts","../../../node_modules/@open-wc/testing-helpers/types/src/litfixture.d.ts","../../../node_modules/@open-wc/testing-helpers/types/src/stringfixture.d.ts","../../../node_modules/@open-wc/testing-helpers/types/index.d.ts","../../../node_modules/@open-wc/testing/index.d.ts","../test/ix-select.test.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@types/accepts/index.d.ts","../../../node_modules/@types/babel__code-frame/index.d.ts","../../../node_modules/@types/connect/index.d.ts","../../../node_modules/@types/body-parser/index.d.ts","../../../node_modules/@types/qs/index.d.ts","../../../node_modules/@types/co-body/index.d.ts","../../../node_modules/@types/command-line-args/index.d.ts","../../../node_modules/@types/content-disposition/index.d.ts","../../../node_modules/@types/convert-source-map/index.d.ts","../../../node_modules/@types/mime/index.d.ts","../../../node_modules/@types/send/index.d.ts","../../../node_modules/@types/range-parser/index.d.ts","../../../node_modules/@types/express-serve-static-core/index.d.ts","../../../node_modules/@types/http-errors/index.d.ts","../../../node_modules/@types/serve-static/index.d.ts","../../../node_modules/@types/express/index.d.ts","../../../node_modules/@types/keygrip/index.d.ts","../../../node_modules/@types/cookies/index.d.ts","../../../node_modules/@types/debounce/index.d.ts","../../../node_modules/@types/estree/index.d.ts","../../../node_modules/@types/unist/index.d.ts","../../../node_modules/@types/hast/index.d.ts","../../../node_modules/@types/http-assert/index.d.ts","../../../node_modules/@types/intl-tel-input/index.d.ts","../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../node_modules/@types/istanbul-reports/index.d.ts","../../../node_modules/@types/jquery/jquerystatic.d.ts","../../../node_modules/@types/jquery/jquery.d.ts","../../../node_modules/@types/jquery/misc.d.ts","../../../node_modules/@types/jquery/legacy.d.ts","../../../node_modules/@types/sizzle/index.d.ts","../../../node_modules/@types/jquery/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../../../node_modules/@types/json5/index.d.ts","../../../node_modules/@types/koa-compose/index.d.ts","../../../node_modules/@types/koa/index.d.ts","../../../node_modules/@types/lodash/common/common.d.ts","../../../node_modules/@types/lodash/common/array.d.ts","../../../node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/@types/lodash/common/date.d.ts","../../../node_modules/@types/lodash/common/function.d.ts","../../../node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/@types/lodash/common/math.d.ts","../../../node_modules/@types/lodash/common/number.d.ts","../../../node_modules/@types/lodash/common/object.d.ts","../../../node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/@types/lodash/common/string.d.ts","../../../node_modules/@types/lodash/common/util.d.ts","../../../node_modules/@types/lodash/index.d.ts","../../../node_modules/@types/mdast/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/minimist/index.d.ts","../../../node_modules/@types/mocha/index.d.ts","../../../node_modules/@types/normalize-package-data/index.d.ts","../../../node_modules/@types/parse-json/index.d.ts","../../../node_modules/@types/parse5/lib/tree-adapters/default.d.ts","../../../node_modules/@types/parse5/index.d.ts","../../../node_modules/@types/prismjs/index.d.ts","../../../node_modules/@types/resolve/index.d.ts","../../../node_modules/@types/scheduler/index.d.ts","../../../node_modules/@types/semver/classes/semver.d.ts","../../../node_modules/@types/semver/functions/parse.d.ts","../../../node_modules/@types/semver/functions/valid.d.ts","../../../node_modules/@types/semver/functions/clean.d.ts","../../../node_modules/@types/semver/functions/inc.d.ts","../../../node_modules/@types/semver/functions/diff.d.ts","../../../node_modules/@types/semver/functions/major.d.ts","../../../node_modules/@types/semver/functions/minor.d.ts","../../../node_modules/@types/semver/functions/patch.d.ts","../../../node_modules/@types/semver/functions/prerelease.d.ts","../../../node_modules/@types/semver/functions/compare.d.ts","../../../node_modules/@types/semver/functions/rcompare.d.ts","../../../node_modules/@types/semver/functions/compare-loose.d.ts","../../../node_modules/@types/semver/functions/compare-build.d.ts","../../../node_modules/@types/semver/functions/sort.d.ts","../../../node_modules/@types/semver/functions/rsort.d.ts","../../../node_modules/@types/semver/functions/gt.d.ts","../../../node_modules/@types/semver/functions/lt.d.ts","../../../node_modules/@types/semver/functions/eq.d.ts","../../../node_modules/@types/semver/functions/neq.d.ts","../../../node_modules/@types/semver/functions/gte.d.ts","../../../node_modules/@types/semver/functions/lte.d.ts","../../../node_modules/@types/semver/functions/cmp.d.ts","../../../node_modules/@types/semver/functions/coerce.d.ts","../../../node_modules/@types/semver/classes/comparator.d.ts","../../../node_modules/@types/semver/classes/range.d.ts","../../../node_modules/@types/semver/functions/satisfies.d.ts","../../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../../node_modules/@types/semver/ranges/min-version.d.ts","../../../node_modules/@types/semver/ranges/valid.d.ts","../../../node_modules/@types/semver/ranges/outside.d.ts","../../../node_modules/@types/semver/ranges/gtr.d.ts","../../../node_modules/@types/semver/ranges/ltr.d.ts","../../../node_modules/@types/semver/ranges/intersects.d.ts","../../../node_modules/@types/semver/ranges/simplify.d.ts","../../../node_modules/@types/semver/ranges/subset.d.ts","../../../node_modules/@types/semver/internals/identifiers.d.ts","../../../node_modules/@types/semver/index.d.ts","../../../node_modules/@types/ws/index.d.ts","../../../node_modules/@types/yauzl/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"7a1971efcba559ea9002ada4c4e3c925004fb67a755300d53b5edf9399354900","52dd370c807255c61765347fc90a9bee3c522b8744dc222714e2bf6b5be3a823","1e5743b25a63fd34ffbae89adcbf248ee17db6ed08d90079ffa93803c3e80d2a","ccf8ea81b0ac699c220b874b804ad02b8aabc5b494e1c3bda0d255ec8d08694d","15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e",{"version":"17f2b4d00e42e0cc1dfc3be692a6da5a14a6cb73b87259e6d20ff02bcd6d573f","affectsGlobalScope":true},"c567d37119d6f56381af48eb7516030ccf35a36f9aca045e238d9c207a7c536c","b448dfbb5a6c4505f6b6beab587cf41f180ad62bcb506b44e3f2c09d20ba63a9","eba7cf33380cc3a3cf614faf67300e14d0bdff9ea6c5cd6f4b040b1756a48ab1","5e7e090243bf203382a5cb04eabbdc38d78f6d5922f16f543e4da8fa007d5ff9","cd823094ded7c8ac4f94ab6dc387dab699293eb8323d9f948304efc07e4ae7b2","d45c02bf8b85203f35de2971eafb8f8092090d150c7805a189b3e197f53b12b6","ac388c7c7a262213a3700451bc921e382a93fb27c0252c34ccf03540b4ce044b","097a7e3badfd1c4b35f72aa0f722f5714a4f6a84e53fca5a79dcfebbfc5e718d","fb0107c83e2e0e75b77dacd0c3c6c3ab6844e98dce2a8f858c6f0a57c12136a6","ea410c8280b0ec480acb195c7dd36c1f054403f5fccee0beca85717777cf8562","628bceb593b3a5b3d73ff44a808a347ec07d6ee397104a1d88b0f9a20d8b4599","57e25505a5de058216a8f4416ca850788bfc3a412c8e90109b2ef91f75fdd615","2ba453918c1fcf1cbb2836f731534f356d5fe65ed9628811f686e8de3920ed0e","4bcb813ea56182beaaab1e8274524eb9f1449b0d8e79efc4a0399de09e43f816","cc689acd4eff461c808e01225be6a16d1787e44d451310be5dd556dd7ab08457","f0380f581cb015778c0fe51e95b5b7f6dae237280654558469b2486c1572268a","905800cc110167503d0cf58bb0dd6fa4aaac1e9cedc9bd9c48e5d1f8b5b8d4c8","37577c4f865accbe17a77e46395831df983810f7f40029dcecab030e0dcf1a98",{"version":"17fef45daf4268739c248d3fd4904112e247beaa33ec18214cf0830cbebae306","affectsGlobalScope":true},"6184309fe39e2fe444f4ba94e7cd1abef48fcb48e258457c3b77c65828184241",{"version":"e2cd30c507d2cef0fa1675b90a46a726aa56078be47d0ae79cfdefaae5abef43","affectsGlobalScope":true},"002e5d9bded38369a0d5234b35a8b841b181c2b75d055bf23e7d0d40e6c20a17","6dbcad87478dd3e4a0b717ef32afd03ab3745502ffa79f34c5eb78f6ae7b5bf7","b761d44a182d39247604152c5b68baa5ef901a5f0f11ab73eb689a5c1e19b283","1bdcb29061385fa66cf082da893818387a0a95561847d8369cef39cf142efb9b","fb33db9ae75ddb94a2c871ef35ec45938f56f32576b6d521692d57805d984d72","08e91911253a51846b0f3c8deaf829c5e7bdee21ef472f8051e845b9d2a57396","89128af7e88023a9522afe84f727b86f6b3e6d36cd1fb85292eca27cea7fb8d8","f86ae27a341bfdcf1515ebee742dacbc64ffa359a75be9662bc308b91ee11a3b",{"version":"9394c316a9fb012a05ec398cdbdc7a53c41d099a62e77c956aff1bdd83d88ce0","affectsGlobalScope":true},"359f23bc7fccaec08632ee5c33eb333a5b207fc8ae17c881c7b69919aced4d58","e028c51ab6625561dc58225d834913d6aebcc5be85f3188b745410c7603479e4","90ecf8e0fbc01fbffa713c7455ab2754ff9d33a437f479c6bb95d892832c5f86","69cb2e9263cfe5c3bf0ec1e4bdd967d570585c4c35cd3140f62af3a9a558823f","6b0222edacdd7af4489b85b9d1e0a634f13cfe56f38869847ee1407ac0a8ded6","c92a25531a3051d64f3805788ab07211e4cf27aba6ef3db97dee290287d50dca","2bc7a6e5ab7c03acb2d0d031b2a5243db929e2d46262e816091b4299b4dafc91",{"version":"a65289073f07a26a7a95ba0cc52936e764f4cb420c94fde665423108946e3764","affectsGlobalScope":true},"2614bfcd56e7dd11378da7e92dd82bb0158be61dffc6403fb2f97adbb7193cc7",{"version":"dada43b1e0a149b708138b1a52537ba48ebd76f20856b21ce7d598f1acd61b36","affectsGlobalScope":true},"21e8c0358c7cfb62b870b44aeafab7ac1cb7c36f2264ae8e19f923298b872e8a",{"version":"db48ad93c775f0e2c15cf1a7676dfbe7e3af178f9f9a1bae51edf20fcebb3dd1","affectsGlobalScope":true},"4a51ddce2493ad3d518b1471a52ea98542f1911d20a0f96fcc7db7c5629710fe",{"version":"d28d3771351d09ad9ff9dc84ff43b8633c7b7de0d796d0519e312b921c490da7","affectsGlobalScope":true},"2c887f29f6796ea68247c626acbef560ff29bb8d0042b641e4fc69559841463d",{"version":"726740c77a2cfbf8ddf85c52584bb359be7effbbcb8da1eb74132c9fda946c29","affectsGlobalScope":true},"8f496bd08b3d20fe332e9e01fe33dbb2b99b351985ad589486883c32db53d352",{"version":"ff393ea417acb8c95a37b671ea68c7e9156f634c212a58c3d8f6540c47bd3198","affectsGlobalScope":true},"147cb5b590b77c8c58e4ef0af1ff11ee90ee2b34262816df0665b6ff8fd50aad","6e0575b628aedce5db38c17569e5c909beead07f9052fe7944fb8bfccc3db92e","2d92d86161d7d090264c73e79b7f049f33b742ae394a1baf2a250a334125c06b",{"version":"300f6ecef5c6b91ab0dae80d78d4ed3e89888740ff7d6e155124df8a2b23a62d","signature":"31fb2c0e09b83dd5182b86ecba0f3dab423ae829ba2b4ce609f1d81025b5b71b"},{"version":"0bcee1825c41800dc00e13145b76df516b627d18db5e02a7c2662f62676e7d0d","signature":"227d7f5031b91badd8b772c4cf77d2a2b4b2a7a57fdd897da4ec787dbbd6763a"},{"version":"e0e58fe5499ec6a2b83f35743e4387f3eb8f915380f1a3e25b5f05ceb115a62b","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"e6a94eb30c714a9dc9d095a3c8eac74fcdc7d3636aa22617302cf111b05915eb","signature":"9453b20389a84da688f7a15cda989c7196c641b745c29518ba12517ddc23d771"},"dbd5d66fd6f507da4618496eb572787d73c594ee3073f4b81a4a2c15b8b2ea2e",{"version":"02274fd8da35d7a1fa133c28b7a27837b25a2e518f6ce73b89975f9f172271be","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"0bd5e7096c7bc02bf70b2cc017fc45ef489cb19bd2f32a71af39ff5787f1b56a","affectsGlobalScope":true},"4c68749a564a6facdf675416d75789ee5a557afda8960e0803cf6711fa569288","60ecad5852d4d83edae430e597405132d278a79c10499e9363aecbe1ddc0eade","5f8f00356f6a82e21493b2d57b2178f11b00cf8960df00bd37bdcae24c9333ca",{"version":"a694c85180021f7681f98dbde94b648b4e1483ad6fad4afc1d217619613f833a","affectsGlobalScope":true},"346cc70aa5304faf122846a7854b32a000d02851a69fad84862307e5bcfec93a","17a3826f371a5253a1dd7bce7a4751e005ca8702fc2dbdc8084be25e1efb38ce",{"version":"a49da7a20ceb58a6e75e4baab7e0db74d7dbe0436ab0cf321fa160f50a5d8967","signature":"5fe70f40483029579f25810004e68ffa8cab6aa0409e0dd656538fc5925b3a95"},{"version":"8727bdacffd68330fe82c6c6a4770d35a6656163e8bc638bb56735b5be39fa71","signature":"232838da28cece0c879af98ffe5bf7b52929de30a91452068353b5e458b599b5"},{"version":"1fb008c1a29f86a8a0e9a674b7235f23c6d2a86c9658772941fb626a60aac53b","affectsGlobalScope":true},"8a659f7d82d932649a78f89643c5b436953424a219d705d49b8b3d9ccd6e35ff",{"version":"2d412861573a672bd90fdcb1e48740593324565f3b3aaf6808c0e3e2f0d54ae8","affectsGlobalScope":true},{"version":"cd711db43a952f15464b571ac11b7a440332cd52342bc92c4bf908c70688f57f","affectsGlobalScope":true},"9d8709c916778cb34830708ed47b78e9a46d1fb2eb73a682b14eee990bed4aa6",{"version":"507e2131e89b515ce40c05c0c2fef6cc575ba8947703f92e8cdf36078747a9ff","affectsGlobalScope":true},"999a90d30a3183dcee987d0a5a7c586aba5bacbf6ce087ba8635124082ccfeea","8a5878edd52f4a720560b4c6e6247e9ddc3df6118ad9cf2f9927903b03d5f440",{"version":"31214658e22c23eb58ff8383346bf6c8d135b3eab0748f3226aa7b6f30d2021f","affectsGlobalScope":true},"cc75216f6b332971954ef74bf3d14c3881c461e82987050d5f62af3e5966e845","ee1fb501d38eaafa8099e00bd1fc7014ccc99bee616c660f605ae3559324793d",{"version":"4b93bb181cf4f25ccbf2ec1f559912c81678433a9784ce84163b5c9e1548998f","affectsGlobalScope":true},"65b91a3725399231d3469529b5e27b85bf2aa98013e607f308e5fe260b47eeff","a11181f6d68200e83ccb1fb48b262a7132a3257e0a230f41c9dc4c351964297a","51bce1535d9cb87390d75581866d79de7b2e2cb525a89fba84411c8bb5be52d2","88cda4269c54f0803834fd62b2fac61af8bff7a085693f7ca9df85c1f19dee8a",{"version":"d40075d9f1c08b4a8d8e468076f5258900e99895e7259c40f3923b7044bbed6c","affectsGlobalScope":true},"754006450e5de2b7dac5993194326e3a65c1474673f7304c20810f5eda18ca05","fdf0aa1a72ff0188a9013926201a391116ef6701cd439b89850786abdf755fb8","0b5817d9435c019648f2a2326eaf1086efb72e8e90e28eb53a58b2f31f61e161","abf9ea97b78a7b239186cf5b7ed59c4a593abac3c408c8c95fc5e604cfdfdb43","ae91c9161caf0af81c89e780a045fc5ea8382407e516342e409c5db9161d3b32","d30c69f9eb16583b0a406358224c312b865514a6a7c787a57f16ef08e49b1886","5e02756608c1ac8ddf96878c3af3d4db7ed4e272aef24837e255859ee0a4fb71","4a662115c4c7186cc027ef4a8163e48c7f1c57f05247f08d5acb2344fae2ca53","d598157512ae6e0d3aa6bb0dd261ae34845831dccf7bc7739695ee2589eb76f5","905fbc07f65451b05cb5594d162674eb3ef8f2bf5f13552a1702215664aae3e7","50f63746fc2a779d1f9c5657fd78e292045dc98b540e026799e039ea629f2943",{"version":"3ca56b56b43fc7c7116a8fdb4d1f4e91ff80fd6a76634d379ad40ad994055374","signature":"9a2059f27e58feb6dd2e0e7a7b24a74d53ac20e816b46718f1518f78751e9840"},"09df3b4f1c937f02e7fee2836d4c4d7a63e66db70fd4d4e97126f4542cc21d9d","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419",{"version":"32465ea19404cb188e84cf08c6b1f6b12d739140436402cdbc184a3fd20a7d81","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"62486c25ff70799e9faac5c6108820969617daeb6e65644c212d03cdb5902a3c","affectsGlobalScope":true},"546ab07e19116d935ad982e76a223275b53bff7771dab94f433b7ab04652936e","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"aefb5a4a209f756b580eb53ea771cca8aad411603926f307a5e5b8ec6b16dcf6","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","f5a8b7ec4b798c88679194a8ebc25dcb6f5368e6e5811fcda9fe12b0d445b8db","b86e1a45b29437f3a99bad4147cb9fe2357617e8008c0484568e5bb5138d6e13","b5b719a47968cd61a6f83f437236bb6fe22a39223b6620da81ef89f5d7a78fb7","42c431e7965b641106b5e25ab3283aa4865ca7bb9909610a2abfa6226e4348be","0b7e732af0a9599be28c091d6bd1cb22c856ec0d415d4749c087c3881ca07a56","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"8d6138a264ddc6f94f16e99d4e117a2d6eb31b217891cf091b6437a2f114d561","affectsGlobalScope":true},"3b4c85eea12187de9929a76792b98406e8778ce575caca8c574f06da82622c54","f788131a39c81e0c9b9e463645dd7132b5bc1beb609b0e31e5c1ceaea378b4df","0c236069ce7bded4f6774946e928e4b3601894d294054af47a553f7abcafe2c1","21894466693f64957b9bd4c80fa3ec7fdfd4efa9d1861e070aca23f10220c9b2","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","ad8848c289c0b633452e58179f46edccd14b5a0fe90ebce411f79ff040b803e0",{"version":"5d4ef3f46c7f9d62f7c964f9f9ccdd293be99fb3dcc66c983f2aea7430e3c7c6","affectsGlobalScope":true},"91f8b5abcdff8f9ecb9656b9852878718416fb7700b2c4fad8331e5b97c080bb","59d8f064f86a4a2be03b33c0efcc9e7a268ad27b22f82dce16899f3364f70ba8","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"f49fb15c4aa06b65b0dce4db4584bfd8a9f74644baef1511b404dc95be34af00","affectsGlobalScope":true},{"version":"d48009cbe8a30a504031cc82e1286f78fed33b7a42abf7602c23b5547b382563","affectsGlobalScope":true},"7aaeb5e62f90e1b2be0fc4844df78cdb1be15c22b427bc6c39d57308785b8f10","3ba30205a029ebc0c91d7b1ab4da73f6277d730ca1fc6692d5a9144c6772c76b","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","458b216959c231df388a5de9dcbcafd4b4ca563bc3784d706d0455467d7d4942","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","f8c87b19eae111f8720b0345ab301af8d81add39621b63614dfc2d15fd6f140a","831c22d257717bf2cbb03afe9c4bcffc5ccb8a2074344d4238bf16d3a857bb12",{"version":"24ba151e213906027e2b1f5223d33575a3612b0234a0e2b56119520bbe0e594b","affectsGlobalScope":true},{"version":"cbf046714f3a3ba2544957e1973ac94aa819fa8aa668846fa8de47eb1c41b0b2","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","eae74e3d50820f37c72c0679fed959cd1e63c98f6a146a55b8c4361582fa6a52","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"aed89e3c18f4c659ee8153a76560dffda23e2d801e1e60d7a67abd84bc555f8d","affectsGlobalScope":true},{"version":"0ed13c80faeb2b7160bffb4926ff299c468e67a37a645b3ae0917ba0db633c1b","affectsGlobalScope":true},"e393915d3dc385e69c0e2390739c87b2d296a610662eb0b1cb85224e55992250","2f940651c2f30e6b29f8743fae3f40b7b1c03615184f837132b56ea75edad08b","5749c327c3f789f658072f8340786966c8b05ea124a56c1d8d60e04649495a4d",{"version":"c9d62b2a51b2ff166314d8be84f6881a7fcbccd37612442cf1c70d27d5352f50","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"d3f4c342fb62f348f25f54b473b0ab7371828cbf637134194fa9cdf04856f87b","6738101ae8e56cd3879ab3f99630ada7d78097fc9fd334df7e766216778ca219","ef437dd282a112d1172b50ac7fd86713d475a496da7aeb31119f529f1313c8d5","82819f9ecc249a6a3e284003540d02ea1b1f56f410c23231797b9e1e4b9622df","81a109b6bb6adf5ed70f2c7e6d907b8c3adcf7b47b5ee09701c5f97370fd29b7","c7da551241b7be719b7bd654ab12a5098c3206fbb189076dd2d8871011a6ab5a","f78253406029c78c96d8923b15e89a5900836e47a2b98bee6c83dc142421d395","5ae76b5a59f2f787e9eb2d4f1a066ceb4505a52bf8fe77ac321d791ef2e72000","64fcc79ee3c237816b9cef0a9289b00bf3da5b17040cd970ac04ba03c4ac1595","49f1d42ac650932fe64a9b623c27ea6e681335ea2e7cda52a5358f4248701001","f6218314af6f492ce5461bdadac5b829f5b4b31a3d1da3d04e77ed0afe0829fb","7167d932a7e2e991084421bb22af20024ada5a046d948c742de0f89996de5d0b","e2d3bfa79f0fad3ad67dfb0685c50dbe19b364a440160a2d40d0e3f44c75938c",{"version":"1c598f8d911f0bc39f04910c8c93f2f76fbb65f892ee5ecc38a2b58bb95af752","affectsGlobalScope":true},"4eadf1158f1ae8f7b0deea0f96b391359042cf74d1eb3ce1dacdb69de96e590d","f0120fc76274f614e7b8f5420a74abce69eee25b81e2084479fa426f33ccd46a","003f07cf566395059625b39785398f18652c8952e19790e7d6eeb22a9cbe0440","432dc46f22f9790797d98ccf09f7dc4a897bb5e874921217b951fb808947446b","28ed61ddc42936537ad29ade1404d533b4b28967460e29811409e5a40d9fc3b3","a36023d4a654c11e071b99cde8203d55d9feaf4940c766b9c960b8e0eb4f4c1f","42fe73978ddb3a82329bf41a116e921deb266551e4f0ad9e9c7bdc581c24f085","0670eede14b39fd186fe7e224db70510158af5279528d12292df9b980867c1d0","4274d4169679f93587cb887aa43570c2b5a840db17022093aa232ac2a9ca9beb","e98185f4249720ace1921d59c1ff4612fa5c633a183fc9bf28e2e7b8e3c7fd51",{"version":"481dc63ed954bc59b9169888ef7f009578f0aa395ff56059c173cba33c7ee065","affectsGlobalScope":true},"8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","c79bd2f3e5c05e7ad80dc82ce8d339cac23ac1f5e6cfab96c860bb70d5162873","e3328cedfe4d7fac23ba75d00bf5169269800ab949d0837cd88c4211a52c3762",{"version":"0e2d2d0ccf42bdd96e597727fad4d30bceabe0d161280824eb60d0d7c8929312","affectsGlobalScope":true},{"version":"6f8d2fca4cba47ab1b4ab6238c69d4b91d0e0a232109e4d26b2f9eda946e873c","affectsGlobalScope":true},{"version":"1ba37271a244a1b872be0134c1b86e2bd446093c312d2f76e405b1c989e2fe97","affectsGlobalScope":true},{"version":"381236c13b79159876be4802d48edfc72dea4e8662e58d189676de9d54ad725f","affectsGlobalScope":true},"592c25a8a783ccd3666c22292dab7125aacee947b9fd0e79204a609284ba80e7","2b1af4170f6dfa90f43d2fe3d6c36f95b7fa121aa434a2acefb763d7be460a53","dd89872dd0647dfd63665f3d525c06d114310a2f7a5a9277e5982a152b31be2b","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","fa849c825ac37d70ca78097a1cd06bb5ac281651f765fff8e491cfb0709de57b","c39e1ee964fa0bb318ee2db72c430b3aede3b50dbde414b03b4e43915f80c292","32ab25b7b28b24a138d879ca371b18c8fdfdd564ad5107e1333c5aa5d5fea494","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","6f294731b495c65ecf46a5694f0082954b961cf05463bea823f8014098eaffa0","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","30abc554c7ad13063a02ddd06757929b34357aea1f6fcf4ca39114cb0fc19384","2f768f764e91667b3018488352dfcb4b6ef2d14b3e472bbeca7c0b3eae8d7d15","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","0eacae49e20c8004e5022b3abc41cee708925a7bb0a52bafa2e416eca424d39d",{"version":"5f186a758a616c107c70e8918db4630d063bd782f22e6e0b17573b125765b40b","affectsGlobalScope":true},"58b3082802116f10782ecaa577a473499def44650204beb38a8541d4d98b757b","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","fc37aca06f6b8b296c42412a2e75ab53d30cd1fa8a340a3bb328a723fd678377","5f2c582b9ef260cb9559a64221b38606378c1fabe17694592cdfe5975a6d7efa","5cd2c1aad6f55e97990dfb8883885be47f885b78a8576f492389ff85e484d698","8a19491eba2108d5c333c249699f40aff05ad312c04a17504573b27d91f0aede","4964ba28dd6c9d086735062e8f4c63f23dd14e20b9b6d2acdc5774760d47b132","cc0700b1b97e18a3d5d9184470502d8762ec85158819d662730c3a8c5d702584","9871b7ee672bc16c78833bdab3052615834b08375cb144e4d2cba74473f4a589","c863198dae89420f3c552b5a03da6ed6d0acfa3807a64772b895db624b0de707","8b03a5e327d7db67112ebbc93b4f744133eda2c1743dbb0a990c61a8007823ef","86c73f2ee1752bac8eeeece234fd05dfcf0637a4fbd8032e4f5f43102faa8eec","42fad1f540271e35ca37cecda12c4ce2eef27f0f5cf0f8dd761d723c744d3159","ff3743a5de32bee10906aff63d1de726f6a7fd6ee2da4b8229054dfa69de2c34","83acd370f7f84f203e71ebba33ba61b7f1291ca027d7f9a662c6307d74e4ac22","1445cec898f90bdd18b2949b9590b3c012f5b7e1804e6e329fb0fe053946d5ec","0e5318ec2275d8da858b541920d9306650ae6ac8012f0e872fe66eb50321a669","cf530297c3fb3a92ec9591dd4fa229d58b5981e45fe6702a0bd2bea53a5e59be","c1f6f7d08d42148ddfe164d36d7aba91f467dbcb3caa715966ff95f55048b3a4","f4e9bf9103191ef3b3612d3ec0044ca4044ca5be27711fe648ada06fad4bcc85","0c1ee27b8f6a00097c2d6d91a21ee4d096ab52c1e28350f6362542b55380059a","7677d5b0db9e020d3017720f853ba18f415219fb3a9597343b1b1012cfd699f7","bc1c6bc119c1784b1a2be6d9c47addec0d83ef0d52c8fbe1f14a51b4dfffc675","52cf2ce99c2a23de70225e252e9822a22b4e0adb82643ab0b710858810e00bf1","770625067bb27a20b9826255a8d47b6b5b0a2d3dfcbd21f89904c731f671ba77","d1ed6765f4d7906a05968fb5cd6d1db8afa14dbe512a4884e8ea5c0f5e142c80","799c0f1b07c092626cf1efd71d459997635911bb5f7fc1196efe449bba87e965","2a184e4462b9914a30b1b5c41cf80c6d3428f17b20d3afb711fff3f0644001fd","9eabde32a3aa5d80de34af2c2206cdc3ee094c6504a8d0c2d6d20c7c179503cc","397c8051b6cfcb48aa22656f0faca2553c5f56187262135162ee79d2b2f6c966","a8ead142e0c87dcd5dc130eba1f8eeed506b08952d905c47621dc2f583b1bff9","a02f10ea5f73130efca046429254a4e3c06b5475baecc8f7b99a0014731be8b3","f77ff4cd234d3fd18ddd5aeadb6f94374511931976d41f4b9f594cb71f7ce6f3","4c9a0564bb317349de6a24eb4efea8bb79898fa72ad63a1809165f5bd42970dd","4f18b4e6081e5e980ef53ddf57b9c959d36cffe1eb153865f512a01aeffb5e1e","7f17d4846a88eca5fe71c4474ef687ee89c4acf9b5372ab9b2ee68644b7e0fe0","b444a410d34fb5e98aa5ee2b381362044f4884652e8bc8a11c8fe14bbd85518e","c35808c1f5e16d2c571aa65067e3cb95afeff843b259ecfa2fc107a9519b5392","14d5dc055143e941c8743c6a21fa459f961cbc3deedf1bfe47b11587ca4b3ef5","a3ad4e1fc542751005267d50a6298e6765928c0c3a8dce1572f2ba6ca518661c","f237e7c97a3a89f4591afd49ecb3bd8d14f51a1c4adc8fcae3430febedff5eb6","3ffdfbec93b7aed71082af62b8c3e0cc71261cc68d796665faa1e91604fbae8f","662201f943ed45b1ad600d03a90dffe20841e725203ced8b708c91fcd7f9379a","c9ef74c64ed051ea5b958621e7fb853fe3b56e8787c1587aefc6ea988b3c7e79","2462ccfac5f3375794b861abaa81da380f1bbd9401de59ffa43119a0b644253d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","58e0cee50add50d4b6d47a935e26aeb0080d98c9cf729f8af389511cdfa10526","bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31","5fdc3a2b97a9b1987cea799a36c6a4ea2f34fb60e52734361451cb5445f11a94"],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./","rootDir":"..","sourceMap":true,"strict":true,"target":5},"fileIdsList":[[110,190],[111,190],[190],[46,190],[54,190],[46,54,190],[46,54,62,190],[44,45,190],[53,68,190],[50,53,190],[53,85,190],[53,190],[50,83,190],[53,89,190],[53,65,190],[53,66,190],[53,95,190],[53,70,73,190],[53,72,190],[70,190],[50,53,67,69,70,73,74,75,190],[53,70,74,76,77,190],[50,53,65,190],[53,93,190],[53,87,190],[79,82,86,190],[79,82,90,190],[50,53,78,80,81,190],[53,70,190],[53,91,190],[132,190],[46,130,131,190],[46,130,190],[115,116,190],[117,190],[116,118,190],[79,128,135,136,137,139,140,190],[129,133,190],[134,190],[130,190],[129,134,138,190],[129,190],[115,127,141,190],[119,122,123,126,190],[163,190,197],[163,190,197,200],[115,190],[163,190,197,202],[163,190,197,200,213,214],[160,163,190,197,202,208,209],[190,201,202,210,212],[190,218],[190,222],[190,223],[190,225,226,227,228,229],[190,234],[160,163,164,168,174,189,190,197,198,205,211,214,215,220,233],[190,235,237,238,239,240,241,242,243,244,245,246,247],[190,235,236,238,239,240,241,242,243,244,245,246,247],[190,236,237,238,239,240,241,242,243,244,245,246,247],[190,235,236,237,239,240,241,242,243,244,245,246,247],[190,235,236,237,238,240,241,242,243,244,245,246,247],[190,235,236,237,238,239,241,242,243,244,245,246,247],[190,235,236,237,238,239,240,242,243,244,245,246,247],[190,235,236,237,238,239,240,241,243,244,245,246,247],[190,235,236,237,238,239,240,241,242,244,245,246,247],[190,235,236,237,238,239,240,241,242,243,245,246,247],[190,235,236,237,238,239,240,241,242,243,244,246,247],[190,235,236,237,238,239,240,241,242,243,244,245,247],[190,235,236,237,238,239,240,241,242,243,244,245,246],[144,190],[147,190],[148,153,181,190],[149,160,161,168,178,189,190],[149,150,160,168,190],[151,190],[152,153,161,169,190],[153,178,186,190],[154,156,160,168,190],[155,190],[156,157,190],[160,190],[158,160,190],[147,160,190],[160,161,162,178,189,190],[160,161,162,175,178,181,190],[190,194],[156,160,163,168,178,189,190],[160,161,163,164,168,178,186,189,190],[163,165,178,186,189,190],[144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196],[160,166,190],[167,189,190,194],[156,160,168,178,190],[169,190],[170,190],[147,171,190],[172,188,190,194],[173,190],[174,190],[160,175,176,190],[175,177,190,192],[148,160,178,179,180,181,190],[148,178,180,190],[178,179,190],[181,190],[182,190],[147,178,190],[160,184,185,190],[184,185,190],[153,168,178,186,190],[187,190],[168,188,190],[148,163,174,189,190],[153,190],[178,190,191],[167,190,192],[190,193],[148,153,160,162,171,178,189,190,192,194],[178,190,195],[190,254],[190,255],[106,107,108,109,190],[190,197],[190,259,298],[190,259,283,298],[190,298],[190,259],[190,259,284,298],[190,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297],[190,284,298],[161,178,190,197,207],[163,190,197,207,211],[115,125,190],[124,190],[47,190],[160,163,165,168,178,186,189,190,195,197],[160,178,190,197],[121,190],[120,190],[46,50,190],[50,190],[49,50,190],[48,49,190],[55,56,57,58,59,60,61,62,63,190],[97,190],[71,190],[46,50,51,52,190],[79,190],[43,101,103,190],[43,103,190],[43,53,64,82,83,84,88,92,102,190],[43,103,110,112,190],[43,101,110,112,190],[43,101,190],[43,53,64,67,84,94,96,98,99,100,190],[43,53,70,190],[43,53,103,105,142,190],[50,53,82,88,92,102],[103,112],[101,112],[50,53,67,94,96,98,100],[53,70],[105]],"referencedMap":[[111,1],[112,2],[44,3],[54,4],[55,5],[58,6],[56,6],[60,6],[63,7],[62,3],[61,6],[59,6],[57,5],[45,3],[46,8],[69,9],[68,10],[86,11],[83,12],[85,13],[89,13],[90,14],[66,15],[67,16],[84,12],[99,12],[65,12],[95,10],[96,17],[77,3],[70,12],[74,18],[73,19],[75,20],[76,21],[78,22],[93,23],[94,24],[88,25],[87,26],[91,27],[82,28],[81,29],[92,30],[130,3],[133,31],[132,32],[131,33],[117,34],[118,35],[116,3],[119,36],[141,37],[128,3],[134,38],[135,39],[136,3],[137,40],[139,41],[129,12],[138,42],[140,39],[142,43],[127,44],[198,45],[199,3],[201,46],[123,47],[115,3],[203,48],[204,3],[200,45],[205,3],[206,3],[215,49],[216,3],[217,3],[210,50],[213,51],[219,52],[220,3],[211,3],[221,3],[222,3],[223,53],[224,54],[230,55],[226,3],[225,3],[228,3],[227,3],[231,3],[232,3],[214,3],[233,56],[234,57],[236,58],[237,59],[235,60],[238,61],[239,62],[240,63],[241,64],[242,65],[243,66],[244,67],[245,68],[246,69],[247,70],[248,52],[207,3],[249,3],[250,3],[251,3],[144,71],[145,71],[147,72],[148,73],[149,74],[150,75],[151,76],[152,77],[153,78],[154,79],[155,80],[156,81],[157,81],[159,82],[158,83],[160,84],[161,85],[162,86],[146,87],[196,3],[163,88],[164,89],[165,90],[197,91],[166,92],[167,93],[168,94],[169,95],[170,96],[171,97],[172,98],[173,99],[174,100],[175,101],[176,101],[177,102],[178,103],[180,104],[179,105],[181,106],[182,107],[183,108],[184,109],[185,110],[186,111],[187,112],[188,113],[189,114],[190,115],[191,116],[192,117],[193,118],[194,119],[195,120],[252,3],[253,3],[255,121],[254,122],[256,3],[108,3],[202,3],[209,3],[106,3],[110,123],[257,124],[258,3],[109,3],[283,125],[284,126],[259,127],[262,127],[281,125],[282,125],[272,125],[271,128],[269,125],[264,125],[277,125],[275,125],[279,125],[263,125],[276,125],[280,125],[265,125],[266,125],[278,125],[260,125],[267,125],[268,125],[270,125],[274,125],[285,129],[273,125],[261,125],[298,130],[297,3],[292,129],[294,131],[293,129],[286,129],[287,129],[289,129],[291,129],[295,131],[296,131],[288,131],[290,131],[208,132],[212,133],[126,134],[125,135],[124,3],[229,3],[48,136],[47,3],[218,3],[299,137],[300,138],[120,47],[122,139],[121,140],[107,3],[51,141],[49,142],[97,143],[71,143],[52,3],[50,144],[79,142],[64,145],[98,146],[72,147],[53,148],[80,149],[43,3],[8,3],[10,3],[9,3],[2,3],[11,3],[12,3],[13,3],[14,3],[15,3],[16,3],[17,3],[18,3],[3,3],[4,3],[22,3],[19,3],[20,3],[21,3],[23,3],[24,3],[25,3],[5,3],[26,3],[27,3],[28,3],[29,3],[6,3],[33,3],[30,3],[31,3],[32,3],[34,3],[7,3],[35,3],[40,3],[41,3],[36,3],[37,3],[38,3],[39,3],[1,3],[42,3],[104,150],[105,151],[103,152],[113,153],[114,154],[102,155],[101,156],[100,157],[143,158]],"exportedModulesMap":[[111,1],[112,2],[44,3],[54,4],[55,5],[58,6],[56,6],[60,6],[63,7],[62,3],[61,6],[59,6],[57,5],[45,3],[46,8],[69,9],[68,10],[86,11],[83,12],[85,13],[89,13],[90,14],[66,15],[67,16],[84,12],[99,12],[65,12],[95,10],[96,17],[77,3],[70,12],[74,18],[73,19],[75,20],[76,21],[78,22],[93,23],[94,24],[88,25],[87,26],[91,27],[82,28],[81,29],[92,30],[130,3],[133,31],[132,32],[131,33],[117,34],[118,35],[116,3],[119,36],[141,37],[128,3],[134,38],[135,39],[136,3],[137,40],[139,41],[129,12],[138,42],[140,39],[142,43],[127,44],[198,45],[199,3],[201,46],[123,47],[115,3],[203,48],[204,3],[200,45],[205,3],[206,3],[215,49],[216,3],[217,3],[210,50],[213,51],[219,52],[220,3],[211,3],[221,3],[222,3],[223,53],[224,54],[230,55],[226,3],[225,3],[228,3],[227,3],[231,3],[232,3],[214,3],[233,56],[234,57],[236,58],[237,59],[235,60],[238,61],[239,62],[240,63],[241,64],[242,65],[243,66],[244,67],[245,68],[246,69],[247,70],[248,52],[207,3],[249,3],[250,3],[251,3],[144,71],[145,71],[147,72],[148,73],[149,74],[150,75],[151,76],[152,77],[153,78],[154,79],[155,80],[156,81],[157,81],[159,82],[158,83],[160,84],[161,85],[162,86],[146,87],[196,3],[163,88],[164,89],[165,90],[197,91],[166,92],[167,93],[168,94],[169,95],[170,96],[171,97],[172,98],[173,99],[174,100],[175,101],[176,101],[177,102],[178,103],[180,104],[179,105],[181,106],[182,107],[183,108],[184,109],[185,110],[186,111],[187,112],[188,113],[189,114],[190,115],[191,116],[192,117],[193,118],[194,119],[195,120],[252,3],[253,3],[255,121],[254,122],[256,3],[108,3],[202,3],[209,3],[106,3],[110,123],[257,124],[258,3],[109,3],[283,125],[284,126],[259,127],[262,127],[281,125],[282,125],[272,125],[271,128],[269,125],[264,125],[277,125],[275,125],[279,125],[263,125],[276,125],[280,125],[265,125],[266,125],[278,125],[260,125],[267,125],[268,125],[270,125],[274,125],[285,129],[273,125],[261,125],[298,130],[297,3],[292,129],[294,131],[293,129],[286,129],[287,129],[289,129],[291,129],[295,131],[296,131],[288,131],[290,131],[208,132],[212,133],[126,134],[125,135],[124,3],[229,3],[48,136],[47,3],[218,3],[299,137],[300,138],[120,47],[122,139],[121,140],[107,3],[51,141],[49,142],[97,143],[71,143],[52,3],[50,144],[79,142],[64,145],[98,146],[72,147],[53,148],[80,149],[43,3],[8,3],[10,3],[9,3],[2,3],[11,3],[12,3],[13,3],[14,3],[15,3],[16,3],[17,3],[18,3],[3,3],[4,3],[22,3],[19,3],[20,3],[21,3],[23,3],[24,3],[25,3],[5,3],[26,3],[27,3],[28,3],[29,3],[6,3],[33,3],[30,3],[31,3],[32,3],[34,3],[7,3],[35,3],[40,3],[41,3],[36,3],[37,3],[38,3],[39,3],[1,3],[42,3],[104,150],[103,159],[113,160],[114,161],[101,162],[100,163],[143,164]],"semanticDiagnosticsPerFile":[111,112,44,54,55,58,56,60,63,62,61,59,57,45,46,69,68,86,83,85,89,90,66,67,84,99,65,95,96,77,70,74,73,75,76,78,93,94,88,87,91,82,81,92,130,133,132,131,117,118,116,119,141,128,134,135,136,137,139,129,138,140,142,127,198,199,201,123,115,203,204,200,205,206,215,216,217,210,213,219,220,211,221,222,223,224,230,226,225,228,227,231,232,214,233,234,236,237,235,238,239,240,241,242,243,244,245,246,247,248,207,249,250,251,144,145,147,148,149,150,151,152,153,154,155,156,157,159,158,160,161,162,146,196,163,164,165,197,166,167,168,169,170,171,172,173,174,175,176,177,178,180,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,252,253,255,254,256,108,202,209,106,110,257,258,109,283,284,259,262,281,282,272,271,269,264,277,275,279,263,276,280,265,266,278,260,267,268,270,274,285,273,261,298,297,292,294,293,286,287,289,291,295,296,288,290,208,212,126,125,124,229,48,47,218,299,300,120,122,121,107,51,49,97,71,52,50,79,64,98,72,53,80,43,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,1,42,104,105,103,113,114,102,101,100,143]},"version":"4.9.5"}
|
package/package.json
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@digital-realty/ix-select",
|
|
3
|
+
"description": "Webcomponent ix-select following open-wc recommendations",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"author": "interxion",
|
|
6
|
+
"version": "1.0.1",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"main": "dist/src/index.js",
|
|
9
|
+
"module": "dist/src/index.js",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": "./dist/src/index.js",
|
|
12
|
+
"./ix-select.js": "./dist/src/ix-select.js",
|
|
13
|
+
"./ix-select-option.js": "./dist/src/selectoption/ix-select-option.js",
|
|
14
|
+
"./IxSelect": "./dist/src/react/IxSelect.js",
|
|
15
|
+
"./IxSelectOption": "./dist/src/react/IxSelectOption.js"
|
|
16
|
+
},
|
|
17
|
+
"publishConfig": {
|
|
18
|
+
"access": "public"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"analyze": "cem analyze --litelement",
|
|
22
|
+
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
|
|
23
|
+
"build": "tsc && npm run analyze -- --exclude dist",
|
|
24
|
+
"prepublish": "tsc && npm run analyze -- --exclude dist",
|
|
25
|
+
"lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
|
|
26
|
+
"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
|
|
27
|
+
"test": "tsc && wtr --coverage",
|
|
28
|
+
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
|
|
29
|
+
"storybook": "tsc && npm run analyze -- --exclude dist && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",
|
|
30
|
+
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
|
31
|
+
},
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@lit-labs/react": "^2.0.3",
|
|
34
|
+
"@material/web": "^1.0.0",
|
|
35
|
+
"lit": "^2.0.2",
|
|
36
|
+
"react": "^18.2.0"
|
|
37
|
+
},
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"@custom-elements-manifest/analyzer": "^0.4.17",
|
|
40
|
+
"@open-wc/eslint-config": "^9.2.1",
|
|
41
|
+
"@open-wc/testing": "^3.1.6",
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
|
43
|
+
"@typescript-eslint/parser": "^5.48.0",
|
|
44
|
+
"@web/dev-server": "^0.1.34",
|
|
45
|
+
"@web/dev-server-storybook": "^0.5.4",
|
|
46
|
+
"@web/test-runner": "^0.14.0",
|
|
47
|
+
"concurrently": "^5.3.0",
|
|
48
|
+
"eslint": "^8.31.0",
|
|
49
|
+
"eslint-config-prettier": "^8.3.0",
|
|
50
|
+
"husky": "^4.3.8",
|
|
51
|
+
"lint-staged": "^10.5.4",
|
|
52
|
+
"prettier": "^2.4.1",
|
|
53
|
+
"tslib": "^2.3.1",
|
|
54
|
+
"typescript": "^4.5.2"
|
|
55
|
+
},
|
|
56
|
+
"customElements": "custom-elements.json",
|
|
57
|
+
"eslintConfig": {
|
|
58
|
+
"parser": "@typescript-eslint/parser",
|
|
59
|
+
"extends": [
|
|
60
|
+
"@open-wc",
|
|
61
|
+
"prettier"
|
|
62
|
+
],
|
|
63
|
+
"plugins": [
|
|
64
|
+
"@typescript-eslint"
|
|
65
|
+
],
|
|
66
|
+
"rules": {
|
|
67
|
+
"no-unused-vars": "off",
|
|
68
|
+
"@typescript-eslint/no-unused-vars": [
|
|
69
|
+
"error"
|
|
70
|
+
],
|
|
71
|
+
"import/no-unresolved": "off",
|
|
72
|
+
"import/extensions": [
|
|
73
|
+
"error",
|
|
74
|
+
"always",
|
|
75
|
+
{
|
|
76
|
+
"ignorePackages": true
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"prettier": {
|
|
82
|
+
"singleQuote": true,
|
|
83
|
+
"arrowParens": "avoid"
|
|
84
|
+
},
|
|
85
|
+
"husky": {
|
|
86
|
+
"hooks": {
|
|
87
|
+
"pre-commit": "lint-staged"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"lint-staged": {
|
|
91
|
+
"*.ts": [
|
|
92
|
+
"eslint --fix",
|
|
93
|
+
"prettier --write"
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
"gitHead": "f1092520424c4ffd61950861ac9d6e709b5c0dbe"
|
|
97
|
+
}
|
package/src/IxSelect.ts
ADDED
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import { html, LitElement, nothing, PropertyValues } from 'lit';
|
|
2
|
+
import { property, query, state } from 'lit/decorators.js';
|
|
3
|
+
import { Select } from '@material/web/select/internal/select.js';
|
|
4
|
+
import { Field } from '@material/web/field/internal/field';
|
|
5
|
+
import { ARIAMixinStrict } from '@material/web/internal/aria/aria.js';
|
|
6
|
+
import '@material/web/select/filled-select.js';
|
|
7
|
+
import '@material/web/select/outlined-select.js';
|
|
8
|
+
import './selectoption/ix-select-option.js';
|
|
9
|
+
|
|
10
|
+
export const DEFAULT_TYPEAHEAD_BUFFER_TIME = 200;
|
|
11
|
+
|
|
12
|
+
export class IxSelect extends LitElement {
|
|
13
|
+
/** @nocollapse */
|
|
14
|
+
static readonly formAssociated = true;
|
|
15
|
+
|
|
16
|
+
@query('.field') private readonly field!: Field | null;
|
|
17
|
+
|
|
18
|
+
@query('slot') slotEl!: HTMLSlotElement;
|
|
19
|
+
|
|
20
|
+
@query('md-outlined-select') default!: Select;
|
|
21
|
+
|
|
22
|
+
@property() appearance: 'filled' | 'outlined' = 'outlined';
|
|
23
|
+
|
|
24
|
+
@property() label: String = '';
|
|
25
|
+
|
|
26
|
+
@property({ type: Boolean }) quick = false;
|
|
27
|
+
|
|
28
|
+
@property({ type: Boolean }) required = false;
|
|
29
|
+
|
|
30
|
+
@property({ type: Boolean, reflect: true }) disabled = false;
|
|
31
|
+
|
|
32
|
+
@property({ type: String, attribute: 'error-text' }) errorText = '';
|
|
33
|
+
|
|
34
|
+
@property({ type: String, attribute: 'supporting-text' }) supportingText = '';
|
|
35
|
+
|
|
36
|
+
@property({ type: Boolean, reflect: true }) error = false;
|
|
37
|
+
|
|
38
|
+
@property({ type: String, attribute: 'display-text' }) displayText = '';
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Whether or not the underlying md-menu should be position: fixed to display
|
|
42
|
+
* in a top-level manner, or position: absolute.
|
|
43
|
+
*
|
|
44
|
+
* position:fixed is useful for cases where select is inside of another
|
|
45
|
+
* element with stacking context and hidden overflows such as `md-dialog`.
|
|
46
|
+
*/
|
|
47
|
+
@property({ attribute: 'menu-positioning' })
|
|
48
|
+
menuPositioning: 'absolute' | 'fixed' = 'absolute';
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* The max time between the keystrokes of the typeahead select / menu behavior
|
|
52
|
+
* before it clears the typeahead buffer.
|
|
53
|
+
*/
|
|
54
|
+
@property({ type: Number, attribute: 'typeahead-delay' })
|
|
55
|
+
typeaheadDelay = DEFAULT_TYPEAHEAD_BUFFER_TIME;
|
|
56
|
+
|
|
57
|
+
@state() private nativeError = false;
|
|
58
|
+
|
|
59
|
+
@state() private nativeErrorText = '';
|
|
60
|
+
|
|
61
|
+
private get hasError() {
|
|
62
|
+
return this.error || this.nativeError;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
private readonly internals = (this as HTMLElement) /* needed for closure */
|
|
66
|
+
.attachInternals();
|
|
67
|
+
|
|
68
|
+
private customValidationMessage = '';
|
|
69
|
+
|
|
70
|
+
get form() {
|
|
71
|
+
return this.internals.form;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
get labels() {
|
|
75
|
+
return this.internals.labels;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
get name() {
|
|
79
|
+
return this.getAttribute('name') ?? '';
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
set name(name: string) {
|
|
83
|
+
this.setAttribute('name', name);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
get validity() {
|
|
87
|
+
this.syncValidity();
|
|
88
|
+
return this.internals.validity;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
get value() {
|
|
92
|
+
return this.materialRoot.value;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
get validationMessage() {
|
|
96
|
+
this.syncValidity();
|
|
97
|
+
return this.internals.validationMessage;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
get materialRoot(): Select {
|
|
101
|
+
return this.shadowRoot?.querySelector('md-filled-select') ?? this.default;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
firstUpdated() {
|
|
105
|
+
this.addEventListener('request-selection', () => {
|
|
106
|
+
this.internals.setFormValue(this.materialRoot.value);
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
protected override updated(changed: PropertyValues<Select>) {
|
|
111
|
+
if (changed.has('required')) {
|
|
112
|
+
this.syncValidity();
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// eslint-disable-next-line consistent-return
|
|
117
|
+
render() {
|
|
118
|
+
if (this.appearance === 'outlined') {
|
|
119
|
+
return html` <md-outlined-select
|
|
120
|
+
.aria-label=${(this as ARIAMixinStrict).ariaLabel || nothing}
|
|
121
|
+
.tabindex=${this.disabled ? '-1' : '0'}
|
|
122
|
+
.label=${this.label}
|
|
123
|
+
.populated=${!!this.displayText}
|
|
124
|
+
.disabled=${this.disabled}
|
|
125
|
+
.quick=${this.quick}
|
|
126
|
+
.menu-positioning=${this.menuPositioning}
|
|
127
|
+
.typeaheadDelay=${this.typeaheadDelay}
|
|
128
|
+
.error=${this.hasError}
|
|
129
|
+
.name=${this.name}
|
|
130
|
+
.required=${this.required}
|
|
131
|
+
supporting-text=${this.supportingText}
|
|
132
|
+
error-text=${this.getErrorText()}
|
|
133
|
+
>
|
|
134
|
+
<slot></slot>
|
|
135
|
+
</md-outlined-select>`;
|
|
136
|
+
}
|
|
137
|
+
if (this.appearance === 'filled') {
|
|
138
|
+
return html`
|
|
139
|
+
<md-filled-select
|
|
140
|
+
.aria-label=${(this as ARIAMixinStrict).ariaLabel || nothing}
|
|
141
|
+
.tabindex=${this.disabled ? '-1' : '0'}
|
|
142
|
+
.label=${this.label}
|
|
143
|
+
.populated=${!!this.displayText}
|
|
144
|
+
.disabled=${this.disabled}
|
|
145
|
+
.quick=${this.quick}
|
|
146
|
+
.positioning=${this.menuPositioning}
|
|
147
|
+
.typeaheadDelay=${this.typeaheadDelay}
|
|
148
|
+
.required=${this.required}
|
|
149
|
+
.error=${this.hasError}
|
|
150
|
+
supporting-text=${this.supportingText}
|
|
151
|
+
error-text=${this.getErrorText()}
|
|
152
|
+
>
|
|
153
|
+
<slot></slot>
|
|
154
|
+
</md-outlined-select>`;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
private getErrorText() {
|
|
159
|
+
return this.error ? this.errorText : this.nativeErrorText;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
checkValidity() {
|
|
163
|
+
this.syncValidity();
|
|
164
|
+
return this.internals.checkValidity();
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
reportValidity() {
|
|
168
|
+
let invalidEvent: Event | undefined;
|
|
169
|
+
this.addEventListener(
|
|
170
|
+
'invalid',
|
|
171
|
+
event => {
|
|
172
|
+
invalidEvent = event;
|
|
173
|
+
},
|
|
174
|
+
{ once: true }
|
|
175
|
+
);
|
|
176
|
+
|
|
177
|
+
const valid = this.checkValidity();
|
|
178
|
+
if (invalidEvent?.defaultPrevented) {
|
|
179
|
+
return valid;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
const prevMessage = this.getErrorText();
|
|
183
|
+
this.nativeError = !valid;
|
|
184
|
+
this.nativeErrorText = this.validationMessage;
|
|
185
|
+
|
|
186
|
+
if (prevMessage === this.getErrorText()) {
|
|
187
|
+
this.field?.reannounceError();
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
return valid;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
setCustomValidity(error: string) {
|
|
194
|
+
this.customValidationMessage = error;
|
|
195
|
+
this.syncValidity();
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
private syncValidity() {
|
|
199
|
+
const valueMissing = this.required && !this.materialRoot.value;
|
|
200
|
+
const customError = !!this.customValidationMessage;
|
|
201
|
+
const validationMessage =
|
|
202
|
+
this.customValidationMessage ||
|
|
203
|
+
(valueMissing && this.getRequiredValidationMessage()) ||
|
|
204
|
+
'';
|
|
205
|
+
|
|
206
|
+
this.internals.setValidity(
|
|
207
|
+
{ valueMissing, customError },
|
|
208
|
+
validationMessage
|
|
209
|
+
);
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
// eslint-disable-next-line class-methods-use-this
|
|
213
|
+
private getRequiredValidationMessage() {
|
|
214
|
+
const select = document.createElement('select');
|
|
215
|
+
select.required = true;
|
|
216
|
+
return select.validationMessage;
|
|
217
|
+
}
|
|
218
|
+
}
|
package/src/index.ts
ADDED
package/src/ix-select.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { createComponent } from '@lit-labs/react';
|
|
3
|
+
import { IxSelect as IxSelectLit } from '../IxSelect.js';
|
|
4
|
+
|
|
5
|
+
window.customElements.define('ix-select', IxSelectLit);
|
|
6
|
+
|
|
7
|
+
export const IxSelect = createComponent({
|
|
8
|
+
tagName: 'ix-select',
|
|
9
|
+
elementClass: IxSelectLit,
|
|
10
|
+
react: React,
|
|
11
|
+
events: {
|
|
12
|
+
onclick: 'onClick',
|
|
13
|
+
},
|
|
14
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { createComponent } from '@lit-labs/react';
|
|
3
|
+
import { IxSelectOption as IxSelectOptionLit } from '../selectoption/IxSelectOption.js';
|
|
4
|
+
|
|
5
|
+
window.customElements.define('ix-select', IxSelectOptionLit);
|
|
6
|
+
|
|
7
|
+
export const IxSelectOption = createComponent({
|
|
8
|
+
tagName: 'ix-select',
|
|
9
|
+
elementClass: IxSelectOptionLit,
|
|
10
|
+
react: React,
|
|
11
|
+
events: {
|
|
12
|
+
onclick: 'onClick',
|
|
13
|
+
},
|
|
14
|
+
});
|