@colijnit/corecomponents_v12 259.1.4 → 259.1.6
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/colijnit-corecomponents_v12.umd.js +262 -232
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/colijnit-corecomponents_v12.d.ts +3 -3
- package/colijnit-corecomponents_v12.metadata.json +1 -1
- package/esm2015/colijnit-corecomponents_v12.js +4 -4
- package/esm2015/lib/components/base-input-time/base-input-time-directive.js +25 -0
- package/esm2015/lib/components/calendar/calendar-template.component.js +30 -31
- package/esm2015/lib/components/filter-item/filter-item.component.js +58 -15
- package/esm2015/lib/components/input-date-picker/input-date-picker.component.js +9 -8
- package/esm2015/lib/components/input-date-range-picker/input-date-range-picker.component.js +1 -1
- package/esm2015/lib/components/input-text/input-text.component.js +2 -1
- package/esm2015/lib/components/input-time/input-time.component.js +74 -0
- package/esm2015/lib/components/input-time/input-time.module.js +24 -0
- package/esm2015/lib/components/list-of-values/list-of-values-popup.component.js +8 -2
- package/esm2015/lib/components/list-of-values/list-of-values.component.js +9 -4
- package/esm2015/lib/components/simple-grid/simple-grid.component.js +15 -18
- package/esm2015/lib/core/enum/core-components-icon.enum.js +2 -1
- package/esm2015/lib/core/model/core-components-icon-svg.js +2 -1
- package/esm2015/public-api.js +3 -1
- package/fesm2015/colijnit-corecomponents_v12.js +234 -197
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/lib/components/base-input-time/base-input-time-directive.d.ts +14 -0
- package/lib/components/calendar/calendar-template.component.d.ts +6 -6
- package/lib/components/filter-item/filter-item.component.d.ts +3 -1
- package/lib/components/input-time/input-time.component.d.ts +8 -0
- package/lib/components/input-time/input-time.module.d.ts +2 -0
- package/lib/components/list-of-values/list-of-values-popup.component.d.ts +4 -1
- package/lib/components/list-of-values/list-of-values.component.d.ts +4 -1
- package/lib/components/list-of-values/style/_layout.scss +1 -0
- package/lib/components/simple-grid/simple-grid.component.d.ts +7 -9
- package/lib/core/enum/core-components-icon.enum.d.ts +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
+
export { BaseInputTimeDirective as ɵx } from './lib/components/base-input-time/base-input-time-directive';
|
|
5
6
|
export { BaseModule as ɵj } from './lib/components/base/base.module';
|
|
6
7
|
export { CommitButtonsComponent as ɵt } from './lib/components/base/commit-buttons/commit-buttons.component';
|
|
7
8
|
export { CommitButtonsModule as ɵs } from './lib/components/base/commit-buttons/commit-buttons.module';
|
|
@@ -15,8 +16,8 @@ export { ScannerService as ɵbl } from './lib/components/input-scanner/scanner.s
|
|
|
15
16
|
export { ListOfValuesMultiselectPopupComponent as ɵbe } from './lib/components/list-of-values/list-of-values-multiselect-popup.component';
|
|
16
17
|
export { PaginatePipe as ɵbc } from './lib/components/pagination/paginate.pipe';
|
|
17
18
|
export { PaginationService as ɵbb } from './lib/components/pagination/pagination.service';
|
|
18
|
-
export { PopupShowerService as
|
|
19
|
-
export { BaseSimpleGridComponent as
|
|
19
|
+
export { PopupShowerService as ɵy } from './lib/components/popup/service/popup-shower.service';
|
|
20
|
+
export { BaseSimpleGridComponent as ɵz } from './lib/components/simple-grid/base-simple-grid.component';
|
|
20
21
|
export { SimpleGridCellComponent as ɵbd } from './lib/components/simple-grid/simple-grid-cell.component';
|
|
21
22
|
export { TooltipComponent as ɵbn } from './lib/components/tooltip/tooltip.component';
|
|
22
23
|
export { TooltipModule as ɵbm } from './lib/components/tooltip/tooltip.module';
|
|
@@ -40,6 +41,5 @@ export { AppendPipe as ɵl } from './lib/pipes/append.pipe';
|
|
|
40
41
|
export { AppendPipeModule as ɵk } from './lib/pipes/append.pipe.module';
|
|
41
42
|
export { PrependPipe as ɵbj } from './lib/pipes/prepend.pipe';
|
|
42
43
|
export { PrependPipeModule as ɵbi } from './lib/pipes/prepend.pipe.module';
|
|
43
|
-
export { ExcelExportService as ɵz } from './lib/service/excel-export.service';
|
|
44
44
|
export { CoreDictionaryService as ɵq } from './lib/translation/core-dictionary.service';
|
|
45
45
|
export { CoreLocalizePipe as ɵp } from './lib/translation/core-localize.pipe';
|