@datarailsshared/datarailsshared 1.4.155-rocket → 1.4.156-rocket
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/datarailsshared-datarailsshared.umd.js +16 -16
- package/bundles/datarailsshared-datarailsshared.umd.js.map +1 -1
- package/datarailsshared-datarailsshared-1.4.156-rocket.tgz +0 -0
- package/datarailsshared-datarailsshared.d.ts +14 -15
- package/datarailsshared-datarailsshared.metadata.json +1 -1
- package/esm2015/datarailsshared-datarailsshared.js +15 -16
- package/esm2015/lib/dr-tags/dr-tag.module.js +2 -2
- package/esm2015/public-api.js +2 -1
- package/fesm2015/datarailsshared-datarailsshared.js +2 -2
- package/fesm2015/datarailsshared-datarailsshared.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/datarailsshared-datarailsshared-1.4.155-rocket.tgz +0 -0
|
@@ -5788,7 +5788,7 @@
|
|
|
5788
5788
|
ListTagModule,
|
|
5789
5789
|
DrDynamicTagModule
|
|
5790
5790
|
],
|
|
5791
|
-
exports: [DrTagComponent],
|
|
5791
|
+
exports: [DrTagComponent, DrDynamicTagModule],
|
|
5792
5792
|
providers: [],
|
|
5793
5793
|
declarations: [
|
|
5794
5794
|
DrTagComponent
|
|
@@ -6884,6 +6884,7 @@
|
|
|
6884
6884
|
exports.DrDropdownModule = DrDropdownModule;
|
|
6885
6885
|
exports.DrDropdownPositionDirective = DrDropdownPositionDirective;
|
|
6886
6886
|
exports.DrDropdownService = DrDropdownService;
|
|
6887
|
+
exports.DrDynamicTagModule = DrDynamicTagModule;
|
|
6887
6888
|
exports.DrErrorComponent = DrErrorComponent;
|
|
6888
6889
|
exports.DrErrorModule = DrErrorModule;
|
|
6889
6890
|
exports.DrInputComponent = DrInputComponent;
|
|
@@ -6928,8 +6929,7 @@
|
|
|
6928
6929
|
exports.YearTagComponent = YearTagComponent;
|
|
6929
6930
|
exports["ɵa"] = components$2;
|
|
6930
6931
|
exports["ɵb"] = POPUP_ANIMATION;
|
|
6931
|
-
exports["ɵba"] =
|
|
6932
|
-
exports["ɵbb"] = DrScenarioTagConfigurationComponent;
|
|
6932
|
+
exports["ɵba"] = DrScenarioTagConfigurationComponent;
|
|
6933
6933
|
exports["ɵc"] = DrDatePickerComponent;
|
|
6934
6934
|
exports["ɵd"] = DrDatePickerService;
|
|
6935
6935
|
exports["ɵe"] = DrDatePickerWithTimeframeComponent;
|
|
@@ -6941,19 +6941,19 @@
|
|
|
6941
6941
|
exports["ɵk"] = TooltipInfoSimpleComponent;
|
|
6942
6942
|
exports["ɵl"] = TooltipNoBodyComponent;
|
|
6943
6943
|
exports["ɵm"] = TooltipProcessDefaultComponent;
|
|
6944
|
-
exports["ɵn"] =
|
|
6945
|
-
exports["ɵo"] =
|
|
6946
|
-
exports["ɵp"] =
|
|
6947
|
-
exports["ɵq"] =
|
|
6948
|
-
exports["ɵr"] =
|
|
6949
|
-
exports["ɵs"] =
|
|
6950
|
-
exports["ɵt"] =
|
|
6951
|
-
exports["ɵu"] =
|
|
6952
|
-
exports["ɵv"] =
|
|
6953
|
-
exports["ɵw"] =
|
|
6954
|
-
exports["ɵx"] =
|
|
6955
|
-
exports["ɵy"] =
|
|
6956
|
-
exports["ɵz"] =
|
|
6944
|
+
exports["ɵn"] = DrDynamicTagComponent;
|
|
6945
|
+
exports["ɵo"] = StepperComponent;
|
|
6946
|
+
exports["ɵp"] = DialogWrapperComponent;
|
|
6947
|
+
exports["ɵq"] = DialogModalWrapperComponent;
|
|
6948
|
+
exports["ɵr"] = DrChatComponent;
|
|
6949
|
+
exports["ɵs"] = DrChatCustomMessageService;
|
|
6950
|
+
exports["ɵt"] = DrChatMessageComponent;
|
|
6951
|
+
exports["ɵu"] = DrChatFormComponent;
|
|
6952
|
+
exports["ɵv"] = DrChatSuggestionsComponent;
|
|
6953
|
+
exports["ɵw"] = DrChatMessageTextComponent;
|
|
6954
|
+
exports["ɵx"] = DrChatMessageFileComponent;
|
|
6955
|
+
exports["ɵy"] = DrChatCustomMessageDirective;
|
|
6956
|
+
exports["ɵz"] = DrScenarioConfigurationComponent;
|
|
6957
6957
|
|
|
6958
6958
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6959
6959
|
|