@colijnit/relation 257.1.0 → 257.1.1
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-relation.umd.js +17 -17
- package/bundles/colijnit-relation.umd.js.map +1 -1
- package/colijnit-relation.d.ts +12 -13
- package/colijnit-relation.metadata.json +1 -1
- package/esm2015/colijnit-relation.js +13 -14
- package/esm2015/lib/relation-version.js +4 -4
- package/esm2015/lib/res/dictionary/dictionaries.js +2 -2
- package/esm2015/public_api.js +2 -1
- package/fesm2015/colijnit-relation.js +5 -5
- package/fesm2015/colijnit-relation.js.map +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +1 -0
- package/package.json +1 -1
- package/public_api.d.ts +1 -0
package/colijnit-relation.d.ts
CHANGED
|
@@ -2,19 +2,18 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public_api';
|
|
5
|
-
export { RelationBaseComponent as
|
|
6
|
-
export { RelationLoaderComponent as
|
|
7
|
-
export { RelationScreenConfigBaseComponent as
|
|
8
|
-
export { RelationContactOptionListComponent as
|
|
9
|
-
export { RelationContactOptionComponent as
|
|
10
|
-
export { RelationContactOptionsOtherTypesPopupComponent as
|
|
11
|
-
export { ErrorService as
|
|
12
|
-
export { IconCacheService as
|
|
13
|
-
export { RelationBaseService as
|
|
5
|
+
export { RelationBaseComponent as ɵk } from './lib/component/base/relation-base.component';
|
|
6
|
+
export { RelationLoaderComponent as ɵo } from './lib/component/base/relation-loader.component';
|
|
7
|
+
export { RelationScreenConfigBaseComponent as ɵj } from './lib/component/base/relation-screen-config-base.component';
|
|
8
|
+
export { RelationContactOptionListComponent as ɵm } from './lib/component/relation-contact-options/relation-contact-option-list.component';
|
|
9
|
+
export { RelationContactOptionComponent as ɵl } from './lib/component/relation-contact-options/relation-contact-option.component';
|
|
10
|
+
export { RelationContactOptionsOtherTypesPopupComponent as ɵn } from './lib/component/relation-contact-options/relation-contact-options-other-types-popup.component';
|
|
11
|
+
export { ErrorService as ɵd } from './lib/service/error.service';
|
|
12
|
+
export { IconCacheService as ɵh } from './lib/service/icon-cache.service';
|
|
13
|
+
export { RelationBaseService as ɵg } from './lib/service/relation-base.service';
|
|
14
14
|
export { RelationConnectorAdapterService as ɵb } from './lib/service/relation-connector-adapter.service';
|
|
15
|
-
export { RelationConnectorService as
|
|
16
|
-
export { RelationEventService as
|
|
15
|
+
export { RelationConnectorService as ɵf } from './lib/service/relation-connector.service';
|
|
16
|
+
export { RelationEventService as ɵe } from './lib/service/relation-event.service';
|
|
17
17
|
export { RelationScreenConfigurationService as ɵa } from './lib/service/relation-screen-configuration.service';
|
|
18
18
|
export { RelationSettingsService as ɵc } from './lib/service/relation-settings.service';
|
|
19
|
-
export {
|
|
20
|
-
export { RelationLocalizePipe as ɵj } from './lib/translation/relation-localize.pipe';
|
|
19
|
+
export { RelationLocalizePipe as ɵi } from './lib/translation/relation-localize.pipe';
|