@colijnit/corecomponents_v12 12.0.24 → 12.0.27
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 +3240 -3064
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/colijnit-corecomponents_v12-12.0.27.tgz +0 -0
- package/colijnit-corecomponents_v12.d.ts +13 -15
- package/colijnit-corecomponents_v12.metadata.json +1 -1
- package/esm2015/colijnit-corecomponents_v12.js +14 -16
- package/esm2015/lib/components/card/card.component.js +70 -0
- package/esm2015/lib/components/card/card.module.js +35 -0
- package/esm2015/lib/components/input-combo-box/input-combo-box.component.js +5 -2
- package/esm2015/lib/components/input-date-range-picker/input-date-range-picker.component.js +34 -0
- package/esm2015/lib/components/input-date-range-picker/input-date-range-picker.module.js +23 -0
- package/esm2015/lib/components/input-search/input-search.component.js +36 -0
- package/esm2015/lib/components/input-search/input-search.module.js +17 -0
- package/esm2015/public-api.js +20 -11
- package/fesm2015/colijnit-corecomponents_v12.js +5533 -5343
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/lib/components/card/card.component.d.ts +22 -0
- package/lib/components/card/card.module.d.ts +2 -0
- package/lib/components/input-combo-box/input-combo-box.component.d.ts +2 -1
- package/lib/components/input-date-picker/style/_theme.scss +1 -1
- package/lib/components/input-date-range-picker/input-date-range-picker.component.d.ts +7 -0
- package/lib/components/input-date-range-picker/input-date-range-picker.module.d.ts +2 -0
- package/lib/components/input-date-range-picker/style/_layout.scss +7 -0
- package/lib/components/input-date-range-picker/style/_material-definition.scss +12 -0
- package/lib/components/input-date-range-picker/style/_theme.scss +3 -0
- package/lib/components/input-date-range-picker/style/material.scss +6 -0
- package/lib/components/input-search/input-search.component.d.ts +11 -0
- package/lib/components/input-search/input-search.module.d.ts +2 -0
- package/package.json +2 -2
- package/public-api.d.ts +19 -10
- package/colijnit-corecomponents_v12-12.0.24.tgz +0 -0
|
Binary file
|
|
@@ -4,19 +4,17 @@
|
|
|
4
4
|
export * from './public-api';
|
|
5
5
|
export { BaseInputComponent as ɵm } from './lib/components/base/base-input.component';
|
|
6
6
|
export { BaseModule as ɵj } from './lib/components/base/base.module';
|
|
7
|
-
export { CommitButtonsComponent as
|
|
8
|
-
export { CommitButtonsModule as
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export { ValidationErrorComponent as ɵw } from './lib/components/validation-error/validation-error.component';
|
|
19
|
-
export { ValidationErrorModule as ɵv } from './lib/components/validation-error/validation-error.module';
|
|
7
|
+
export { CommitButtonsComponent as ɵw } from './lib/components/base/commit-buttons/commit-buttons.component';
|
|
8
|
+
export { CommitButtonsModule as ɵv } from './lib/components/base/commit-buttons/commit-buttons.module';
|
|
9
|
+
export { BaseGridComponent as ɵq } from './lib/components/grid/base/base-grid.component';
|
|
10
|
+
export { BaseInlineEditGridComponent as ɵo } from './lib/components/grid/base/base-inline-edit-grid.component';
|
|
11
|
+
export { BaseSelectionGridComponent as ɵn } from './lib/components/grid/base/base-selection-grid.component';
|
|
12
|
+
export { BaseToolbarGridComponent as ɵp } from './lib/components/grid/base/base-toolbar-grid.component';
|
|
13
|
+
export { PopupShowerService as ɵx } from './lib/components/popup/service/popup-shower.service';
|
|
14
|
+
export { BaseSimpleGridComponent as ɵy } from './lib/components/simple-grid/base-simple-grid.component';
|
|
15
|
+
export { SimpleGridCellComponent as ɵz } from './lib/components/simple-grid/simple-grid-cell.component';
|
|
16
|
+
export { ValidationErrorComponent as ɵu } from './lib/components/validation-error/validation-error.component';
|
|
17
|
+
export { ValidationErrorModule as ɵt } from './lib/components/validation-error/validation-error.module';
|
|
20
18
|
export { InputBoolean as ɵi } from './lib/core/decorator/input-boolean.decorator';
|
|
21
19
|
export { FormInputUserModelChangeListenerService as ɵk } from './lib/core/service/form-input-user-change-listener.service';
|
|
22
20
|
export { NgZoneWrapperService as ɵl } from './lib/core/service/ng-zone-wrapper.service';
|
|
@@ -27,5 +25,5 @@ export { CoScrollableDirective as ɵf } from './lib/directives/ripple/scrollable
|
|
|
27
25
|
export { CoViewportRulerService as ɵd } from './lib/directives/ripple/viewport-ruler.service';
|
|
28
26
|
export { StopClickDirective as ɵh } from './lib/directives/stopclick/stop-click.directive';
|
|
29
27
|
export { StopClickModule as ɵg } from './lib/directives/stopclick/stop-click.module';
|
|
30
|
-
export { AppendPipe as
|
|
31
|
-
export { AppendPipeModule as
|
|
28
|
+
export { AppendPipe as ɵs } from './lib/pipes/append.pipe';
|
|
29
|
+
export { AppendPipeModule as ɵr } from './lib/pipes/append.pipe.module';
|