@nova-design-system/nova-angular-19 3.21.1-beta.0 → 3.22.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/dist/nova-components/fesm2022/nova-components.mjs +3 -292
- package/dist/nova-components/fesm2022/nova-components.mjs.map +1 -1
- package/dist/nova-components/lib/nova-components.module.d.ts +2 -2
- package/dist/nova-components/lib/stencil-generated/component-value-accessors.d.ts +0 -7
- package/dist/nova-components/lib/stencil-generated/components.d.ts +0 -94
- package/dist/nova-components/lib/stencil-generated/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1025,31 +1025,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
1025
1025
|
standalone: false
|
|
1026
1026
|
}]
|
|
1027
1027
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1028
|
-
let NvNotificationBullet = class NvNotificationBullet {
|
|
1029
|
-
constructor(c, r, z) {
|
|
1030
|
-
this.z = z;
|
|
1031
|
-
c.detach();
|
|
1032
|
-
this.el = r.nativeElement;
|
|
1033
|
-
}
|
|
1034
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvNotificationBullet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1035
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvNotificationBullet, isStandalone: false, selector: "nv-notification-bullet", inputs: { contrastingBorder: "contrastingBorder", count: "count", emphasis: "emphasis", intention: "intention", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1036
|
-
};
|
|
1037
|
-
NvNotificationBullet = __decorate([
|
|
1038
|
-
ProxyCmp({
|
|
1039
|
-
inputs: ['contrastingBorder', 'count', 'emphasis', 'intention', 'size']
|
|
1040
|
-
})
|
|
1041
|
-
], NvNotificationBullet);
|
|
1042
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvNotificationBullet, decorators: [{
|
|
1043
|
-
type: Component,
|
|
1044
|
-
args: [{
|
|
1045
|
-
selector: 'nv-notification-bullet',
|
|
1046
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1047
|
-
template: '<ng-content></ng-content>',
|
|
1048
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1049
|
-
inputs: ['contrastingBorder', 'count', 'emphasis', 'intention', 'size'],
|
|
1050
|
-
standalone: false
|
|
1051
|
-
}]
|
|
1052
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1053
1028
|
let NvNotificationcontainer = class NvNotificationcontainer {
|
|
1054
1029
|
constructor(c, r, z) {
|
|
1055
1030
|
this.z = z;
|
|
@@ -1125,224 +1100,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
1125
1100
|
standalone: false
|
|
1126
1101
|
}]
|
|
1127
1102
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1128
|
-
let NvSidebar = class NvSidebar {
|
|
1129
|
-
constructor(c, r, z) {
|
|
1130
|
-
this.z = z;
|
|
1131
|
-
c.detach();
|
|
1132
|
-
this.el = r.nativeElement;
|
|
1133
|
-
proxyOutputs(this, this.el, ['openChanged']);
|
|
1134
|
-
}
|
|
1135
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1136
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvSidebar, isStandalone: false, selector: "nv-sidebar", inputs: { activePath: "activePath", notificationEmphasis: "notificationEmphasis", notificationIntention: "notificationIntention", open: "open", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1137
|
-
};
|
|
1138
|
-
NvSidebar = __decorate([
|
|
1139
|
-
ProxyCmp({
|
|
1140
|
-
inputs: ['activePath', 'notificationEmphasis', 'notificationIntention', 'open', 'type']
|
|
1141
|
-
})
|
|
1142
|
-
], NvSidebar);
|
|
1143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebar, decorators: [{
|
|
1144
|
-
type: Component,
|
|
1145
|
-
args: [{
|
|
1146
|
-
selector: 'nv-sidebar',
|
|
1147
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1148
|
-
template: '<ng-content></ng-content>',
|
|
1149
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1150
|
-
inputs: ['activePath', 'notificationEmphasis', 'notificationIntention', 'open', 'type'],
|
|
1151
|
-
standalone: false
|
|
1152
|
-
}]
|
|
1153
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1154
|
-
let NvSidebarcontent = class NvSidebarcontent {
|
|
1155
|
-
constructor(c, r, z) {
|
|
1156
|
-
this.z = z;
|
|
1157
|
-
c.detach();
|
|
1158
|
-
this.el = r.nativeElement;
|
|
1159
|
-
}
|
|
1160
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarcontent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1161
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvSidebarcontent, isStandalone: false, selector: "nv-sidebarcontent", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1162
|
-
};
|
|
1163
|
-
NvSidebarcontent = __decorate([
|
|
1164
|
-
ProxyCmp({})
|
|
1165
|
-
], NvSidebarcontent);
|
|
1166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarcontent, decorators: [{
|
|
1167
|
-
type: Component,
|
|
1168
|
-
args: [{
|
|
1169
|
-
selector: 'nv-sidebarcontent',
|
|
1170
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1171
|
-
template: '<ng-content></ng-content>',
|
|
1172
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1173
|
-
inputs: [],
|
|
1174
|
-
standalone: false
|
|
1175
|
-
}]
|
|
1176
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1177
|
-
let NvSidebardivider = class NvSidebardivider {
|
|
1178
|
-
constructor(c, r, z) {
|
|
1179
|
-
this.z = z;
|
|
1180
|
-
c.detach();
|
|
1181
|
-
this.el = r.nativeElement;
|
|
1182
|
-
}
|
|
1183
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebardivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1184
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvSidebardivider, isStandalone: false, selector: "nv-sidebardivider", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1185
|
-
};
|
|
1186
|
-
NvSidebardivider = __decorate([
|
|
1187
|
-
ProxyCmp({})
|
|
1188
|
-
], NvSidebardivider);
|
|
1189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebardivider, decorators: [{
|
|
1190
|
-
type: Component,
|
|
1191
|
-
args: [{
|
|
1192
|
-
selector: 'nv-sidebardivider',
|
|
1193
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1194
|
-
template: '<ng-content></ng-content>',
|
|
1195
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1196
|
-
inputs: [],
|
|
1197
|
-
standalone: false
|
|
1198
|
-
}]
|
|
1199
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1200
|
-
let NvSidebarfooter = class NvSidebarfooter {
|
|
1201
|
-
constructor(c, r, z) {
|
|
1202
|
-
this.z = z;
|
|
1203
|
-
c.detach();
|
|
1204
|
-
this.el = r.nativeElement;
|
|
1205
|
-
}
|
|
1206
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarfooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1207
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvSidebarfooter, isStandalone: false, selector: "nv-sidebarfooter", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1208
|
-
};
|
|
1209
|
-
NvSidebarfooter = __decorate([
|
|
1210
|
-
ProxyCmp({})
|
|
1211
|
-
], NvSidebarfooter);
|
|
1212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarfooter, decorators: [{
|
|
1213
|
-
type: Component,
|
|
1214
|
-
args: [{
|
|
1215
|
-
selector: 'nv-sidebarfooter',
|
|
1216
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1217
|
-
template: '<ng-content></ng-content>',
|
|
1218
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1219
|
-
inputs: [],
|
|
1220
|
-
standalone: false
|
|
1221
|
-
}]
|
|
1222
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1223
|
-
let NvSidebargroup = class NvSidebargroup {
|
|
1224
|
-
constructor(c, r, z) {
|
|
1225
|
-
this.z = z;
|
|
1226
|
-
c.detach();
|
|
1227
|
-
this.el = r.nativeElement;
|
|
1228
|
-
}
|
|
1229
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebargroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1230
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvSidebargroup, isStandalone: false, selector: "nv-sidebargroup", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1231
|
-
};
|
|
1232
|
-
NvSidebargroup = __decorate([
|
|
1233
|
-
ProxyCmp({
|
|
1234
|
-
inputs: ['label']
|
|
1235
|
-
})
|
|
1236
|
-
], NvSidebargroup);
|
|
1237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebargroup, decorators: [{
|
|
1238
|
-
type: Component,
|
|
1239
|
-
args: [{
|
|
1240
|
-
selector: 'nv-sidebargroup',
|
|
1241
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1242
|
-
template: '<ng-content></ng-content>',
|
|
1243
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1244
|
-
inputs: ['label'],
|
|
1245
|
-
standalone: false
|
|
1246
|
-
}]
|
|
1247
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1248
|
-
let NvSidebarheader = class NvSidebarheader {
|
|
1249
|
-
constructor(c, r, z) {
|
|
1250
|
-
this.z = z;
|
|
1251
|
-
c.detach();
|
|
1252
|
-
this.el = r.nativeElement;
|
|
1253
|
-
}
|
|
1254
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarheader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1255
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvSidebarheader, isStandalone: false, selector: "nv-sidebarheader", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1256
|
-
};
|
|
1257
|
-
NvSidebarheader = __decorate([
|
|
1258
|
-
ProxyCmp({})
|
|
1259
|
-
], NvSidebarheader);
|
|
1260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarheader, decorators: [{
|
|
1261
|
-
type: Component,
|
|
1262
|
-
args: [{
|
|
1263
|
-
selector: 'nv-sidebarheader',
|
|
1264
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1265
|
-
template: '<ng-content></ng-content>',
|
|
1266
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1267
|
-
inputs: [],
|
|
1268
|
-
standalone: false
|
|
1269
|
-
}]
|
|
1270
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1271
|
-
let NvSidebarlogo = class NvSidebarlogo {
|
|
1272
|
-
constructor(c, r, z) {
|
|
1273
|
-
this.z = z;
|
|
1274
|
-
c.detach();
|
|
1275
|
-
this.el = r.nativeElement;
|
|
1276
|
-
}
|
|
1277
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarlogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1278
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvSidebarlogo, isStandalone: false, selector: "nv-sidebarlogo", inputs: { collapsedLogo: "collapsedLogo", label: "label", logo: "logo" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1279
|
-
};
|
|
1280
|
-
NvSidebarlogo = __decorate([
|
|
1281
|
-
ProxyCmp({
|
|
1282
|
-
inputs: ['collapsedLogo', 'label', 'logo']
|
|
1283
|
-
})
|
|
1284
|
-
], NvSidebarlogo);
|
|
1285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarlogo, decorators: [{
|
|
1286
|
-
type: Component,
|
|
1287
|
-
args: [{
|
|
1288
|
-
selector: 'nv-sidebarlogo',
|
|
1289
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1290
|
-
template: '<ng-content></ng-content>',
|
|
1291
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1292
|
-
inputs: ['collapsedLogo', 'label', 'logo'],
|
|
1293
|
-
standalone: false
|
|
1294
|
-
}]
|
|
1295
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1296
|
-
let NvSidebarnavitem = class NvSidebarnavitem {
|
|
1297
|
-
constructor(c, r, z) {
|
|
1298
|
-
this.z = z;
|
|
1299
|
-
c.detach();
|
|
1300
|
-
this.el = r.nativeElement;
|
|
1301
|
-
}
|
|
1302
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarnavitem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1303
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvSidebarnavitem, isStandalone: false, selector: "nv-sidebarnavitem", inputs: { active: "active", collapsible: "collapsible", icon: "icon", notificationCount: "notificationCount", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1304
|
-
};
|
|
1305
|
-
NvSidebarnavitem = __decorate([
|
|
1306
|
-
ProxyCmp({
|
|
1307
|
-
inputs: ['active', 'collapsible', 'icon', 'notificationCount', 'open']
|
|
1308
|
-
})
|
|
1309
|
-
], NvSidebarnavitem);
|
|
1310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarnavitem, decorators: [{
|
|
1311
|
-
type: Component,
|
|
1312
|
-
args: [{
|
|
1313
|
-
selector: 'nv-sidebarnavitem',
|
|
1314
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1315
|
-
template: '<ng-content></ng-content>',
|
|
1316
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1317
|
-
inputs: ['active', 'collapsible', 'icon', 'notificationCount', 'open'],
|
|
1318
|
-
standalone: false
|
|
1319
|
-
}]
|
|
1320
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1321
|
-
let NvSidebarnavsubitem = class NvSidebarnavsubitem {
|
|
1322
|
-
constructor(c, r, z) {
|
|
1323
|
-
this.z = z;
|
|
1324
|
-
c.detach();
|
|
1325
|
-
this.el = r.nativeElement;
|
|
1326
|
-
}
|
|
1327
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarnavsubitem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1328
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.5", type: NvSidebarnavsubitem, isStandalone: false, selector: "nv-sidebarnavsubitem", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1329
|
-
};
|
|
1330
|
-
NvSidebarnavsubitem = __decorate([
|
|
1331
|
-
ProxyCmp({
|
|
1332
|
-
inputs: ['active']
|
|
1333
|
-
})
|
|
1334
|
-
], NvSidebarnavsubitem);
|
|
1335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarnavsubitem, decorators: [{
|
|
1336
|
-
type: Component,
|
|
1337
|
-
args: [{
|
|
1338
|
-
selector: 'nv-sidebarnavsubitem',
|
|
1339
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1340
|
-
template: '<ng-content></ng-content>',
|
|
1341
|
-
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1342
|
-
inputs: ['active'],
|
|
1343
|
-
standalone: false
|
|
1344
|
-
}]
|
|
1345
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1346
1103
|
let NvSplit = class NvSplit {
|
|
1347
1104
|
constructor(c, r, z) {
|
|
1348
1105
|
this.z = z;
|
|
@@ -1587,19 +1344,9 @@ const DIRECTIVES = [
|
|
|
1587
1344
|
NvMenu,
|
|
1588
1345
|
NvMenuitem,
|
|
1589
1346
|
NvNotification,
|
|
1590
|
-
NvNotificationBullet,
|
|
1591
1347
|
NvNotificationcontainer,
|
|
1592
1348
|
NvPopover,
|
|
1593
1349
|
NvRow,
|
|
1594
|
-
NvSidebar,
|
|
1595
|
-
NvSidebarcontent,
|
|
1596
|
-
NvSidebardivider,
|
|
1597
|
-
NvSidebarfooter,
|
|
1598
|
-
NvSidebargroup,
|
|
1599
|
-
NvSidebarheader,
|
|
1600
|
-
NvSidebarlogo,
|
|
1601
|
-
NvSidebarnavitem,
|
|
1602
|
-
NvSidebarnavsubitem,
|
|
1603
1350
|
NvSplit,
|
|
1604
1351
|
NvStack,
|
|
1605
1352
|
NvTable,
|
|
@@ -3631,41 +3378,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
3631
3378
|
type: HostListener,
|
|
3632
3379
|
args: ['openChanged', ['$event']]
|
|
3633
3380
|
}] } });
|
|
3634
|
-
class NvSidebarValueAccessor extends ValueAccessor {
|
|
3635
|
-
constructor(el) {
|
|
3636
|
-
super(el);
|
|
3637
|
-
}
|
|
3638
|
-
handleOpenChanged(event) {
|
|
3639
|
-
this.handleChangeEvent(event.target.open);
|
|
3640
|
-
}
|
|
3641
|
-
writeValue(value) {
|
|
3642
|
-
this.el.nativeElement.open = this.lastValue = value;
|
|
3643
|
-
}
|
|
3644
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3645
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.5", type: NvSidebarValueAccessor, isStandalone: true, selector: "nv-sidebar", host: { listeners: { "openChanged": "handleOpenChanged($event)" } }, providers: [
|
|
3646
|
-
{
|
|
3647
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3648
|
-
useExisting: NvSidebarValueAccessor,
|
|
3649
|
-
multi: true,
|
|
3650
|
-
},
|
|
3651
|
-
], usesInheritance: true, ngImport: i0 }); }
|
|
3652
|
-
}
|
|
3653
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NvSidebarValueAccessor, decorators: [{
|
|
3654
|
-
type: Directive,
|
|
3655
|
-
args: [{
|
|
3656
|
-
selector: 'nv-sidebar',
|
|
3657
|
-
providers: [
|
|
3658
|
-
{
|
|
3659
|
-
provide: NG_VALUE_ACCESSOR,
|
|
3660
|
-
useExisting: NvSidebarValueAccessor,
|
|
3661
|
-
multi: true,
|
|
3662
|
-
},
|
|
3663
|
-
],
|
|
3664
|
-
}]
|
|
3665
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { handleOpenChanged: [{
|
|
3666
|
-
type: HostListener,
|
|
3667
|
-
args: ['openChanged', ['$event']]
|
|
3668
|
-
}] } });
|
|
3669
3381
|
class NvSplitValueAccessor extends ValueAccessor {
|
|
3670
3382
|
constructor(el) {
|
|
3671
3383
|
super(el);
|
|
@@ -3792,7 +3504,6 @@ const VALUE_ACCESSORS = [
|
|
|
3792
3504
|
NvFieldtimeValueAccessor,
|
|
3793
3505
|
NvNotificationValueAccessor,
|
|
3794
3506
|
NvPopoverValueAccessor,
|
|
3795
|
-
NvSidebarValueAccessor,
|
|
3796
3507
|
NvSplitValueAccessor,
|
|
3797
3508
|
NvToggleValueAccessor,
|
|
3798
3509
|
NvTogglebuttongroupValueAccessor,
|
|
@@ -3800,7 +3511,7 @@ const VALUE_ACCESSORS = [
|
|
|
3800
3511
|
|
|
3801
3512
|
class NovaComponentsModule {
|
|
3802
3513
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3803
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, declarations: [NvAccordion, NvAccordionItem, NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDialog, NvDialogfooter, NvDialogheader, NvFieldcheckbox, NvFielddate, NvFielddaterange, NvFielddropdown, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldslider, NvFieldtext, NvFieldtextarea, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvNotification,
|
|
3514
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, declarations: [NvAccordion, NvAccordionItem, NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDialog, NvDialogfooter, NvDialogheader, NvFieldcheckbox, NvFielddate, NvFielddaterange, NvFielddropdown, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldslider, NvFieldtext, NvFieldtextarea, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvNotification, NvNotificationcontainer, NvPopover, NvRow, NvSplit, NvStack, NvTable, NvTableheader, NvToggle, NvTogglebutton, NvTogglebuttongroup, NvTooltip], imports: [NvDatatable], exports: [NvAccordion, NvAccordionItem, NvAlert, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCol, NvDatagrid, NvDatagridcolumn, NvDialog, NvDialogfooter, NvDialogheader, NvFieldcheckbox, NvFielddate, NvFielddaterange, NvFielddropdown, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldnumber, NvFieldpassword, NvFieldradio, NvFieldselect, NvFieldslider, NvFieldtext, NvFieldtextarea, NvFieldtime, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvNotification, NvNotificationcontainer, NvPopover, NvRow, NvSplit, NvStack, NvTable, NvTableheader, NvToggle, NvTogglebutton, NvTogglebuttongroup, NvTooltip, NvDatatable] }); }
|
|
3804
3515
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, imports: [NvDatatable] }); }
|
|
3805
3516
|
}
|
|
3806
3517
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsModule, decorators: [{
|
|
@@ -3813,7 +3524,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
3813
3524
|
}] });
|
|
3814
3525
|
class NovaComponentsValueAccessorModule {
|
|
3815
3526
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3816
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule, imports: [NvAccordionValueAccessor, NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvFieldtimeValueAccessor, NvNotificationValueAccessor, NvPopoverValueAccessor,
|
|
3527
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule, imports: [NvAccordionValueAccessor, NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvFieldtimeValueAccessor, NvNotificationValueAccessor, NvPopoverValueAccessor, NvSplitValueAccessor, NvToggleValueAccessor, NvTogglebuttongroupValueAccessor], exports: [NvAccordionValueAccessor, NvAlertValueAccessor, NvCalendarValueAccessor, NvDatagridValueAccessor, NvDialogValueAccessor, NvFieldcheckboxValueAccessor, NvFielddateValueAccessor, NvFielddaterangeValueAccessor, NvFielddropdownValueAccessor, NvFieldmultiselectValueAccessor, NvFieldnumberValueAccessor, NvFieldpasswordValueAccessor, NvFieldradioValueAccessor, NvFieldselectValueAccessor, NvFieldsliderValueAccessor, NvFieldtextValueAccessor, NvFieldtextareaValueAccessor, NvFieldtimeValueAccessor, NvNotificationValueAccessor, NvPopoverValueAccessor, NvSplitValueAccessor, NvToggleValueAccessor, NvTogglebuttongroupValueAccessor] }); }
|
|
3817
3528
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule }); }
|
|
3818
3529
|
}
|
|
3819
3530
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: NovaComponentsValueAccessorModule, decorators: [{
|
|
@@ -4173,5 +3884,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
4173
3884
|
* Generated bundle index. Do not edit.
|
|
4174
3885
|
*/
|
|
4175
3886
|
|
|
4176
|
-
export { NotificationService, NotificationServiceComponent, NovaComponentsModule, NovaComponentsValueAccessorModule, NvAccordion, NvAccordionItem, NvAccordionValueAccessor, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCalendarValueAccessor, NvCol, NvDatagrid, NvDatagridValueAccessor, NvDatagridcolumn, NvDatatable, NvDatatableCellDirective, NvDialog, NvDialogValueAccessor, NvDialogfooter, NvDialogheader, NvFieldcheckbox, NvFieldcheckboxValueAccessor, NvFielddate, NvFielddateValueAccessor, NvFielddaterange, NvFielddaterangeValueAccessor, NvFielddropdown, NvFielddropdownValueAccessor, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldmultiselectValueAccessor, NvFieldnumber, NvFieldnumberValueAccessor, NvFieldpassword, NvFieldpasswordValueAccessor, NvFieldradio, NvFieldradioValueAccessor, NvFieldselect, NvFieldselectValueAccessor, NvFieldslider, NvFieldsliderValueAccessor, NvFieldtext, NvFieldtextValueAccessor, NvFieldtextarea, NvFieldtextareaValueAccessor, NvFieldtime, NvFieldtimeValueAccessor, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvNotification,
|
|
3887
|
+
export { NotificationService, NotificationServiceComponent, NovaComponentsModule, NovaComponentsValueAccessorModule, NvAccordion, NvAccordionItem, NvAccordionValueAccessor, NvAlert, NvAlertValueAccessor, NvAvatar, NvBadge, NvBreadcrumb, NvBreadcrumbs, NvButton, NvButtongroup, NvCalendar, NvCalendarValueAccessor, NvCol, NvDatagrid, NvDatagridValueAccessor, NvDatagridcolumn, NvDatatable, NvDatatableCellDirective, NvDialog, NvDialogValueAccessor, NvDialogfooter, NvDialogheader, NvFieldcheckbox, NvFieldcheckboxValueAccessor, NvFielddate, NvFielddateValueAccessor, NvFielddaterange, NvFielddaterangeValueAccessor, NvFielddropdown, NvFielddropdownValueAccessor, NvFielddropdownitem, NvFielddropdownitemcheck, NvFieldmultiselect, NvFieldmultiselectValueAccessor, NvFieldnumber, NvFieldnumberValueAccessor, NvFieldpassword, NvFieldpasswordValueAccessor, NvFieldradio, NvFieldradioValueAccessor, NvFieldselect, NvFieldselectValueAccessor, NvFieldslider, NvFieldsliderValueAccessor, NvFieldtext, NvFieldtextValueAccessor, NvFieldtextarea, NvFieldtextareaValueAccessor, NvFieldtime, NvFieldtimeValueAccessor, NvIcon, NvIconbutton, NvLoader, NvMenu, NvMenuitem, NvNotification, NvNotificationValueAccessor, NvNotificationcontainer, NvPopover, NvPopoverValueAccessor, NvRow, NvSplit, NvSplitValueAccessor, NvStack, NvTable, NvTableheader, NvToggle, NvToggleValueAccessor, NvTogglebutton, NvTogglebuttongroup, NvTogglebuttongroupValueAccessor, NvTooltip, VALUE_ACCESSORS, makeColumn, flexRenderComponent as nvDatatableRenderComponent };
|
|
4177
3888
|
//# sourceMappingURL=nova-components.mjs.map
|