@italia/icon 0.1.0-alpha.2 → 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.
- package/README.md +1 -1
- package/custom-elements.json +5 -3814
- package/dist/src/it-icon.js +72 -8
- package/dist/src/it-icon.js.map +1 -1
- package/dist/src/types.d.ts.map +1 -1
- package/package.json +3 -3
- package/styles/globals.scss +68 -0
package/dist/src/it-icon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"it-icon.js","sources":["../../../../node_modules/.pnpm/@rollup+plugin-typescript@12.3.0_rollup@4.52.5_tslib@2.8.1_typescript@5.8.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","../../../src/icon-registry.ts","../../../src/it-icon.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.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 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 if (this.form && !this.form.noValidate && !disabled && !reportValidity(this.host)) {\n event.preventDefault();\n // event.stopImmediatePropagation(); // se lo attiviamo, valida un campo alla volta\n }\n };\n this.handleFormReset = () => {\n this.options.setValue(this.host, '');\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 // 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 /**\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 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 this.validationMessage = '';\n }\n /** Gets the validity state object */\n get validity() {\n return this.inputElement?.validity;\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 /** Gets the associated form, if one exists. */\n getForm() {\n return this.formControlController.getForm();\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 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 if (_v.valueMissing) {\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 {\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 state(),\n __metadata(\"design:type\", Object)\n], FormControl.prototype, \"validationMessage\", void 0);\n//# sourceMappingURL=form-control.js.map","// 🛑 AUTO-GENERATED FILE — do not edit manually!\nexport type IconLoader = () => Promise<{ default: string }>;\n\nexport const registry = {\n 'it-android-square': () => import('./icons/it-android-square.js'),\n 'it-android': () => import('./icons/it-android.js'),\n 'it-apple-square': () => import('./icons/it-apple-square.js'),\n 'it-apple': () => import('./icons/it-apple.js'),\n 'it-arrow-down-circle': () => import('./icons/it-arrow-down-circle.js'),\n 'it-arrow-down-triangle': () => import('./icons/it-arrow-down-triangle.js'),\n 'it-arrow-down': () => import('./icons/it-arrow-down.js'),\n 'it-arrow-left-circle': () => import('./icons/it-arrow-left-circle.js'),\n 'it-arrow-left-triangle': () => import('./icons/it-arrow-left-triangle.js'),\n 'it-arrow-left': () => import('./icons/it-arrow-left.js'),\n 'it-arrow-right-circle': () => import('./icons/it-arrow-right-circle.js'),\n 'it-arrow-right-triangle': () => import('./icons/it-arrow-right-triangle.js'),\n 'it-arrow-right': () => import('./icons/it-arrow-right.js'),\n 'it-arrow-up-circle': () => import('./icons/it-arrow-up-circle.js'),\n 'it-arrow-up-triangle': () => import('./icons/it-arrow-up-triangle.js'),\n 'it-arrow-up': () => import('./icons/it-arrow-up.js'),\n 'it-ban': () => import('./icons/it-ban.js'),\n 'it-behance': () => import('./icons/it-behance.js'),\n 'it-bluesky': () => import('./icons/it-bluesky.js'),\n 'it-bookmark': () => import('./icons/it-bookmark.js'),\n 'it-box': () => import('./icons/it-box.js'),\n 'it-burger': () => import('./icons/it-burger.js'),\n 'it-calendar': () => import('./icons/it-calendar.js'),\n 'it-camera': () => import('./icons/it-camera.js'),\n 'it-car': () => import('./icons/it-car.js'),\n 'it-card': () => import('./icons/it-card.js'),\n 'it-cart': () => import('./icons/it-cart.js'),\n 'it-chart-line': () => import('./icons/it-chart-line.js'),\n 'it-check-circle': () => import('./icons/it-check-circle.js'),\n 'it-check': () => import('./icons/it-check.js'),\n 'it-chevron-left': () => import('./icons/it-chevron-left.js'),\n 'it-chevron-right': () => import('./icons/it-chevron-right.js'),\n 'it-clip': () => import('./icons/it-clip.js'),\n 'it-clock': () => import('./icons/it-clock.js'),\n 'it-close-big': () => import('./icons/it-close-big.js'),\n 'it-close-circle': () => import('./icons/it-close-circle.js'),\n 'it-close': () => import('./icons/it-close.js'),\n 'it-code-circle': () => import('./icons/it-code-circle.js'),\n 'it-collapse': () => import('./icons/it-collapse.js'),\n 'it-comment': () => import('./icons/it-comment.js'),\n 'it-copy': () => import('./icons/it-copy.js'),\n 'it-delete': () => import('./icons/it-delete.js'),\n 'it-designers-italia': () => import('./icons/it-designers-italia.js'),\n 'it-download': () => import('./icons/it-download.js'),\n 'it-error': () => import('./icons/it-error.js'),\n 'it-exchange-circle': () => import('./icons/it-exchange-circle.js'),\n 'it-expand': () => import('./icons/it-expand.js'),\n 'it-external-link': () => import('./icons/it-external-link.js'),\n 'it-facebook-square': () => import('./icons/it-facebook-square.js'),\n 'it-facebook': () => import('./icons/it-facebook.js'),\n 'it-figma-square': () => import('./icons/it-figma-square.js'),\n 'it-figma': () => import('./icons/it-figma.js'),\n 'it-file-audio': () => import('./icons/it-file-audio.js'),\n 'it-file-compressed': () => import('./icons/it-file-compressed.js'),\n 'it-file-csv': () => import('./icons/it-file-csv.js'),\n 'it-file-docx': () => import('./icons/it-file-docx.js'),\n 'it-file-image': () => import('./icons/it-file-image.js'),\n 'it-file-json': () => import('./icons/it-file-json.js'),\n 'it-file-odp': () => import('./icons/it-file-odp.js'),\n 'it-file-ods': () => import('./icons/it-file-ods.js'),\n 'it-file-odt': () => import('./icons/it-file-odt.js'),\n 'it-file-pdf-ext': () => import('./icons/it-file-pdf-ext.js'),\n 'it-file-pdf': () => import('./icons/it-file-pdf.js'),\n 'it-file-ppt': () => import('./icons/it-file-ppt.js'),\n 'it-file-sheet': () => import('./icons/it-file-sheet.js'),\n 'it-file-signed': () => import('./icons/it-file-signed.js'),\n 'it-file-slides': () => import('./icons/it-file-slides.js'),\n 'it-file-txt': () => import('./icons/it-file-txt.js'),\n 'it-file-video': () => import('./icons/it-file-video.js'),\n 'it-file-xlsx': () => import('./icons/it-file-xlsx.js'),\n 'it-file-xml': () => import('./icons/it-file-xml.js'),\n 'it-file': () => import('./icons/it-file.js'),\n 'it-files': () => import('./icons/it-files.js'),\n 'it-flag': () => import('./icons/it-flag.js'),\n 'it-flickr-square': () => import('./icons/it-flickr-square.js'),\n 'it-flickr': () => import('./icons/it-flickr.js'),\n 'it-folder': () => import('./icons/it-folder.js'),\n 'it-fullscreen': () => import('./icons/it-fullscreen.js'),\n 'it-funnel': () => import('./icons/it-funnel.js'),\n 'it-github': () => import('./icons/it-github.js'),\n 'it-google': () => import('./icons/it-google.js'),\n 'it-hearing': () => import('./icons/it-hearing.js'),\n 'it-help-circle': () => import('./icons/it-help-circle.js'),\n 'it-help': () => import('./icons/it-help.js'),\n 'it-horn': () => import('./icons/it-horn.js'),\n 'it-inbox': () => import('./icons/it-inbox.js'),\n 'it-info-circle': () => import('./icons/it-info-circle.js'),\n 'it-instagram': () => import('./icons/it-instagram.js'),\n 'it-key': () => import('./icons/it-key.js'),\n 'it-less-circle': () => import('./icons/it-less-circle.js'),\n 'it-link': () => import('./icons/it-link.js'),\n 'it-linkedin-square': () => import('./icons/it-linkedin-square.js'),\n 'it-linkedin': () => import('./icons/it-linkedin.js'),\n 'it-list': () => import('./icons/it-list.js'),\n 'it-lock': () => import('./icons/it-lock.js'),\n 'it-locked': () => import('./icons/it-locked.js'),\n 'it-logout': () => import('./icons/it-logout.js'),\n 'it-mail-open': () => import('./icons/it-mail-open.js'),\n 'it-mail': () => import('./icons/it-mail.js'),\n 'it-map-marker-circle': () => import('./icons/it-map-marker-circle.js'),\n 'it-map-marker-minus': () => import('./icons/it-map-marker-minus.js'),\n 'it-map-marker-plus': () => import('./icons/it-map-marker-plus.js'),\n 'it-map-marker': () => import('./icons/it-map-marker.js'),\n 'it-mastodon-square': () => import('./icons/it-mastodon-square.js'),\n 'it-mastodon': () => import('./icons/it-mastodon.js'),\n 'it-maximize-alt': () => import('./icons/it-maximize-alt.js'),\n 'it-maximize': () => import('./icons/it-maximize.js'),\n 'it-medium-square': () => import('./icons/it-medium-square.js'),\n 'it-medium': () => import('./icons/it-medium.js'),\n 'it-minimize': () => import('./icons/it-minimize.js'),\n 'it-minus-circle': () => import('./icons/it-minus-circle.js'),\n 'it-minus': () => import('./icons/it-minus.js'),\n 'it-moodle-square': () => import('./icons/it-moodle-square.js'),\n 'it-moodle': () => import('./icons/it-moodle.js'),\n 'it-more-actions': () => import('./icons/it-more-actions.js'),\n 'it-more-items': () => import('./icons/it-more-items.js'),\n 'it-note': () => import('./icons/it-note.js'),\n 'it-open-source': () => import('./icons/it-open-source.js'),\n 'it-pa': () => import('./icons/it-pa.js'),\n 'it-password-invisible': () => import('./icons/it-password-invisible.js'),\n 'it-password-visible': () => import('./icons/it-password-visible.js'),\n 'it-pencil': () => import('./icons/it-pencil.js'),\n 'it-piattaforme': () => import('./icons/it-piattaforme.js'),\n 'it-pin': () => import('./icons/it-pin.js'),\n 'it-pinterest-square': () => import('./icons/it-pinterest-square.js'),\n 'it-pinterest': () => import('./icons/it-pinterest.js'),\n 'it-plug': () => import('./icons/it-plug.js'),\n 'it-plus-circle': () => import('./icons/it-plus-circle.js'),\n 'it-plus': () => import('./icons/it-plus.js'),\n 'it-presentation': () => import('./icons/it-presentation.js'),\n 'it-print': () => import('./icons/it-print.js'),\n 'it-quora-square': () => import('./icons/it-quora-square.js'),\n 'it-quora': () => import('./icons/it-quora.js'),\n 'it-reddit-square': () => import('./icons/it-reddit-square.js'),\n 'it-reddit': () => import('./icons/it-reddit.js'),\n 'it-refresh': () => import('./icons/it-refresh.js'),\n 'it-restore': () => import('./icons/it-restore.js'),\n 'it-rss-square': () => import('./icons/it-rss-square.js'),\n 'it-rss': () => import('./icons/it-rss.js'),\n 'it-search': () => import('./icons/it-search.js'),\n 'it-settings': () => import('./icons/it-settings.js'),\n 'it-share': () => import('./icons/it-share.js'),\n 'it-sign': () => import('./icons/it-sign.js'),\n 'it-slack-square': () => import('./icons/it-slack-square.js'),\n 'it-slack': () => import('./icons/it-slack.js'),\n 'it-snapchat-square': () => import('./icons/it-snapchat-square.js'),\n 'it-snapchat': () => import('./icons/it-snapchat.js'),\n 'it-software': () => import('./icons/it-software.js'),\n 'it-spotify': () => import('./icons/it-spotify.js'),\n 'it-stackexchange-square': () => import('./icons/it-stackexchange-square.js'),\n 'it-stackexchange': () => import('./icons/it-stackexchange.js'),\n 'it-stackoverflow-square': () => import('./icons/it-stackoverflow-square.js'),\n 'it-stackoverflow': () => import('./icons/it-stackoverflow.js'),\n 'it-star-full': () => import('./icons/it-star-full.js'),\n 'it-star-outline': () => import('./icons/it-star-outline.js'),\n 'it-team-digitale': () => import('./icons/it-team-digitale.js'),\n 'it-telegram': () => import('./icons/it-telegram.js'),\n 'it-telephone': () => import('./icons/it-telephone.js'),\n 'it-threads-square': () => import('./icons/it-threads-square.js'),\n 'it-threads': () => import('./icons/it-threads.js'),\n 'it-tiktok-square': () => import('./icons/it-tiktok-square.js'),\n 'it-tiktok': () => import('./icons/it-tiktok.js'),\n 'it-tool': () => import('./icons/it-tool.js'),\n 'it-twitter-square': () => import('./icons/it-twitter-square.js'),\n 'it-twitter': () => import('./icons/it-twitter.js'),\n 'it-unlocked': () => import('./icons/it-unlocked.js'),\n 'it-upload': () => import('./icons/it-upload.js'),\n 'it-user': () => import('./icons/it-user.js'),\n 'it-video': () => import('./icons/it-video.js'),\n 'it-vimeo-square': () => import('./icons/it-vimeo-square.js'),\n 'it-vimeo': () => import('./icons/it-vimeo.js'),\n 'it-warning-circle': () => import('./icons/it-warning-circle.js'),\n 'it-warning': () => import('./icons/it-warning.js'),\n 'it-whatsapp-square': () => import('./icons/it-whatsapp-square.js'),\n 'it-whatsapp': () => import('./icons/it-whatsapp.js'),\n 'it-wifi': () => import('./icons/it-wifi.js'),\n 'it-youtube': () => import('./icons/it-youtube.js'),\n 'it-zoom-in': () => import('./icons/it-zoom-in.js'),\n 'it-zoom-out': () => import('./icons/it-zoom-out.js')\n} as const;\n\nexport type AvailableIcons = keyof typeof registry;\n\n/**\n * Get a dynamic icon loader by name.\n */\nexport const getIcon = (name: AvailableIcons): IconLoader | undefined =>\n registry[name];","import { BaseComponent } from '@italia/globals';\nimport { html, PropertyValues, nothing, svg } from 'lit';\nimport { customElement, property, state, query } from 'lit/decorators.js';\nimport { getIcon, type AvailableIcons } from './icon-registry.js';\nimport { type Colors, type Sizes, type Alignments } from './types.js';\nimport styles from './icon.scss';\n\n@customElement('it-icon')\nexport class ItIcon extends BaseComponent {\n static styles = styles;\n\n @property({ type: String, reflect: true }) size?: Sizes;\n\n @property({ type: String }) name?: AvailableIcons;\n\n @property({ type: String, reflect: true }) color?: Colors;\n\n // @property({ type: String }) background?: Colors;\n\n @property({ type: String, reflect: true }) align?: Alignments = 'middle';\n\n @property({ type: String, reflect: true }) label = '';\n\n @property({ type: Boolean, reflect: true }) padded = false;\n\n @property({ type: String, reflect: true }) src?: string;\n\n @state() private svgElement?: HTMLElement;\n\n @query('slot')\n private slotEl!: HTMLSlotElement;\n\n private titleId?: string;\n\n override async updated(changedProps: PropertyValues<this>) {\n if (changedProps.has('name') && this.name) {\n const loader = getIcon(this.name);\n if (loader) {\n const raw = (await loader()).default;\n this.parseAndStoreSvg(raw);\n }\n }\n\n if (changedProps.has('src') && this.src) {\n await this.loadSvgFromUrl(this.src);\n }\n\n if (changedProps.has('label')) {\n this.handleTitleId();\n }\n\n if (\n changedProps.has('label') ||\n changedProps.has('size') ||\n changedProps.has('color') ||\n // changedProps.has('background') ||\n changedProps.has('padded') ||\n changedProps.has('role') ||\n changedProps.has('align')\n ) {\n this.updateSvgAttributes();\n }\n }\n\n private handleTitleId() {\n if (this.label) {\n if (!this.titleId) {\n this.titleId = `icon-label-${crypto.randomUUID()}`;\n }\n } else {\n this.titleId = undefined;\n }\n }\n\n private async loadSvgFromUrl(url: string) {\n try {\n const res = await fetch(url);\n if (!res.ok) throw new Error(`Failed to load SVG from ${url} (status: ${res.status})`);\n\n const raw = await res.text();\n this.parseAndStoreSvg(raw);\n } catch (e) {\n this.svgElement = undefined;\n this.announceSvgLoadError();\n }\n }\n\n private announceSvgLoadError(): void {\n this.dispatchEvent(\n new Event('error', {\n bubbles: false,\n composed: false,\n cancelable: false,\n }),\n );\n }\n\n private parseAndStoreSvg(raw: string) {\n const parser = new DOMParser();\n const doc = parser.parseFromString(raw, 'image/svg+xml');\n const _svg = doc.documentElement;\n this.svgElement = _svg;\n this.updateSvgAttributes();\n }\n\n private applySvgAttributes(svgEl: HTMLElement) {\n svgEl.removeAttribute('width');\n svgEl.removeAttribute('height');\n\n const classList = this.updateClasses();\n\n svgEl.setAttribute('class', classList);\n svgEl.setAttribute('part', 'icon');\n\n // Accessibility logic:\n // - If a `label` is provided:\n // - The icon is accessible to assistive technologies.\n // - Remove aria-hidden attribute if it exists\n // - Sets `role=\"img\"` to indicate the SVG is an image.\n // - Adds a <title> element with the label text inside the SVG.\n // - Sets `aria-labelledby` to reference the <title> for screen readers.\n // - If no `label` is provided:\n // - The icon is treated as decorative and ignored by assistive technologies.\n // - Sets `aria-hidden=\"true\".\n // - Sets `role=\"presentation\"` to indicate the SVG is purely decorative.\n // - Removes any <title> and `aria-labelledby` attributes from the SVG.\n if (this.label) {\n svgEl.removeAttribute('aria-hidden');\n svgEl.setAttribute('role', 'img');\n\n // Remove previous title/aria-labelledby\n svgEl.removeAttribute('aria-labelledby');\n svgEl.querySelectorAll('title').forEach((t) => t.remove());\n\n // Add title and aria-labelledby for screen readers\n if (this.titleId) {\n const titleEl = document.createElementNS('http://www.w3.org/2000/svg', 'title');\n titleEl.id = this.titleId;\n titleEl.textContent = this.label;\n svgEl.prepend(titleEl);\n svgEl.setAttribute('aria-labelledby', this.titleId);\n }\n } else {\n svgEl.setAttribute('aria-hidden', 'true');\n svgEl.setAttribute('role', 'presentation');\n svgEl.removeAttribute('aria-labelledby');\n svgEl.querySelectorAll('title').forEach((t) => t.remove());\n }\n }\n\n private updateSvgAttributes() {\n if (!this.svgElement) return;\n\n this.applySvgAttributes(this.svgElement);\n }\n\n private updateClasses() {\n return [\n 'icon',\n this.size ? `icon-${this.size}` : '',\n this.color ? `icon-${this.color}` : '',\n // this.background ? `bg-${this.background}` : '',\n this.align ? `align-${this.align}` : '',\n this.padded ? `icon-padded` : '',\n ]\n .filter(Boolean)\n .join(' ')\n .trim();\n }\n\n private handleSlotChange() {\n const nodes = this.slotEl.assignedNodes({ flatten: true });\n const _svg = nodes.find(\n (node): node is HTMLElement =>\n node.nodeType === Node.ELEMENT_NODE && (node as Element).tagName.toLowerCase() === 'svg',\n );\n\n if (_svg) {\n this.applySvgAttributes(_svg);\n }\n }\n\n render() {\n return html`\n <slot @slotchange=${this.handleSlotChange}>${this.svgElement ? svg`${this.svgElement}` : nothing}</slot>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'it-icon': ItIcon;\n }\n}\n"],"names":["it"],"mappings":"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","x_google_ignoreList":[0,2]}
|
|
1
|
+
{"version":3,"file":"it-icon.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/icon-registry.ts","../../../src/it-icon.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","// 🛑 AUTO-GENERATED FILE — do not edit manually!\nexport type IconLoader = () => Promise<{ default: string }>;\n\nexport const registry = {\n 'it-android-square': () => import('./icons/it-android-square.js'),\n 'it-android': () => import('./icons/it-android.js'),\n 'it-apple-square': () => import('./icons/it-apple-square.js'),\n 'it-apple': () => import('./icons/it-apple.js'),\n 'it-arrow-down-circle': () => import('./icons/it-arrow-down-circle.js'),\n 'it-arrow-down-triangle': () => import('./icons/it-arrow-down-triangle.js'),\n 'it-arrow-down': () => import('./icons/it-arrow-down.js'),\n 'it-arrow-left-circle': () => import('./icons/it-arrow-left-circle.js'),\n 'it-arrow-left-triangle': () => import('./icons/it-arrow-left-triangle.js'),\n 'it-arrow-left': () => import('./icons/it-arrow-left.js'),\n 'it-arrow-right-circle': () => import('./icons/it-arrow-right-circle.js'),\n 'it-arrow-right-triangle': () => import('./icons/it-arrow-right-triangle.js'),\n 'it-arrow-right': () => import('./icons/it-arrow-right.js'),\n 'it-arrow-up-circle': () => import('./icons/it-arrow-up-circle.js'),\n 'it-arrow-up-triangle': () => import('./icons/it-arrow-up-triangle.js'),\n 'it-arrow-up': () => import('./icons/it-arrow-up.js'),\n 'it-ban': () => import('./icons/it-ban.js'),\n 'it-behance': () => import('./icons/it-behance.js'),\n 'it-bluesky': () => import('./icons/it-bluesky.js'),\n 'it-bookmark': () => import('./icons/it-bookmark.js'),\n 'it-box': () => import('./icons/it-box.js'),\n 'it-burger': () => import('./icons/it-burger.js'),\n 'it-calendar': () => import('./icons/it-calendar.js'),\n 'it-camera': () => import('./icons/it-camera.js'),\n 'it-car': () => import('./icons/it-car.js'),\n 'it-card': () => import('./icons/it-card.js'),\n 'it-cart': () => import('./icons/it-cart.js'),\n 'it-chart-line': () => import('./icons/it-chart-line.js'),\n 'it-check-circle': () => import('./icons/it-check-circle.js'),\n 'it-check': () => import('./icons/it-check.js'),\n 'it-chevron-left': () => import('./icons/it-chevron-left.js'),\n 'it-chevron-right': () => import('./icons/it-chevron-right.js'),\n 'it-clip': () => import('./icons/it-clip.js'),\n 'it-clock': () => import('./icons/it-clock.js'),\n 'it-close-big': () => import('./icons/it-close-big.js'),\n 'it-close-circle': () => import('./icons/it-close-circle.js'),\n 'it-close': () => import('./icons/it-close.js'),\n 'it-code-circle': () => import('./icons/it-code-circle.js'),\n 'it-collapse': () => import('./icons/it-collapse.js'),\n 'it-comment': () => import('./icons/it-comment.js'),\n 'it-copy': () => import('./icons/it-copy.js'),\n 'it-delete': () => import('./icons/it-delete.js'),\n 'it-designers-italia': () => import('./icons/it-designers-italia.js'),\n 'it-download': () => import('./icons/it-download.js'),\n 'it-error': () => import('./icons/it-error.js'),\n 'it-exchange-circle': () => import('./icons/it-exchange-circle.js'),\n 'it-expand': () => import('./icons/it-expand.js'),\n 'it-external-link': () => import('./icons/it-external-link.js'),\n 'it-facebook-square': () => import('./icons/it-facebook-square.js'),\n 'it-facebook': () => import('./icons/it-facebook.js'),\n 'it-figma-square': () => import('./icons/it-figma-square.js'),\n 'it-figma': () => import('./icons/it-figma.js'),\n 'it-file-audio': () => import('./icons/it-file-audio.js'),\n 'it-file-compressed': () => import('./icons/it-file-compressed.js'),\n 'it-file-csv': () => import('./icons/it-file-csv.js'),\n 'it-file-docx': () => import('./icons/it-file-docx.js'),\n 'it-file-image': () => import('./icons/it-file-image.js'),\n 'it-file-json': () => import('./icons/it-file-json.js'),\n 'it-file-odp': () => import('./icons/it-file-odp.js'),\n 'it-file-ods': () => import('./icons/it-file-ods.js'),\n 'it-file-odt': () => import('./icons/it-file-odt.js'),\n 'it-file-pdf-ext': () => import('./icons/it-file-pdf-ext.js'),\n 'it-file-pdf': () => import('./icons/it-file-pdf.js'),\n 'it-file-ppt': () => import('./icons/it-file-ppt.js'),\n 'it-file-sheet': () => import('./icons/it-file-sheet.js'),\n 'it-file-signed': () => import('./icons/it-file-signed.js'),\n 'it-file-slides': () => import('./icons/it-file-slides.js'),\n 'it-file-txt': () => import('./icons/it-file-txt.js'),\n 'it-file-video': () => import('./icons/it-file-video.js'),\n 'it-file-xlsx': () => import('./icons/it-file-xlsx.js'),\n 'it-file-xml': () => import('./icons/it-file-xml.js'),\n 'it-file': () => import('./icons/it-file.js'),\n 'it-files': () => import('./icons/it-files.js'),\n 'it-flag': () => import('./icons/it-flag.js'),\n 'it-flickr-square': () => import('./icons/it-flickr-square.js'),\n 'it-flickr': () => import('./icons/it-flickr.js'),\n 'it-folder': () => import('./icons/it-folder.js'),\n 'it-fullscreen': () => import('./icons/it-fullscreen.js'),\n 'it-funnel': () => import('./icons/it-funnel.js'),\n 'it-github': () => import('./icons/it-github.js'),\n 'it-google': () => import('./icons/it-google.js'),\n 'it-hearing': () => import('./icons/it-hearing.js'),\n 'it-help-circle': () => import('./icons/it-help-circle.js'),\n 'it-help': () => import('./icons/it-help.js'),\n 'it-horn': () => import('./icons/it-horn.js'),\n 'it-inbox': () => import('./icons/it-inbox.js'),\n 'it-info-circle': () => import('./icons/it-info-circle.js'),\n 'it-instagram': () => import('./icons/it-instagram.js'),\n 'it-key': () => import('./icons/it-key.js'),\n 'it-less-circle': () => import('./icons/it-less-circle.js'),\n 'it-link': () => import('./icons/it-link.js'),\n 'it-linkedin-square': () => import('./icons/it-linkedin-square.js'),\n 'it-linkedin': () => import('./icons/it-linkedin.js'),\n 'it-list': () => import('./icons/it-list.js'),\n 'it-lock': () => import('./icons/it-lock.js'),\n 'it-locked': () => import('./icons/it-locked.js'),\n 'it-logout': () => import('./icons/it-logout.js'),\n 'it-mail-open': () => import('./icons/it-mail-open.js'),\n 'it-mail': () => import('./icons/it-mail.js'),\n 'it-map-marker-circle': () => import('./icons/it-map-marker-circle.js'),\n 'it-map-marker-minus': () => import('./icons/it-map-marker-minus.js'),\n 'it-map-marker-plus': () => import('./icons/it-map-marker-plus.js'),\n 'it-map-marker': () => import('./icons/it-map-marker.js'),\n 'it-mastodon-square': () => import('./icons/it-mastodon-square.js'),\n 'it-mastodon': () => import('./icons/it-mastodon.js'),\n 'it-maximize-alt': () => import('./icons/it-maximize-alt.js'),\n 'it-maximize': () => import('./icons/it-maximize.js'),\n 'it-medium-square': () => import('./icons/it-medium-square.js'),\n 'it-medium': () => import('./icons/it-medium.js'),\n 'it-minimize': () => import('./icons/it-minimize.js'),\n 'it-minus-circle': () => import('./icons/it-minus-circle.js'),\n 'it-minus': () => import('./icons/it-minus.js'),\n 'it-moodle-square': () => import('./icons/it-moodle-square.js'),\n 'it-moodle': () => import('./icons/it-moodle.js'),\n 'it-more-actions': () => import('./icons/it-more-actions.js'),\n 'it-more-items': () => import('./icons/it-more-items.js'),\n 'it-note': () => import('./icons/it-note.js'),\n 'it-open-source': () => import('./icons/it-open-source.js'),\n 'it-pa': () => import('./icons/it-pa.js'),\n 'it-password-invisible': () => import('./icons/it-password-invisible.js'),\n 'it-password-visible': () => import('./icons/it-password-visible.js'),\n 'it-pencil': () => import('./icons/it-pencil.js'),\n 'it-piattaforme': () => import('./icons/it-piattaforme.js'),\n 'it-pin': () => import('./icons/it-pin.js'),\n 'it-pinterest-square': () => import('./icons/it-pinterest-square.js'),\n 'it-pinterest': () => import('./icons/it-pinterest.js'),\n 'it-plug': () => import('./icons/it-plug.js'),\n 'it-plus-circle': () => import('./icons/it-plus-circle.js'),\n 'it-plus': () => import('./icons/it-plus.js'),\n 'it-presentation': () => import('./icons/it-presentation.js'),\n 'it-print': () => import('./icons/it-print.js'),\n 'it-quora-square': () => import('./icons/it-quora-square.js'),\n 'it-quora': () => import('./icons/it-quora.js'),\n 'it-reddit-square': () => import('./icons/it-reddit-square.js'),\n 'it-reddit': () => import('./icons/it-reddit.js'),\n 'it-refresh': () => import('./icons/it-refresh.js'),\n 'it-restore': () => import('./icons/it-restore.js'),\n 'it-rss-square': () => import('./icons/it-rss-square.js'),\n 'it-rss': () => import('./icons/it-rss.js'),\n 'it-search': () => import('./icons/it-search.js'),\n 'it-settings': () => import('./icons/it-settings.js'),\n 'it-share': () => import('./icons/it-share.js'),\n 'it-sign': () => import('./icons/it-sign.js'),\n 'it-slack-square': () => import('./icons/it-slack-square.js'),\n 'it-slack': () => import('./icons/it-slack.js'),\n 'it-snapchat-square': () => import('./icons/it-snapchat-square.js'),\n 'it-snapchat': () => import('./icons/it-snapchat.js'),\n 'it-software': () => import('./icons/it-software.js'),\n 'it-spotify': () => import('./icons/it-spotify.js'),\n 'it-stackexchange-square': () => import('./icons/it-stackexchange-square.js'),\n 'it-stackexchange': () => import('./icons/it-stackexchange.js'),\n 'it-stackoverflow-square': () => import('./icons/it-stackoverflow-square.js'),\n 'it-stackoverflow': () => import('./icons/it-stackoverflow.js'),\n 'it-star-full': () => import('./icons/it-star-full.js'),\n 'it-star-outline': () => import('./icons/it-star-outline.js'),\n 'it-team-digitale': () => import('./icons/it-team-digitale.js'),\n 'it-telegram': () => import('./icons/it-telegram.js'),\n 'it-telephone': () => import('./icons/it-telephone.js'),\n 'it-threads-square': () => import('./icons/it-threads-square.js'),\n 'it-threads': () => import('./icons/it-threads.js'),\n 'it-tiktok-square': () => import('./icons/it-tiktok-square.js'),\n 'it-tiktok': () => import('./icons/it-tiktok.js'),\n 'it-tool': () => import('./icons/it-tool.js'),\n 'it-twitter-square': () => import('./icons/it-twitter-square.js'),\n 'it-twitter': () => import('./icons/it-twitter.js'),\n 'it-unlocked': () => import('./icons/it-unlocked.js'),\n 'it-upload': () => import('./icons/it-upload.js'),\n 'it-user': () => import('./icons/it-user.js'),\n 'it-video': () => import('./icons/it-video.js'),\n 'it-vimeo-square': () => import('./icons/it-vimeo-square.js'),\n 'it-vimeo': () => import('./icons/it-vimeo.js'),\n 'it-warning-circle': () => import('./icons/it-warning-circle.js'),\n 'it-warning': () => import('./icons/it-warning.js'),\n 'it-whatsapp-square': () => import('./icons/it-whatsapp-square.js'),\n 'it-whatsapp': () => import('./icons/it-whatsapp.js'),\n 'it-wifi': () => import('./icons/it-wifi.js'),\n 'it-youtube': () => import('./icons/it-youtube.js'),\n 'it-zoom-in': () => import('./icons/it-zoom-in.js'),\n 'it-zoom-out': () => import('./icons/it-zoom-out.js')\n} as const;\n\nexport type AvailableIcons = keyof typeof registry;\n\n/**\n * Get a dynamic icon loader by name.\n */\nexport const getIcon = (name: AvailableIcons): IconLoader | undefined =>\n registry[name];","import { BaseComponent } from '@italia/globals';\nimport { html, PropertyValues, nothing, svg } from 'lit';\nimport { customElement, property, state, query } from 'lit/decorators.js';\nimport { getIcon, type AvailableIcons } from './icon-registry.js';\nimport { type Colors, type Sizes, type Alignments } from './types.js';\nimport styles from './icon.scss';\n\n@customElement('it-icon')\nexport class ItIcon extends BaseComponent {\n static styles = styles;\n\n @property({ type: String, reflect: true }) size?: Sizes;\n\n @property({ type: String }) name?: AvailableIcons;\n\n @property({ type: String, reflect: true }) color?: Colors;\n\n // @property({ type: String }) background?: Colors;\n\n @property({ type: String, reflect: true }) align?: Alignments = 'middle';\n\n @property({ type: String, reflect: true }) label = '';\n\n @property({ type: Boolean, reflect: true }) padded = false;\n\n @property({ type: String, reflect: true }) src?: string;\n\n @state() private svgElement?: HTMLElement;\n\n @query('slot')\n private slotEl!: HTMLSlotElement;\n\n private titleId?: string;\n\n override async updated(changedProps: PropertyValues<this>) {\n if (changedProps.has('name') && this.name) {\n const loader = getIcon(this.name);\n if (loader) {\n const raw = (await loader()).default;\n this.parseAndStoreSvg(raw);\n }\n }\n\n if (changedProps.has('src') && this.src) {\n await this.loadSvgFromUrl(this.src);\n }\n\n if (changedProps.has('label')) {\n this.handleTitleId();\n }\n\n if (\n changedProps.has('label') ||\n changedProps.has('size') ||\n changedProps.has('color') ||\n // changedProps.has('background') ||\n changedProps.has('padded') ||\n changedProps.has('role') ||\n changedProps.has('align')\n ) {\n this.updateSvgAttributes();\n }\n }\n\n private handleTitleId() {\n if (this.label) {\n if (!this.titleId) {\n this.titleId = `icon-label-${crypto.randomUUID()}`;\n }\n } else {\n this.titleId = undefined;\n }\n }\n\n private async loadSvgFromUrl(url: string) {\n try {\n const res = await fetch(url);\n if (!res.ok) throw new Error(`Failed to load SVG from ${url} (status: ${res.status})`);\n\n const raw = await res.text();\n this.parseAndStoreSvg(raw);\n } catch (e) {\n this.svgElement = undefined;\n this.announceSvgLoadError();\n }\n }\n\n private announceSvgLoadError(): void {\n this.dispatchEvent(\n new Event('error', {\n bubbles: false,\n composed: false,\n cancelable: false,\n }),\n );\n }\n\n private parseAndStoreSvg(raw: string) {\n const parser = new DOMParser();\n const doc = parser.parseFromString(raw, 'image/svg+xml');\n const _svg = doc.documentElement;\n this.svgElement = _svg;\n this.updateSvgAttributes();\n }\n\n private applySvgAttributes(svgEl: HTMLElement) {\n svgEl.removeAttribute('width');\n svgEl.removeAttribute('height');\n\n const classList = this.updateClasses();\n\n svgEl.setAttribute('class', classList);\n svgEl.setAttribute('part', 'icon');\n\n // Accessibility logic:\n // - If a `label` is provided:\n // - The icon is accessible to assistive technologies.\n // - Remove aria-hidden attribute if it exists\n // - Sets `role=\"img\"` to indicate the SVG is an image.\n // - Adds a <title> element with the label text inside the SVG.\n // - Sets `aria-labelledby` to reference the <title> for screen readers.\n // - If no `label` is provided:\n // - The icon is treated as decorative and ignored by assistive technologies.\n // - Sets `aria-hidden=\"true\".\n // - Sets `role=\"presentation\"` to indicate the SVG is purely decorative.\n // - Removes any <title> and `aria-labelledby` attributes from the SVG.\n if (this.label) {\n svgEl.removeAttribute('aria-hidden');\n svgEl.setAttribute('role', 'img');\n\n // Remove previous title/aria-labelledby\n svgEl.removeAttribute('aria-labelledby');\n svgEl.querySelectorAll('title').forEach((t) => t.remove());\n\n // Add title and aria-labelledby for screen readers\n if (this.titleId) {\n const titleEl = document.createElementNS('http://www.w3.org/2000/svg', 'title');\n titleEl.id = this.titleId;\n titleEl.textContent = this.label;\n svgEl.prepend(titleEl);\n svgEl.setAttribute('aria-labelledby', this.titleId);\n }\n } else {\n svgEl.setAttribute('aria-hidden', 'true');\n svgEl.setAttribute('role', 'presentation');\n svgEl.removeAttribute('aria-labelledby');\n svgEl.querySelectorAll('title').forEach((t) => t.remove());\n }\n }\n\n private updateSvgAttributes() {\n if (!this.svgElement) return;\n\n this.applySvgAttributes(this.svgElement);\n }\n\n private updateClasses() {\n return [\n 'icon',\n this.size ? `icon-${this.size}` : '',\n this.color ? `icon-${this.color}` : '',\n // this.background ? `bg-${this.background}` : '',\n this.align ? `align-${this.align}` : '',\n this.padded ? `icon-padded` : '',\n ]\n .filter(Boolean)\n .join(' ')\n .trim();\n }\n\n private handleSlotChange() {\n const nodes = this.slotEl.assignedNodes({ flatten: true });\n const _svg = nodes.find(\n (node): node is HTMLElement =>\n node.nodeType === Node.ELEMENT_NODE && (node as Element).tagName.toLowerCase() === 'svg',\n );\n\n if (_svg) {\n this.applySvgAttributes(_svg);\n }\n }\n\n render() {\n return html`\n <slot @slotchange=${this.handleSlotChange}>${this.svgElement ? svg`${this.svgElement}` : nothing}</slot>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'it-icon': ItIcon;\n }\n}\n"],"names":["it"],"mappings":"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","x_google_ignoreList":[0,2]}
|