@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
1 lines • 2.06 kB
Source Map (JSON)
{"version":3,"file":"c8y-ngx-components-widgets-definitions-help-and-service.mjs","sources":["../../widgets/definitions/help-and-service/index.ts","../../widgets/definitions/help-and-service/c8y-ngx-components-widgets-definitions-help-and-service.ts"],"sourcesContent":["import type { DynamicWidgetDefinition } from '@c8y/ngx-components';\nimport { gettext, hookWidget } from '@c8y/ngx-components';\nimport { defaultWidgetIds } from '@c8y/ngx-components/widgets/definitions';\n\nexport const helpAndServiceWidgetDefinition = {\n id: defaultWidgetIds.HELP_AND_SERVICE,\n label: gettext('Help and service'),\n description: gettext(`Displays links to help and service resources.`),\n loadComponent: () =>\n import('@c8y/ngx-components/widgets/implementations/help-and-service-widget').then(\n m => m.HelpAndServiceViewComponent\n ),\n previewImage: 'c8y-style-assets/help-and-service-widget-pr.png',\n data: {\n settings: {\n noNewWidgets: false,\n widgetDefaults: {\n _width: 8,\n _height: 4\n },\n ng1: {\n options: {\n noDeviceTarget: true,\n groupsSelectable: false\n }\n }\n }\n }\n} satisfies DynamicWidgetDefinition;\n\nexport const helpAndServiceWidgetProviders = [hookWidget(helpAndServiceWidgetDefinition)];\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;AAIa,MAAA,8BAA8B,GAAG;IAC5C,EAAE,EAAE,gBAAgB,CAAC,gBAAgB;AACrC,IAAA,KAAK,EAAE,OAAO,CAAC,kBAAkB,CAAC;AAClC,IAAA,WAAW,EAAE,OAAO,CAAC,CAAA,6CAAA,CAA+C,CAAC;AACrE,IAAA,aAAa,EAAE,MACb,OAAO,qEAAqE,CAAC,CAAC,IAAI,CAChF,CAAC,IAAI,CAAC,CAAC,2BAA2B,CACnC;AACH,IAAA,YAAY,EAAE,iDAAiD;AAC/D,IAAA,IAAI,EAAE;AACJ,QAAA,QAAQ,EAAE;AACR,YAAA,YAAY,EAAE,KAAK;AACnB,YAAA,cAAc,EAAE;AACd,gBAAA,MAAM,EAAE,CAAC;AACT,gBAAA,OAAO,EAAE,CAAC;AACX,aAAA;AACD,YAAA,GAAG,EAAE;AACH,gBAAA,OAAO,EAAE;AACP,oBAAA,cAAc,EAAE,IAAI;AACpB,oBAAA,gBAAgB,EAAE,KAAK;AACxB,iBAAA;AACF,aAAA;AACF,SAAA;AACF,KAAA;EACiC;AAEvB,MAAA,6BAA6B,GAAG,CAAC,UAAU,CAAC,8BAA8B,CAAC;;AC9BxF;;AAEG;;;;"}