@italia/input 0.1.0-alpha.0 → 1.0.0-alpha.4

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.
@@ -1 +1 @@
1
- {"version":3,"file":"it-input.js","sources":["../../../../node_modules/.pnpm/@rollup+plugin-typescript@12.1.2_rollup@4.42.0_tslib@2.8.1_typescript@5.8.3/node_modules/tslib/tslib.es6.js","../../../globals/dist/src/mixins/form.js","../../../globals/dist/src/mixins/validity.js","../../../globals/dist/src/directives/setAttributes.js","../../../i18n/dist/src/index.js","../../../globals/dist/src/utils/logger.js","../../../globals/dist/src/base-component/base-component.js","../../../src/helpers/password.ts","../../../src/locales/it.ts","../../../src/it-input.ts"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\r\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\r\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nvar ownKeys = function(o) {\r\n ownKeys = Object.getOwnPropertyNames || function (o) {\r\n var ar = [];\r\n for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;\r\n return ar;\r\n };\r\n return ownKeys(o);\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== \"default\") __createBinding(result, mod, k[i]);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose, inner;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n if (async) inner = dispose;\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n var r, s = 0;\r\n function next() {\r\n while (r = env.stack.pop()) {\r\n try {\r\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\r\n if (r.dispose) {\r\n var result = r.dispose.call(r.value);\r\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n else s |= 1;\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport function __rewriteRelativeImportExtension(path, preserveJsx) {\r\n if (typeof path === \"string\" && /^\\.\\.?\\//.test(path)) {\r\n return path.replace(/\\.(tsx)$|((?:\\.d)?)((?:\\.[^./]+?)?)\\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {\r\n return tsx ? preserveJsx ? \".jsx\" : \".js\" : d && (!ext || !cm) ? m : (d + ext + \".\" + cm.toLowerCase() + \"js\");\r\n });\r\n }\r\n return path;\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __esDecorate: __esDecorate,\r\n __runInitializers: __runInitializers,\r\n __propKey: __propKey,\r\n __setFunctionName: __setFunctionName,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n __rewriteRelativeImportExtension: __rewriteRelativeImportExtension,\r\n};\r\n","/**\n * @license\n *\n * Copyright IBM Corp. 2020, 2022\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n/**\n * @param Base The base class.\n * @returns A mix-in to handle `formdata` event on the containing form.\n */\nconst FormMixin = (Base) => {\n /**\n * A mix-in class to handle `formdata` event on the containing form.\n */\n class FormMixinImpl extends Base {\n connectedCallback() {\n // @ts-ignore\n super.connectedCallback();\n if (this.closest('form')) {\n this.closest('form')?.addEventListener('formdata', this._handleFormdata.bind(this));\n }\n }\n disconnectedCallback() {\n // if (this._hFormdata) {\n // this._hFormdata = this._hFormdata.release();\n // }\n // @ts-ignore\n super.disconnectedCallback();\n }\n }\n return FormMixinImpl;\n};\nexport default FormMixin;\n//# sourceMappingURL=form.js.map","/**\n * @license\n *\n * Copyright IBM Corp. 2020, 2022\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n/**\n * Form validation status.\n */\nexport var VALIDATION_STATUS;\n(function (VALIDATION_STATUS) {\n /**\n * One indicating no validation error.\n */\n VALIDATION_STATUS[\"NO_ERROR\"] = \"\";\n /**\n * One indicating that the value is invalid (generic).\n */\n VALIDATION_STATUS[\"INVALID\"] = \"invalid\";\n /**\n * One indicating missing required value.\n */\n VALIDATION_STATUS[\"ERROR_REQUIRED\"] = \"required\";\n /**\n * One indicating that the value does not match the pattern.\n */\n VALIDATION_STATUS[\"PATTERN\"] = \"pattern\";\n /**\n * One indicating that the value is shorter than the minimum length.\n */\n VALIDATION_STATUS[\"MINLENGTH\"] = \"minlength\";\n /**\n * One indicating that the value is less than the maximum length.\n */\n VALIDATION_STATUS[\"MAXLENGTH\"] = \"maxlength\";\n})(VALIDATION_STATUS || (VALIDATION_STATUS = {}));\n/**\n * @param Base The base class.\n * @returns A mix-in implementing `.setCustomValidity()` method.\n */\nconst ValidityMixin = (Base) => {\n class ValidityMixinImpl extends Base {\n constructor() {\n super(...arguments);\n /**\n * Field is touched\n */\n this._touched = false;\n }\n // Not using TypeScript `protected` due to: microsoft/TypeScript#17744\n // Using `string` instead of `VALIDATION_STATUS` until we can require TypeScript 3.8\n /**\n * @param state The form validation status.\n * @returns The form validation error mesasages associated with the given status.\n * @protected\n */\n _getValidityMessage(state, translations) {\n return {\n [VALIDATION_STATUS.NO_ERROR]: '',\n [VALIDATION_STATUS.INVALID]: translations[VALIDATION_STATUS.INVALID],\n [VALIDATION_STATUS.ERROR_REQUIRED]: translations[VALIDATION_STATUS.ERROR_REQUIRED],\n [VALIDATION_STATUS.PATTERN]: translations[VALIDATION_STATUS.PATTERN],\n [VALIDATION_STATUS.MINLENGTH]: translations[VALIDATION_STATUS.MINLENGTH].replace('{minlength}', this.minlength.toString()),\n [VALIDATION_STATUS.MAXLENGTH]: translations[VALIDATION_STATUS.MAXLENGTH].replace('{maxlength}', this.maxlength.toString()),\n }[state];\n }\n /**\n * Checks if the value meets the constraints.\n *\n * @returns `true` if the value meets the constraints. `false` otherwise.\n */\n _checkValidity(translations, htmlValidity = true) {\n // htmlValidity = this.inputElement.checkValidity(); //check browser validity\n if (this.customValidation) {\n return undefined;\n }\n let validity = htmlValidity;\n let message = validity\n ? this._getValidityMessage(VALIDATION_STATUS.NO_ERROR, translations)\n : this._getValidityMessage(VALIDATION_STATUS.INVALID, translations);\n if (this.required || (this._value && (this.pattern || this.minlength > 0 || this.maxlength > 0))) {\n if (this.pattern) {\n const regex = new RegExp(`^${this.pattern}$`, 'u');\n validity = regex.test(this._value.toString());\n if (!validity) {\n message = this._getValidityMessage(VALIDATION_STATUS.PATTERN, translations);\n }\n }\n if (typeof this.minlength !== 'undefined' && this.minlength > 0) {\n validity = validity && this._value.toString().length >= this.minlength;\n if (!validity) {\n message = this._getValidityMessage(VALIDATION_STATUS.MINLENGTH, translations);\n }\n }\n if (typeof this.maxlength !== 'undefined' && this.maxlength > 0) {\n validity = validity && this._value.toString().length <= this.maxlength;\n if (!validity) {\n message = this._getValidityMessage(VALIDATION_STATUS.MAXLENGTH, translations);\n }\n }\n if (this.required && !this._value) {\n validity = false;\n message = this._getValidityMessage(VALIDATION_STATUS.ERROR_REQUIRED, translations);\n }\n }\n this.invalid = !validity;\n this.validityMessage = message;\n return validity;\n }\n /**\n * Sets the given custom validity message.\n *\n * @param validityMessage The custom validity message\n */\n setCustomValidity(validityMessage) {\n this.invalid = Boolean(validityMessage);\n this.validityMessage = validityMessage;\n }\n _handleBlur() {\n this._touched = true;\n this.dispatchEvent(new FocusEvent('blur', { bubbles: true, composed: true }));\n }\n _handleFocus() {\n this.dispatchEvent(new FocusEvent('focus', { bubbles: true, composed: true }));\n }\n _handleClick() {\n this.dispatchEvent(new MouseEvent('click', { bubbles: true, composed: true }));\n }\n _handleChange(e) {\n const target = e.target;\n let value;\n if (target instanceof HTMLInputElement) {\n switch (target.type) {\n case 'checkbox':\n case 'radio':\n value = target.checked;\n break;\n case 'file':\n value = target.files; // FileList\n break;\n default:\n value = target.value;\n }\n }\n else if (target instanceof HTMLSelectElement) {\n if (target.multiple) {\n value = Array.from(target.selectedOptions).map((o) => o.value);\n }\n else {\n value = target.value;\n }\n }\n else {\n // textarea o altri input con value\n value = target.value;\n }\n this.dispatchEvent(new CustomEvent('change', {\n detail: { value, el: target },\n bubbles: true,\n composed: true,\n }));\n }\n }\n return ValidityMixinImpl;\n};\nexport default ValidityMixin;\n//# sourceMappingURL=validity.js.map","import { directive, Directive } from 'lit/directive.js';\nclass SetAttributesDirective extends Directive {\n update(part, [attributes]) {\n const el = part.element;\n for (const [name, value] of Object.entries(attributes)) {\n if (value != null)\n el.setAttribute(name, value);\n else\n el.removeAttribute(name);\n }\n return null;\n }\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n render(_attributes) {\n return null;\n }\n}\n/* How to use:\n\n<textarea ${setAttributes(this._ariaAttributes)} ... />\n*/\nconst setAttributes = directive(SetAttributesDirective);\nexport default setAttributes;\n//# sourceMappingURL=setAttributes.js.map","const connectedElements = new Set();\nif (window && !window.translations) {\n window.translations = new Map();\n}\nconst { translations } = window;\nlet fallback;\n// TODO: We need some way for users to be able to set these on the server.\nlet documentDirection = 'ltr';\n// Fallback for server.\nlet documentLanguage = 'en';\nconst isClient = typeof MutationObserver !== 'undefined' &&\n typeof document !== 'undefined' &&\n typeof document.documentElement !== 'undefined';\n/** Updates all localized elements that are currently connected */\nfunction update() {\n if (isClient) {\n documentDirection = document.documentElement.dir || 'ltr';\n documentLanguage = document.documentElement.lang || navigator.language;\n }\n [...connectedElements.keys()].forEach((el) => {\n const litEl = el;\n if (typeof litEl.requestUpdate === 'function') {\n litEl.requestUpdate();\n }\n });\n}\nif (isClient) {\n const documentElementObserver = new MutationObserver(update);\n documentDirection = document.documentElement.dir || 'ltr';\n documentLanguage = document.documentElement.lang || navigator.language;\n // Watch for changes on <html lang>\n documentElementObserver.observe(document.documentElement, {\n attributes: true,\n attributeFilter: ['dir', 'lang'],\n });\n}\n/** Registers one or more translations */\nfunction registerTranslation(...translation) {\n translation.forEach((t) => {\n const code = t.$code.toLowerCase();\n if (translations.has(code)) {\n // Merge translations that share the same language code\n translations.set(code, { ...translations.get(code), ...t });\n }\n else {\n translations.set(code, t);\n }\n // The first translation that's registered is the fallback\n if (!fallback) {\n fallback = t;\n }\n });\n update();\n}\nwindow.registerTranslation = registerTranslation;\n/**\n * Localize Reactive Controller for components built with Lit\n *\n * To use this controller, import the class and instantiate it in a custom element constructor:\n *\n * private localize = new LocalizeController(this);\n *\n * This will add the element to the set and make it respond to changes to <html dir|lang> automatically. To make it\n * respond to changes to its own dir|lang properties, make it a property:\n *\n * @property() dir: string;\n * @property() lang: string;\n *\n * To use a translation method, call it like this:\n *\n * ${this.localize.term('term_key_here')}\n * ${this.localize.date('2021-12-03')}\n * ${this.localize.number(1000000)}\n */\nclass LocalizeController {\n constructor(host) {\n this.host = host;\n this.host.addController(this);\n }\n hostConnected() {\n connectedElements.add(this.host);\n }\n hostDisconnected() {\n connectedElements.delete(this.host);\n }\n /**\n * Gets the host element's directionality as determined by the `dir` attribute. The return value is transformed to\n * lowercase.\n */\n dir() {\n return `${this.host.dir || documentDirection}`.toLowerCase();\n }\n /**\n * Gets the host element's language as determined by the `lang` attribute. The return value is transformed to\n * lowercase.\n */\n lang() {\n return `${this.host.lang || documentLanguage}`.toLowerCase();\n }\n // eslint-disable-next-line class-methods-use-this\n getTranslationData(lang) {\n // Convert \"en_US\" to \"en-US\". Note that both underscores and dashes are allowed per spec, but underscores result in\n // a RangeError by the call to `new Intl.Locale()`. See: https://unicode.org/reports/tr35/#unicode-locale-identifier\n const locale = new Intl.Locale(lang.replace(/_/g, '-'));\n const language = locale?.language.toLowerCase();\n const region = locale?.region?.toLowerCase() ?? '';\n const primary = translations.get(`${language}-${region}`);\n const secondary = translations.get(language);\n return { locale, language, region, primary, secondary };\n }\n /** Determines if the specified term exists, optionally checking the fallback translation. */\n exists(key, options) {\n const { primary, secondary } = this.getTranslationData(options.lang ?? this.lang());\n const mergedOptions = {\n includeFallback: false,\n ...options,\n };\n if ((primary && primary[key]) ||\n (secondary && secondary[key]) ||\n (mergedOptions.includeFallback && fallback && fallback[key])) {\n return true;\n }\n return false;\n }\n /** Outputs a translated term. */\n term(key, ...args) {\n const { primary, secondary } = this.getTranslationData(this.lang());\n let term;\n // Look for a matching term using regionCode, code, then the fallback\n if (primary && primary[key]) {\n term = primary[key];\n }\n else if (secondary && secondary[key]) {\n term = secondary[key];\n }\n else if (fallback && fallback[key]) {\n term = fallback[key];\n }\n else {\n // eslint-disable-next-line no-console\n console.error(`No translation found for: ${String(key)}`);\n return String(key);\n }\n if (typeof term === 'function') {\n return term(...args);\n }\n return term;\n }\n /** Outputs a localized date in the specified format. */\n date(dateToFormat, options) {\n const date = new Date(dateToFormat);\n return new Intl.DateTimeFormat(this.lang(), options).format(date);\n }\n /** Outputs a localized number in the specified format. */\n number(numberToFormat, options) {\n const num = Number(numberToFormat);\n return Number.isNaN(num) ? '' : new Intl.NumberFormat(this.lang(), options).format(num);\n }\n /** Outputs a localized time in relative format. */\n relativeTime(value, unit, options) {\n return new Intl.RelativeTimeFormat(this.lang(), options).format(value, unit);\n }\n}\n\n/**\n * @param Base The base class.\n * @returns A mix-in implementing `localizations` method.\n *\n *@example\n * <!-- Terms -->\n ${this.$localize.term('hello')}\n or\n ${this.$t('hello')}\n\n <!-- Dates -->\n ${this.$localize.date('2021-09-15 14:00:00 ET', { month: 'long', day: 'numeric', year: 'numeric' })}\n or\n ${this.$d('2021-09-15 14:00:00 ET', { month: 'long', day: 'numeric', year: 'numeric' })}\n\n <!-- Numbers/currency -->\n ${this.$localize.number(1000, { style: 'currency', currency: 'USD'})}\n or\n ${this.$n(1000,{ style: 'currency', currency: 'USD'})}\n\n <!-- Determining language -->\n ${this.$localize.lang()}\n\n <!-- Determining directionality, e.g. 'ltr' or 'rtl' -->\n ${this.$localize.dir()}\n\n\n *** HOW TO DEFINE TRANSLATIONS: ***\n // Simple terms\n upload: 'Upload',\n\n // Terms with placeholders\n greetUser: (name: string) => `Hello, ${name}!`,\n\n // Plurals\n numFilesSelected: (count: number) => {\n if (count === 0) return 'No files selected';\n if (count === 1) return '1 file selected';\n return `${count} files selected`;\n }\n */\nconst LocalizeMixin = (Base) => class extends Base {\n constructor() {\n super(...arguments);\n this.localize = new LocalizeController(this);\n // Provide default values to avoid definite assignment errors and avoid decorators\n this.dir = '';\n this.lang = '';\n }\n /**\n * Restituisce tutta l'utility di traduzione\n *\n\n *\n * @returns tutta l'utility di traduzione\n *\n * @example\n * this.$localize.lang() -> ritorna la lingua corrente\n * this.$localize.dir() -> ritorna la direzione della lingua corrente\n */\n get $localize() {\n return this.localize;\n }\n /**\n * Restituisce una stringa localizzata a partire da una chiave di termine.\n *\n * Utilizza il `LocalizeController` per accedere al dizionario corrente e\n * tradurre la chiave fornita secondo la lingua attiva.\n *\n * @param t - La chiave del termine da localizzare (es. 'hello', 'submit', ecc.).\n * @returns La stringa tradotta in base alla lingua attiva. Se la chiave non è trovata, restituisce la chiave stessa.\n *\n * @example\n * this.$t('hello'); // → \"Ciao\" (in locale it-IT)\n */\n $t(t) {\n // format term\n return this.localize.term(t);\n }\n /**\n * Formatta una data in base alla localizzazione attiva.\n *\n * Utilizza il `LocalizeController` per restituire una stringa localizzata\n * secondo le opzioni fornite (es. mese esteso, anno, ecc.).\n *\n * @param n - La data da formattare come stringa compatibile (es. ISO o con timezone, es. '2021-09-15 14:00:00 ET').\n * @param p - Le opzioni di formattazione per `Intl.DateTimeFormat` (es. { year: 'numeric', month: 'long', day: 'numeric' }).\n * @returns Una stringa rappresentante la data formattata secondo la localizzazione attiva.\n *\n * @example\n * this.$d('2021-09-15 14:00:00 ET', { year: 'numeric', month: 'long', day: 'numeric' });\n * // → \"15 settembre 2021\" (in locale it-IT)\n */\n $d(d, p) {\n // format date\n return this.localize.date(d, p);\n }\n /**\n * Formatta un numero secondo le impostazioni locali dell'utente corrente.\n *\n * Utilizza il `LocalizeController` per applicare formattazione numerica,\n * incluse opzioni come separatori, decimali, valute, ecc.\n *\n * @param d - Il numero da formattare.\n * @param p - Le opzioni di formattazione (es. { style: 'currency', currency: 'EUR' }).\n * @returns Una stringa rappresentante il numero formattato secondo la localizzazione attiva.\n *\n * @example\n * this.$n(1234.56, { style: 'currency', currency: 'USD' }); // → \"$1,234.56\" (in locale en-US)\n */\n $n(d, p) {\n return this.localize.number(d, p);\n }\n};\n// export interface LocalizedComponent {\n// $t(t: string): string;\n// $d(d: Date | string, p?: Intl.DateTimeFormatOptions): string;\n// $n(n: number, p?: Intl.NumberFormatOptions): string;\n// $localize: LocalizeController;\n// }\n\nexport { LocalizeController, LocalizeMixin, registerTranslation };\n//# sourceMappingURL=index.js.map\n","/* eslint-disable no-console */\nexport class Logger {\n constructor(tag) {\n this.tag = tag;\n }\n format(level, msg) {\n return [`[${this.tag}] ${msg}`];\n }\n warn(msg) {\n console.warn(...this.format('warn', msg));\n }\n error(msg) {\n console.error(...this.format('error', msg));\n }\n info(msg) {\n console.info(...this.format('info', msg));\n }\n}\n//# sourceMappingURL=logger.js.map","import { LitElement } from 'lit';\nimport { LocalizeMixin } from '@italia/i18n';\nimport { Logger } from '../utils/logger.js';\n/**\n * Factory function per creare una base class estendibile\n * con stili personalizzati.\n */\nexport class BaseComponent extends LitElement {\n constructor() {\n super();\n this._ariaAttributes = {}; // tutti gli attributi aria-* passati al Web component\n this.logger = new Logger(this.tagName.toLowerCase());\n }\n // eslint-disable-next-line class-methods-use-this\n generateId(prefix) {\n return `${prefix}-${Math.random().toString(36).slice(2)}`;\n }\n // eslint-disable-next-line class-methods-use-this, @typescript-eslint/no-unused-vars\n addFocus(element) {\n // new TrackFocus(element); // per il momento è stato disattivato perchè ci sono le pseudo classi ::focus-visible per fare quello che fa TrackFocus. Si possono aggiungere regole css in bsi-italia 3 dato che stiamo facendo una breaking release di bsi.\n }\n // eslint-disable-next-line class-methods-use-this\n composeClass(...classes) {\n let composedClass = '';\n classes\n .filter((c) => c.length > 0)\n .forEach((newClass) => {\n composedClass += ` ${newClass}`;\n });\n return composedClass.trim();\n }\n getAriaAttributes() {\n for (const attr of this.getAttributeNames()) {\n if (attr.startsWith('aria-')) {\n this._ariaAttributes[attr] = this.getAttribute(attr);\n }\n }\n }\n connectedCallback() {\n super.connectedCallback?.();\n this.getAriaAttributes();\n // generate internal _id\n const prefix = this.id?.length > 0 ? this.id : this.tagName.toLowerCase();\n this._id = this.generateId(prefix);\n }\n}\nexport const BaseLocalizedComponent = LocalizeMixin(BaseComponent);\n//# sourceMappingURL=base-component.js.map","import { type Suggestion } from '../types.js';\n/**\n * Checks for repetition of characters in\n * a string\n *\n * @param int rLen Repetition length.\n * @param string str The string to be checked.\n * @return string\n */\nconst checkRepetition = (rLen: number, str: string) => {\n let res = '';\n let repeated = false;\n for (let i: number = 0; i < str.length; i += 1) {\n repeated = true;\n for (let j: number = 0; j < rLen && j + i + rLen < str.length; j += 1) {\n repeated = repeated && str.charAt(j + i) === str.charAt(j + i + rLen);\n }\n if (repeated) {\n i += rLen - 1;\n repeated = false;\n } else {\n res += str.charAt(i);\n }\n }\n return res;\n};\n\n/**\n * Returns a value between -1 and 100 to score\n * the user's password.\n *\n * @param string password The password to be checked.\n * @return int\n */\nconst calculateScore = (password: string, lmin: number) => {\n let score = 0;\n\n // empty password\n if (password.trim().length === 0) {\n return -2;\n }\n\n if (password.length < lmin) {\n return -1;\n }\n\n // password length\n score += password.length * 4;\n score += checkRepetition(1, password).length - password.length;\n score += checkRepetition(2, password).length - password.length;\n score += checkRepetition(3, password).length - password.length;\n score += checkRepetition(4, password).length - password.length;\n\n // password has 3 numbers\n if (password.match(/(.*[0-9].*[0-9].*[0-9])/)) {\n score += 5;\n }\n\n // password has at least 2 symbols\n const symbols = /(.*[!,@,#,$,%,^,&,*,?,_,~].*[!,@,#,$,%,^,&,*,?,_,~])/;\n if (password.match(symbols)) {\n score += 5;\n }\n\n // password has Upper and Lower chars\n if (password.match(/([a-z].*[A-Z])|([A-Z].*[a-z])/)) {\n score += 10;\n }\n\n // password has number and chars\n if (password.match(/([a-zA-Z])/) && password.match(/([0-9])/)) {\n score += 15;\n }\n\n // password has number and symbol\n if (password.match(/([!,@,#,$,%,^,&,*,?,_,~])/) && password.match(/([0-9])/)) {\n score += 15;\n }\n\n // password has char and symbol\n if (password.match(/([!,@,#,$,%,^,&,*,?,_,~])/) && password.match(/([a-zA-Z])/)) {\n score += 15;\n }\n\n // password is just numbers or chars\n if (password.match(/^\\w+$/) || password.match(/^\\d+$/)) {\n score -= 10;\n }\n\n if (score > 100) {\n score = 100;\n }\n\n if (score < 0) {\n score = 0;\n }\n\n return score;\n};\n\nconst scoreColor = (score: number) => {\n if (score === -1 || score === -2 || score < 26) {\n return 'danger';\n }\n if (score < 51) {\n return 'warning';\n }\n if (score < 76) {\n return 'success';\n }\n return 'success';\n};\n\nconst scoreText = (score: number, messages: any) => {\n if (score === -1) {\n return messages.shortPass;\n }\n if (score === -2) {\n return '';\n }\n if (score < 26) {\n return messages.badPass;\n }\n if (score < 51) {\n return messages.badPass;\n }\n if (score < 76) {\n return messages.goodPass;\n }\n return messages.strongPass;\n};\n\nconst suggestionsConfig: Array<Suggestion> = [\n {\n key: 'length',\n text: (config) => config.suggestionLength.replace('{minLength}', config.minimumLength.toString()),\n test: (password, config) => password.length >= config.minimumLength,\n },\n {\n key: 'uppercase',\n text: (config) => config.suggestionUppercase,\n test: (password) => /[A-Z]/.test(password),\n },\n {\n key: 'lowercase',\n text: (config) => config.suggestionLowercase,\n test: (password) => /[a-z]/.test(password),\n },\n {\n key: 'number',\n text: (config) => config.suggestionNumber,\n test: (password) => /[0-9]/.test(password),\n },\n {\n key: 'special',\n text: (config) => config.suggestionSpecial,\n test: (password) => /[^A-Za-z0-9]/.test(password),\n },\n];\n\nconst calcCompletedSuggestions = (_suggestions: Array<Suggestion>, password: string, config: Record<string, any>) => {\n let completedCount = 0;\n const totalCount = _suggestions.length;\n _suggestions.forEach((sugg) => {\n if (sugg.test(password, config)) {\n completedCount += 1;\n }\n });\n return { completedCount, totalCount };\n};\nexport { calculateScore, scoreColor, scoreText, suggestionsConfig, calcCompletedSuggestions };\n","import type { DefaultTranslation } from '@italia/i18n';\n\nconst translation: DefaultTranslation = {\n $code: 'it',\n $name: 'Italiano',\n $dir: 'ltr',\n\n showHidePassword: 'Mostra/Nascondi Password.',\n shortPass: 'Password troppo breve.',\n badPass: 'Password debole.',\n goodPass: 'Password abbastanza sicura.',\n strongPass: 'Password sicura.',\n ariaLabelPasswordMeter: 'Robustezza della password',\n passwordSuggestionsLabel: 'Suggerimenti per una buona password:',\n passwordSuggestionLength: 'Almeno {minLength} caratteri.',\n passwordSuggestionUppercase: 'Una o più maiuscole.',\n passwordSuggestionLowercase: 'Una o più minuscole.',\n passwordSuggestionNumber: 'Uno o più numeri.',\n passwordSuggestionSpecial: 'Uno o più caratteri speciali.',\n passwordSuggestionFollowed: 'suggerimenti seguiti',\n passwordSuggestionFollowedPlural: 'suggerimenti seguiti',\n passwordSuggestionOf: 'di',\n passwordSuggestionMetLabel: 'Soddisfatto:',\n validityRequired: 'Questo campo è obbligatorio.',\n validityInvalid: 'Il valore non è corretto.',\n validityPattern: 'Il valore non corrisponde al formato richiesto.',\n validityMinlength: 'Il valore deve essere lungo almeno {minlength} caratteri.',\n validityMaxlength: 'Il valore deve essere lungo al massimo {maxlength} caratteri.',\n};\n\nexport default translation;\n","import { FormMixin, ValidityMixin, VALIDATION_STATUS, setAttributes, BaseLocalizedComponent } from '@italia/globals';\nimport { registerTranslation } from '@italia/i18n';\nimport { html, nothing } from 'lit';\nimport { customElement, property, query, state } from 'lit/decorators.js';\nimport { ifDefined } from 'lit/directives/if-defined.js';\nimport { when } from 'lit/directives/when.js';\nimport {\n calculateScore,\n scoreColor,\n scoreText,\n suggestionsConfig,\n calcCompletedSuggestions,\n} from './helpers/password.js';\n\nimport { type InputType, type Sizes, type Suggestion } from './types.js';\nimport it from './locales/it.js';\nimport styles from './input.scss';\n\nregisterTranslation(it);\n\n@customElement('it-input')\nexport class ItInput extends ValidityMixin(FormMixin(BaseLocalizedComponent)) {\n static styles = styles;\n\n static get formAssociated() {\n return true;\n }\n\n @property()\n internals = this.attachInternals();\n\n @property({ type: Boolean })\n slotted = false;\n\n @property({ type: Boolean, reflect: true }) // from validity mixin\n invalid = false;\n\n @property({ type: Boolean, reflect: true, attribute: 'custom-validation' }) // from validity mixin\n customValidation = false;\n\n @property({ type: Boolean, reflect: true }) // from validity mixin\n required = false;\n\n @property({ attribute: 'validity-message' })\n validationText: string = '';\n\n @query('input')\n protected _inputElement!: HTMLInputElement;\n\n @property({ type: String }) size?: Sizes;\n\n @property({ type: String })\n label = '';\n\n @property({ type: Boolean, attribute: 'label-hidden' })\n labelHidden = false;\n\n @property({ type: String })\n type: InputType = 'text';\n\n @property({ type: String })\n name = '';\n\n @property({ type: String })\n placeholder = '';\n\n @property({ type: String, attribute: 'support-text' })\n supportText = '';\n\n @property({ type: Boolean })\n disabled = false;\n\n @property({ type: Boolean })\n plaintext = false;\n\n @property({ type: Boolean })\n readonly = false;\n\n @property({ type: Boolean, attribute: 'strength-meter' })\n passwordStrengthMeter = false;\n\n @property({ type: Boolean })\n suggestions = false;\n\n @property({ type: Number })\n minlength = -1;\n\n @property({ type: Number })\n maxlength = -1;\n\n /**\n * Pattern the `value` must match to be valid\n */\n @property({ type: String })\n public pattern?: string;\n\n @state()\n private _passwordVisible = false;\n\n @state()\n private _strengthInfos = '';\n\n @state()\n private _score = 0;\n\n @state()\n _value = ''; // from validity mixin\n\n @state()\n _touched = false; // from validity mixin\n\n @property({ type: String })\n public validityMessage: string = ''; // from validity mixin\n\n @property({ reflect: true })\n get value() {\n if (this._inputElement) {\n return this._inputElement.value;\n }\n return this._value;\n }\n\n set value(value) {\n const oldValue = this._value;\n this._value = value;\n this.internals.setFormValue(value); // <- Associa il valore al form\n // make sure that lit-element updates the right properties\n this.requestUpdate('value', oldValue);\n // we set the value directly on the input (when available)\n // so that programatic manipulation updates the UI correctly\n if (this._inputElement && this._inputElement.value !== value) {\n this._inputElement.value = value;\n }\n }\n\n // Getter pubblico per accedere all'input\n get inputElement() {\n return this.shadowRoot?.querySelector('input');\n }\n\n _handleFormdata(event: FormDataEvent) {\n // Add name and value to the form's submission data if it's not disabled.\n if (!this.disabled) {\n const { formData } = event;\n formData.append(this.name, this._value);\n }\n }\n\n private _handleInput(e: Event) {\n const input = e.target as HTMLInputElement;\n this.value = input.value;\n\n if (this.passwordStrengthMeter) {\n this._checkPasswordStrength(input.value);\n }\n\n this.dispatchEvent(\n new CustomEvent('on-input', {\n detail: { value: input.value, el: input },\n bubbles: true,\n composed: true,\n }),\n );\n }\n\n checkValidity() {\n if (!this.customValidation) {\n const inputValid = this._inputElement ? this._inputElement.checkValidity() : true; // this._inputElement.checkValidity() è la validazione del browser\n this._checkValidity(\n {\n [VALIDATION_STATUS.INVALID]: this.$t('validityInvalid'),\n [VALIDATION_STATUS.ERROR_REQUIRED]: this.$t('validityRequired'),\n [VALIDATION_STATUS.PATTERN]: this.$t('validityPattern'),\n [VALIDATION_STATUS.MINLENGTH]: this.$t('validityMinlength'),\n [VALIDATION_STATUS.MAXLENGTH]: this.$t('validityMaxlength'),\n },\n inputValid,\n );\n }\n }\n\n override _handleBlur() {\n super._handleBlur();\n this.checkValidity();\n }\n\n override firstUpdated() {\n // this.addFocus(this._inputElement); //NON serve per il momento perche sfruttiamo :focus-visible. Per gli input focus-visible si attiva anche al click perchè è il browser che lo gestisce\n const iconSlot = this.shadowRoot?.querySelector('slot[name=\"icon\"]');\n const appendSlot = this.shadowRoot?.querySelector('slot[name=\"append\"]');\n\n iconSlot?.addEventListener('slotchange', () => {\n this.requestUpdate();\n });\n appendSlot?.addEventListener('slotchange', () => {\n this.requestUpdate();\n });\n }\n\n override connectedCallback() {\n super.connectedCallback?.();\n\n /* così quando si scrive <it-input value=\"ciao\"></it-input>, this.value viene impostato con 'ciao' */\n const attrValue = this.getAttribute('value');\n if (attrValue !== null) {\n this.value = attrValue;\n }\n if (this.type === 'password' && this.minlength < 0) {\n this.minlength = 8; // set default minlength for password\n }\n\n requestAnimationFrame(() => {\n this.dispatchEvent(new CustomEvent('input-ready', { bubbles: true, detail: { el: this.inputElement } }));\n });\n }\n\n // protected override update(changedProperties: Map<string | number | symbol, unknown>): void {\n // if (changedProperties.has('value') || (changedProperties.has('required') && this.required)) {\n // this.updateComplete.then(() => {\n // this.checkValidity();\n // });\n // }\n\n // super.update(changedProperties);\n // }\n\n override updated(changedProperties: Map<string | number | symbol, unknown>) {\n super.updated?.(changedProperties);\n\n if (this.customValidation) {\n this.setCustomValidity(this.validationText);\n }\n\n if (this.invalid) {\n const message =\n this.validationText?.length > 0 ? this.validationText : (this.validityMessage ?? 'Campo non valido');\n\n this.internals.setValidity({ customError: this.invalid }, message);\n }\n\n if (this.passwordStrengthMeter && this.type !== 'password') {\n this.logger.warn(\n \"The strength-meter property is enabled, but type isn't password. Please, remove strength-meter property.\",\n );\n }\n\n if (this.suggestions && this.type !== 'password') {\n this.logger.warn(\n \"The suggestions property is enabled, but type isn't password. Please, remove suggestions this property.\",\n );\n }\n\n if (!this.label || this.label?.length === 0) {\n this.logger.warn(\n `Label is required to ensure accessibility. Please, define a label for <it-input name=\"${this.name}\" ... /> . Set attribute label-hidden=\"true\" if you don't want to show label.`,\n );\n }\n }\n\n private _togglePasswordVisibility() {\n this._passwordVisible = !this._passwordVisible;\n if (this._inputElement) {\n this._inputElement.type = this._passwordVisible ? 'text' : 'password';\n }\n }\n\n private _checkPasswordStrength(value: string) {\n this._score = calculateScore(value, this.minlength);\n this._updateStrengthInfos();\n }\n\n private _getPasswordConfig() {\n return {\n minimumLength: this.minlength,\n showHidePassword: this.$t('showHidePassword'),\n shortPass: this.$t('shortPass'),\n badPass: this.$t('badPass'),\n goodPass: this.$t('goodPass'),\n strongPass: this.$t('strongPass'),\n ariaLabelPasswordMeter: this.$t('ariaLabelPasswordMeter'),\n suggestionsLabel: this.$t('passwordSuggestionsLabel'),\n suggestionLength: this.$t('passwordSuggestionLength'),\n suggestionUppercase: this.$t('passwordSuggestionUppercase'),\n suggestionLowercase: this.$t('passwordSuggestionLowercase'),\n suggestionNumber: this.$t('passwordSuggestionNumber'),\n suggestionSpecial: this.$t('passwordSuggestionSpecial'),\n suggestionFollowed: this.$t('passwordSuggestionFollowed'),\n suggestionFollowedPlural: this.$t('passwordSuggestionFollowedPlural'),\n suggestionOf: this.$t('passwordSuggestionOf'),\n };\n }\n\n private _updateStrengthInfos() {\n let text = scoreText(this._score, {\n shortPass: this.$t('shortPass'),\n badPass: this.$t('badPass'),\n goodPass: this.$t('goodPass'),\n strongPass: this.$t('strongPass'),\n });\n\n if (suggestionsConfig) {\n const { completedCount, totalCount } = calcCompletedSuggestions(\n suggestionsConfig,\n this.value,\n this._getPasswordConfig(),\n );\n const suggestionOfText =\n completedCount === 1 ? this.$t('passwordSuggestionFollowed') : this.$t('passwordSuggestionFollowedPlural');\n\n text += ` ${completedCount} ${this.$t('passwordSuggestionOf')} ${totalCount} ${suggestionOfText}.`;\n }\n this._strengthInfos = text;\n }\n\n private _renderTogglePasswordButton() {\n // Solo se type=password\n if (this.type === 'password') {\n return html`\n <button\n type=\"button\"\n class=\"password-icon btn\"\n role=\"switch\"\n aria-checked=\"${this._passwordVisible}\"\n @click=\"${this._togglePasswordVisibility}\"\n part=\"focusable\"\n >\n <span class=\"visually-hidden\">${this.$t('showHidePassword')}</span>\n <it-icon\n name=\"${this._passwordVisible ? 'it-password-visible' : 'it-password-invisible'}\"\n size=\"sm\"\n ></it-icon>\n </button>\n `;\n }\n return nothing;\n }\n\n private _renderSuggestions() {\n return this.suggestions\n ? html`<div class=\"strength-meter-suggestions small form-text text-muted\">\n <label class=\"visually-hidden\" for=\"suggestions\">${this.$t('passwordSuggestionsLabel')}</label>\n <div class=\"password-suggestions\">\n ${suggestionsConfig.map((sugg: Suggestion) => {\n const isMet = sugg.test(this.value, this._getPasswordConfig());\n return html`\n <div class=\"suggestion\">\n ${isMet\n ? html` <svg\n class=\"icon icon-xs me-1\"\n aria-label=\"${this.$t('passwordSuggestionMetLabel')}\"\n viewBox=\"0 0 24 24\"\n style=\"width: 1em; height: 1em;\"\n >\n <path d=\"M9.6 16.9 4 11.4l.8-.7 4.8 4.8 8.5-8.4.7.7-9.2 9.1z\"></path>\n </svg>`\n : nothing}\n <span>${sugg.text(this._getPasswordConfig())}</span>\n </div>\n `;\n })}\n </div>\n </div>`\n : nothing;\n }\n\n private _renderpasswordStrengthMeter() {\n if (this.type === 'password' && this.passwordStrengthMeter) {\n const perc = this._score < 0 ? 0 : this._score;\n const color = this._value?.length === 0 ? 'muted' : scoreColor(this._score);\n return html`<div class=\"password-strength-meter\">\n ${this._renderSuggestions()}\n\n <p\n id=${`strengthMeterInfo_${this._id}`}\n class=\"${`strength-meter-info small form-text pt-0 text-${color}`}\"\n aria-live=\"polite\"\n >\n ${this._strengthInfos}\n </p>\n <div class=\"password-meter progress rounded-0 position-absolute\">\n <div\n class=\"${this.composeClass('progress-bar', `bg-${color}`)}\"\n style=\"width: ${perc}%\"\n role=\"progressbar\"\n aria-valuenow=\"${perc}\"\n aria-valuemin=\"0\"\n aria-valuemax=\"100\"\n aria-label=\"${this.$t('ariaLabelPasswordMeter')}\"\n >\n <div class=\"row position-absolute w-100 m-0\">\n <div class=\"col-3 border-start border-end border-white\"></div>\n <div class=\"col-3 border-start border-end border-white\"></div>\n <div class=\"col-3 border-start border-end border-white\"></div>\n <div class=\"col-3 border-start border-end border-white\"></div>\n </div>\n </div>\n </div>\n </div>`;\n }\n return nothing;\n }\n\n private _renderInput(supportTextId: string) {\n const ariaDescribedBy = this.composeClass(\n this.supportText?.length > 0 ? supportTextId : '',\n this.passwordStrengthMeter ? `strengthMeterInfo_${this._id}` : '',\n this._ariaAttributes['aria-describedby']?.length > 0 ? this._ariaAttributes['aria-describedby'] : '',\n this.validityMessage?.length > 0 ? `invalid-feedback-${this._id}` : '',\n );\n\n const inputClasses = this.composeClass(\n this.plaintext ? 'form-control-plaintext' : 'form-control',\n this.size ? `form-control-${this.size}` : '',\n this.invalid ? 'is-invalid' : '',\n !this.invalid && this._touched ? 'just-validate-success-field' : '',\n );\n\n let inputRender;\n\n if (this.type === 'textarea') {\n inputRender = html`\n <textarea\n part=\"textarea focusable\"\n ${setAttributes(this._ariaAttributes)}\n aria-describedby=${ifDefined(ariaDescribedBy || undefined)}\n ?aria-invalid=${this.invalid}\n @input=\"${this._handleInput}\"\n @blur=${this._handleBlur}\n @focus=${this._handleFocus}\n @click=${this._handleClick}\n @change=${this._handleChange}\n id=\"${this._id}\"\n name=\"${this.name}\"\n ?disabled=${this.disabled}\n ?readonly=${this.readonly}\n ?required=${this.required}\n .value=\"${this._value}\"\n placeholder=${ifDefined(this.placeholder || undefined)}\n class=\"${inputClasses}\"\n ></textarea>\n `;\n } else {\n inputRender = html`\n <input\n part=\"input focusable\"\n ${setAttributes(this._ariaAttributes)}\n aria-describedby=${ifDefined(ariaDescribedBy || undefined)}\n ?aria-invalid=${this.invalid}\n @input=\"${this._handleInput}\"\n @blur=${this._handleBlur}\n @focus=${this._handleFocus}\n @click=${this._handleClick}\n @change=${this._handleChange}\n type=\"${this.type}\"\n id=\"${this._id}\"\n name=\"${this.name}\"\n ?disabled=${this.disabled}\n ?readonly=${this.readonly}\n ?required=${this.required}\n .value=\"${this._value}\"\n placeholder=${ifDefined(this.placeholder || undefined)}\n class=\"${inputClasses}\"\n />${this._renderTogglePasswordButton()}\n `;\n }\n\n inputRender = html`\n ${inputRender}\n <div\n role=\"alert\"\n id=\"invalid-feedback-${this._id}\"\n class=\"invalid-feedback form-feedback form-text form-feedback just-validate-error-label\"\n ?hidden=${!(this.validityMessage?.length > 0)}\n >\n <span class=\"visually-hidden\">${this.label}: </span>${this.validityMessage}\n </div>\n `;\n\n return inputRender;\n }\n\n // Render the UI as a function of component state\n override render() {\n const supportTextId = `${this._id}-support-text`;\n\n const supportTextRender = html` ${when(\n this.supportText,\n () => html` <small class=\"form-text\" id=\"${supportTextId}\">${this.supportText}</small> `,\n )}`;\n\n return html`\n <div class=\"form-group\" part=\"input-wrapper\">\n <label\n for=\"${ifDefined(this._id || undefined)}\"\n part=\"label\"\n class=\"${this.composeClass('active', this.labelHidden ? 'visually-hidden' : '')}\"\n >${this.label}</label\n >\n\n ${when(\n this.slotted,\n () =>\n html` <div class=\"input-group\">\n <span class=\"input-group-text\">\n <slot name=\"icon\" @slotchange=${() => this.requestUpdate()}></slot\n ></span>\n ${this._renderInput(supportTextId)}\n <div class=\"input-group-append\">\n <slot name=\"append\" @slotchange=${() => this.requestUpdate()}></slot>\n </div>\n </div>\n ${supportTextRender} ${this._renderpasswordStrengthMeter()}`,\n () => html` ${this._renderInput(supportTextId)} ${supportTextRender} ${this._renderpasswordStrengthMeter()}`,\n )}\n </div>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'it-input': ItInput;\n }\n}\n"],"names":["it"],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"it-input.js","sources":["../../../../node_modules/.pnpm/@rollup+plugin-typescript@12.3.0_rollup@4.52.5_tslib@2.8.1_typescript@5.9.3/node_modules/tslib/tslib.es6.js","../../../globals/dist/src/directives/setAttributes.js","../../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","../../../i18n/dist/src/index.js","../../../globals/dist/src/utils/logger.js","../../../globals/dist/src/base-component/base-component.js","../../../globals/dist/src/form/form-controller.js","../../../globals/dist/src/form/locales/it.js","../../../globals/dist/src/form/form-control.js","../../../globals/dist/src/index.js","../../../src/helpers/password.ts","../../../src/locales/it.ts","../../../src/it-input.ts"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\r\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\r\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nvar ownKeys = function(o) {\r\n ownKeys = Object.getOwnPropertyNames || function (o) {\r\n var ar = [];\r\n for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;\r\n return ar;\r\n };\r\n return ownKeys(o);\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== \"default\") __createBinding(result, mod, k[i]);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose, inner;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n if (async) inner = dispose;\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n var r, s = 0;\r\n function next() {\r\n while (r = env.stack.pop()) {\r\n try {\r\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\r\n if (r.dispose) {\r\n var result = r.dispose.call(r.value);\r\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n else s |= 1;\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport function __rewriteRelativeImportExtension(path, preserveJsx) {\r\n if (typeof path === \"string\" && /^\\.\\.?\\//.test(path)) {\r\n return path.replace(/\\.(tsx)$|((?:\\.d)?)((?:\\.[^./]+?)?)\\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {\r\n return tsx ? preserveJsx ? \".jsx\" : \".js\" : d && (!ext || !cm) ? m : (d + ext + \".\" + cm.toLowerCase() + \"js\");\r\n });\r\n }\r\n return path;\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __esDecorate: __esDecorate,\r\n __runInitializers: __runInitializers,\r\n __propKey: __propKey,\r\n __setFunctionName: __setFunctionName,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n __rewriteRelativeImportExtension: __rewriteRelativeImportExtension,\r\n};\r\n","import { directive, Directive } from 'lit/directive.js';\nclass SetAttributesDirective extends Directive {\n update(part, [attributes]) {\n const el = part.element;\n for (const [name, value] of Object.entries(attributes)) {\n if (value != null)\n el.setAttribute(name, value);\n else\n el.removeAttribute(name);\n }\n return null;\n }\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n render(_attributes) {\n return null;\n }\n}\n/* How to use:\n\n<textarea ${setAttributes(this._ariaAttributes)} ... />\n*/\nconst setAttributes = directive(SetAttributesDirective);\nexport default setAttributes;\n//# sourceMappingURL=setAttributes.js.map","function r(e){var t,f,n=\"\";if(\"string\"==typeof e||\"number\"==typeof e)n+=e;else if(\"object\"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=\" \"),n+=f)}else for(f in e)e[f]&&(n&&(n+=\" \"),n+=f);return n}export function clsx(){for(var e,t,f=0,n=\"\",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r(e))&&(n&&(n+=\" \"),n+=t);return n}export default clsx;","const connectedElements = new Set();\nif (window && !window.translations) {\n window.translations = new Map();\n}\nconst { translations } = window;\nlet fallback;\n// TODO: We need some way for users to be able to set these on the server.\nlet documentDirection = 'ltr';\n// Fallback for server.\nlet documentLanguage = 'en';\nconst isClient = typeof MutationObserver !== 'undefined' &&\n typeof document !== 'undefined' &&\n typeof document.documentElement !== 'undefined';\n/** Updates all localized elements that are currently connected */\nfunction update() {\n if (isClient) {\n documentDirection = document.documentElement.dir || 'ltr';\n documentLanguage = document.documentElement.lang || navigator.language;\n }\n [...connectedElements.keys()].forEach((el) => {\n const litEl = el;\n if (typeof litEl.requestUpdate === 'function') {\n litEl.requestUpdate();\n }\n });\n}\nif (isClient) {\n const documentElementObserver = new MutationObserver(update);\n documentDirection = document.documentElement.dir || 'ltr';\n documentLanguage = document.documentElement.lang || navigator.language;\n // Watch for changes on <html lang>\n documentElementObserver.observe(document.documentElement, {\n attributes: true,\n attributeFilter: ['dir', 'lang'],\n });\n}\n/** Registers one or more translations */\nfunction registerTranslation(...translation) {\n translation.forEach((t) => {\n const code = t.$code.toLowerCase();\n if (translations.has(code)) {\n // Merge translations that share the same language code\n translations.set(code, { ...translations.get(code), ...t });\n }\n else {\n translations.set(code, t);\n }\n // The first translation that's registered is the fallback\n if (!fallback) {\n fallback = t;\n }\n });\n update();\n}\nwindow.registerTranslation = registerTranslation;\n/**\n * Localize Reactive Controller for components built with Lit\n *\n * To use this controller, import the class and instantiate it in a custom element constructor:\n *\n * private localize = new LocalizeController(this);\n *\n * This will add the element to the set and make it respond to changes to <html dir|lang> automatically. To make it\n * respond to changes to its own dir|lang properties, make it a property:\n *\n * @property() dir: string;\n * @property() lang: string;\n *\n * To use a translation method, call it like this:\n *\n * ${this.localize.term('term_key_here')}\n * ${this.localize.date('2021-12-03')}\n * ${this.localize.number(1000000)}\n */\nclass LocalizeController {\n constructor(host) {\n this.host = host;\n this.host.addController(this);\n }\n hostConnected() {\n connectedElements.add(this.host);\n }\n hostDisconnected() {\n connectedElements.delete(this.host);\n }\n /**\n * Gets the host element's directionality as determined by the `dir` attribute. The return value is transformed to\n * lowercase.\n */\n dir() {\n return `${this.host.dir || documentDirection}`.toLowerCase();\n }\n /**\n * Gets the host element's language as determined by the `lang` attribute. The return value is transformed to\n * lowercase.\n */\n lang() {\n return `${this.host.lang || documentLanguage}`.toLowerCase();\n }\n // eslint-disable-next-line class-methods-use-this\n getTranslationData(lang) {\n // Convert \"en_US\" to \"en-US\". Note that both underscores and dashes are allowed per spec, but underscores result in\n // a RangeError by the call to `new Intl.Locale()`. See: https://unicode.org/reports/tr35/#unicode-locale-identifier\n const locale = new Intl.Locale(lang.replace(/_/g, '-'));\n const language = locale?.language.toLowerCase();\n const region = locale?.region?.toLowerCase() ?? '';\n const primary = translations.get(`${language}-${region}`);\n const secondary = translations.get(language);\n return { locale, language, region, primary, secondary };\n }\n /** Determines if the specified term exists, optionally checking the fallback translation. */\n exists(key, options) {\n const { primary, secondary } = this.getTranslationData(options.lang ?? this.lang());\n const mergedOptions = {\n includeFallback: false,\n ...options,\n };\n if ((primary && primary[key]) ||\n (secondary && secondary[key]) ||\n (mergedOptions.includeFallback && fallback && fallback[key])) {\n return true;\n }\n return false;\n }\n /** Outputs a translated term. */\n term(key, ...args) {\n const { primary, secondary } = this.getTranslationData(this.lang());\n let term;\n // Look for a matching term using regionCode, code, then the fallback\n if (primary && primary[key]) {\n term = primary[key];\n }\n else if (secondary && secondary[key]) {\n term = secondary[key];\n }\n else if (fallback && fallback[key]) {\n term = fallback[key];\n }\n else {\n // eslint-disable-next-line no-console\n console.error(`No translation found for: ${String(key)}`);\n return String(key);\n }\n if (typeof term === 'function') {\n return term(...args);\n }\n return term;\n }\n /** Outputs a localized date in the specified format. */\n date(dateToFormat, options) {\n const date = new Date(dateToFormat);\n return new Intl.DateTimeFormat(this.lang(), options).format(date);\n }\n /** Outputs a localized number in the specified format. */\n number(numberToFormat, options) {\n const num = Number(numberToFormat);\n return Number.isNaN(num) ? '' : new Intl.NumberFormat(this.lang(), options).format(num);\n }\n /** Outputs a localized time in relative format. */\n relativeTime(value, unit, options) {\n return new Intl.RelativeTimeFormat(this.lang(), options).format(value, unit);\n }\n}\n\n/**\n * @param Base The base class.\n * @returns A mix-in implementing `localizations` method.\n *\n *@example\n * <!-- Terms -->\n ${this.$localize.term('hello')}\n or\n ${this.$t('hello')}\n\n <!-- Dates -->\n ${this.$localize.date('2021-09-15 14:00:00 ET', { month: 'long', day: 'numeric', year: 'numeric' })}\n or\n ${this.$d('2021-09-15 14:00:00 ET', { month: 'long', day: 'numeric', year: 'numeric' })}\n\n <!-- Numbers/currency -->\n ${this.$localize.number(1000, { style: 'currency', currency: 'USD'})}\n or\n ${this.$n(1000,{ style: 'currency', currency: 'USD'})}\n\n <!-- Determining language -->\n ${this.$localize.lang()}\n\n <!-- Determining directionality, e.g. 'ltr' or 'rtl' -->\n ${this.$localize.dir()}\n\n\n *** HOW TO DEFINE TRANSLATIONS: ***\n // Simple terms\n upload: 'Upload',\n\n // Terms with placeholders\n greetUser: (name: string) => `Hello, ${name}!`,\n\n // Plurals\n numFilesSelected: (count: number) => {\n if (count === 0) return 'No files selected';\n if (count === 1) return '1 file selected';\n return `${count} files selected`;\n }\n */\nconst LocalizeMixin = (Base) => class extends Base {\n constructor() {\n super(...arguments);\n this.localize = new LocalizeController(this);\n }\n // Provide default values to avoid definite assignment errors and avoid decorators\n // commentati perchè danno problemi su React.js. Sono attributi nativi, e assegnare un valore di default a react da fastidio\n // dir: string = '';\n // lang: string = '';\n /**\n * Restituisce tutta l'utility di traduzione\n *\n\n *\n * @returns tutta l'utility di traduzione\n *\n * @example\n * this.$localize.lang() -> ritorna la lingua corrente\n * this.$localize.dir() -> ritorna la direzione della lingua corrente\n */\n get $localize() {\n return this.localize;\n }\n /**\n * Restituisce una stringa localizzata a partire da una chiave di termine.\n *\n * Utilizza il `LocalizeController` per accedere al dizionario corrente e\n * tradurre la chiave fornita secondo la lingua attiva.\n *\n * @param t - La chiave del termine da localizzare (es. 'hello', 'submit', ecc.).\n * @returns La stringa tradotta in base alla lingua attiva. Se la chiave non è trovata, restituisce la chiave stessa.\n *\n * @example\n * this.$t('hello'); // → \"Ciao\" (in locale it-IT)\n */\n $t(t) {\n // format term\n return this.localize.term(t);\n }\n /**\n * Formatta una data in base alla localizzazione attiva.\n *\n * Utilizza il `LocalizeController` per restituire una stringa localizzata\n * secondo le opzioni fornite (es. mese esteso, anno, ecc.).\n *\n * @param n - La data da formattare come stringa compatibile (es. ISO o con timezone, es. '2021-09-15 14:00:00 ET').\n * @param p - Le opzioni di formattazione per `Intl.DateTimeFormat` (es. { year: 'numeric', month: 'long', day: 'numeric' }).\n * @returns Una stringa rappresentante la data formattata secondo la localizzazione attiva.\n *\n * @example\n * this.$d('2021-09-15 14:00:00 ET', { year: 'numeric', month: 'long', day: 'numeric' });\n * // → \"15 settembre 2021\" (in locale it-IT)\n */\n $d(d, p) {\n // format date\n return this.localize.date(d, p);\n }\n /**\n * Formatta un numero secondo le impostazioni locali dell'utente corrente.\n *\n * Utilizza il `LocalizeController` per applicare formattazione numerica,\n * incluse opzioni come separatori, decimali, valute, ecc.\n *\n * @param d - Il numero da formattare.\n * @param p - Le opzioni di formattazione (es. { style: 'currency', currency: 'EUR' }).\n * @returns Una stringa rappresentante il numero formattato secondo la localizzazione attiva.\n *\n * @example\n * this.$n(1234.56, { style: 'currency', currency: 'USD' }); // → \"$1,234.56\" (in locale en-US)\n */\n $n(d, p) {\n return this.localize.number(d, p);\n }\n};\n// export interface LocalizedComponent {\n// $t(t: string): string;\n// $d(d: Date | string, p?: Intl.DateTimeFormatOptions): string;\n// $n(n: number, p?: Intl.NumberFormatOptions): string;\n// $localize: LocalizeController;\n// }\n\nexport { LocalizeController, LocalizeMixin, registerTranslation };\n//# sourceMappingURL=index.js.map\n","/* eslint-disable no-console */\nexport class Logger {\n constructor(tag) {\n this.tag = tag;\n }\n format(level, msg) {\n return [`[${this.tag}] ${msg}`];\n }\n warn(msg) {\n console.warn(...this.format('warn', msg));\n }\n error(msg) {\n console.error(...this.format('error', msg));\n }\n info(msg) {\n console.info(...this.format('info', msg));\n }\n}\n//# sourceMappingURL=logger.js.map","import clsx from 'clsx';\nimport { LitElement } from 'lit';\nimport { LocalizeMixin } from '@italia/i18n';\nimport { Logger } from '../utils/logger.js';\n/**\n * Factory function per creare una base class estendibile\n * con stili personalizzati.\n */\nexport class BaseComponent extends LitElement {\n constructor() {\n super();\n this.composeClass = clsx;\n this.logger = new Logger(this.tagName.toLowerCase());\n }\n get _ariaAttributes() {\n const attributes = {};\n for (const attr of this.getAttributeNames()) {\n if (attr === 'it-role') {\n attributes.role = this.getAttribute(attr);\n }\n else if (attr.startsWith('it-aria-')) {\n attributes[attr.replace(/^it-/, '')] = this.getAttribute(attr);\n }\n }\n return attributes;\n }\n // eslint-disable-next-line class-methods-use-this\n generateId(prefix) {\n return `${prefix}-${Math.random().toString(36).slice(2)}`;\n }\n // eslint-disable-next-line class-methods-use-this, @typescript-eslint/no-unused-vars\n addFocus(element) {\n // new TrackFocus(element); // per il momento è stato disattivato perchè ci sono le pseudo classi ::focus-visible per fare quello che fa TrackFocus. Si possono aggiungere regole css in bsi-italia 3 dato che stiamo facendo una breaking release di bsi.\n }\n // eslint-disable-next-line class-methods-use-this\n getActiveElement() {\n let active = document.activeElement;\n while (active && active.shadowRoot && active.shadowRoot.activeElement) {\n active = active.shadowRoot.activeElement;\n }\n return active;\n }\n get focusElement() {\n return this;\n }\n // eslint-disable-next-line class-methods-use-this\n get prefersReducedMotion() {\n return window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n }\n connectedCallback() {\n super.connectedCallback();\n // generate internal _id\n const prefix = this.id?.length > 0 ? this.id : this.tagName.toLowerCase();\n this._id = this.generateId(prefix);\n }\n}\nexport const BaseLocalizedComponent = LocalizeMixin(BaseComponent);\n//# sourceMappingURL=base-component.js.map","//\n// We store a WeakMap of forms + controls so we can keep references to all FormControl within a given form. As\n// elements connect and disconnect to/from the DOM, their containing form is used as the key and the form control is\n// added and removed from the form's set, respectively.\n//\nexport const formCollections = new WeakMap();\n//\n// We store a WeakMap of reportValidity() overloads so we can override it when form controls connect to the DOM and\n// restore the original behavior when they disconnect.\n//\nconst reportValidityOverloads = new WeakMap();\nconst checkValidityOverloads = new WeakMap();\n//\n// We store a Set of controls that users have interacted with. This allows us to determine the interaction state\n// without littering the DOM with additional data attributes.\n//\nconst userInteractedControls = new WeakSet();\n//\n// We store a WeakMap of interactions for each form control so we can track when all conditions are met for validation.\n//\nconst interactions = new WeakMap();\n/** A reactive controller to allow form controls to participate in form submission, validation, etc. */\nexport class FormControlController {\n constructor(host, options) {\n this.submittedOnce = false;\n this.handleFormData = (event) => {\n // console.log('handleFormData');\n const disabled = this.options.disabled(this.host);\n const name = this.options.name(this.host);\n const value = this.options.value(this.host);\n const tagName = this.host.tagName.toLowerCase();\n // For buttons, we only submit the value if they were the submitter. This is currently done in doAction() by\n // injecting the name/value on a temporary button, so we can just skip them here.\n const isButton = tagName === 'it-button';\n if (this.host.isConnected &&\n !disabled &&\n !isButton &&\n typeof name === 'string' &&\n name.length > 0 &&\n typeof value !== 'undefined') {\n switch (tagName) {\n case 'it-radio':\n if (this.host.checked) {\n event.formData.append(name, value);\n }\n break;\n case 'it-checkbox':\n if (this.host.checked) {\n if (event.formData.getAll(name).indexOf(value) < 0) {\n // handle group checkbox\n event.formData.append(name, value);\n }\n }\n break;\n case 'it-checkbox-group':\n // non settare valori in formData, perchè ogni singola checkbox setta il suo valore\n break;\n default:\n if (Array.isArray(value)) {\n value.forEach((val) => {\n event.formData.append(name, val.toString());\n });\n }\n else {\n event.formData.append(name, value.toString());\n }\n }\n }\n };\n this.handleFormSubmit = (event) => {\n const disabled = this.options.disabled(this.host);\n const reportValidity = this.options.reportValidity;\n // Update the interacted state for all controls when the form is submitted\n if (this.form && !this.form.noValidate) {\n formCollections.get(this.form)?.forEach((control) => {\n this.setUserInteracted(control, true);\n });\n }\n const resReportValidity = reportValidity(this.host);\n if (this.form && !this.form.noValidate && !disabled && !resReportValidity) {\n event.preventDefault();\n // event.stopImmediatePropagation(); // se lo attiviamo, valida un campo alla volta\n // Scroll al primo controllo non valido\n const formControls = formCollections.get(this.form);\n if (formControls) {\n for (const control of formControls) {\n if (!control.validity?.valid) {\n // Scroll smooth verso il controllo non valido\n control.scrollIntoView({\n behavior: 'smooth',\n block: 'center',\n });\n break;\n }\n }\n }\n }\n this.submittedOnce = true;\n };\n this.handleFormReset = () => {\n this.options.setValue(this.host, '');\n this.submittedOnce = false;\n this.setUserInteracted(this.host, false);\n interactions.set(this.host, []);\n };\n this.handleInteraction = (event) => {\n const emittedEvents = interactions.get(this.host);\n if (!emittedEvents.includes(event.type)) {\n emittedEvents.push(event.type);\n }\n // Mark it as user-interacted as soon as all associated events have been emitted\n if (emittedEvents.length === this.options.assumeInteractionOn.length) {\n this.setUserInteracted(this.host, true);\n }\n };\n this.checkFormValidity = () => {\n // console.log('checkFormValidity');\n //\n // This is very similar to the `reportFormValidity` function, but it does not trigger native constraint validation\n // Allow the user to simply check if the form is valid and handling validity in their own way.\n //\n // We preserve the original method in a WeakMap, but we don't call it from the overload because that would trigger\n // validations in an unexpected order. When the element disconnects, we revert to the original behavior. This won't\n // be necessary once we can use ElementInternals.\n //\n // Note that we're also honoring the form's novalidate attribute.\n //\n if (this.form && !this.form.noValidate) {\n // This seems sloppy, but checking all elements will cover native inputs, Shoelace inputs, and other custom\n // elements that support the constraint validation API.\n const elements = this.form.querySelectorAll('*');\n for (const element of elements) {\n if (typeof element.checkValidity === 'function') {\n if (!element.checkValidity()) {\n return false;\n }\n }\n }\n }\n return true;\n };\n this.reportFormValidity = () => {\n // console.log('reportFormValidity');\n //\n // FormControl work hard to act like regular form controls. They support the Constraint Validation API\n // and its associated methods such as setCustomValidity() and reportValidity(). However, the HTMLFormElement also\n // has a reportValidity() method that will trigger validation on all child controls. Since we're not yet using\n // ElementInternals, we need to overload this method so it looks for any element with the reportValidity() method.\n //\n // We preserve the original method in a WeakMap, but we don't call it from the overload because that would trigger\n // validations in an unexpected order. When the element disconnects, we revert to the original behavior. This won't\n // be necessary once we can use ElementInternals.\n //\n // Note that we're also honoring the form's novalidate attribute.\n //\n if (this.form && !this.form.noValidate) {\n // This seems sloppy, but checking all elements will cover native inputs, Shoelace inputs, and other custom\n // elements that support the constraint validation API.\n const elements = this.form.querySelectorAll('*');\n for (const element of elements) {\n if (typeof element.reportValidity === 'function') {\n if (!element.reportValidity()) {\n return false;\n }\n }\n }\n }\n return true;\n };\n (this.host = host).addController(this);\n this.options = {\n form: (input) => {\n // If there's a form attribute, use it to find the target form by id\n // Controls may not always reflect the 'form' property. For example, `<it-button>` doesn't reflect.\n const formId = input.form;\n if (formId) {\n const root = input.getRootNode();\n const form = root.querySelector(`#${formId}`);\n if (form) {\n return form;\n }\n }\n return input.closest('form');\n },\n name: (input) => input.name,\n value: (input) => input.value,\n disabled: (input) => input.disabled ?? false,\n reportValidity: (input) => typeof input.reportValidity === 'function' ? input.reportValidity() : true,\n checkValidity: (input) => (typeof input.checkValidity === 'function' ? input.checkValidity() : true),\n setValue: (input, value) => {\n // eslint-disable-next-line no-param-reassign\n input.value = value;\n },\n assumeInteractionOn: ['it-input'],\n ...options,\n };\n }\n hostConnected() {\n const form = this.options.form(this.host);\n if (form) {\n this.attachForm(form);\n }\n // Listen for interactions\n interactions.set(this.host, []);\n this.options.assumeInteractionOn.forEach((event) => {\n this.host.addEventListener(event, this.handleInteraction);\n });\n }\n hostDisconnected() {\n this.detachForm();\n // Clean up interactions\n interactions.delete(this.host);\n this.options.assumeInteractionOn.forEach((event) => {\n this.host.removeEventListener(event, this.handleInteraction);\n });\n }\n hostUpdated() {\n const form = this.options.form(this.host);\n // Detach if the form no longer exists\n if (!form) {\n this.detachForm();\n }\n // If the form has changed, reattach it\n if (form && this.form !== form) {\n this.detachForm();\n this.attachForm(form);\n }\n if (this.host.hasUpdated) {\n this.setValidity(this.host.validity.valid);\n }\n }\n attachForm(form) {\n if (form) {\n this.form = form;\n // Add this element to the form's collection\n if (formCollections.has(this.form)) {\n formCollections.get(this.form).add(this.host);\n }\n else {\n formCollections.set(this.form, new Set([this.host]));\n }\n this.form.addEventListener('formdata', this.handleFormData);\n this.form.addEventListener('submit', this.handleFormSubmit);\n this.form.addEventListener('reset', this.handleFormReset);\n // Overload the form's reportValidity() method so it looks at FormControl\n if (!reportValidityOverloads.has(this.form)) {\n reportValidityOverloads.set(this.form, this.form.reportValidity);\n this.form.reportValidity = () => this.reportFormValidity();\n }\n // Overload the form's checkValidity() method so it looks at FormControl\n if (!checkValidityOverloads.has(this.form)) {\n checkValidityOverloads.set(this.form, this.form.checkValidity);\n this.form.checkValidity = () => this.checkFormValidity();\n }\n }\n else {\n this.form = undefined;\n }\n }\n detachForm() {\n if (!this.form)\n return;\n const formCollection = formCollections.get(this.form);\n if (!formCollection) {\n return;\n }\n this.submittedOnce = false;\n // Remove this host from the form's collection\n formCollection.delete(this.host);\n // Check to make sure there's no other form controls in the collection. If we do this\n // without checking if any other controls are still in the collection, then we will wipe out the\n // validity checks for all other elements.\n // see: https://github.com/shoelace-style/shoelace/issues/1703\n if (formCollection.size <= 0) {\n this.form.removeEventListener('formdata', this.handleFormData);\n this.form.removeEventListener('submit', this.handleFormSubmit);\n this.form.removeEventListener('reset', this.handleFormReset);\n // Remove the overload and restore the original method\n if (reportValidityOverloads.has(this.form)) {\n this.form.reportValidity = reportValidityOverloads.get(this.form);\n reportValidityOverloads.delete(this.form);\n }\n if (checkValidityOverloads.has(this.form)) {\n this.form.checkValidity = checkValidityOverloads.get(this.form);\n checkValidityOverloads.delete(this.form);\n }\n // So it looks weird here to not always set the form to undefined. But I _think_ if we unattach this.form here,\n // we end up in this fun spot where future validity checks don't have a reference to the form validity handler.\n // First form element in sets the validity handler. So we can't clean up `this.form` until there are no other form elements in the form.\n this.form = undefined;\n }\n }\n // eslint-disable-next-line class-methods-use-this\n setUserInteracted(el, hasInteracted) {\n if (hasInteracted) {\n userInteractedControls.add(el);\n }\n else {\n userInteractedControls.delete(el);\n }\n el.requestUpdate();\n }\n doAction(type, submitter) {\n // console.log('doaction', type);\n if (this.form) {\n const button = document.createElement('button');\n button.type = type;\n button.style.position = 'absolute';\n button.style.width = '0';\n button.style.height = '0';\n button.style.clipPath = 'inset(50%)';\n button.style.overflow = 'hidden';\n button.style.whiteSpace = 'nowrap';\n // Pass name, value, and form attributes through to the temporary button\n if (submitter) {\n button.name = submitter.name;\n button.value = submitter.value;\n ['formaction', 'formenctype', 'formmethod', 'formnovalidate', 'formtarget'].forEach((attr) => {\n if (submitter.hasAttribute(attr)) {\n button.setAttribute(attr, submitter.getAttribute(attr));\n }\n });\n }\n this.form.append(button);\n button.click();\n button.remove();\n }\n }\n /** Returns the associated `<form>` element, if one exists. */\n getForm() {\n return this.form ?? null;\n }\n /** Resets the form, restoring all the control to their default value */\n reset(submitter) {\n this.doAction('reset', submitter);\n }\n /** Submits the form, triggering validation and form data injection. */\n submit(submitter) {\n // Calling form.submit() bypasses the submit event and constraint validation. To prevent this, we can inject a\n // native submit button into the form, \"click\" it, then remove it to simulate a standard form submission.\n this.doAction('submit', submitter);\n }\n /**\n * Synchronously sets the form control's validity. Call this when you know the future validity but need to update\n * the host element immediately, i.e. before Lit updates the component in the next update.\n */\n setValidity(isValid) {\n const host = this.host;\n const hasInteracted = Boolean(userInteractedControls.has(host));\n const required = Boolean(host.required);\n //\n // We're mapping the following \"states\" to data attributes. In the future, we can use ElementInternals.states to\n // create a similar mapping, but instead of [data-invalid] it will look like :--invalid.\n //\n // See this RFC for more details: https://github.com/shoelace-style/shoelace/issues/1011\n //\n host.toggleAttribute('data-required', required);\n host.toggleAttribute('data-optional', !required);\n host.toggleAttribute('data-invalid', !isValid);\n host.toggleAttribute('data-valid', isValid);\n host.toggleAttribute('data-user-invalid', !isValid && hasInteracted);\n host.toggleAttribute('data-user-valid', isValid && hasInteracted);\n }\n userInteracted() {\n const hasInteracted = Boolean(userInteractedControls.has(this.host));\n return hasInteracted;\n }\n /**\n * Updates the form control's validity based on the current value of `host.validity.valid`. Call this when anything\n * that affects constraint validation changes so the component receives the correct validity states.\n */\n updateValidity() {\n const host = this.host;\n this.setValidity(host.validity.valid);\n }\n /**\n * Dispatches a non-bubbling, cancelable custom event of type `it-invalid`.\n * If the `it-invalid` event will be cancelled then the original `invalid`\n * event (which may have been passed as argument) will also be cancelled.\n * If no original `invalid` event has been passed then the `it-invalid`\n * event will be cancelled before being dispatched.\n */\n emitInvalidEvent(originalInvalidEvent) {\n const itInvalidEvent = new CustomEvent('it-invalid', {\n bubbles: false,\n composed: false,\n cancelable: true,\n detail: {},\n });\n if (!originalInvalidEvent) {\n itInvalidEvent.preventDefault();\n }\n if (!this.host.dispatchEvent(itInvalidEvent)) {\n originalInvalidEvent?.preventDefault();\n }\n }\n}\n//# sourceMappingURL=form-controller.js.map","const translation = {\n $code: 'it',\n $name: 'Italiano',\n $dir: 'ltr',\n validityRequired: 'Questo campo è obbligatorio.',\n validityGroupRequired: \"Scegli almeno un'opzione\",\n validityPattern: 'Il valore non corrisponde al formato richiesto.',\n validityMinlength: 'Il valore deve essere lungo almeno {minlength} caratteri.',\n validityMaxlength: 'Il valore deve essere lungo al massimo {maxlength} caratteri.',\n};\nexport default translation;\n//# sourceMappingURL=it.js.map","import { __decorate, __metadata } from \"tslib\";\nimport { property, query, state } from 'lit/decorators.js';\nimport { registerTranslation } from '@italia/i18n';\nimport { BaseLocalizedComponent } from '../base-component/base-component.js';\nimport { FormControlController } from './form-controller.js';\nimport it from './locales/it.js';\nregisterTranslation(it);\nexport class FormControl extends BaseLocalizedComponent {\n constructor() {\n super(...arguments);\n this.formControlController = new FormControlController(this, {\n assumeInteractionOn: ['it-input', 'it-blur', 'it-change'],\n });\n // TODO: verificare se serve davvero con il fatto che usiamo form-controller\n // static formAssociated = true;\n // @property()\n // internals = this.attachInternals();\n this._touched = false;\n /** The name of the input, submitted as a name/value pair with form data. */\n this.name = '';\n /** The current value of the input, submitted as a name/value pair with form data. */\n this.value = '';\n /** If the input is disabled. */\n this.disabled = false;\n /**\n * By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\n * to place the form control outside of a form and associate it with the form that has this `id`. The form must be in\n * the same document or shadow root for this to work.\n */\n this.form = '';\n /** If you implement your custom validation and you won't to trigger default validation */\n this.customValidation = false;\n /** If your input is invalid from your custom validition, set this attribute with message validation */\n this.validationText = '';\n /**\n * Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\n * implied, allowing any numeric value. Only applies to date and number input types.\n */\n this.step = 'any';\n /** The input's minimum length. */\n this.minlength = -1;\n /** The input's maximum length. */\n this.maxlength = -1;\n /** If the input is required. */\n this.required = false;\n /* For grouped input, like checkbox-group */\n this.isInGroup = false;\n this.validationMessage = '';\n }\n /** Gets the validity state object */\n get validity() {\n return this.inputElement?.validity;\n }\n /** Gets the associated form, if one exists. */\n getForm() {\n return this.formControlController.getForm();\n }\n // Form validation methods\n checkValidity() {\n const inputValid = this.inputElement?.checkValidity() ?? true; // this.inputElement.checkValidity() è la validazione del browser\n return inputValid;\n }\n /** Checks for validity and shows the browser's validation message if the control is invalid. */\n reportValidity() {\n // const ret = this.inputElement.checkValidity();\n const ret = this.checkValidity(); // chiama la checkValidity, che se è stata overridata chiama quella\n this.handleValidationMessages();\n return ret; // this.inputElement.reportValidity();\n }\n /** Sets a custom validation message. Pass an empty string to restore validity. */\n setCustomValidity(message) {\n this.inputElement.setCustomValidity(message);\n this.validationMessage = this.inputElement.validationMessage;\n this.formControlController.updateValidity();\n }\n // Handlers\n _handleReady() {\n requestAnimationFrame(() => {\n this.dispatchEvent(new CustomEvent('it-input-ready', { bubbles: true, detail: { el: this.inputElement } }));\n });\n }\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n _handleInput(e) {\n this.handleValidationMessages();\n this.dispatchEvent(new CustomEvent('it-input', {\n detail: { value: this.inputElement.value, el: this.inputElement },\n bubbles: true,\n composed: true,\n }));\n }\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n _handleBlur(e) {\n this._touched = true;\n this.handleValidationMessages();\n this.dispatchEvent(new FocusEvent('it-blur', { bubbles: true, composed: true }));\n }\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n _handleFocus(e) {\n this.dispatchEvent(new FocusEvent('it-focus', { bubbles: true, composed: true }));\n }\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n _handleClick(e) {\n this.dispatchEvent(new MouseEvent('it-click', { bubbles: true, composed: true }));\n }\n /*\n Override default browser validation messages\n */\n handleValidationMessages() {\n if (!this.customValidation) {\n const _v = this.inputElement.validity;\n const isRequiredHandledByGroup = this.isInGroup === true;\n if (_v.valueMissing && !isRequiredHandledByGroup) {\n this.setCustomValidity(this.$t('validityRequired'));\n }\n else if (_v.patternMismatch) {\n this.setCustomValidity(this.$t('validityPattern'));\n }\n else if (_v.tooShort) {\n this.setCustomValidity(this.$t('validityMinlength').replace('{minlength}', this.minlength.toString()));\n }\n else if (_v.tooLong) {\n this.setCustomValidity(this.$t('validityMaxlength').replace('{maxlength}', this.maxlength.toString()));\n }\n else {\n /* nothing. Usa il messaggio di errore della validazione\n di default del browser per altri errori di validità come:\n - typeMismatch\n - rangeUnderflow\n - rangeOverflow\n - stepMismatch\n - badInput */\n const otherConstraintErrors = _v.typeMismatch || _v.rangeUnderflow || _v.rangeOverflow || _v.stepMismatch || _v.badInput;\n if (!otherConstraintErrors) {\n this.setCustomValidity('');\n }\n }\n }\n this.validationMessage = this.inputElement.validationMessage;\n }\n _handleInvalid(event) {\n this.formControlController.setValidity(false);\n this.formControlController.emitInvalidEvent(event);\n }\n _handleChange(e) {\n const target = e.target;\n let value;\n if (target instanceof HTMLInputElement) {\n switch (target.type) {\n case 'checkbox':\n case 'radio':\n value = target.checked;\n break;\n case 'file':\n value = target.files; // FileList\n break;\n default:\n value = target.value;\n }\n }\n else if (target instanceof HTMLSelectElement) {\n if (target.multiple) {\n value = Array.from(target.selectedOptions).map((o) => o.value);\n }\n else {\n value = target.value;\n }\n }\n else {\n // textarea o altri input con value\n value = target.value;\n }\n this.dispatchEvent(new CustomEvent('it-change', {\n detail: { value, el: target },\n bubbles: true,\n composed: true,\n }));\n }\n updated(changedProperties) {\n super.updated?.(changedProperties);\n if (this.customValidation) {\n this.setCustomValidity(this.validationText ?? '');\n }\n else if (this.formControlController.userInteracted()) {\n this.formControlController.updateValidity();\n }\n }\n}\n__decorate([\n state(),\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"_touched\", void 0);\n__decorate([\n query('.it-form__control'),\n __metadata(\"design:type\", HTMLInputElement)\n], FormControl.prototype, \"inputElement\", void 0);\n__decorate([\n property({ type: String, reflect: true }) // from FormControl\n ,\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"name\", void 0);\n__decorate([\n property({ reflect: true }),\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"value\", void 0);\n__decorate([\n property({ type: Boolean, reflect: true }) // from FormControl\n ,\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"disabled\", void 0);\n__decorate([\n property({ reflect: true, type: String }),\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"form\", void 0);\n__decorate([\n property({ type: Boolean, reflect: true, attribute: 'custom-validation' }),\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"customValidation\", void 0);\n__decorate([\n property({ attribute: 'validity-message', reflect: true }),\n __metadata(\"design:type\", String)\n], FormControl.prototype, \"validationText\", void 0);\n__decorate([\n property(),\n __metadata(\"design:type\", String)\n], FormControl.prototype, \"pattern\", void 0);\n__decorate([\n property(),\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"min\", void 0);\n__decorate([\n property(),\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"max\", void 0);\n__decorate([\n property(),\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"step\", void 0);\n__decorate([\n property({ type: Number }),\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"minlength\", void 0);\n__decorate([\n property({ type: Number }),\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"maxlength\", void 0);\n__decorate([\n property({ type: Boolean, reflect: true }) // from FormControl\n ,\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"required\", void 0);\n__decorate([\n property({ type: Boolean }),\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"isInGroup\", void 0);\n__decorate([\n state(),\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"validationMessage\", void 0);\n//# sourceMappingURL=form-control.js.map","import TrackFocus from './utils/track-focus.js';\nimport setAttributes from './directives/setAttributes.js';\nimport AriaKeyboardListController from './controllers/aria-keyboard-list-controller.js';\nimport { StoryFormControlMethodAndProps } from './stories/formControlReusableStories.js';\nimport { CollapsibleOrHiddenContentGuidelines } from './stories/reusableUsageGuidelinesStories.js';\nif (typeof window !== 'undefined') {\n window._itAnalytics = window._itAnalytics || {};\n window._itAnalytics = {\n ...window._itAnalytics,\n version: '1.0.0-alpha.4',\n };\n}\nexport { TrackFocus, setAttributes, AriaKeyboardListController };\nexport { RovingTabindexController } from './controllers/roving-tabindex-controller.js';\nexport { BaseComponent, BaseLocalizedComponent, } from './base-component/base-component.js';\nexport { AriaKeyboardAccordionController, } from './controllers/aria-keyboard-accordion-controller.js';\nexport { CollapseAnimationController } from './controllers/collapse-controller.js';\nexport { FormControl } from './form/form-control.js';\nexport { formCollections, FormControlController } from './form/form-controller.js';\nexport { cookies } from './utils/cookies.js';\nexport { WindowManager } from './window-manager.js';\nexport { StoryFormControlMethodAndProps, CollapsibleOrHiddenContentGuidelines };\n//# sourceMappingURL=index.js.map","import { type Suggestion } from '../types.js';\n/**\n * Checks for repetition of characters in\n * a string\n *\n * @param int rLen Repetition length.\n * @param string str The string to be checked.\n * @return string\n */\nconst checkRepetition = (rLen: number, str: string) => {\n let res = '';\n let repeated = false;\n for (let i: number = 0; i < str.length; i += 1) {\n repeated = true;\n for (let j: number = 0; j < rLen && j + i + rLen < str.length; j += 1) {\n repeated = repeated && str.charAt(j + i) === str.charAt(j + i + rLen);\n }\n if (repeated) {\n i += rLen - 1;\n repeated = false;\n } else {\n res += str.charAt(i);\n }\n }\n return res;\n};\n\n/**\n * Returns a value between -1 and 100 to score\n * the user's password.\n *\n * @param string password The password to be checked.\n * @return int\n */\nconst calculateScore = (password: string, lmin: number) => {\n let score = 0;\n\n // empty password\n if (password.trim().length === 0) {\n return -2;\n }\n\n if (password.length < lmin) {\n return -1;\n }\n\n // password length\n score += password.length * 4;\n score += checkRepetition(1, password).length - password.length;\n score += checkRepetition(2, password).length - password.length;\n score += checkRepetition(3, password).length - password.length;\n score += checkRepetition(4, password).length - password.length;\n\n // password has 3 numbers\n if (password.match(/(.*[0-9].*[0-9].*[0-9])/)) {\n score += 5;\n }\n\n // password has at least 2 symbols\n const symbols = /(.*[!,@,#,$,%,^,&,*,?,_,~].*[!,@,#,$,%,^,&,*,?,_,~])/;\n if (password.match(symbols)) {\n score += 5;\n }\n\n // password has Upper and Lower chars\n if (password.match(/([a-z].*[A-Z])|([A-Z].*[a-z])/)) {\n score += 10;\n }\n\n // password has number and chars\n if (password.match(/([a-zA-Z])/) && password.match(/([0-9])/)) {\n score += 15;\n }\n\n // password has number and symbol\n if (password.match(/([!,@,#,$,%,^,&,*,?,_,~])/) && password.match(/([0-9])/)) {\n score += 15;\n }\n\n // password has char and symbol\n if (password.match(/([!,@,#,$,%,^,&,*,?,_,~])/) && password.match(/([a-zA-Z])/)) {\n score += 15;\n }\n\n // password is just numbers or chars\n if (password.match(/^\\w+$/) || password.match(/^\\d+$/)) {\n score -= 10;\n }\n\n if (score > 100) {\n score = 100;\n }\n\n if (score < 0) {\n score = 0;\n }\n\n return score;\n};\n\nconst scoreColor = (score: number) => {\n if (score === -1 || score === -2 || score < 26) {\n return 'danger';\n }\n if (score < 51) {\n return 'warning';\n }\n if (score < 76) {\n return 'success';\n }\n return 'success';\n};\n\nconst scoreText = (score: number, messages: any) => {\n if (score === -1) {\n return messages.shortPass;\n }\n if (score === -2) {\n return '';\n }\n if (score < 26) {\n return messages.badPass;\n }\n if (score < 51) {\n return messages.badPass;\n }\n if (score < 76) {\n return messages.goodPass;\n }\n return messages.strongPass;\n};\n\nconst suggestionsConfig: Array<Suggestion> = [\n {\n key: 'length',\n text: (config) => config.suggestionLength.replace('{minLength}', config.minimumLength.toString()),\n test: (password, config) => password.length >= config.minimumLength,\n },\n {\n key: 'uppercase',\n text: (config) => config.suggestionUppercase,\n test: (password) => /[A-Z]/.test(password),\n },\n {\n key: 'lowercase',\n text: (config) => config.suggestionLowercase,\n test: (password) => /[a-z]/.test(password),\n },\n {\n key: 'number',\n text: (config) => config.suggestionNumber,\n test: (password) => /[0-9]/.test(password),\n },\n {\n key: 'special',\n text: (config) => config.suggestionSpecial,\n test: (password) => /[^A-Za-z0-9]/.test(password),\n },\n];\n\nconst calcCompletedSuggestions = (_suggestions: Array<Suggestion>, password: string, config: Record<string, any>) => {\n let completedCount = 0;\n const totalCount = _suggestions.length;\n _suggestions.forEach((sugg) => {\n if (sugg.test(password, config)) {\n completedCount += 1;\n }\n });\n return { completedCount, totalCount };\n};\nexport { calculateScore, scoreColor, scoreText, suggestionsConfig, calcCompletedSuggestions };\n","import type { DefaultTranslation } from '@italia/i18n';\n\nconst translation: DefaultTranslation = {\n $code: 'it',\n $name: 'Italiano',\n $dir: 'ltr',\n\n showHidePassword: 'Mostra/Nascondi Password.',\n shortPass: 'Password troppo breve.',\n badPass: 'Password debole.',\n goodPass: 'Password abbastanza sicura.',\n strongPass: 'Password sicura.',\n ariaLabelPasswordMeter: 'Robustezza della password',\n passwordSuggestionsLabel: 'Suggerimenti per una buona password:',\n passwordSuggestionLength: 'Almeno {minLength} caratteri.',\n passwordSuggestionUppercase: 'Una o più maiuscole.',\n passwordSuggestionLowercase: 'Una o più minuscole.',\n passwordSuggestionNumber: 'Uno o più numeri.',\n passwordSuggestionSpecial: 'Uno o più caratteri speciali.',\n passwordSuggestionFollowed: 'suggerimenti seguiti',\n passwordSuggestionFollowedPlural: 'suggerimenti seguiti',\n passwordSuggestionOf: 'di',\n passwordSuggestionMetLabel: 'Soddisfatto:',\n increaseValue: 'Aumenta il valore',\n decreaseValue: 'Diminuisci il valore',\n};\n\nexport default translation;\n","import { setAttributes, FormControl } from '@italia/globals';\nimport { registerTranslation } from '@italia/i18n';\nimport { html, nothing } from 'lit';\nimport { customElement, property, state, queryAssignedElements } from 'lit/decorators.js';\nimport { ifDefined } from 'lit/directives/if-defined.js';\nimport { when } from 'lit/directives/when.js';\nimport { live } from 'lit/directives/live.js';\nimport {\n calculateScore,\n scoreColor,\n scoreText,\n suggestionsConfig,\n calcCompletedSuggestions,\n} from './helpers/password.js';\n\nimport { type InputType, type Sizes, type Suggestion } from './types.js';\nimport it from './locales/it.js';\nimport styles from './input.scss';\n\nregisterTranslation(it);\n\n@customElement('it-input')\nexport class ItInput extends FormControl {\n static styles = styles;\n\n @state()\n private _slotPrepend: HTMLSlotElement | null = null;\n\n @state()\n private _slotAppend: HTMLSlotElement | null = null;\n\n /**\n * The type of input. Works the same as a native `<input>` element, but only a subset of types are supported. Defaults\n * to `text`.\n */\n @property({ type: String })\n type: InputType = 'text';\n\n /** The input's size. */\n @property()\n size?: Sizes;\n\n /** If you want number-input to be adaptive in width */\n @property({ type: Boolean })\n adaptive = false;\n\n /** If you want label to be hidden. */\n @property({ type: Boolean, attribute: 'label-hidden' })\n labelHidden = false;\n\n /** Placeholder text to show as a hint when the input is empty. */\n @property({ type: String })\n placeholder = '';\n\n /** The input's help text. */\n @property({ type: String, attribute: 'support-text' })\n supportText = '';\n\n /** If you want the input to be displayed as plaintext. */\n @property({ type: Boolean })\n plaintext = false;\n\n /** If the input is read-only. */\n @property({ type: Boolean })\n readonly = false;\n\n /** If your input is of type 'password' and you want to display a strength meter */\n @property({ type: Boolean, attribute: 'strength-meter' })\n passwordStrengthMeter = false;\n\n /** If your input is of type 'password' and you want to show password suggestions. */\n @property({ type: Boolean })\n suggestions = false;\n\n @queryAssignedElements({ slot: 'label' })\n labelElements!: HTMLElement[];\n\n get label(): string {\n if (this.labelElements.length > 0) {\n return this.labelElements[0].innerText.trim();\n }\n return '';\n }\n\n @state()\n private _passwordVisible = false;\n\n @state()\n private _strengthInfos = '';\n\n @state()\n private _score = 0;\n\n get slotted() {\n return this._slotPrepend || this._slotAppend;\n }\n\n firstUpdated() {\n // this.addFocus(this.inputElement); //NON serve per il momento perche sfruttiamo :focus-visible. Per gli input focus-visible si attiva anche al click perchè è il browser che lo gestisce\n this._slotPrepend = this.querySelector('[slot=\"prepend\"]');\n this._slotAppend = this.querySelector('[slot=\"append\"]');\n\n this._slotPrepend?.addEventListener('slotchange', () => {\n this.requestUpdate();\n });\n\n this._slotAppend?.addEventListener('slotchange', () => {\n this.requestUpdate();\n });\n }\n\n override connectedCallback() {\n super.connectedCallback?.();\n\n if (this.type === 'password' && this.minlength < 0) {\n this.minlength = 8; // set default minlength for password\n }\n this._handleReady();\n }\n\n override updated(changedProperties: Map<string | number | symbol, unknown>) {\n super.updated?.(changedProperties);\n\n // logger\n if (this.passwordStrengthMeter && this.type !== 'password') {\n this.logger.warn(\n \"The strength-meter property is enabled, but type isn't password. Please, remove strength-meter property.\",\n );\n }\n\n if (this.suggestions && this.type !== 'password') {\n this.logger.warn(\n \"The suggestions property is enabled, but type isn't password. Please, remove suggestions this property.\",\n );\n }\n\n if (!this.label || this.label?.length === 0) {\n this.logger.warn(\n `Label is required to ensure accessibility. Please, define a label for <it-input name=\"${this.name}\" id=\"${this.id}\" ... /> . Set attribute label-hidden=\"true\" if you don't want to show label.`,\n );\n }\n }\n\n override _handleInput(e: Event) {\n this.value = this.inputElement.value;\n if (this.value === '00') {\n this.value = '0';\n this.inputElement.value = '0';\n }\n\n if (this.passwordStrengthMeter) {\n this._checkPasswordStrength(this.inputElement.value);\n }\n\n super._handleInput(e);\n }\n\n private _togglePasswordVisibility() {\n this._passwordVisible = !this._passwordVisible;\n if (this.inputElement) {\n this.inputElement.type = this._passwordVisible ? 'text' : 'password';\n }\n }\n\n private _checkPasswordStrength(value: string) {\n this._score = calculateScore(value, this.minlength);\n this._updateStrengthInfos();\n }\n\n private _getPasswordConfig() {\n return {\n minimumLength: this.minlength,\n showHidePassword: this.$t('showHidePassword'),\n shortPass: this.$t('shortPass'),\n badPass: this.$t('badPass'),\n goodPass: this.$t('goodPass'),\n strongPass: this.$t('strongPass'),\n ariaLabelPasswordMeter: this.$t('ariaLabelPasswordMeter'),\n suggestionsLabel: this.$t('passwordSuggestionsLabel'),\n suggestionLength: this.$t('passwordSuggestionLength'),\n suggestionUppercase: this.$t('passwordSuggestionUppercase'),\n suggestionLowercase: this.$t('passwordSuggestionLowercase'),\n suggestionNumber: this.$t('passwordSuggestionNumber'),\n suggestionSpecial: this.$t('passwordSuggestionSpecial'),\n suggestionFollowed: this.$t('passwordSuggestionFollowed'),\n suggestionFollowedPlural: this.$t('passwordSuggestionFollowedPlural'),\n suggestionOf: this.$t('passwordSuggestionOf'),\n };\n }\n\n private _updateStrengthInfos() {\n let text = scoreText(this._score, {\n shortPass: this.$t('shortPass'),\n badPass: this.$t('badPass'),\n goodPass: this.$t('goodPass'),\n strongPass: this.$t('strongPass'),\n });\n\n if (suggestionsConfig) {\n const { completedCount, totalCount } = calcCompletedSuggestions(\n suggestionsConfig,\n this.value,\n this._getPasswordConfig(),\n );\n const suggestionOfText =\n completedCount === 1 ? this.$t('passwordSuggestionFollowed') : this.$t('passwordSuggestionFollowedPlural');\n\n text += ` ${completedCount} ${this.$t('passwordSuggestionOf')} ${totalCount} ${suggestionOfText}.`;\n }\n this._strengthInfos = text;\n }\n\n private static _cleanFloat(num: number) {\n return parseFloat(num.toPrecision(15));\n }\n\n private _inputNumberIncDec(v: number) {\n const step = typeof this.step === 'number' ? this.step : Number(this.step) || 1;\n\n const value = typeof this.value === 'number' ? this.value : Number(this.value) || 0;\n const min = typeof this.min === 'number' ? this.min : Number(this.min);\n const max = typeof this.max === 'number' ? this.max : Number(this.max);\n\n const _v = v * step;\n\n const newValue = ItInput._cleanFloat(value + _v);\n\n if (newValue > max || newValue < min) {\n // non fare nulla\n } else {\n const _value = newValue.toString();\n this.value = _value;\n this.inputElement.dispatchEvent(new Event('blur', { bubbles: true }));\n this.inputElement.dispatchEvent(new Event('change', { bubbles: true }));\n const liveRegion = this.shadowRoot?.querySelector(`#${this._id}-live-region`);\n if (liveRegion) {\n liveRegion.textContent = `${_value}`;\n }\n }\n }\n\n private _renderTogglePasswordButton() {\n // Solo se type=password\n if (this.type === 'password') {\n return html`\n <button\n type=\"button\"\n class=\"password-icon btn\"\n role=\"switch\"\n aria-checked=\"${this._passwordVisible}\"\n @click=\"${this._togglePasswordVisibility}\"\n part=\"focusable\"\n >\n <span class=\"visually-hidden\">${this.$t('showHidePassword')}</span>\n <it-icon\n name=\"${this._passwordVisible ? 'it-password-visible' : 'it-password-invisible'}\"\n size=\"sm\"\n ></it-icon>\n </button>\n `;\n }\n return nothing;\n }\n\n private _renderSuggestions() {\n return this.suggestions\n ? html`<div class=\"strength-meter-suggestions small form-text text-muted\">\n <label class=\"visually-hidden\" for=\"suggestions\">${this.$t('passwordSuggestionsLabel')}</label>\n <div class=\"password-suggestions\">\n ${suggestionsConfig.map((sugg: Suggestion) => {\n const isMet = sugg.test(this.value, this._getPasswordConfig());\n return html`\n <div class=\"suggestion\">\n ${isMet\n ? html` <svg\n class=\"icon icon-xs me-1\"\n aria-label=\"${this.$t('passwordSuggestionMetLabel')}\"\n viewBox=\"0 0 24 24\"\n style=\"width: 1em; height: 1em;\"\n >\n <path d=\"M9.6 16.9 4 11.4l.8-.7 4.8 4.8 8.5-8.4.7.7-9.2 9.1z\"></path>\n </svg>`\n : nothing}\n <span>${sugg.text(this._getPasswordConfig())}</span>\n </div>\n `;\n })}\n </div>\n </div>`\n : nothing;\n }\n\n private _renderpasswordStrengthMeter() {\n if (this.type === 'password' && this.passwordStrengthMeter) {\n const perc = this._score < 0 ? 0 : this._score;\n const color = this.value?.length === 0 ? 'muted' : scoreColor(this._score);\n return html`<div class=\"password-strength-meter\">\n ${this._renderSuggestions()}\n\n <p\n id=${`strengthMeterInfo_${this._id}`}\n class=\"${`strength-meter-info small form-text pt-0 text-${color}`}\"\n aria-live=\"polite\"\n >\n ${this._strengthInfos}\n </p>\n <div class=\"password-meter progress rounded-0 position-absolute\">\n <div\n class=\"${this.composeClass('progress-bar', `bg-${color}`)}\"\n style=\"width: ${perc}%\"\n role=\"progressbar\"\n aria-valuenow=\"${perc}\"\n aria-valuemin=\"0\"\n aria-valuemax=\"100\"\n aria-label=\"${this.$t('ariaLabelPasswordMeter')}\"\n >\n <div class=\"row position-absolute w-100 m-0\">\n <div class=\"col-3 border-start border-end border-white\"></div>\n <div class=\"col-3 border-start border-end border-white\"></div>\n <div class=\"col-3 border-start border-end border-white\"></div>\n <div class=\"col-3 border-start border-end border-white\"></div>\n </div>\n </div>\n </div>\n </div>`;\n }\n return nothing;\n }\n\n private _renderInput(supportTextId: string, invalid: boolean, validityMessage: string, showValidation: boolean) {\n const ariaDescribedBy = this.composeClass(\n this.supportText?.length > 0 ? supportTextId : '',\n this.passwordStrengthMeter ? `strengthMeterInfo_${this._id}` : '',\n this._ariaAttributes['aria-describedby']?.length > 0 ? this._ariaAttributes['aria-describedby'] : '',\n showValidation && validityMessage?.length > 0 ? `invalid-feedback-${this._id}` : '',\n );\n\n const inputClasses = this.composeClass(\n 'it-form__control',\n this.plaintext ? 'form-control-plaintext' : 'form-control',\n this.size ? `form-control-${this.size}` : '',\n showValidation && invalid ? 'is-invalid' : '',\n showValidation && !invalid && !this.readonly ? 'just-validate-success-field' : '',\n );\n\n let inputRender;\n\n if (this.type === 'textarea') {\n inputRender = html`\n <textarea\n part=\"textarea focusable\"\n ${setAttributes(this._ariaAttributes)}\n aria-describedby=${ifDefined(ariaDescribedBy || undefined)}\n aria-invalid=${ifDefined(invalid ? 'true' : undefined)}\n @input=\"${this._handleInput}\"\n @blur=${this._handleBlur}\n @focus=${this._handleFocus}\n @click=${this._handleClick}\n @change=${this._handleChange}\n @invalid=${this._handleInvalid}\n id=\"${this._id}\"\n name=\"${this.name}\"\n ?disabled=${this.disabled}\n ?readonly=${this.readonly}\n ?required=${this.required}\n minlength=${ifDefined(this.minlength)}\n maxlength=${ifDefined(this.maxlength)}\n pattern=${ifDefined(this.pattern)}\n ?formNoValidate=${this.customValidation}\n .value=\"${live(this.value)}\"\n placeholder=${ifDefined(this.placeholder || undefined)}\n class=\"${inputClasses}\"\n ></textarea>\n `;\n } else {\n let style = null;\n if (this.type === 'number' && this.adaptive) {\n style = `width: calc(${this.value.toString().length}ch + 70px);`;\n }\n inputRender = html`\n <input\n part=\"input focusable\"\n ${setAttributes(this._ariaAttributes)}\n aria-describedby=${ifDefined(ariaDescribedBy || undefined)}\n aria-invalid=${ifDefined(invalid ? 'true' : undefined)}\n @input=\"${this._handleInput}\"\n @blur=${this._handleBlur}\n @focus=${this._handleFocus}\n @click=${this._handleClick}\n @change=${this._handleChange}\n @invalid=${this._handleInvalid}\n type=\"${this.type}\"\n id=\"${this._id}\"\n name=\"${this.name}\"\n ?disabled=${this.disabled}\n ?readonly=${this.readonly}\n ?required=${this.required}\n minlength=${ifDefined(this.minlength)}\n maxlength=${ifDefined(this.maxlength)}\n min=${ifDefined(this.min)}\n max=${ifDefined(this.max)}\n step=${ifDefined(this.step as number)}\n autocomplete=\"off\"\n pattern=${ifDefined(this.pattern)}\n ?formNoValidate=${this.customValidation}\n .value=\"${live(this.value)}\"\n placeholder=${ifDefined(this.placeholder || undefined)}\n class=\"${inputClasses}\"\n style=${ifDefined(style)}\n />${this._renderTogglePasswordButton()}\n `;\n }\n\n return inputRender;\n }\n\n // Render the UI as a function of component state\n override render() {\n const supportTextId = `${this._id}-support-text`;\n\n const supportTextRender = html` ${when(\n this.supportText,\n () => html` <small class=\"form-text\" id=\"${supportTextId}\">${this.supportText}</small> `,\n )}`;\n\n const showValidation = this.formControlController.submittedOnce || this.customValidation; // true; // this._touched || this.customValidation;\n const validityMessage = (showValidation ? this.validationMessage : '') ?? '';\n const invalid =\n validityMessage?.length > 0 || (!this.customValidation && this.inputElement?.checkValidity() === false);\n\n const validityMessageRender = html`<div\n role=\"alert\"\n id=\"invalid-feedback-${this._id}\"\n class=\"invalid-feedback form-feedback form-text form-feedback just-validate-error-label\"\n ?hidden=${!(validityMessage?.length > 0)}\n >\n <span class=\"visually-hidden\">${this.label}: </span>${validityMessage}\n </div>`;\n\n return html`\n <div class=\"form-group\" part=\"input-wrapper\">\n <label\n for=\"${ifDefined(this._id || undefined)}\"\n part=\"label\"\n class=\"${this.composeClass('active', this.labelHidden ? 'visually-hidden' : '')}\"\n ><slot name=\"label\"></slot\n ></label>\n\n ${when(\n this.slotted || this.type === 'number',\n () =>\n html`<div\n class=\"${this.composeClass(\n 'input-group ',\n this.type === 'number' ? 'input-number' : '',\n this.type === 'number' && this.adaptive ? 'input-number-adaptive' : '',\n this.disabled ? 'disabled' : '',\n this.readonly ? 'readonly' : '',\n )}\"\n >\n ${when(\n this._slotPrepend,\n () =>\n html` <span class=\"input-group-text\">\n <slot name=\"prepend\" @slotchange=${() => this.requestUpdate()}></slot\n ></span>`,\n )}\n ${this._renderInput(supportTextId, invalid, validityMessage, showValidation)}\n ${when(\n this.type === 'number',\n () =>\n html`<span class=\"input-group-text align-buttons flex-column\">\n <button\n class=\"input-number-add\"\n @click=${() => this._inputNumberIncDec(+1)}\n ?disabled=${this.disabled || this.readonly}\n >\n <span class=\"visually-hidden\">${this.$t('increaseValue')}</span>\n </button>\n <button\n class=\"input-number-sub\"\n @click=${() => this._inputNumberIncDec(-1)}\n ?disabled=${this.disabled || this.readonly}\n >\n <span class=\"visually-hidden\">${this.$t('decreaseValue')}</span>\n </button>\n <div aria-live=\"polite\" class=\"visually-hidden\" id=\"${this._id}-live-region\"></div>\n </span>`,\n )}\n ${when(\n this._slotAppend,\n () =>\n html` <div class=\"input-group-append\">\n <slot name=\"append\" @slotchange=${() => this.requestUpdate()}></slot>\n </div>`,\n )}\n </div>\n ${validityMessageRender} ${supportTextRender} ${this._renderpasswordStrengthMeter()}`,\n () =>\n html` ${this._renderInput(supportTextId, invalid, validityMessage, showValidation)} ${validityMessageRender}\n ${supportTextRender} ${this._renderpasswordStrengthMeter()}`,\n )}\n </div>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'it-input': ItInput;\n }\n}\n"],"names":["translation","it"],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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","x_google_ignoreList":[0,2]}