@sd-angular/core 1.0.44 → 1.0.47
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/assets/scss/core/toastr.scss +1 -0
- package/bundles/sd-angular-core-grid-material.umd.js +315 -297
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +2 -2
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/bundles/sd-angular-core-notify.umd.js +15 -6
- package/bundles/sd-angular-core-notify.umd.js.map +1 -1
- package/bundles/sd-angular-core-notify.umd.min.js +2 -2
- package/bundles/sd-angular-core-notify.umd.min.js.map +1 -1
- package/bundles/sd-angular-core-popover.umd.js +704 -0
- package/bundles/sd-angular-core-popover.umd.js.map +1 -0
- package/bundles/sd-angular-core-popover.umd.min.js +16 -0
- package/bundles/sd-angular-core-popover.umd.min.js.map +1 -0
- package/bundles/sd-angular-core.umd.js +12 -4
- package/bundles/sd-angular-core.umd.js.map +1 -1
- package/bundles/sd-angular-core.umd.min.js +1 -1
- package/bundles/sd-angular-core.umd.min.js.map +1 -1
- package/esm2015/grid-material/sd-angular-core-grid-material.js +18 -19
- package/esm2015/grid-material/src/lib/components/desktop-cell-children-view/desktop-cell-children-view.component.js +2 -2
- package/esm2015/grid-material/src/lib/grid-material.component.js +20 -21
- package/esm2015/grid-material/src/lib/grid-material.module.js +2 -3
- package/esm2015/grid-material/src/lib/models/grid-column.model.js +1 -1
- package/esm2015/grid-material/src/lib/models/grid.model.js +1 -1
- package/esm2015/grid-material/src/lib/pipes/cell-view.pipe.js +8 -9
- package/esm2015/grid-material/src/lib/pipes/column-badge.pipe.js +1 -1
- package/esm2015/grid-material/src/lib/pipes/column-transform.pipe.js +8 -9
- package/esm2015/grid-material/src/lib/pipes/column-values.pipe.js +35 -12
- package/esm2015/notify/src/lib/notify.service.js +18 -9
- package/esm2015/popover/index.js +2 -0
- package/esm2015/popover/sd-angular-core-popover.js +5 -0
- package/esm2015/popover/src/lib/directives/popover-trigger.directive.js +218 -0
- package/esm2015/popover/src/lib/popover/popover.component.js +122 -0
- package/esm2015/popover/src/lib/popover.model.js +2 -0
- package/esm2015/popover/src/lib/popover.module.js +24 -0
- package/esm2015/popover/src/public-api.js +7 -0
- package/esm2015/public-api.js +2 -1
- package/fesm2015/sd-angular-core-grid-material.js +83 -117
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/fesm2015/sd-angular-core-notify.js +17 -8
- package/fesm2015/sd-angular-core-notify.js.map +1 -1
- package/fesm2015/sd-angular-core-popover.js +369 -0
- package/fesm2015/sd-angular-core-popover.js.map +1 -0
- package/fesm2015/sd-angular-core.js +1 -0
- package/fesm2015/sd-angular-core.js.map +1 -1
- package/grid-material/sd-angular-core-grid-material.d.ts +17 -18
- package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
- package/grid-material/src/lib/grid-material.component.d.ts +4 -3
- package/grid-material/src/lib/models/grid-column.model.d.ts +2 -2
- package/grid-material/src/lib/pipes/cell-view.pipe.d.ts +3 -3
- package/grid-material/src/lib/pipes/column-transform.pipe.d.ts +3 -3
- package/grid-material/src/lib/pipes/column-values.pipe.d.ts +2 -4
- package/package.json +1 -1
- package/popover/index.d.ts +1 -0
- package/popover/package.json +12 -0
- package/popover/sd-angular-core-popover.d.ts +4 -0
- package/popover/sd-angular-core-popover.metadata.json +1 -0
- package/popover/src/lib/directives/popover-trigger.directive.d.ts +25 -0
- package/popover/src/lib/popover/popover.component.d.ts +34 -0
- package/popover/src/lib/popover.model.d.ts +1 -0
- package/popover/src/lib/popover.module.d.ts +2 -0
- package/popover/src/public-api.d.ts +3 -0
- package/public-api.d.ts +1 -0
- package/{sd-angular-core-1.0.44.tgz → sd-angular-core-1.0.47.tgz} +0 -0
- package/sd-angular-core.metadata.json +1 -1
- package/esm2015/grid-material/src/lib/services/grid.service.js +0 -59
- package/grid-material/src/lib/services/grid.service.d.ts +0 -19
|
@@ -17,31 +17,30 @@ export { SdPopupGridConfiguration as ɵr } from './src/lib/components/popup-grid
|
|
|
17
17
|
export { SdGridQuickAction as ɵj } from './src/lib/components/quick-action/quick-action.component';
|
|
18
18
|
export { MatPaginatorIntlCro as ɵa } from './src/lib/grid-material.module';
|
|
19
19
|
export { GRID_MATERIAL_CONFIG as ɵg, ISdGridMaterialConfiguration as ɵf } from './src/lib/models/grid-configuration.model';
|
|
20
|
-
export { SdCellViewPipe as
|
|
21
|
-
export { SdColumnBadgePipe as
|
|
20
|
+
export { SdCellViewPipe as ɵbq } from './src/lib/pipes/cell-view.pipe';
|
|
21
|
+
export { SdColumnBadgePipe as ɵbe } from './src/lib/pipes/column-badge.pipe';
|
|
22
22
|
export { SdColumnChildrenFilterPipe as ɵv } from './src/lib/pipes/column-children-filter.pipe';
|
|
23
|
-
export { SdColumnHtmlTemplatePipe as
|
|
23
|
+
export { SdColumnHtmlTemplatePipe as ɵbb } from './src/lib/pipes/column-html-template.pipe';
|
|
24
24
|
export { SdColumnTitlePipe as ɵw } from './src/lib/pipes/column-title.pipe';
|
|
25
|
-
export { SdColumnTooltipPipe as
|
|
26
|
-
export { SdColumnTransformPipe as
|
|
27
|
-
export { SdColumnValuesPipe as
|
|
25
|
+
export { SdColumnTooltipPipe as ɵbd } from './src/lib/pipes/column-tooltip.pipe';
|
|
26
|
+
export { SdColumnTransformPipe as ɵbc } from './src/lib/pipes/column-transform.pipe';
|
|
27
|
+
export { SdColumnValuesPipe as ɵi } from './src/lib/pipes/column-values.pipe';
|
|
28
28
|
export { SdCommandDisablePipe as ɵy } from './src/lib/pipes/command-disable.pipe';
|
|
29
29
|
export { SdCommandFilterPipe as ɵx } from './src/lib/pipes/command-filter.pipe';
|
|
30
30
|
export { SdCommandIconPipe as ɵz } from './src/lib/pipes/command-icon.pipe';
|
|
31
31
|
export { SdCommandTitlePipe as ɵba } from './src/lib/pipes/command-title.pipe';
|
|
32
|
-
export { SdEditorHandlerColumnPipe as
|
|
33
|
-
export { SdEditorHandlerRowPipe as
|
|
34
|
-
export { SdEditorValidatePipe as
|
|
35
|
-
export { SdFilterColumnPipe as
|
|
36
|
-
export { SdFilterExternalPipe as
|
|
32
|
+
export { SdEditorHandlerColumnPipe as ɵbm } from './src/lib/pipes/editor-handler-column.pipe';
|
|
33
|
+
export { SdEditorHandlerRowPipe as ɵbl } from './src/lib/pipes/editor-handler-row.pipe';
|
|
34
|
+
export { SdEditorValidatePipe as ɵbn } from './src/lib/pipes/editor-validate.pipe';
|
|
35
|
+
export { SdFilterColumnPipe as ɵbf } from './src/lib/pipes/filter-column.pipe';
|
|
36
|
+
export { SdFilterExternalPipe as ɵbg } from './src/lib/pipes/filter-external.pipe';
|
|
37
37
|
export { SdGridConfigurationResultPipe as ɵu } from './src/lib/pipes/grid-configuration-result.pipe';
|
|
38
|
-
export { SdIdPipe as
|
|
39
|
-
export { SdSelectionActionFilterPipe as
|
|
40
|
-
export { SdSelectionDisablePipe as
|
|
41
|
-
export { SdSelectionVisibleSelectAllPipe as
|
|
42
|
-
export { SdSelectionVisiblePipe as
|
|
43
|
-
export { SdStyleRowCss as
|
|
38
|
+
export { SdIdPipe as ɵbo } from './src/lib/pipes/sd-id.pipe';
|
|
39
|
+
export { SdSelectionActionFilterPipe as ɵbh } from './src/lib/pipes/selection-action-filter.pipe';
|
|
40
|
+
export { SdSelectionDisablePipe as ɵbj } from './src/lib/pipes/selection-disable.pipe';
|
|
41
|
+
export { SdSelectionVisibleSelectAllPipe as ɵbk } from './src/lib/pipes/selection-visible-select-all.pipe';
|
|
42
|
+
export { SdSelectionVisiblePipe as ɵbi } from './src/lib/pipes/selection-visible.pipe';
|
|
43
|
+
export { SdStyleRowCss as ɵbp } from './src/lib/pipes/style-row-css.pipe';
|
|
44
44
|
export { SdGeneratedColumnService as ɵt } from './src/lib/services/generated-column/generated-column.service';
|
|
45
45
|
export { SdGridConfigurationService as ɵh } from './src/lib/services/grid-configuration.service';
|
|
46
46
|
export { SdGridFilterService as ɵd } from './src/lib/services/grid-filter.service';
|
|
47
|
-
export { SdGridService as ɵi } from './src/lib/services/grid.service';
|