{"version":3,"file":"edsis-component-id.mjs","sources":["../../../library/component/id/unique-id.util.ts","../../../library/component/id/edsis-component-id.ts"],"sourcesContent":["let counter = 0;\n\n/**\n * Returns a document-unique id with the given prefix, e.g. `uniqueId('Checkbox')`\n * -> `\"checkbox-1\"`.\n */\nexport function uniqueId(prefix: string): string {\n  counter += 1;\n  return `${prefix}-${counter}`;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA,IAAI,OAAO,GAAG,CAAC;AAEf;;;AAGG;AACG,SAAU,QAAQ,CAAC,MAAc,EAAA;IACrC,OAAO,IAAI,CAAC;AACZ,IAAA,OAAO,CAAA,EAAG,MAAM,CAAA,CAAA,EAAI,OAAO,EAAE;AAC/B;;ACTA;;AAEG;;;;"}