search-and-file-widget-test 1.4.1 → 1.4.2
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/dnd-filing-shell.js +7 -4
- package/package.json +1 -1
package/dnd-filing-shell.js
CHANGED
|
@@ -87049,6 +87049,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87049
87049
|
proxyApiUrl = input();
|
|
87050
87050
|
jwtToken = input();
|
|
87051
87051
|
task = input();
|
|
87052
|
+
height = input();
|
|
87052
87053
|
validateOptions = input();
|
|
87053
87054
|
deltaDataChange = output();
|
|
87054
87055
|
filingValidateSuccess = output();
|
|
@@ -87599,7 +87600,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87599
87600
|
static \u0275fac = function FilingComponent_Factory(__ngFactoryType__) {
|
|
87600
87601
|
return new (__ngFactoryType__ || _FilingComponent)();
|
|
87601
87602
|
};
|
|
87602
|
-
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _FilingComponent, selectors: [["app-filing"]], inputs: { env: [1, "env"], config: [1, "config"], language: [1, "language"], proxyApiUrl: [1, "proxyApiUrl"], jwtToken: [1, "jwtToken"], task: [1, "task"], validateOptions: [1, "validateOptions"] }, outputs: { deltaDataChange: "deltaDataChange", filingValidateSuccess: "filingValidateSuccess", filingSubmitSuccess: "filingSubmitSuccess", close: "close" }, decls: 12, vars:
|
|
87603
|
+
static \u0275cmp = /* @__PURE__ */ \u0275\u0275defineComponent({ type: _FilingComponent, selectors: [["app-filing"]], inputs: { env: [1, "env"], config: [1, "config"], language: [1, "language"], proxyApiUrl: [1, "proxyApiUrl"], jwtToken: [1, "jwtToken"], task: [1, "task"], height: [1, "height"], validateOptions: [1, "validateOptions"] }, outputs: { deltaDataChange: "deltaDataChange", filingValidateSuccess: "filingValidateSuccess", filingSubmitSuccess: "filingSubmitSuccess", close: "close" }, decls: 12, vars: 9, consts: [[1, "filing"], [1, "filing-title"], [1, "filing-title-text"], [1, "filing-title-action", 3, "click"], [1, "filing-header"], [1, "filing-content"], [1, "filing-content-loading"], ["mat-stroked-button", "", 3, "click", "disabled"], [3, "errors", "isNote", "actionsDisabled", "form", "taskType"], [3, "form", "taskType", "actionsDisabled"], [3, "close", "validate", "previous", "save", "errors", "isNote", "actionsDisabled", "form", "taskType"], [3, "next", "close", "form", "taskType", "actionsDisabled"], [3, "prev", "confirm"], [3, "form", "taskType", "actionsDisabled", "validationConfig", "errors", "readonly", "isNote"], [3, "form", "taskType", "actionsDisabled", "validationConfig", "errors", "readonly"], [3, "validate", "close", "save", "form", "taskType", "actionsDisabled", "validationConfig", "errors", "readonly", "isNote"], [3, "close", "save", "file", "form", "taskType", "actionsDisabled", "validationConfig", "errors", "readonly"], [3, "diameter"]], template: function FilingComponent_Template(rf, ctx) {
|
|
87603
87604
|
if (rf & 1) {
|
|
87604
87605
|
const _r1 = \u0275\u0275getCurrentView();
|
|
87605
87606
|
\u0275\u0275elementStart(0, "div", 0)(1, "div", 1)(2, "h1", 2);
|
|
@@ -87621,10 +87622,12 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87621
87622
|
}
|
|
87622
87623
|
if (rf & 2) {
|
|
87623
87624
|
\u0275\u0275advance(3);
|
|
87624
|
-
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(4,
|
|
87625
|
+
\u0275\u0275textInterpolate(\u0275\u0275pipeBind1(4, 6, ctx.title()));
|
|
87625
87626
|
\u0275\u0275advance(4);
|
|
87626
87627
|
\u0275\u0275conditional(ctx.isEditButton() ? 7 : -1);
|
|
87627
|
-
\u0275\u0275advance(
|
|
87628
|
+
\u0275\u0275advance();
|
|
87629
|
+
\u0275\u0275styleProp("height", ctx.height());
|
|
87630
|
+
\u0275\u0275advance();
|
|
87628
87631
|
const currentTask_r11 = \u0275\u0275storeLet(ctx.task());
|
|
87629
87632
|
\u0275\u0275advance();
|
|
87630
87633
|
\u0275\u0275conditional(currentTask_r11 ? 10 : -1);
|
|
@@ -87674,7 +87677,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
|
|
|
87674
87677
|
</div>\r
|
|
87675
87678
|
}\r
|
|
87676
87679
|
\r
|
|
87677
|
-
<div class="filing-content">\r
|
|
87680
|
+
<div [style.height]="height()" class="filing-content">\r
|
|
87678
87681
|
@let currentTask = task();\r
|
|
87679
87682
|
\r
|
|
87680
87683
|
@if (currentTask) {\r
|