@inera/ids-angular 1.7.0 → 1.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.umd.js +186 -19
- package/bundles/inera-ids-angular.umd.js.map +1 -1
- package/esm2015/lib/components/button/button.component.js +13 -6
- package/esm2015/lib/components/card/card.component.js +20 -0
- package/esm2015/lib/components/card/card.module.js +22 -0
- package/esm2015/lib/components/dialog/actions/dialog-actions.component.js +16 -0
- package/esm2015/lib/components/dialog/dialog.component.js +35 -0
- package/esm2015/lib/components/dialog/dialog.module.js +27 -0
- package/esm2015/lib/components/grid/column/column.component.js +24 -7
- package/esm2015/lib/components/grid/container/container.component.js +5 -2
- package/esm2015/lib/components/grid/row/row.component.js +18 -6
- package/esm2015/public-api.js +8 -1
- package/fesm2015/inera-ids-angular.js +162 -16
- package/fesm2015/inera-ids-angular.js.map +1 -1
- package/lib/components/button/button.component.d.ts +4 -1
- package/lib/components/card/card.component.d.ts +7 -0
- package/lib/components/card/card.module.d.ts +8 -0
- package/lib/components/dialog/actions/dialog-actions.component.d.ts +6 -0
- package/lib/components/dialog/dialog.component.d.ts +12 -0
- package/lib/components/dialog/dialog.module.d.ts +9 -0
- package/lib/components/grid/column/column.component.d.ts +10 -3
- package/lib/components/grid/container/container.component.d.ts +2 -1
- package/lib/components/grid/row/row.component.d.ts +7 -2
- package/package.json +2 -2
- package/public-api.d.ts +5 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@inera/ids-core/components/alert/register'), require('@inera/ids-core/components/alert-global/register'), require('@inera/ids-core/components/button/register'), require('@inera/ids-core/components/button-group/register'), require('@angular/platform-browser'), require('@angular/router'), require('@inera/ids-core/components/breadcrumbs/register'), require('@inera/ids-core/components/date-label/register'), require('@inera/ids-core/components/icon/register'), require('@inera/ids-core/components/form/input/register'), require('@inera/ids-core/components/form/checkbox/register'), require('@inera/ids-core/components/form/checkbox-group/register'), require('@inera/ids-core/components/form/error-message/register'), require('@inera/ids-core/components/form/radio/register'), require('@inera/ids-core/components/form/range/register'), require('@inera/ids-core/components/form/select/register'), require('@inera/ids-core/components/form/select-multiple/register'), require('@inera/ids-core/components/form/spinner/register'), require('@inera/ids-core/components/form/time/register'), require('@inera/ids-core/components/form/textarea/register'), require('@inera/ids-core/components/grid/row/register'), require('@inera/ids-core/components/grid/column/register'), require('@inera/ids-core/components/grid/container/register'), require('@inera/ids-core/components/link/register'), require('@inera/ids-core/components/list/register'), require('@inera/ids-core/components/notification/badge/register'), require('@inera/ids-core/components/mobile/menu/register'), require('@inera/ids-core/components/footer/register'), require('@inera/ids-core/components/header/register'), require('@inera/ids-core/components/tabs/register')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@inera/ids-angular', ['exports', '@angular/core', '@angular/common', '@inera/ids-core/components/alert/register', '@inera/ids-core/components/alert-global/register', '@inera/ids-core/components/button/register', '@inera/ids-core/components/button-group/register', '@angular/platform-browser', '@angular/router', '@inera/ids-core/components/breadcrumbs/register', '@inera/ids-core/components/date-label/register', '@inera/ids-core/components/icon/register', '@inera/ids-core/components/form/input/register', '@inera/ids-core/components/form/checkbox/register', '@inera/ids-core/components/form/checkbox-group/register', '@inera/ids-core/components/form/error-message/register', '@inera/ids-core/components/form/radio/register', '@inera/ids-core/components/form/range/register', '@inera/ids-core/components/form/select/register', '@inera/ids-core/components/form/select-multiple/register', '@inera/ids-core/components/form/spinner/register', '@inera/ids-core/components/form/time/register', '@inera/ids-core/components/form/textarea/register', '@inera/ids-core/components/grid/row/register', '@inera/ids-core/components/grid/column/register', '@inera/ids-core/components/grid/container/register', '@inera/ids-core/components/link/register', '@inera/ids-core/components/list/register', '@inera/ids-core/components/notification/badge/register', '@inera/ids-core/components/mobile/menu/register', '@inera/ids-core/components/footer/register', '@inera/ids-core/components/header/register', '@inera/ids-core/components/tabs/register'], factory) :
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@inera/ids-core/components/alert/register'), require('@inera/ids-core/components/alert-global/register'), require('@inera/ids-core/components/button/register'), require('@inera/ids-core/components/button-group/register'), require('@angular/platform-browser'), require('@angular/router'), require('@inera/ids-core/components/breadcrumbs/register'), require('@inera/ids-core/components/card/register'), require('@inera/ids-core/components/date-label/register'), require('@inera/ids-core/components/dialog/register'), require('@inera/ids-core/components/icon/register'), require('@inera/ids-core/components/form/input/register'), require('@inera/ids-core/components/form/checkbox/register'), require('@inera/ids-core/components/form/checkbox-group/register'), require('@inera/ids-core/components/form/error-message/register'), require('@inera/ids-core/components/form/radio/register'), require('@inera/ids-core/components/form/range/register'), require('@inera/ids-core/components/form/select/register'), require('@inera/ids-core/components/form/select-multiple/register'), require('@inera/ids-core/components/form/spinner/register'), require('@inera/ids-core/components/form/time/register'), require('@inera/ids-core/components/form/textarea/register'), require('@inera/ids-core/components/grid/row/register'), require('@inera/ids-core/components/grid/column/register'), require('@inera/ids-core/components/grid/container/register'), require('@inera/ids-core/components/link/register'), require('@inera/ids-core/components/list/register'), require('@inera/ids-core/components/notification/badge/register'), require('@inera/ids-core/components/mobile/menu/register'), require('@inera/ids-core/components/footer/register'), require('@inera/ids-core/components/header/register'), require('@inera/ids-core/components/tabs/register')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@inera/ids-angular', ['exports', '@angular/core', '@angular/common', '@inera/ids-core/components/alert/register', '@inera/ids-core/components/alert-global/register', '@inera/ids-core/components/button/register', '@inera/ids-core/components/button-group/register', '@angular/platform-browser', '@angular/router', '@inera/ids-core/components/breadcrumbs/register', '@inera/ids-core/components/card/register', '@inera/ids-core/components/date-label/register', '@inera/ids-core/components/dialog/register', '@inera/ids-core/components/icon/register', '@inera/ids-core/components/form/input/register', '@inera/ids-core/components/form/checkbox/register', '@inera/ids-core/components/form/checkbox-group/register', '@inera/ids-core/components/form/error-message/register', '@inera/ids-core/components/form/radio/register', '@inera/ids-core/components/form/range/register', '@inera/ids-core/components/form/select/register', '@inera/ids-core/components/form/select-multiple/register', '@inera/ids-core/components/form/spinner/register', '@inera/ids-core/components/form/time/register', '@inera/ids-core/components/form/textarea/register', '@inera/ids-core/components/grid/row/register', '@inera/ids-core/components/grid/column/register', '@inera/ids-core/components/grid/container/register', '@inera/ids-core/components/link/register', '@inera/ids-core/components/list/register', '@inera/ids-core/components/notification/badge/register', '@inera/ids-core/components/mobile/menu/register', '@inera/ids-core/components/footer/register', '@inera/ids-core/components/header/register', '@inera/ids-core/components/tabs/register'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.inera = global.inera || {}, global.inera["ids-angular"] = {}), global.ng.core, global.ng.common, null, null, null, null, global.ng.platformBrowser, global.ng.router));
|
|
5
5
|
})(this, (function (exports, i0, i2, register, register$1, register$2, register$3, i1, i3) { 'use strict';
|
|
6
6
|
|
|
@@ -143,6 +143,9 @@
|
|
|
143
143
|
function IDButtonComponent() {
|
|
144
144
|
this.secondary = false;
|
|
145
145
|
this.toggle = false;
|
|
146
|
+
this.block = false;
|
|
147
|
+
this.sBlock = false;
|
|
148
|
+
this.mBlock = false;
|
|
146
149
|
this.active = false;
|
|
147
150
|
this.submit = false;
|
|
148
151
|
this.search = false;
|
|
@@ -152,26 +155,30 @@
|
|
|
152
155
|
return IDButtonComponent;
|
|
153
156
|
}());
|
|
154
157
|
IDButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
155
|
-
IDButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", toggle: "toggle",
|
|
158
|
+
IDButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", toggle: "toggle", block: "block", sBlock: "sBlock", mBlock: "mBlock", active: "active", submit: "submit", search: "search", disabled: "disabled", type: "type" }, ngImport: i0__namespace, template: "<ids-button \r\n [secondary]=\"secondary ? 'true' : null\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [s-block]=\"sBlock ? 'true' : null\"\r\n [m-block]=\"mBlock ? 'true' : null\"\r\n [type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button[ng-reflect-block=true], id-button[ng-reflect-m-block=true], id-button[ng-reflect-s-block=true] { display: contents; }"], encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
156
159
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDButtonComponent, decorators: [{
|
|
157
160
|
type: i0.Component,
|
|
158
161
|
args: [{
|
|
159
162
|
selector: 'id-button',
|
|
160
163
|
templateUrl: './button.component.html',
|
|
164
|
+
styles: ['id-button[ng-reflect-block=true], id-button[ng-reflect-m-block=true], id-button[ng-reflect-s-block=true] { display: contents; }'],
|
|
161
165
|
encapsulation: i0.ViewEncapsulation.None,
|
|
162
166
|
}]
|
|
163
167
|
}], ctorParameters: function () { return []; }, propDecorators: { secondary: [{
|
|
164
168
|
type: i0.Input
|
|
165
169
|
}], toggle: [{
|
|
166
170
|
type: i0.Input
|
|
171
|
+
}], block: [{
|
|
172
|
+
type: i0.Input
|
|
173
|
+
}], sBlock: [{
|
|
174
|
+
type: i0.Input
|
|
175
|
+
}], mBlock: [{
|
|
176
|
+
type: i0.Input
|
|
167
177
|
}], active: [{
|
|
168
178
|
type: i0.Input
|
|
169
179
|
}], submit: [{
|
|
170
180
|
type: i0.Input
|
|
171
181
|
}], search: [{
|
|
172
|
-
type: i0.HostBinding,
|
|
173
|
-
args: ['class.ids-btn-search']
|
|
174
|
-
}, {
|
|
175
182
|
type: i0.Input
|
|
176
183
|
}], disabled: [{
|
|
177
184
|
type: i0.Input
|
|
@@ -240,7 +247,7 @@
|
|
|
240
247
|
}]
|
|
241
248
|
}] });
|
|
242
249
|
|
|
243
|
-
|
|
250
|
+
/******************************************************************************
|
|
244
251
|
Copyright (c) Microsoft Corporation.
|
|
245
252
|
|
|
246
253
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -402,7 +409,11 @@
|
|
|
402
409
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
403
410
|
if (k2 === undefined)
|
|
404
411
|
k2 = k;
|
|
405
|
-
Object.
|
|
412
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
413
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
414
|
+
desc = { enumerable: true, get: function () { return m[k]; } };
|
|
415
|
+
}
|
|
416
|
+
Object.defineProperty(o, k2, desc);
|
|
406
417
|
}) : (function (o, m, k, k2) {
|
|
407
418
|
if (k2 === undefined)
|
|
408
419
|
k2 = k;
|
|
@@ -556,6 +567,11 @@
|
|
|
556
567
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
557
568
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
558
569
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
570
|
+
}
|
|
571
|
+
function __classPrivateFieldIn(state, receiver) {
|
|
572
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
|
573
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
|
574
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
559
575
|
}
|
|
560
576
|
|
|
561
577
|
var IDLink = /** @class */ (function () {
|
|
@@ -858,6 +874,46 @@
|
|
|
858
874
|
}]
|
|
859
875
|
}] });
|
|
860
876
|
|
|
877
|
+
var IDCardComponent = /** @class */ (function () {
|
|
878
|
+
function IDCardComponent() {
|
|
879
|
+
this.fill = false;
|
|
880
|
+
}
|
|
881
|
+
return IDCardComponent;
|
|
882
|
+
}());
|
|
883
|
+
IDCardComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCardComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
884
|
+
IDCardComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDCardComponent, selector: "id-card", inputs: { fill: "fill" }, ngImport: i0__namespace, template: "<ids-card \r\n [fill]=\"fill\">\r\n <ng-content></ng-content>\r\n</ids-card>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
885
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCardComponent, decorators: [{
|
|
886
|
+
type: i0.Component,
|
|
887
|
+
args: [{
|
|
888
|
+
selector: 'id-card',
|
|
889
|
+
templateUrl: './card.component.html',
|
|
890
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
891
|
+
}]
|
|
892
|
+
}], ctorParameters: function () { return []; }, propDecorators: { fill: [{
|
|
893
|
+
type: i0.Input
|
|
894
|
+
}] } });
|
|
895
|
+
|
|
896
|
+
var IDCardModule = /** @class */ (function () {
|
|
897
|
+
function IDCardModule() {
|
|
898
|
+
}
|
|
899
|
+
return IDCardModule;
|
|
900
|
+
}());
|
|
901
|
+
IDCardModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCardModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
902
|
+
IDCardModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCardModule, declarations: [IDCardComponent], exports: [IDCardComponent] });
|
|
903
|
+
IDCardModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCardModule });
|
|
904
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDCardModule, decorators: [{
|
|
905
|
+
type: i0.NgModule,
|
|
906
|
+
args: [{
|
|
907
|
+
declarations: [
|
|
908
|
+
IDCardComponent
|
|
909
|
+
],
|
|
910
|
+
exports: [
|
|
911
|
+
IDCardComponent
|
|
912
|
+
],
|
|
913
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
914
|
+
}]
|
|
915
|
+
}] });
|
|
916
|
+
|
|
861
917
|
var IDDateLabelComponent = /** @class */ (function () {
|
|
862
918
|
function IDDateLabelComponent() {
|
|
863
919
|
this.date = null;
|
|
@@ -910,6 +966,81 @@
|
|
|
910
966
|
}]
|
|
911
967
|
}] });
|
|
912
968
|
|
|
969
|
+
var IDDialogComponent = /** @class */ (function () {
|
|
970
|
+
function IDDialogComponent() {
|
|
971
|
+
this.dismissible = false;
|
|
972
|
+
this.headline = '';
|
|
973
|
+
this.overlay = false;
|
|
974
|
+
this.persistent = false;
|
|
975
|
+
this.show = false;
|
|
976
|
+
this.width = '';
|
|
977
|
+
}
|
|
978
|
+
return IDDialogComponent;
|
|
979
|
+
}());
|
|
980
|
+
IDDialogComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
981
|
+
IDDialogComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDialogComponent, selector: "id-dialog", inputs: { dismissible: "dismissible", headline: "headline", overlay: "overlay", persistent: "persistent", show: "show", width: "width" }, ngImport: i0__namespace, template: "<ids-dialog \r\n [dismissible]=\"dismissible\"\r\n [headline]=\"headline\"\r\n [overlay]=\"overlay\"\r\n [persistent]=\"persistent\"\r\n [show]=\"show\"\r\n [width]=\"width\">\r\n <ng-content></ng-content>\r\n</ids-dialog>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
982
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogComponent, decorators: [{
|
|
983
|
+
type: i0.Component,
|
|
984
|
+
args: [{
|
|
985
|
+
selector: 'id-dialog',
|
|
986
|
+
templateUrl: './dialog.component.html',
|
|
987
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
988
|
+
}]
|
|
989
|
+
}], ctorParameters: function () { return []; }, propDecorators: { dismissible: [{
|
|
990
|
+
type: i0.Input
|
|
991
|
+
}], headline: [{
|
|
992
|
+
type: i0.Input
|
|
993
|
+
}], overlay: [{
|
|
994
|
+
type: i0.Input
|
|
995
|
+
}], persistent: [{
|
|
996
|
+
type: i0.Input
|
|
997
|
+
}], show: [{
|
|
998
|
+
type: i0.Input
|
|
999
|
+
}], width: [{
|
|
1000
|
+
type: i0.Input
|
|
1001
|
+
}] } });
|
|
1002
|
+
|
|
1003
|
+
var IDDialogActionsComponent = /** @class */ (function () {
|
|
1004
|
+
function IDDialogActionsComponent() {
|
|
1005
|
+
}
|
|
1006
|
+
return IDDialogActionsComponent;
|
|
1007
|
+
}());
|
|
1008
|
+
IDDialogActionsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogActionsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1009
|
+
IDDialogActionsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDDialogActionsComponent, selector: "id-dialog-actions", ngImport: i0__namespace, template: "<ids-dialog-actions>\r\n <ng-content></ng-content>\r\n</ids-dialog-actions>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1010
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogActionsComponent, decorators: [{
|
|
1011
|
+
type: i0.Component,
|
|
1012
|
+
args: [{
|
|
1013
|
+
selector: 'id-dialog-actions',
|
|
1014
|
+
templateUrl: './dialog-actions.component.html',
|
|
1015
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
1016
|
+
}]
|
|
1017
|
+
}], ctorParameters: function () { return []; } });
|
|
1018
|
+
|
|
1019
|
+
var IDDialogModule = /** @class */ (function () {
|
|
1020
|
+
function IDDialogModule() {
|
|
1021
|
+
}
|
|
1022
|
+
return IDDialogModule;
|
|
1023
|
+
}());
|
|
1024
|
+
IDDialogModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1025
|
+
IDDialogModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogModule, declarations: [IDDialogComponent,
|
|
1026
|
+
IDDialogActionsComponent], exports: [IDDialogComponent,
|
|
1027
|
+
IDDialogActionsComponent] });
|
|
1028
|
+
IDDialogModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogModule });
|
|
1029
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDDialogModule, decorators: [{
|
|
1030
|
+
type: i0.NgModule,
|
|
1031
|
+
args: [{
|
|
1032
|
+
declarations: [
|
|
1033
|
+
IDDialogComponent,
|
|
1034
|
+
IDDialogActionsComponent
|
|
1035
|
+
],
|
|
1036
|
+
exports: [
|
|
1037
|
+
IDDialogComponent,
|
|
1038
|
+
IDDialogActionsComponent
|
|
1039
|
+
],
|
|
1040
|
+
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA],
|
|
1041
|
+
}]
|
|
1042
|
+
}] });
|
|
1043
|
+
|
|
913
1044
|
var IDIcon = /** @class */ (function () {
|
|
914
1045
|
function IDIcon(_props) {
|
|
915
1046
|
this._props = _props;
|
|
@@ -1525,19 +1656,30 @@
|
|
|
1525
1656
|
}] });
|
|
1526
1657
|
|
|
1527
1658
|
var IDRowComponent = /** @class */ (function () {
|
|
1528
|
-
function IDRowComponent() {
|
|
1659
|
+
function IDRowComponent(_elementRef) {
|
|
1660
|
+
this._elementRef = _elementRef;
|
|
1661
|
+
this.align = null;
|
|
1662
|
+
this.justify = null;
|
|
1663
|
+
this.style = null;
|
|
1664
|
+
this._elementRef.nativeElement.removeAttribute('style');
|
|
1529
1665
|
}
|
|
1530
1666
|
return IDRowComponent;
|
|
1531
1667
|
}());
|
|
1532
|
-
IDRowComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1533
|
-
IDRowComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRowComponent, selector: "id-row", ngImport: i0__namespace, template: "<ids-row>\r\n <ng-content></ng-content>\r\n</ids-row>" });
|
|
1668
|
+
IDRowComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1669
|
+
IDRowComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDRowComponent, selector: "id-row", inputs: { align: "align", justify: "justify", style: "style" }, ngImport: i0__namespace, template: "<ids-row [style]=\"style\" [justify]=\"justify\" [align]=\"align\">\r\n <ng-content></ng-content>\r\n</ids-row>" });
|
|
1534
1670
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDRowComponent, decorators: [{
|
|
1535
1671
|
type: i0.Component,
|
|
1536
1672
|
args: [{
|
|
1537
1673
|
selector: 'id-row',
|
|
1538
1674
|
templateUrl: './row.component.html',
|
|
1539
1675
|
}]
|
|
1540
|
-
}], ctorParameters: function () { return []; }
|
|
1676
|
+
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { align: [{
|
|
1677
|
+
type: i0.Input
|
|
1678
|
+
}], justify: [{
|
|
1679
|
+
type: i0.Input
|
|
1680
|
+
}], style: [{
|
|
1681
|
+
type: i0.Input
|
|
1682
|
+
}] } });
|
|
1541
1683
|
|
|
1542
1684
|
var IDRowModule = /** @class */ (function () {
|
|
1543
1685
|
function IDRowModule() {
|
|
@@ -1561,15 +1703,22 @@
|
|
|
1561
1703
|
}] });
|
|
1562
1704
|
|
|
1563
1705
|
var IDColumnComponent = /** @class */ (function () {
|
|
1564
|
-
function IDColumnComponent() {
|
|
1706
|
+
function IDColumnComponent(_elementRef) {
|
|
1707
|
+
this._elementRef = _elementRef;
|
|
1565
1708
|
this.cols = "";
|
|
1566
|
-
this.
|
|
1709
|
+
this.offset = null;
|
|
1710
|
+
this.m = "";
|
|
1711
|
+
this.mOffset = null;
|
|
1712
|
+
this.s = "";
|
|
1713
|
+
this.sOffset = null;
|
|
1567
1714
|
this.align = "";
|
|
1715
|
+
this.style = null;
|
|
1716
|
+
this._elementRef.nativeElement.removeAttribute('style');
|
|
1568
1717
|
}
|
|
1569
1718
|
return IDColumnComponent;
|
|
1570
1719
|
}());
|
|
1571
|
-
IDColumnComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1572
|
-
IDColumnComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDColumnComponent, selector: "id-col", inputs: { cols: "cols",
|
|
1720
|
+
IDColumnComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1721
|
+
IDColumnComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDColumnComponent, selector: "id-col", inputs: { cols: "cols", offset: "offset", m: "m", mOffset: "mOffset", s: "s", sOffset: "sOffset", align: "align", style: "style" }, ngImport: i0__namespace, template: "<ids-col \r\n [attr.cols]=\"cols\"\r\n [attr.offset]=\"offset\"\r\n [attr.m]=\"m\" \r\n [attr.m-offset]=\"[mOffset]\"\r\n [attr.s]=\"s\" \r\n [attr.s-offset]=\"[sOffset]\"\r\n [attr.align]=\"align\"\r\n [attr.style]=\"style\">\r\n <ng-content></ng-content>\r\n</ids-col>", styles: ["id-col { display: contents; }"], encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1573
1722
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDColumnComponent, decorators: [{
|
|
1574
1723
|
type: i0.Component,
|
|
1575
1724
|
args: [{
|
|
@@ -1578,12 +1727,22 @@
|
|
|
1578
1727
|
encapsulation: i0.ViewEncapsulation.None,
|
|
1579
1728
|
styles: ['id-col { display: contents; }']
|
|
1580
1729
|
}]
|
|
1581
|
-
}], ctorParameters: function () { return []; }, propDecorators: { cols: [{
|
|
1730
|
+
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { cols: [{
|
|
1731
|
+
type: i0.Input
|
|
1732
|
+
}], offset: [{
|
|
1582
1733
|
type: i0.Input
|
|
1583
|
-
}],
|
|
1734
|
+
}], m: [{
|
|
1735
|
+
type: i0.Input
|
|
1736
|
+
}], mOffset: [{
|
|
1737
|
+
type: i0.Input
|
|
1738
|
+
}], s: [{
|
|
1739
|
+
type: i0.Input
|
|
1740
|
+
}], sOffset: [{
|
|
1584
1741
|
type: i0.Input
|
|
1585
1742
|
}], align: [{
|
|
1586
1743
|
type: i0.Input
|
|
1744
|
+
}], style: [{
|
|
1745
|
+
type: i0.Input
|
|
1587
1746
|
}] } });
|
|
1588
1747
|
|
|
1589
1748
|
var IDColumnModule = /** @class */ (function () {
|
|
@@ -1610,11 +1769,12 @@
|
|
|
1610
1769
|
var IDContainerComponent = /** @class */ (function () {
|
|
1611
1770
|
function IDContainerComponent() {
|
|
1612
1771
|
this.fluid = false;
|
|
1772
|
+
this.gutterless = false;
|
|
1613
1773
|
}
|
|
1614
1774
|
return IDContainerComponent;
|
|
1615
1775
|
}());
|
|
1616
1776
|
IDContainerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1617
|
-
IDContainerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDContainerComponent, selector: "id-container", inputs: { fluid: "fluid" }, ngImport: i0__namespace, template: "<ids-container [attr.fluid]=\"fluid\">\r\n <ng-content></ng-content>\r\n</ids-container>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1777
|
+
IDContainerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: IDContainerComponent, selector: "id-container", inputs: { fluid: "fluid", gutterless: "gutterless" }, ngImport: i0__namespace, template: "<ids-container \r\n [attr.gutterless]=\"gutterless ? true : null\" \r\n [attr.fluid]=\"fluid ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-container>", encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
1618
1778
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: IDContainerComponent, decorators: [{
|
|
1619
1779
|
type: i0.Component,
|
|
1620
1780
|
args: [{
|
|
@@ -1624,6 +1784,8 @@
|
|
|
1624
1784
|
}]
|
|
1625
1785
|
}], ctorParameters: function () { return []; }, propDecorators: { fluid: [{
|
|
1626
1786
|
type: i0.Input
|
|
1787
|
+
}], gutterless: [{
|
|
1788
|
+
type: i0.Input
|
|
1627
1789
|
}] } });
|
|
1628
1790
|
|
|
1629
1791
|
var IDContainerModule = /** @class */ (function () {
|
|
@@ -2404,6 +2566,8 @@
|
|
|
2404
2566
|
exports.IDButtonGroupComponent = IDButtonGroupComponent;
|
|
2405
2567
|
exports.IDButtonGroupModule = IDButtonGroupModule;
|
|
2406
2568
|
exports.IDButtonModule = IDButtonModule;
|
|
2569
|
+
exports.IDCardComponent = IDCardComponent;
|
|
2570
|
+
exports.IDCardModule = IDCardModule;
|
|
2407
2571
|
exports.IDCheckboxComponent = IDCheckboxComponent;
|
|
2408
2572
|
exports.IDCheckboxGroupComponent = IDCheckboxGroupComponent;
|
|
2409
2573
|
exports.IDCheckboxGroupModule = IDCheckboxGroupModule;
|
|
@@ -2414,6 +2578,9 @@
|
|
|
2414
2578
|
exports.IDContainerModule = IDContainerModule;
|
|
2415
2579
|
exports.IDDateLabelComponent = IDDateLabelComponent;
|
|
2416
2580
|
exports.IDDateLabelModule = IDDateLabelModule;
|
|
2581
|
+
exports.IDDialogActionsComponent = IDDialogActionsComponent;
|
|
2582
|
+
exports.IDDialogComponent = IDDialogComponent;
|
|
2583
|
+
exports.IDDialogModule = IDDialogModule;
|
|
2417
2584
|
exports.IDErrorMessageComponent = IDErrorMessageComponent;
|
|
2418
2585
|
exports.IDErrorMessageModule = IDErrorMessageModule;
|
|
2419
2586
|
exports.IDFooterComponent = IDFooterComponent;
|