@lowcodeunit/applications-flow-common 1.33.51-lets-get-social-ish → 1.33.52-lets-get-social-ish

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.
@@ -4869,6 +4869,22 @@
4869
4869
  TimeAgo: [{ type: i0.Input, args: ['time-ago',] }]
4870
4870
  };
4871
4871
 
4872
+ var TwoColumnHeaderComponent = /** @class */ (function () {
4873
+ function TwoColumnHeaderComponent() {
4874
+ }
4875
+ TwoColumnHeaderComponent.prototype.ngOnInit = function () {
4876
+ };
4877
+ return TwoColumnHeaderComponent;
4878
+ }());
4879
+ TwoColumnHeaderComponent.decorators = [
4880
+ { type: i0.Component, args: [{
4881
+ selector: 'lcu-two-column-header',
4882
+ template: "<div class=\"col-container\" fxLayout=\"row\" fxLayout.lt-md=\"column\">\n\n <div class=\"col-left\" fxFlex=\"15%\" >\n <ng-content select=\"[left]\"></ng-content>\n </div>\n\n <div class=\"col-center\" fxFlex=\"85%\">\n <ng-content></ng-content>\n </div>\n\n</div>\n",
4883
+ styles: [".col-container{background-color:#ebecf0}"]
4884
+ },] }
4885
+ ];
4886
+ TwoColumnHeaderComponent.ctorParameters = function () { return []; };
4887
+
4872
4888
  var ApplicationsFlowModule = /** @class */ (function () {
4873
4889
  function ApplicationsFlowModule() {
4874
4890
  }
@@ -4919,7 +4935,8 @@
4919
4935
  AnalyticsCardComponent,
4920
4936
  FeedCardSmComponent,
4921
4937
  GhControlComponent,
4922
- MainFeedCardComponent
4938
+ MainFeedCardComponent,
4939
+ TwoColumnHeaderComponent
4923
4940
  ],
4924
4941
  imports: [
4925
4942
  i2.FathymSharedModule,
@@ -4959,7 +4976,8 @@
4959
4976
  AnalyticsCardComponent,
4960
4977
  FeedCardSmComponent,
4961
4978
  GhControlComponent,
4962
- MainFeedCardComponent
4979
+ MainFeedCardComponent,
4980
+ TwoColumnHeaderComponent
4963
4981
  ],
4964
4982
  entryComponents: [
4965
4983
  ApplicationsFlowProjectsElementComponent,
@@ -4989,7 +5007,8 @@
4989
5007
  AnalyticsCardComponent,
4990
5008
  FeedCardSmComponent,
4991
5009
  GhControlComponent,
4992
- MainFeedCardComponent
5010
+ MainFeedCardComponent,
5011
+ TwoColumnHeaderComponent
4993
5012
  ],
4994
5013
  },] }
4995
5014
  ];
@@ -5096,6 +5115,7 @@
5096
5115
  exports.ɵu = FeedCardSmComponent;
5097
5116
  exports.ɵv = GhControlComponent;
5098
5117
  exports.ɵw = MainFeedCardComponent;
5118
+ exports.ɵx = TwoColumnHeaderComponent;
5099
5119
 
5100
5120
  Object.defineProperty(exports, '__esModule', { value: true });
5101
5121