{"version":3,"file":"c8y-ngx-components-widgets-definitions-applications.mjs","sources":["../../widgets/definitions/applications/index.ts","../../widgets/definitions/applications/c8y-ngx-components-widgets-definitions-applications.ts"],"sourcesContent":["import { gettext } from '@c8y/ngx-components/gettext';\nimport { DynamicWidgetDefinition, hookWidget } from '@c8y/ngx-components';\nimport { defaultWidgetIds } from '@c8y/ngx-components/widgets/definitions';\n\nexport const applicationsWidgetDefinition = {\n  id: defaultWidgetIds.APPLICATIONS,\n  label: gettext('Applications'),\n  description: gettext('Displays the list of links to available applications.'),\n  loadComponent: () =>\n    import('@c8y/ngx-components/widgets/implementations/quick-links').then(\n      m => m.QuickLinksWidgetViewComponent\n    ),\n  loadConfigComponent: () =>\n    import('@c8y/ngx-components/widgets/implementations/quick-links').then(\n      m => m.QuickLinksWidgetConfigComponent\n    ),\n  data: {\n    settings: {\n      noNewWidgets: true,\n      ng1: {\n        options: {\n          noDeviceTarget: true,\n          groupsSelectable: false\n        }\n      }\n    }\n  }\n} satisfies DynamicWidgetDefinition;\n\nexport const applicationsWidgetProviders = [hookWidget(applicationsWidgetDefinition)];\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAIO,MAAM,4BAA4B,GAAG;IAC1C,EAAE,EAAE,gBAAgB,CAAC,YAAY;AACjC,IAAA,KAAK,EAAE,OAAO,CAAC,cAAc,CAAC;AAC9B,IAAA,WAAW,EAAE,OAAO,CAAC,uDAAuD,CAAC;AAC7E,IAAA,aAAa,EAAE,MACb,OAAO,yDAAyD,CAAC,CAAC,IAAI,CACpE,CAAC,IAAI,CAAC,CAAC,6BAA6B,CACrC;AACH,IAAA,mBAAmB,EAAE,MACnB,OAAO,yDAAyD,CAAC,CAAC,IAAI,CACpE,CAAC,IAAI,CAAC,CAAC,+BAA+B,CACvC;AACH,IAAA,IAAI,EAAE;AACJ,QAAA,QAAQ,EAAE;AACR,YAAA,YAAY,EAAE,IAAI;AAClB,YAAA,GAAG,EAAE;AACH,gBAAA,OAAO,EAAE;AACP,oBAAA,cAAc,EAAE,IAAI;AACpB,oBAAA,gBAAgB,EAAE;AACnB;AACF;AACF;AACF;;AAGI,MAAM,2BAA2B,GAAG,CAAC,UAAU,CAAC,4BAA4B,CAAC;;AC7BpF;;AAEG;;;;"}