@inera/ids-angular 4.7.0 → 4.9.0
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/bundles/inera-ids-angular-components-alert.umd.js +4 -1
- package/bundles/inera-ids-angular-components-alert.umd.js.map +1 -1
- package/bundles/inera-ids-angular-components-button-group.umd.js +5 -2
- package/bundles/inera-ids-angular-components-button-group.umd.js.map +1 -1
- package/bundles/inera-ids-angular-components-card.umd.js +11 -5
- package/bundles/inera-ids-angular-components-card.umd.js.map +1 -1
- package/bundles/inera-ids-angular-components-form-range.umd.js +4 -1
- package/bundles/inera-ids-angular-components-form-range.umd.js.map +1 -1
- package/bundles/inera-ids-angular-components-form-textarea.umd.js +4 -1
- package/bundles/inera-ids-angular-components-form-textarea.umd.js.map +1 -1
- package/bundles/inera-ids-angular-components-tooltip.umd.js +5 -2
- package/bundles/inera-ids-angular-components-tooltip.umd.js.map +1 -1
- package/components/alert/alert.component.d.ts +2 -1
- package/components/button-group/button-group.component.d.ts +2 -2
- package/components/card/card.component.d.ts +5 -3
- package/components/form/range/range.component.d.ts +2 -1
- package/components/form/textarea/textarea.component.d.ts +2 -1
- package/components/tooltip/tooltip.component.d.ts +2 -1
- package/esm2015/components/alert/alert.component.js +5 -2
- package/esm2015/components/button-group/button-group.component.js +6 -3
- package/esm2015/components/card/card.component.js +12 -6
- package/esm2015/components/form/range/range.component.js +5 -2
- package/esm2015/components/form/textarea/textarea.component.js +5 -2
- package/esm2015/components/tooltip/tooltip.component.js +9 -5
- package/fesm2015/inera-ids-angular-components-alert.js +4 -1
- package/fesm2015/inera-ids-angular-components-alert.js.map +1 -1
- package/fesm2015/inera-ids-angular-components-button-group.js +5 -2
- package/fesm2015/inera-ids-angular-components-button-group.js.map +1 -1
- package/fesm2015/inera-ids-angular-components-card.js +11 -5
- package/fesm2015/inera-ids-angular-components-card.js.map +1 -1
- package/fesm2015/inera-ids-angular-components-form-range.js +4 -1
- package/fesm2015/inera-ids-angular-components-form-range.js.map +1 -1
- package/fesm2015/inera-ids-angular-components-form-textarea.js +4 -1
- package/fesm2015/inera-ids-angular-components-form-textarea.js.map +1 -1
- package/fesm2015/inera-ids-angular-components-tooltip.js +8 -4
- package/fesm2015/inera-ids-angular-components-tooltip.js.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inera-ids-angular-components-tooltip.js","sources":["../../../projects/ids-angular/components/tooltip/tooltip.component.ts","../../../projects/ids-angular/components/tooltip/tooltip.component.html","../../../projects/ids-angular/components/tooltip/tooltip.module.ts","../../../projects/ids-angular/components/tooltip/inera-ids-angular-components-tooltip.ts"],"sourcesContent":["import { Component } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-tooltip',\r\n templateUrl: './tooltip.component.html',\r\n})\r\nexport class IDTooltipComponent {\r\n\r\n constructor() { }\r\n}\r\n","<ids-tooltip>\r\n <ng-content></ng-content>\r\n</ids-tooltip>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDTooltipComponent } from './tooltip.component';\r\nimport '@inera/ids-core/components/tooltip/register';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDTooltipComponent\r\n ],\r\n exports: [\r\n IDTooltipComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDTooltipModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,kBAAkB,CAAA;
|
|
1
|
+
{"version":3,"file":"inera-ids-angular-components-tooltip.js","sources":["../../../projects/ids-angular/components/tooltip/tooltip.component.ts","../../../projects/ids-angular/components/tooltip/tooltip.component.html","../../../projects/ids-angular/components/tooltip/tooltip.module.ts","../../../projects/ids-angular/components/tooltip/inera-ids-angular-components-tooltip.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-tooltip',\r\n templateUrl: './tooltip.component.html',\r\n})\r\nexport class IDTooltipComponent {\r\n\r\n @Input()\r\n position: 'top-left' | 'top' | 'top-right' | 'bottom-left' | 'bottom' | 'bottom-right' = 'top';\r\n\r\n constructor() { }\r\n}\r\n","<ids-tooltip [position]=\"position\">\r\n <ng-content></ng-content>\r\n</ids-tooltip>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDTooltipComponent } from './tooltip.component';\r\nimport '@inera/ids-core/components/tooltip/register';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDTooltipComponent\r\n ],\r\n exports: [\r\n IDTooltipComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDTooltipModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,kBAAkB,CAAA;AAK7B,IAAA,WAAA,GAAA;QAFA,IAAQ,CAAA,QAAA,GAAkF,KAAK,CAAC;KAE/E;;gHALN,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlB,kBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,kBAAkB,oFCN/B,wFAEc,EAAA,CAAA,CAAA;4FDID,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAJ9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,WAAW,EAAE,0BAA0B;AACxC,iBAAA,CAAA;0EAIC,QAAQ,EAAA,CAAA;sBADP,KAAK;;;MEKK,eAAe,CAAA;;6GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;8GAAf,eAAe,EAAA,YAAA,EAAA,CAPxB,kBAAkB,CAAA,EAAA,OAAA,EAAA,CAGlB,kBAAkB,CAAA,EAAA,CAAA,CAAA;8GAIT,eAAe,EAAA,CAAA,CAAA;4FAAf,eAAe,EAAA,UAAA,EAAA,CAAA;kBAT3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,kBAAkB;AACnB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,kBAAkB;AACnB,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACZD;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inera/ids-angular",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.9.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "*",
|
|
6
6
|
"@angular/core": "*",
|
|
7
|
-
"@inera/ids-core": "4.
|
|
7
|
+
"@inera/ids-core": "4.9.x"
|
|
8
8
|
},
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|