@koalarx/ui
Version:
Koala UI is a modern and accessible component library designed to speed up interface development in Angular projects. With simple integration and clear documentation, you can easily build robust and visually appealing applications.
1 lines • 1.48 kB
Source Map (JSON)
{"version":3,"file":"koalarx-ui-shared-components-input-field-fieldset.mjs","sources":["../../projects/koala-ui/shared/components/input-field/fieldset/fieldset.ts","../../projects/koala-ui/shared/components/input-field/fieldset/fieldset.html","../../projects/koala-ui/shared/components/input-field/fieldset/koalarx-ui-shared-components-input-field-fieldset.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { FieldGroup } from '@koalarx/ui/shared/components/input-field/field-group';\n\n@Component({\n selector: 'kl-fieldset',\n templateUrl: './fieldset.html',\n imports: [FieldGroup],\n})\nexport class Fieldset {}\n","<fieldset class=\"fieldset border-gray-200 dark:border-gray-700 rounded-box border w-full pt-0 px-5 pb-2\">\n <legend class=\"fieldset-legend px-2\">\n <ng-content select=\"[legend]\" />\n </legend>\n\n <kl-field-group>\n <ng-content select=\"[fields]\" />\n </kl-field-group>\n</fieldset>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAQa,QAAQ,CAAA;uGAAR,QAAQ,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;2FAAR,QAAQ,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,aAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECRrB,+SASA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EDHY,UAAU,EAAA,QAAA,EAAA,gBAAA,EAAA,CAAA,EAAA,CAAA;;2FAET,QAAQ,EAAA,UAAA,EAAA,CAAA;kBALpB,SAAS;+BACE,aAAa,EAAA,OAAA,EAEd,CAAC,UAAU,CAAC,EAAA,QAAA,EAAA,+SAAA,EAAA;;;AENvB;;AAEG;;;;"}