@xlabs-store/angular 0.0.1 → 0.0.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/README.md +3 -65
- package/dist/README.md +3 -65
- package/dist/fesm2022/xlabs-store-angular-standalone.mjs +644 -360
- package/dist/fesm2022/xlabs-store-angular-standalone.mjs.map +1 -1
- package/dist/fesm2022/xlabs-store-angular.mjs +437 -149
- package/dist/fesm2022/xlabs-store-angular.mjs.map +1 -1
- package/dist/{types/xlabs-store-angular.d.ts → index.d.ts} +168 -21
- package/dist/index.d.ts.map +1 -0
- package/dist/{types/xlabs-store-angular-standalone.d.ts → standalone/index.d.ts} +168 -21
- package/dist/standalone/index.d.ts.map +1 -0
- package/dist/styles.css +2 -1
- package/package.json +53 -57
- package/dist/types/xlabs-store-angular-standalone.d.ts.map +0 -1
- package/dist/types/xlabs-store-angular.d.ts.map +0 -1
|
@@ -290,14 +290,14 @@ let XAutoComplete = class XAutoComplete {
|
|
|
290
290
|
this.el = r.nativeElement;
|
|
291
291
|
}
|
|
292
292
|
static ɵfac = function XAutoComplete_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XAutoComplete)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
293
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XAutoComplete, selectors: [["x-auto-complete"]], inputs: { allowClear: "allowClear", autoFocus: "autoFocus", backfill: "backfill", classNames: "classNames", defaultActiveFirstOption: "defaultActiveFirstOption", defaultOpen: "defaultOpen", defaultValue: "defaultValue", disabled: "disabled", filterOption: "filterOption", listHeight: "listHeight", notFoundContent: "notFoundContent", open: "open", options: "options", placeholder: "placeholder", placement: "placement", popupMatchSelectWidth: "popupMatchSelectWidth", prefixIcon: "prefixIcon", size: "size", status: "status", styles: "styles", suffixIcon: "suffixIcon", value: "value", variant: "variant", virtual: "virtual" }, outputs: { xBlur: "xBlur", xChange: "xChange", xOpenChange: "xOpenChange", xFocus: "xFocus", xSelect: "xSelect", xClear: "xClear", xSearch: "xSearch", xInputKeyDown: "xInputKeyDown", xPopupScroll: "xPopupScroll" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XAutoComplete_Template(rf, ctx) { if (rf & 1) {
|
|
293
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XAutoComplete, selectors: [["x-auto-complete"]], inputs: { allowClear: "allowClear", autoFocus: "autoFocus", backfill: "backfill", classNames: "classNames", defaultActiveFirstOption: "defaultActiveFirstOption", defaultOpen: "defaultOpen", defaultValue: "defaultValue", disabled: "disabled", filterOption: "filterOption", listHeight: "listHeight", notFoundContent: "notFoundContent", open: "open", openOnFocus: "openOnFocus", options: "options", placeholder: "placeholder", placement: "placement", popupMatchSelectWidth: "popupMatchSelectWidth", prefixIcon: "prefixIcon", size: "size", status: "status", styles: "styles", suffixIcon: "suffixIcon", value: "value", variant: "variant", virtual: "virtual" }, outputs: { xBlur: "xBlur", xChange: "xChange", xOpenChange: "xOpenChange", xFocus: "xFocus", xSelect: "xSelect", xClear: "xClear", xSearch: "xSearch", xInputKeyDown: "xInputKeyDown", xPopupScroll: "xPopupScroll" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XAutoComplete_Template(rf, ctx) { if (rf & 1) {
|
|
294
294
|
i0.ɵɵprojectionDef();
|
|
295
295
|
i0.ɵɵprojection(0);
|
|
296
296
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
297
297
|
};
|
|
298
298
|
XAutoComplete = __decorate([
|
|
299
299
|
ProxyCmp({
|
|
300
|
-
inputs: ['allowClear', 'autoFocus', 'backfill', 'classNames', 'defaultActiveFirstOption', 'defaultOpen', 'defaultValue', 'disabled', 'filterOption', 'listHeight', 'notFoundContent', 'open', 'options', 'placeholder', 'placement', 'popupMatchSelectWidth', 'prefixIcon', 'size', 'status', 'styles', 'suffixIcon', 'value', 'variant', 'virtual'],
|
|
300
|
+
inputs: ['allowClear', 'autoFocus', 'backfill', 'classNames', 'defaultActiveFirstOption', 'defaultOpen', 'defaultValue', 'disabled', 'filterOption', 'listHeight', 'notFoundContent', 'open', 'openOnFocus', 'options', 'placeholder', 'placement', 'popupMatchSelectWidth', 'prefixIcon', 'size', 'status', 'styles', 'suffixIcon', 'value', 'variant', 'virtual'],
|
|
301
301
|
methods: ['setFocus', 'setBlur']
|
|
302
302
|
})
|
|
303
303
|
], XAutoComplete);
|
|
@@ -308,7 +308,7 @@ XAutoComplete = __decorate([
|
|
|
308
308
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
309
309
|
template: '<ng-content></ng-content>',
|
|
310
310
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
311
|
-
inputs: ['allowClear', 'autoFocus', 'backfill', 'classNames', 'defaultActiveFirstOption', 'defaultOpen', 'defaultValue', 'disabled', 'filterOption', 'listHeight', 'notFoundContent', 'open', 'options', 'placeholder', 'placement', 'popupMatchSelectWidth', 'prefixIcon', 'size', 'status', 'styles', 'suffixIcon', 'value', 'variant', 'virtual'],
|
|
311
|
+
inputs: ['allowClear', 'autoFocus', 'backfill', 'classNames', 'defaultActiveFirstOption', 'defaultOpen', 'defaultValue', 'disabled', 'filterOption', 'listHeight', 'notFoundContent', 'open', 'openOnFocus', 'options', 'placeholder', 'placement', 'popupMatchSelectWidth', 'prefixIcon', 'size', 'status', 'styles', 'suffixIcon', 'value', 'variant', 'virtual'],
|
|
312
312
|
outputs: ['xBlur', 'xChange', 'xOpenChange', 'xFocus', 'xSelect', 'xClear', 'xSearch', 'xInputKeyDown', 'xPopupScroll'],
|
|
313
313
|
standalone: false
|
|
314
314
|
}]
|
|
@@ -572,14 +572,14 @@ let XCaptcha = class XCaptcha {
|
|
|
572
572
|
this.el = r.nativeElement;
|
|
573
573
|
}
|
|
574
574
|
static ɵfac = function XCaptcha_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XCaptcha)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
575
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XCaptcha, selectors: [["x-captcha"]], inputs: { caseSensitive: "caseSensitive", disabled: "disabled", error: "error", label: "label", length: "length", message: "message", placeholder: "placeholder", required: "required", value: "value" }, outputs: { xChange: "xChange", xValidate: "xValidate" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XCaptcha_Template(rf, ctx) { if (rf & 1) {
|
|
575
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XCaptcha, selectors: [["x-captcha"]], inputs: { caseSensitive: "caseSensitive", disabled: "disabled", error: "error", hideError: "hideError", label: "label", length: "length", message: "message", placeholder: "placeholder", required: "required", value: "value" }, outputs: { xChange: "xChange", xValidate: "xValidate" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XCaptcha_Template(rf, ctx) { if (rf & 1) {
|
|
576
576
|
i0.ɵɵprojectionDef();
|
|
577
577
|
i0.ɵɵprojection(0);
|
|
578
578
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
579
579
|
};
|
|
580
580
|
XCaptcha = __decorate([
|
|
581
581
|
ProxyCmp({
|
|
582
|
-
inputs: ['caseSensitive', 'disabled', 'error', 'label', 'length', 'message', 'placeholder', 'required', 'value'],
|
|
582
|
+
inputs: ['caseSensitive', 'disabled', 'error', 'hideError', 'label', 'length', 'message', 'placeholder', 'required', 'value'],
|
|
583
583
|
methods: ['validate', 'refresh']
|
|
584
584
|
})
|
|
585
585
|
], XCaptcha);
|
|
@@ -590,7 +590,7 @@ XCaptcha = __decorate([
|
|
|
590
590
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
591
591
|
template: '<ng-content></ng-content>',
|
|
592
592
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
593
|
-
inputs: ['caseSensitive', 'disabled', 'error', 'label', 'length', 'message', 'placeholder', 'required', 'value'],
|
|
593
|
+
inputs: ['caseSensitive', 'disabled', 'error', 'hideError', 'label', 'length', 'message', 'placeholder', 'required', 'value'],
|
|
594
594
|
outputs: ['xChange', 'xValidate'],
|
|
595
595
|
standalone: false
|
|
596
596
|
}]
|
|
@@ -793,6 +793,48 @@ XCheckbox = __decorate([
|
|
|
793
793
|
type: Output
|
|
794
794
|
}] }); })();
|
|
795
795
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XCheckbox, { className: "XCheckbox", filePath: "lib/proxies.ts", lineNumber: 638 }); })();
|
|
796
|
+
let XCodeEditor = class XCodeEditor {
|
|
797
|
+
z;
|
|
798
|
+
el;
|
|
799
|
+
codeChange = new EventEmitter();
|
|
800
|
+
cursorMove = new EventEmitter();
|
|
801
|
+
langChange = new EventEmitter();
|
|
802
|
+
constructor(c, r, z) {
|
|
803
|
+
this.z = z;
|
|
804
|
+
c.detach();
|
|
805
|
+
this.el = r.nativeElement;
|
|
806
|
+
}
|
|
807
|
+
static ɵfac = function XCodeEditor_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XCodeEditor)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
808
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XCodeEditor, selectors: [["x-code-editor"]], inputs: { classNames: "classNames", language: "language", readonly: "readonly", showMinimap: "showMinimap", styles: "styles", tabSize: "tabSize", theme: "theme", value: "value" }, outputs: { codeChange: "codeChange", cursorMove: "cursorMove", langChange: "langChange" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XCodeEditor_Template(rf, ctx) { if (rf & 1) {
|
|
809
|
+
i0.ɵɵprojectionDef();
|
|
810
|
+
i0.ɵɵprojection(0);
|
|
811
|
+
} }, encapsulation: 2, changeDetection: 0 });
|
|
812
|
+
};
|
|
813
|
+
XCodeEditor = __decorate([
|
|
814
|
+
ProxyCmp({
|
|
815
|
+
inputs: ['classNames', 'language', 'readonly', 'showMinimap', 'styles', 'tabSize', 'theme', 'value'],
|
|
816
|
+
methods: ['getValue', 'setValue', 'setLanguage', 'undo', 'redo', 'format', 'foldAll', 'unfoldAll', 'openSearch', 'getAST', 'registerPlugin']
|
|
817
|
+
})
|
|
818
|
+
], XCodeEditor);
|
|
819
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XCodeEditor, [{
|
|
820
|
+
type: Component,
|
|
821
|
+
args: [{
|
|
822
|
+
selector: 'x-code-editor',
|
|
823
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
824
|
+
template: '<ng-content></ng-content>',
|
|
825
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
826
|
+
inputs: ['classNames', 'language', 'readonly', 'showMinimap', 'styles', 'tabSize', 'theme', 'value'],
|
|
827
|
+
outputs: ['codeChange', 'cursorMove', 'langChange'],
|
|
828
|
+
standalone: false
|
|
829
|
+
}]
|
|
830
|
+
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { codeChange: [{
|
|
831
|
+
type: Output
|
|
832
|
+
}], cursorMove: [{
|
|
833
|
+
type: Output
|
|
834
|
+
}], langChange: [{
|
|
835
|
+
type: Output
|
|
836
|
+
}] }); })();
|
|
837
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XCodeEditor, { className: "XCodeEditor", filePath: "lib/proxies.ts", lineNumber: 681 }); })();
|
|
796
838
|
let XCol = class XCol {
|
|
797
839
|
z;
|
|
798
840
|
el;
|
|
@@ -823,7 +865,7 @@ XCol = __decorate([
|
|
|
823
865
|
standalone: false
|
|
824
866
|
}]
|
|
825
867
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
826
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XCol, { className: "XCol", filePath: "lib/proxies.ts", lineNumber:
|
|
868
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XCol, { className: "XCol", filePath: "lib/proxies.ts", lineNumber: 718 }); })();
|
|
827
869
|
let XCollapse = class XCollapse {
|
|
828
870
|
z;
|
|
829
871
|
el;
|
|
@@ -858,7 +900,7 @@ XCollapse = __decorate([
|
|
|
858
900
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xChange: [{
|
|
859
901
|
type: Output
|
|
860
902
|
}] }); })();
|
|
861
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XCollapse, { className: "XCollapse", filePath: "lib/proxies.ts", lineNumber:
|
|
903
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XCollapse, { className: "XCollapse", filePath: "lib/proxies.ts", lineNumber: 742 }); })();
|
|
862
904
|
let XCollapsePanel = class XCollapsePanel {
|
|
863
905
|
z;
|
|
864
906
|
el;
|
|
@@ -893,7 +935,7 @@ XCollapsePanel = __decorate([
|
|
|
893
935
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xItemClick: [{
|
|
894
936
|
type: Output
|
|
895
937
|
}] }); })();
|
|
896
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XCollapsePanel, { className: "XCollapsePanel", filePath: "lib/proxies.ts", lineNumber:
|
|
938
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XCollapsePanel, { className: "XCollapsePanel", filePath: "lib/proxies.ts", lineNumber: 774 }); })();
|
|
897
939
|
let XColorPicker = class XColorPicker {
|
|
898
940
|
z;
|
|
899
941
|
el;
|
|
@@ -908,14 +950,14 @@ let XColorPicker = class XColorPicker {
|
|
|
908
950
|
this.el = r.nativeElement;
|
|
909
951
|
}
|
|
910
952
|
static ɵfac = function XColorPicker_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XColorPicker)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
911
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XColorPicker, selectors: [["x-color-picker"]], inputs: { allowClear: "allowClear", classNames: "classNames", defaultFormat: "defaultFormat", defaultValue: "defaultValue", disabled: "disabled", disabledAlpha: "disabledAlpha", disabledFormat: "disabledFormat", format: "format", open: "open", placement: "placement", presets: "presets", showText: "showText", size: "size", styles: "styles", trigger: "trigger", value: "value" }, outputs: { xChange: "xChange", xChangeComplete: "xChangeComplete", xFormatChange: "xFormatChange", xOpenChange: "xOpenChange", xClear: "xClear" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XColorPicker_Template(rf, ctx) { if (rf & 1) {
|
|
953
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XColorPicker, selectors: [["x-color-picker"]], inputs: { allowClear: "allowClear", classNames: "classNames", defaultFormat: "defaultFormat", defaultValue: "defaultValue", disabled: "disabled", disabledAlpha: "disabledAlpha", disabledFormat: "disabledFormat", format: "format", open: "open", placement: "placement", presets: "presets", showText: "showText", size: "size", styles: "styles", trigger: "trigger", triggerType: "triggerType", value: "value" }, outputs: { xChange: "xChange", xChangeComplete: "xChangeComplete", xFormatChange: "xFormatChange", xOpenChange: "xOpenChange", xClear: "xClear" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XColorPicker_Template(rf, ctx) { if (rf & 1) {
|
|
912
954
|
i0.ɵɵprojectionDef();
|
|
913
955
|
i0.ɵɵprojection(0);
|
|
914
956
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
915
957
|
};
|
|
916
958
|
XColorPicker = __decorate([
|
|
917
959
|
ProxyCmp({
|
|
918
|
-
inputs: ['allowClear', 'classNames', 'defaultFormat', 'defaultValue', 'disabled', 'disabledAlpha', 'disabledFormat', 'format', 'open', 'placement', 'presets', 'showText', 'size', 'styles', 'trigger', 'value'],
|
|
960
|
+
inputs: ['allowClear', 'classNames', 'defaultFormat', 'defaultValue', 'disabled', 'disabledAlpha', 'disabledFormat', 'format', 'open', 'placement', 'presets', 'showText', 'size', 'styles', 'trigger', 'triggerType', 'value'],
|
|
919
961
|
methods: ['getColor']
|
|
920
962
|
})
|
|
921
963
|
], XColorPicker);
|
|
@@ -926,7 +968,7 @@ XColorPicker = __decorate([
|
|
|
926
968
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
927
969
|
template: '<ng-content></ng-content>',
|
|
928
970
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
929
|
-
inputs: ['allowClear', 'classNames', 'defaultFormat', 'defaultValue', 'disabled', 'disabledAlpha', 'disabledFormat', 'format', 'open', 'placement', 'presets', 'showText', 'size', 'styles', 'trigger', 'value'],
|
|
971
|
+
inputs: ['allowClear', 'classNames', 'defaultFormat', 'defaultValue', 'disabled', 'disabledAlpha', 'disabledFormat', 'format', 'open', 'placement', 'presets', 'showText', 'size', 'styles', 'trigger', 'triggerType', 'value'],
|
|
930
972
|
outputs: ['xChange', 'xChangeComplete', 'xFormatChange', 'xOpenChange', 'xClear'],
|
|
931
973
|
standalone: false
|
|
932
974
|
}]
|
|
@@ -941,7 +983,7 @@ XColorPicker = __decorate([
|
|
|
941
983
|
}], xClear: [{
|
|
942
984
|
type: Output
|
|
943
985
|
}] }); })();
|
|
944
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XColorPicker, { className: "XColorPicker", filePath: "lib/proxies.ts", lineNumber:
|
|
986
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XColorPicker, { className: "XColorPicker", filePath: "lib/proxies.ts", lineNumber: 805 }); })();
|
|
945
987
|
let XComment = class XComment {
|
|
946
988
|
z;
|
|
947
989
|
el;
|
|
@@ -972,7 +1014,7 @@ XComment = __decorate([
|
|
|
972
1014
|
standalone: false
|
|
973
1015
|
}]
|
|
974
1016
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
975
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XComment, { className: "XComment", filePath: "lib/proxies.ts", lineNumber:
|
|
1017
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XComment, { className: "XComment", filePath: "lib/proxies.ts", lineNumber: 859 }); })();
|
|
976
1018
|
let XContent = class XContent {
|
|
977
1019
|
z;
|
|
978
1020
|
el;
|
|
@@ -1014,7 +1056,7 @@ XContent = __decorate([
|
|
|
1014
1056
|
}], xScrollEnd: [{
|
|
1015
1057
|
type: Output
|
|
1016
1058
|
}] }); })();
|
|
1017
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XContent, { className: "XContent", filePath: "lib/proxies.ts", lineNumber:
|
|
1059
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XContent, { className: "XContent", filePath: "lib/proxies.ts", lineNumber: 884 }); })();
|
|
1018
1060
|
let XDatePicker = class XDatePicker {
|
|
1019
1061
|
z;
|
|
1020
1062
|
el;
|
|
@@ -1029,14 +1071,14 @@ let XDatePicker = class XDatePicker {
|
|
|
1029
1071
|
this.el = r.nativeElement;
|
|
1030
1072
|
}
|
|
1031
1073
|
static ɵfac = function XDatePicker_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XDatePicker)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
1032
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XDatePicker, selectors: [["x-date-picker"]], inputs: { allowClear: "allowClear", autofocus: "autofocus", bordered: "bordered", defaultPickerValue: "defaultPickerValue", defaultValue: "defaultValue", disabled: "disabled", disabledDate: "disabledDate", format: "format", inputId: "inputId", inputReadOnly: "inputReadOnly", maxDate: "maxDate", minDate: "minDate", name: "name", nextIcon: "nextIcon", open: "open", picker: "picker", placeholder: "placeholder", placement: "placement", prevIcon: "prevIcon", showNow: "showNow", showTime: "showTime", showToday: "showToday", size: "size", status: "status", suffixIcon: "suffixIcon", superNextIcon: "superNextIcon", superPrevIcon: "superPrevIcon", value: "value", weekStartDay: "weekStartDay" }, outputs: { xChange: "xChange", xOpenChange: "xOpenChange", xBlur: "xBlur", xFocus: "xFocus", xPanelChange: "xPanelChange" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XDatePicker_Template(rf, ctx) { if (rf & 1) {
|
|
1074
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XDatePicker, selectors: [["x-date-picker"]], inputs: { allowClear: "allowClear", autofocus: "autofocus", bordered: "bordered", defaultPickerValue: "defaultPickerValue", defaultValue: "defaultValue", disabled: "disabled", disabledDate: "disabledDate", format: "format", inputId: "inputId", inputReadOnly: "inputReadOnly", maxDate: "maxDate", minDate: "minDate", name: "name", nextIcon: "nextIcon", open: "open", picker: "picker", placeholder: "placeholder", placement: "placement", prevIcon: "prevIcon", showNow: "showNow", showTime: "showTime", showToday: "showToday", size: "size", status: "status", suffixIcon: "suffixIcon", superNextIcon: "superNextIcon", superPrevIcon: "superPrevIcon", useFirstDayOfYearDefault: "useFirstDayOfYearDefault", value: "value", weekStartDay: "weekStartDay" }, outputs: { xChange: "xChange", xOpenChange: "xOpenChange", xBlur: "xBlur", xFocus: "xFocus", xPanelChange: "xPanelChange" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XDatePicker_Template(rf, ctx) { if (rf & 1) {
|
|
1033
1075
|
i0.ɵɵprojectionDef();
|
|
1034
1076
|
i0.ɵɵprojection(0);
|
|
1035
1077
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
1036
1078
|
};
|
|
1037
1079
|
XDatePicker = __decorate([
|
|
1038
1080
|
ProxyCmp({
|
|
1039
|
-
inputs: ['allowClear', 'autofocus', 'bordered', 'defaultPickerValue', 'defaultValue', 'disabled', 'disabledDate', 'format', 'inputId', 'inputReadOnly', 'maxDate', 'minDate', 'name', 'nextIcon', 'open', 'picker', 'placeholder', 'placement', 'prevIcon', 'showNow', 'showTime', 'showToday', 'size', 'status', 'suffixIcon', 'superNextIcon', 'superPrevIcon', 'value', 'weekStartDay'],
|
|
1081
|
+
inputs: ['allowClear', 'autofocus', 'bordered', 'defaultPickerValue', 'defaultValue', 'disabled', 'disabledDate', 'format', 'inputId', 'inputReadOnly', 'maxDate', 'minDate', 'name', 'nextIcon', 'open', 'picker', 'placeholder', 'placement', 'prevIcon', 'showNow', 'showTime', 'showToday', 'size', 'status', 'suffixIcon', 'superNextIcon', 'superPrevIcon', 'useFirstDayOfYearDefault', 'value', 'weekStartDay'],
|
|
1040
1082
|
methods: ['setFocus', 'setBlur']
|
|
1041
1083
|
})
|
|
1042
1084
|
], XDatePicker);
|
|
@@ -1047,7 +1089,7 @@ XDatePicker = __decorate([
|
|
|
1047
1089
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1048
1090
|
template: '<ng-content></ng-content>',
|
|
1049
1091
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1050
|
-
inputs: ['allowClear', 'autofocus', 'bordered', 'defaultPickerValue', 'defaultValue', 'disabled', 'disabledDate', 'format', 'inputId', 'inputReadOnly', 'maxDate', 'minDate', 'name', 'nextIcon', 'open', 'picker', 'placeholder', 'placement', 'prevIcon', 'showNow', 'showTime', 'showToday', 'size', 'status', 'suffixIcon', 'superNextIcon', 'superPrevIcon', 'value', 'weekStartDay'],
|
|
1092
|
+
inputs: ['allowClear', 'autofocus', 'bordered', 'defaultPickerValue', 'defaultValue', 'disabled', 'disabledDate', 'format', 'inputId', 'inputReadOnly', 'maxDate', 'minDate', 'name', 'nextIcon', 'open', 'picker', 'placeholder', 'placement', 'prevIcon', 'showNow', 'showTime', 'showToday', 'size', 'status', 'suffixIcon', 'superNextIcon', 'superPrevIcon', 'useFirstDayOfYearDefault', 'value', 'weekStartDay'],
|
|
1051
1093
|
outputs: ['xChange', 'xOpenChange', 'xBlur', 'xFocus', 'xPanelChange'],
|
|
1052
1094
|
standalone: false
|
|
1053
1095
|
}]
|
|
@@ -1062,7 +1104,7 @@ XDatePicker = __decorate([
|
|
|
1062
1104
|
}], xPanelChange: [{
|
|
1063
1105
|
type: Output
|
|
1064
1106
|
}] }); })();
|
|
1065
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDatePicker, { className: "XDatePicker", filePath: "lib/proxies.ts", lineNumber:
|
|
1107
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDatePicker, { className: "XDatePicker", filePath: "lib/proxies.ts", lineNumber: 927 }); })();
|
|
1066
1108
|
let XDatePickerDropdownContent = class XDatePickerDropdownContent {
|
|
1067
1109
|
z;
|
|
1068
1110
|
el;
|
|
@@ -1127,7 +1169,7 @@ XDatePickerDropdownContent = __decorate([
|
|
|
1127
1169
|
}], xPanelModeChange: [{
|
|
1128
1170
|
type: Output
|
|
1129
1171
|
}] }); })();
|
|
1130
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDatePickerDropdownContent, { className: "XDatePickerDropdownContent", filePath: "lib/proxies.ts", lineNumber:
|
|
1172
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDatePickerDropdownContent, { className: "XDatePickerDropdownContent", filePath: "lib/proxies.ts", lineNumber: 979 }); })();
|
|
1131
1173
|
let XDescriptions = class XDescriptions {
|
|
1132
1174
|
z;
|
|
1133
1175
|
el;
|
|
@@ -1159,7 +1201,7 @@ XDescriptions = __decorate([
|
|
|
1159
1201
|
standalone: false
|
|
1160
1202
|
}]
|
|
1161
1203
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
1162
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDescriptions, { className: "XDescriptions", filePath: "lib/proxies.ts", lineNumber:
|
|
1204
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDescriptions, { className: "XDescriptions", filePath: "lib/proxies.ts", lineNumber: 1067 }); })();
|
|
1163
1205
|
let XDescriptionsItem = class XDescriptionsItem {
|
|
1164
1206
|
z;
|
|
1165
1207
|
el;
|
|
@@ -1190,7 +1232,7 @@ XDescriptionsItem = __decorate([
|
|
|
1190
1232
|
standalone: false
|
|
1191
1233
|
}]
|
|
1192
1234
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
1193
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDescriptionsItem, { className: "XDescriptionsItem", filePath: "lib/proxies.ts", lineNumber:
|
|
1235
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDescriptionsItem, { className: "XDescriptionsItem", filePath: "lib/proxies.ts", lineNumber: 1090 }); })();
|
|
1194
1236
|
let XDivider = class XDivider {
|
|
1195
1237
|
z;
|
|
1196
1238
|
el;
|
|
@@ -1221,7 +1263,7 @@ XDivider = __decorate([
|
|
|
1221
1263
|
standalone: false
|
|
1222
1264
|
}]
|
|
1223
1265
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
1224
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDivider, { className: "XDivider", filePath: "lib/proxies.ts", lineNumber:
|
|
1266
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDivider, { className: "XDivider", filePath: "lib/proxies.ts", lineNumber: 1113 }); })();
|
|
1225
1267
|
let XDrawer = class XDrawer {
|
|
1226
1268
|
z;
|
|
1227
1269
|
el;
|
|
@@ -1259,7 +1301,7 @@ XDrawer = __decorate([
|
|
|
1259
1301
|
}], xAfterOpenChange: [{
|
|
1260
1302
|
type: Output
|
|
1261
1303
|
}] }); })();
|
|
1262
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDrawer, { className: "XDrawer", filePath: "lib/proxies.ts", lineNumber:
|
|
1304
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDrawer, { className: "XDrawer", filePath: "lib/proxies.ts", lineNumber: 1137 }); })();
|
|
1263
1305
|
let XDrawerContent = class XDrawerContent {
|
|
1264
1306
|
z;
|
|
1265
1307
|
el;
|
|
@@ -1294,7 +1336,7 @@ XDrawerContent = __decorate([
|
|
|
1294
1336
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xClose: [{
|
|
1295
1337
|
type: Output
|
|
1296
1338
|
}] }); })();
|
|
1297
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDrawerContent, { className: "XDrawerContent", filePath: "lib/proxies.ts", lineNumber:
|
|
1339
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDrawerContent, { className: "XDrawerContent", filePath: "lib/proxies.ts", lineNumber: 1172 }); })();
|
|
1298
1340
|
let XDropdown = class XDropdown {
|
|
1299
1341
|
z;
|
|
1300
1342
|
el;
|
|
@@ -1332,7 +1374,7 @@ XDropdown = __decorate([
|
|
|
1332
1374
|
}], xMenuClick: [{
|
|
1333
1375
|
type: Output
|
|
1334
1376
|
}] }); })();
|
|
1335
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDropdown, { className: "XDropdown", filePath: "lib/proxies.ts", lineNumber:
|
|
1377
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XDropdown, { className: "XDropdown", filePath: "lib/proxies.ts", lineNumber: 1202 }); })();
|
|
1336
1378
|
let XEditor = class XEditor {
|
|
1337
1379
|
z;
|
|
1338
1380
|
el;
|
|
@@ -1368,7 +1410,7 @@ XEditor = __decorate([
|
|
|
1368
1410
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { valueChange: [{
|
|
1369
1411
|
type: Output
|
|
1370
1412
|
}] }); })();
|
|
1371
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XEditor, { className: "XEditor", filePath: "lib/proxies.ts", lineNumber:
|
|
1413
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XEditor, { className: "XEditor", filePath: "lib/proxies.ts", lineNumber: 1241 }); })();
|
|
1372
1414
|
let XEmpty = class XEmpty {
|
|
1373
1415
|
z;
|
|
1374
1416
|
el;
|
|
@@ -1399,7 +1441,7 @@ XEmpty = __decorate([
|
|
|
1399
1441
|
standalone: false
|
|
1400
1442
|
}]
|
|
1401
1443
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
1402
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XEmpty, { className: "XEmpty", filePath: "lib/proxies.ts", lineNumber:
|
|
1444
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XEmpty, { className: "XEmpty", filePath: "lib/proxies.ts", lineNumber: 1270 }); })();
|
|
1403
1445
|
let XFinder = class XFinder {
|
|
1404
1446
|
z;
|
|
1405
1447
|
el;
|
|
@@ -1437,7 +1479,7 @@ XFinder = __decorate([
|
|
|
1437
1479
|
}], xClose: [{
|
|
1438
1480
|
type: Output
|
|
1439
1481
|
}] }); })();
|
|
1440
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XFinder, { className: "XFinder", filePath: "lib/proxies.ts", lineNumber:
|
|
1482
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XFinder, { className: "XFinder", filePath: "lib/proxies.ts", lineNumber: 1294 }); })();
|
|
1441
1483
|
let XFlex = class XFlex {
|
|
1442
1484
|
z;
|
|
1443
1485
|
el;
|
|
@@ -1468,7 +1510,7 @@ XFlex = __decorate([
|
|
|
1468
1510
|
standalone: false
|
|
1469
1511
|
}]
|
|
1470
1512
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
1471
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XFlex, { className: "XFlex", filePath: "lib/proxies.ts", lineNumber:
|
|
1513
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XFlex, { className: "XFlex", filePath: "lib/proxies.ts", lineNumber: 1330 }); })();
|
|
1472
1514
|
let XFloatButton = class XFloatButton {
|
|
1473
1515
|
z;
|
|
1474
1516
|
el;
|
|
@@ -1503,7 +1545,7 @@ XFloatButton = __decorate([
|
|
|
1503
1545
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xClick: [{
|
|
1504
1546
|
type: Output
|
|
1505
1547
|
}] }); })();
|
|
1506
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XFloatButton, { className: "XFloatButton", filePath: "lib/proxies.ts", lineNumber:
|
|
1548
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XFloatButton, { className: "XFloatButton", filePath: "lib/proxies.ts", lineNumber: 1354 }); })();
|
|
1507
1549
|
let XFooter = class XFooter {
|
|
1508
1550
|
z;
|
|
1509
1551
|
el;
|
|
@@ -1532,19 +1574,20 @@ XFooter = __decorate([
|
|
|
1532
1574
|
standalone: false
|
|
1533
1575
|
}]
|
|
1534
1576
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
1535
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XFooter, { className: "XFooter", filePath: "lib/proxies.ts", lineNumber:
|
|
1577
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XFooter, { className: "XFooter", filePath: "lib/proxies.ts", lineNumber: 1382 }); })();
|
|
1536
1578
|
let XForm = class XForm {
|
|
1537
1579
|
z;
|
|
1538
1580
|
el;
|
|
1539
1581
|
xFinish = new EventEmitter();
|
|
1540
1582
|
xFinishFailed = new EventEmitter();
|
|
1583
|
+
xReset = new EventEmitter();
|
|
1541
1584
|
constructor(c, r, z) {
|
|
1542
1585
|
this.z = z;
|
|
1543
1586
|
c.detach();
|
|
1544
1587
|
this.el = r.nativeElement;
|
|
1545
1588
|
}
|
|
1546
1589
|
static ɵfac = function XForm_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XForm)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
1547
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XForm, selectors: [["x-form"]], inputs: { colon: "colon", form: "form", hideRequiredMark: "hideRequiredMark", initialValues: "initialValues", layout: "layout", name: "name", size: "size" }, outputs: { xFinish: "xFinish", xFinishFailed: "xFinishFailed" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XForm_Template(rf, ctx) { if (rf & 1) {
|
|
1590
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XForm, selectors: [["x-form"]], inputs: { colon: "colon", form: "form", hideRequiredMark: "hideRequiredMark", initialValues: "initialValues", layout: "layout", name: "name", size: "size" }, outputs: { xFinish: "xFinish", xFinishFailed: "xFinishFailed", xReset: "xReset" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XForm_Template(rf, ctx) { if (rf & 1) {
|
|
1548
1591
|
i0.ɵɵprojectionDef();
|
|
1549
1592
|
i0.ɵɵprojection(0);
|
|
1550
1593
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
@@ -1552,7 +1595,7 @@ let XForm = class XForm {
|
|
|
1552
1595
|
XForm = __decorate([
|
|
1553
1596
|
ProxyCmp({
|
|
1554
1597
|
inputs: ['colon', 'form', 'hideRequiredMark', 'initialValues', 'layout', 'name', 'size'],
|
|
1555
|
-
methods: ['submit']
|
|
1598
|
+
methods: ['submit', 'reset']
|
|
1556
1599
|
})
|
|
1557
1600
|
], XForm);
|
|
1558
1601
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XForm, [{
|
|
@@ -1563,15 +1606,17 @@ XForm = __decorate([
|
|
|
1563
1606
|
template: '<ng-content></ng-content>',
|
|
1564
1607
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1565
1608
|
inputs: ['colon', 'form', 'hideRequiredMark', 'initialValues', 'layout', 'name', 'size'],
|
|
1566
|
-
outputs: ['xFinish', 'xFinishFailed'],
|
|
1609
|
+
outputs: ['xFinish', 'xFinishFailed', 'xReset'],
|
|
1567
1610
|
standalone: false
|
|
1568
1611
|
}]
|
|
1569
1612
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xFinish: [{
|
|
1570
1613
|
type: Output
|
|
1571
1614
|
}], xFinishFailed: [{
|
|
1572
1615
|
type: Output
|
|
1616
|
+
}], xReset: [{
|
|
1617
|
+
type: Output
|
|
1573
1618
|
}] }); })();
|
|
1574
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XForm, { className: "XForm", filePath: "lib/proxies.ts", lineNumber:
|
|
1619
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XForm, { className: "XForm", filePath: "lib/proxies.ts", lineNumber: 1407 }); })();
|
|
1575
1620
|
let XFormBuilder = class XFormBuilder {
|
|
1576
1621
|
z;
|
|
1577
1622
|
el;
|
|
@@ -1588,14 +1633,15 @@ let XFormBuilder = class XFormBuilder {
|
|
|
1588
1633
|
this.el = r.nativeElement;
|
|
1589
1634
|
}
|
|
1590
1635
|
static ɵfac = function XFormBuilder_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XFormBuilder)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
1591
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XFormBuilder, selectors: [["x-form-builder"]], inputs: { context: "context", schema: "schema", value: "value" }, outputs: { xChange: "xChange", formSubmit: "formSubmit", xTableAction: "xTableAction", formError: "formError", ready: "ready", xClick: "xClick", valueChange: "valueChange" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XFormBuilder_Template(rf, ctx) { if (rf & 1) {
|
|
1636
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XFormBuilder, selectors: [["x-form-builder"]], inputs: { context: "context", schema: "schema", showErrorCheckbox: "showErrorCheckbox", value: "value" }, outputs: { xChange: "xChange", formSubmit: "formSubmit", xTableAction: "xTableAction", formError: "formError", ready: "ready", xClick: "xClick", valueChange: "valueChange" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XFormBuilder_Template(rf, ctx) { if (rf & 1) {
|
|
1592
1637
|
i0.ɵɵprojectionDef();
|
|
1593
1638
|
i0.ɵɵprojection(0);
|
|
1594
1639
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
1595
1640
|
};
|
|
1596
1641
|
XFormBuilder = __decorate([
|
|
1597
1642
|
ProxyCmp({
|
|
1598
|
-
inputs: ['context', 'schema', 'value']
|
|
1643
|
+
inputs: ['context', 'schema', 'showErrorCheckbox', 'value'],
|
|
1644
|
+
methods: ['submit']
|
|
1599
1645
|
})
|
|
1600
1646
|
], XFormBuilder);
|
|
1601
1647
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XFormBuilder, [{
|
|
@@ -1605,7 +1651,7 @@ XFormBuilder = __decorate([
|
|
|
1605
1651
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1606
1652
|
template: '<ng-content></ng-content>',
|
|
1607
1653
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1608
|
-
inputs: ['context', 'schema', 'value'],
|
|
1654
|
+
inputs: ['context', 'schema', 'showErrorCheckbox', 'value'],
|
|
1609
1655
|
outputs: ['xChange', 'formSubmit', 'xTableAction', 'formError', 'ready', 'xClick', 'valueChange'],
|
|
1610
1656
|
standalone: false
|
|
1611
1657
|
}]
|
|
@@ -1624,7 +1670,7 @@ XFormBuilder = __decorate([
|
|
|
1624
1670
|
}], valueChange: [{
|
|
1625
1671
|
type: Output
|
|
1626
1672
|
}] }); })();
|
|
1627
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XFormBuilder, { className: "XFormBuilder", filePath: "lib/proxies.ts", lineNumber:
|
|
1673
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XFormBuilder, { className: "XFormBuilder", filePath: "lib/proxies.ts", lineNumber: 1448 }); })();
|
|
1628
1674
|
let XFormItem = class XFormItem {
|
|
1629
1675
|
z;
|
|
1630
1676
|
el;
|
|
@@ -1655,7 +1701,7 @@ XFormItem = __decorate([
|
|
|
1655
1701
|
standalone: false
|
|
1656
1702
|
}]
|
|
1657
1703
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
1658
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XFormItem, { className: "XFormItem", filePath: "lib/proxies.ts", lineNumber:
|
|
1704
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XFormItem, { className: "XFormItem", filePath: "lib/proxies.ts", lineNumber: 1501 }); })();
|
|
1659
1705
|
let XHeader = class XHeader {
|
|
1660
1706
|
z;
|
|
1661
1707
|
el;
|
|
@@ -1684,7 +1730,7 @@ XHeader = __decorate([
|
|
|
1684
1730
|
standalone: false
|
|
1685
1731
|
}]
|
|
1686
1732
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
1687
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XHeader, { className: "XHeader", filePath: "lib/proxies.ts", lineNumber:
|
|
1733
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XHeader, { className: "XHeader", filePath: "lib/proxies.ts", lineNumber: 1523 }); })();
|
|
1688
1734
|
let XIcon = class XIcon {
|
|
1689
1735
|
z;
|
|
1690
1736
|
el;
|
|
@@ -1715,7 +1761,45 @@ XIcon = __decorate([
|
|
|
1715
1761
|
standalone: false
|
|
1716
1762
|
}]
|
|
1717
1763
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
1718
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XIcon, { className: "XIcon", filePath: "lib/proxies.ts", lineNumber:
|
|
1764
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XIcon, { className: "XIcon", filePath: "lib/proxies.ts", lineNumber: 1546 }); })();
|
|
1765
|
+
let XIconPickerDropdownContent = class XIconPickerDropdownContent {
|
|
1766
|
+
z;
|
|
1767
|
+
el;
|
|
1768
|
+
xIconClick = new EventEmitter();
|
|
1769
|
+
xSearch = new EventEmitter();
|
|
1770
|
+
constructor(c, r, z) {
|
|
1771
|
+
this.z = z;
|
|
1772
|
+
c.detach();
|
|
1773
|
+
this.el = r.nativeElement;
|
|
1774
|
+
}
|
|
1775
|
+
static ɵfac = function XIconPickerDropdownContent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XIconPickerDropdownContent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
1776
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XIconPickerDropdownContent, selectors: [["x-icon-picker-dropdown-content"]], inputs: { dropdownClasses: "dropdownClasses", placement: "placement", searchQuery: "searchQuery", showSearchInput: "showSearchInput", value: "value" }, outputs: { xIconClick: "xIconClick", xSearch: "xSearch" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XIconPickerDropdownContent_Template(rf, ctx) { if (rf & 1) {
|
|
1777
|
+
i0.ɵɵprojectionDef();
|
|
1778
|
+
i0.ɵɵprojection(0);
|
|
1779
|
+
} }, encapsulation: 2, changeDetection: 0 });
|
|
1780
|
+
};
|
|
1781
|
+
XIconPickerDropdownContent = __decorate([
|
|
1782
|
+
ProxyCmp({
|
|
1783
|
+
inputs: ['dropdownClasses', 'placement', 'searchQuery', 'showSearchInput', 'value']
|
|
1784
|
+
})
|
|
1785
|
+
], XIconPickerDropdownContent);
|
|
1786
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XIconPickerDropdownContent, [{
|
|
1787
|
+
type: Component,
|
|
1788
|
+
args: [{
|
|
1789
|
+
selector: 'x-icon-picker-dropdown-content',
|
|
1790
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1791
|
+
template: '<ng-content></ng-content>',
|
|
1792
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1793
|
+
inputs: ['dropdownClasses', 'placement', 'searchQuery', 'showSearchInput', 'value'],
|
|
1794
|
+
outputs: ['xIconClick', 'xSearch'],
|
|
1795
|
+
standalone: false
|
|
1796
|
+
}]
|
|
1797
|
+
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xIconClick: [{
|
|
1798
|
+
type: Output
|
|
1799
|
+
}], xSearch: [{
|
|
1800
|
+
type: Output
|
|
1801
|
+
}] }); })();
|
|
1802
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XIconPickerDropdownContent, { className: "XIconPickerDropdownContent", filePath: "lib/proxies.ts", lineNumber: 1570 }); })();
|
|
1719
1803
|
let XImage = class XImage {
|
|
1720
1804
|
z;
|
|
1721
1805
|
el;
|
|
@@ -1756,7 +1840,7 @@ XImage = __decorate([
|
|
|
1756
1840
|
}], xPreviewVisibleChange: [{
|
|
1757
1841
|
type: Output
|
|
1758
1842
|
}] }); })();
|
|
1759
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XImage, { className: "XImage", filePath: "lib/proxies.ts", lineNumber:
|
|
1843
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XImage, { className: "XImage", filePath: "lib/proxies.ts", lineNumber: 1601 }); })();
|
|
1760
1844
|
let XInfiniteScroll = class XInfiniteScroll {
|
|
1761
1845
|
z;
|
|
1762
1846
|
el;
|
|
@@ -1791,7 +1875,7 @@ XInfiniteScroll = __decorate([
|
|
|
1791
1875
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xLoadMore: [{
|
|
1792
1876
|
type: Output
|
|
1793
1877
|
}] }); })();
|
|
1794
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XInfiniteScroll, { className: "XInfiniteScroll", filePath: "lib/proxies.ts", lineNumber:
|
|
1878
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XInfiniteScroll, { className: "XInfiniteScroll", filePath: "lib/proxies.ts", lineNumber: 1645 }); })();
|
|
1795
1879
|
let XInput = class XInput {
|
|
1796
1880
|
z;
|
|
1797
1881
|
el;
|
|
@@ -1807,14 +1891,14 @@ let XInput = class XInput {
|
|
|
1807
1891
|
this.el = r.nativeElement;
|
|
1808
1892
|
}
|
|
1809
1893
|
static ɵfac = function XInput_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XInput)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
1810
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XInput, selectors: [["x-input"]], inputs: { addonAfter: "addonAfter", addonBefore: "addonBefore", allowClear: "allowClear", autocomplete: "autocomplete", autofocus: "autofocus", bordered: "bordered", defaultValue: "defaultValue", disabled: "disabled", inputId: "inputId", max: "max", maxLength: "maxLength", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", prefixIcon: "prefixIcon", readOnly: "readOnly", required: "required", showCount: "showCount", showPasswordToggle: "showPasswordToggle", size: "size", spellcheck: "spellcheck", status: "status", step: "step", suffixIcon: "suffixIcon", type: "type", value: "value", variant: "variant" }, outputs: { xChange: "xChange", xInput: "xInput", xPressEnter: "xPressEnter", xFocus: "xFocus", xBlur: "xBlur", xClear: "xClear" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XInput_Template(rf, ctx) { if (rf & 1) {
|
|
1894
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XInput, selectors: [["x-input"]], inputs: { addonAfter: "addonAfter", addonBefore: "addonBefore", allowClear: "allowClear", autocomplete: "autocomplete", autofocus: "autofocus", bordered: "bordered", defaultValue: "defaultValue", disabled: "disabled", inputId: "inputId", max: "max", maxLength: "maxLength", min: "min", name: "name", pattern: "pattern", placeholder: "placeholder", prefixIcon: "prefixIcon", readOnly: "readOnly", required: "required", rows: "rows", showCount: "showCount", showPasswordToggle: "showPasswordToggle", size: "size", spellcheck: "spellcheck", status: "status", step: "step", suffixIcon: "suffixIcon", type: "type", value: "value", variant: "variant" }, outputs: { xChange: "xChange", xInput: "xInput", xPressEnter: "xPressEnter", xFocus: "xFocus", xBlur: "xBlur", xClear: "xClear" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XInput_Template(rf, ctx) { if (rf & 1) {
|
|
1811
1895
|
i0.ɵɵprojectionDef();
|
|
1812
1896
|
i0.ɵɵprojection(0);
|
|
1813
1897
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
1814
1898
|
};
|
|
1815
1899
|
XInput = __decorate([
|
|
1816
1900
|
ProxyCmp({
|
|
1817
|
-
inputs: ['addonAfter', 'addonBefore', 'allowClear', 'autocomplete', 'autofocus', 'bordered', 'defaultValue', 'disabled', 'inputId', 'max', 'maxLength', 'min', 'name', 'pattern', 'placeholder', 'prefixIcon', 'readOnly', 'required', 'showCount', 'showPasswordToggle', 'size', 'spellcheck', 'status', 'step', 'suffixIcon', 'type', 'value', 'variant'],
|
|
1901
|
+
inputs: ['addonAfter', 'addonBefore', 'allowClear', 'autocomplete', 'autofocus', 'bordered', 'defaultValue', 'disabled', 'inputId', 'max', 'maxLength', 'min', 'name', 'pattern', 'placeholder', 'prefixIcon', 'readOnly', 'required', 'rows', 'showCount', 'showPasswordToggle', 'size', 'spellcheck', 'status', 'step', 'suffixIcon', 'type', 'value', 'variant'],
|
|
1818
1902
|
methods: ['setFocus', 'setBlur', 'select']
|
|
1819
1903
|
})
|
|
1820
1904
|
], XInput);
|
|
@@ -1825,7 +1909,7 @@ XInput = __decorate([
|
|
|
1825
1909
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1826
1910
|
template: '<ng-content></ng-content>',
|
|
1827
1911
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1828
|
-
inputs: ['addonAfter', 'addonBefore', 'allowClear', 'autocomplete', 'autofocus', 'bordered', 'defaultValue', 'disabled', 'inputId', 'max', 'maxLength', 'min', 'name', 'pattern', 'placeholder', 'prefixIcon', 'readOnly', 'required', 'showCount', 'showPasswordToggle', 'size', 'spellcheck', 'status', 'step', 'suffixIcon', 'type', 'value', 'variant'],
|
|
1912
|
+
inputs: ['addonAfter', 'addonBefore', 'allowClear', 'autocomplete', 'autofocus', 'bordered', 'defaultValue', 'disabled', 'inputId', 'max', 'maxLength', 'min', 'name', 'pattern', 'placeholder', 'prefixIcon', 'readOnly', 'required', 'rows', 'showCount', 'showPasswordToggle', 'size', 'spellcheck', 'status', 'step', 'suffixIcon', 'type', 'value', 'variant'],
|
|
1829
1913
|
outputs: ['xChange', 'xInput', 'xPressEnter', 'xFocus', 'xBlur', 'xClear'],
|
|
1830
1914
|
standalone: false
|
|
1831
1915
|
}]
|
|
@@ -1842,7 +1926,52 @@ XInput = __decorate([
|
|
|
1842
1926
|
}], xClear: [{
|
|
1843
1927
|
type: Output
|
|
1844
1928
|
}] }); })();
|
|
1845
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XInput, { className: "XInput", filePath: "lib/proxies.ts", lineNumber:
|
|
1929
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XInput, { className: "XInput", filePath: "lib/proxies.ts", lineNumber: 1676 }); })();
|
|
1930
|
+
let XInputIcon = class XInputIcon {
|
|
1931
|
+
z;
|
|
1932
|
+
el;
|
|
1933
|
+
xChange = new EventEmitter();
|
|
1934
|
+
xOpenChange = new EventEmitter();
|
|
1935
|
+
xBlur = new EventEmitter();
|
|
1936
|
+
xFocus = new EventEmitter();
|
|
1937
|
+
constructor(c, r, z) {
|
|
1938
|
+
this.z = z;
|
|
1939
|
+
c.detach();
|
|
1940
|
+
this.el = r.nativeElement;
|
|
1941
|
+
}
|
|
1942
|
+
static ɵfac = function XInputIcon_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XInputIcon)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
1943
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XInputIcon, selectors: [["x-input-icon"]], inputs: { allowClear: "allowClear", autofocus: "autofocus", defaultValue: "defaultValue", disabled: "disabled", inputId: "inputId", name: "name", open: "open", placeholder: "placeholder", placement: "placement", showName: "showName", size: "size", status: "status", triggerType: "triggerType", value: "value", variant: "variant" }, outputs: { xChange: "xChange", xOpenChange: "xOpenChange", xBlur: "xBlur", xFocus: "xFocus" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XInputIcon_Template(rf, ctx) { if (rf & 1) {
|
|
1944
|
+
i0.ɵɵprojectionDef();
|
|
1945
|
+
i0.ɵɵprojection(0);
|
|
1946
|
+
} }, encapsulation: 2, changeDetection: 0 });
|
|
1947
|
+
};
|
|
1948
|
+
XInputIcon = __decorate([
|
|
1949
|
+
ProxyCmp({
|
|
1950
|
+
inputs: ['allowClear', 'autofocus', 'defaultValue', 'disabled', 'inputId', 'name', 'open', 'placeholder', 'placement', 'showName', 'size', 'status', 'triggerType', 'value', 'variant'],
|
|
1951
|
+
methods: ['setFocus', 'setBlur']
|
|
1952
|
+
})
|
|
1953
|
+
], XInputIcon);
|
|
1954
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XInputIcon, [{
|
|
1955
|
+
type: Component,
|
|
1956
|
+
args: [{
|
|
1957
|
+
selector: 'x-input-icon',
|
|
1958
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1959
|
+
template: '<ng-content></ng-content>',
|
|
1960
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1961
|
+
inputs: ['allowClear', 'autofocus', 'defaultValue', 'disabled', 'inputId', 'name', 'open', 'placeholder', 'placement', 'showName', 'size', 'status', 'triggerType', 'value', 'variant'],
|
|
1962
|
+
outputs: ['xChange', 'xOpenChange', 'xBlur', 'xFocus'],
|
|
1963
|
+
standalone: false
|
|
1964
|
+
}]
|
|
1965
|
+
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xChange: [{
|
|
1966
|
+
type: Output
|
|
1967
|
+
}], xOpenChange: [{
|
|
1968
|
+
type: Output
|
|
1969
|
+
}], xBlur: [{
|
|
1970
|
+
type: Output
|
|
1971
|
+
}], xFocus: [{
|
|
1972
|
+
type: Output
|
|
1973
|
+
}] }); })();
|
|
1974
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XInputIcon, { className: "XInputIcon", filePath: "lib/proxies.ts", lineNumber: 1734 }); })();
|
|
1846
1975
|
let XInputNumber = class XInputNumber {
|
|
1847
1976
|
z;
|
|
1848
1977
|
el;
|
|
@@ -1857,14 +1986,14 @@ let XInputNumber = class XInputNumber {
|
|
|
1857
1986
|
this.el = r.nativeElement;
|
|
1858
1987
|
}
|
|
1859
1988
|
static ɵfac = function XInputNumber_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XInputNumber)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
1860
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XInputNumber, selectors: [["x-input-number"]], inputs: { addonAfter: "addonAfter", addonBefore: "addonBefore", autoFocus: "autoFocus", changeOnWheel: "changeOnWheel", classNames: "classNames", controls: "controls", decimalSeparator: "decimalSeparator", defaultValue: "defaultValue", disabled: "disabled", formatter: "formatter", keyboard: "keyboard", max: "max", min: "min", parser: "parser", placeholder: "placeholder", precision: "precision", prefixIcon: "prefixIcon", readOnly: "readOnly", size: "size", status: "status", step: "step", stringMode: "stringMode", styles: "styles", suffix: "suffix", value: "value", variant: "variant" }, outputs: { xChange: "xChange", xPressEnter: "xPressEnter", xStep: "xStep", xFocus: "xFocus", xBlur: "xBlur" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XInputNumber_Template(rf, ctx) { if (rf & 1) {
|
|
1989
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XInputNumber, selectors: [["x-input-number"]], inputs: { addonAfter: "addonAfter", addonBefore: "addonBefore", autoFocus: "autoFocus", changeOnWheel: "changeOnWheel", classNames: "classNames", controls: "controls", currency: "currency", decimalSeparator: "decimalSeparator", defaultValue: "defaultValue", disabled: "disabled", formatter: "formatter", keyboard: "keyboard", max: "max", min: "min", parser: "parser", placeholder: "placeholder", precision: "precision", prefixIcon: "prefixIcon", readOnly: "readOnly", size: "size", status: "status", step: "step", stringMode: "stringMode", styles: "styles", suffix: "suffix", value: "value", variant: "variant" }, outputs: { xChange: "xChange", xPressEnter: "xPressEnter", xStep: "xStep", xFocus: "xFocus", xBlur: "xBlur" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XInputNumber_Template(rf, ctx) { if (rf & 1) {
|
|
1861
1990
|
i0.ɵɵprojectionDef();
|
|
1862
1991
|
i0.ɵɵprojection(0);
|
|
1863
1992
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
1864
1993
|
};
|
|
1865
1994
|
XInputNumber = __decorate([
|
|
1866
1995
|
ProxyCmp({
|
|
1867
|
-
inputs: ['addonAfter', 'addonBefore', 'autoFocus', 'changeOnWheel', 'classNames', 'controls', 'decimalSeparator', 'defaultValue', 'disabled', 'formatter', 'keyboard', 'max', 'min', 'parser', 'placeholder', 'precision', 'prefixIcon', 'readOnly', 'size', 'status', 'step', 'stringMode', 'styles', 'suffix', 'value', 'variant'],
|
|
1996
|
+
inputs: ['addonAfter', 'addonBefore', 'autoFocus', 'changeOnWheel', 'classNames', 'controls', 'currency', 'decimalSeparator', 'defaultValue', 'disabled', 'formatter', 'keyboard', 'max', 'min', 'parser', 'placeholder', 'precision', 'prefixIcon', 'readOnly', 'size', 'status', 'step', 'stringMode', 'styles', 'suffix', 'value', 'variant'],
|
|
1868
1997
|
methods: ['setFocus', 'setBlur']
|
|
1869
1998
|
})
|
|
1870
1999
|
], XInputNumber);
|
|
@@ -1875,7 +2004,7 @@ XInputNumber = __decorate([
|
|
|
1875
2004
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1876
2005
|
template: '<ng-content></ng-content>',
|
|
1877
2006
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1878
|
-
inputs: ['addonAfter', 'addonBefore', 'autoFocus', 'changeOnWheel', 'classNames', 'controls', 'decimalSeparator', 'defaultValue', 'disabled', 'formatter', 'keyboard', 'max', 'min', 'parser', 'placeholder', 'precision', 'prefixIcon', 'readOnly', 'size', 'status', 'step', 'stringMode', 'styles', 'suffix', 'value', 'variant'],
|
|
2007
|
+
inputs: ['addonAfter', 'addonBefore', 'autoFocus', 'changeOnWheel', 'classNames', 'controls', 'currency', 'decimalSeparator', 'defaultValue', 'disabled', 'formatter', 'keyboard', 'max', 'min', 'parser', 'placeholder', 'precision', 'prefixIcon', 'readOnly', 'size', 'status', 'step', 'stringMode', 'styles', 'suffix', 'value', 'variant'],
|
|
1879
2008
|
outputs: ['xChange', 'xPressEnter', 'xStep', 'xFocus', 'xBlur'],
|
|
1880
2009
|
standalone: false
|
|
1881
2010
|
}]
|
|
@@ -1890,7 +2019,7 @@ XInputNumber = __decorate([
|
|
|
1890
2019
|
}], xBlur: [{
|
|
1891
2020
|
type: Output
|
|
1892
2021
|
}] }); })();
|
|
1893
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XInputNumber, { className: "XInputNumber", filePath: "lib/proxies.ts", lineNumber:
|
|
2022
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XInputNumber, { className: "XInputNumber", filePath: "lib/proxies.ts", lineNumber: 1782 }); })();
|
|
1894
2023
|
let XLayout = class XLayout {
|
|
1895
2024
|
z;
|
|
1896
2025
|
el;
|
|
@@ -1921,7 +2050,111 @@ XLayout = __decorate([
|
|
|
1921
2050
|
standalone: false
|
|
1922
2051
|
}]
|
|
1923
2052
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
1924
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XLayout, { className: "XLayout", filePath: "lib/proxies.ts", lineNumber:
|
|
2053
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XLayout, { className: "XLayout", filePath: "lib/proxies.ts", lineNumber: 1834 }); })();
|
|
2054
|
+
let XLayoutAdmin = class XLayoutAdmin {
|
|
2055
|
+
z;
|
|
2056
|
+
el;
|
|
2057
|
+
xCollapse = new EventEmitter();
|
|
2058
|
+
constructor(c, r, z) {
|
|
2059
|
+
this.z = z;
|
|
2060
|
+
c.detach();
|
|
2061
|
+
this.el = r.nativeElement;
|
|
2062
|
+
}
|
|
2063
|
+
static ɵfac = function XLayoutAdmin_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XLayoutAdmin)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
2064
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XLayoutAdmin, selectors: [["x-layout-admin"]], inputs: { collapsed: "collapsed", siderCollapsedWidth: "siderCollapsedWidth", siderWidth: "siderWidth" }, outputs: { xCollapse: "xCollapse" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XLayoutAdmin_Template(rf, ctx) { if (rf & 1) {
|
|
2065
|
+
i0.ɵɵprojectionDef();
|
|
2066
|
+
i0.ɵɵprojection(0);
|
|
2067
|
+
} }, encapsulation: 2, changeDetection: 0 });
|
|
2068
|
+
};
|
|
2069
|
+
XLayoutAdmin = __decorate([
|
|
2070
|
+
ProxyCmp({
|
|
2071
|
+
inputs: ['collapsed', 'siderCollapsedWidth', 'siderWidth']
|
|
2072
|
+
})
|
|
2073
|
+
], XLayoutAdmin);
|
|
2074
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XLayoutAdmin, [{
|
|
2075
|
+
type: Component,
|
|
2076
|
+
args: [{
|
|
2077
|
+
selector: 'x-layout-admin',
|
|
2078
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2079
|
+
template: '<ng-content></ng-content>',
|
|
2080
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2081
|
+
inputs: ['collapsed', 'siderCollapsedWidth', 'siderWidth'],
|
|
2082
|
+
outputs: ['xCollapse'],
|
|
2083
|
+
standalone: false
|
|
2084
|
+
}]
|
|
2085
|
+
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xCollapse: [{
|
|
2086
|
+
type: Output
|
|
2087
|
+
}] }); })();
|
|
2088
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XLayoutAdmin, { className: "XLayoutAdmin", filePath: "lib/proxies.ts", lineNumber: 1858 }); })();
|
|
2089
|
+
let XLayoutDetail = class XLayoutDetail {
|
|
2090
|
+
z;
|
|
2091
|
+
el;
|
|
2092
|
+
constructor(c, r, z) {
|
|
2093
|
+
this.z = z;
|
|
2094
|
+
c.detach();
|
|
2095
|
+
this.el = r.nativeElement;
|
|
2096
|
+
}
|
|
2097
|
+
static ɵfac = function XLayoutDetail_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XLayoutDetail)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
2098
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XLayoutDetail, selectors: [["x-layout-detail"]], inputs: { bordered: "bordered", config: "config", data: "data", detailTitle: "detailTitle", emptyText: "emptyText", hideEmpty: "hideEmpty", titleColor: "titleColor" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XLayoutDetail_Template(rf, ctx) { if (rf & 1) {
|
|
2099
|
+
i0.ɵɵprojectionDef();
|
|
2100
|
+
i0.ɵɵprojection(0);
|
|
2101
|
+
} }, encapsulation: 2, changeDetection: 0 });
|
|
2102
|
+
};
|
|
2103
|
+
XLayoutDetail = __decorate([
|
|
2104
|
+
ProxyCmp({
|
|
2105
|
+
inputs: ['bordered', 'config', 'data', 'detailTitle', 'emptyText', 'hideEmpty', 'titleColor']
|
|
2106
|
+
})
|
|
2107
|
+
], XLayoutDetail);
|
|
2108
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XLayoutDetail, [{
|
|
2109
|
+
type: Component,
|
|
2110
|
+
args: [{
|
|
2111
|
+
selector: 'x-layout-detail',
|
|
2112
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2113
|
+
template: '<ng-content></ng-content>',
|
|
2114
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2115
|
+
inputs: ['bordered', 'config', 'data', 'detailTitle', 'emptyText', 'hideEmpty', 'titleColor'],
|
|
2116
|
+
standalone: false
|
|
2117
|
+
}]
|
|
2118
|
+
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
2119
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XLayoutDetail, { className: "XLayoutDetail", filePath: "lib/proxies.ts", lineNumber: 1887 }); })();
|
|
2120
|
+
let XLayoutList = class XLayoutList {
|
|
2121
|
+
z;
|
|
2122
|
+
el;
|
|
2123
|
+
xMenuSelect = new EventEmitter();
|
|
2124
|
+
xPageChange = new EventEmitter();
|
|
2125
|
+
constructor(c, r, z) {
|
|
2126
|
+
this.z = z;
|
|
2127
|
+
c.detach();
|
|
2128
|
+
this.el = r.nativeElement;
|
|
2129
|
+
}
|
|
2130
|
+
static ɵfac = function XLayoutList_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XLayoutList)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
2131
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XLayoutList, selectors: [["x-layout-list"]], inputs: { contentConfig: "contentConfig", current: "current", footerConfig: "footerConfig", headerConfig: "headerConfig", hideOnSinglePage: "hideOnSinglePage", menuItems: "menuItems", openMenuKeys: "openMenuKeys", pageSize: "pageSize", pageSizeOptions: "pageSizeOptions", selectedMenuKey: "selectedMenuKey", showSizeChanger: "showSizeChanger", siderConfig: "siderConfig", total: "total" }, outputs: { xMenuSelect: "xMenuSelect", xPageChange: "xPageChange" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XLayoutList_Template(rf, ctx) { if (rf & 1) {
|
|
2132
|
+
i0.ɵɵprojectionDef();
|
|
2133
|
+
i0.ɵɵprojection(0);
|
|
2134
|
+
} }, encapsulation: 2, changeDetection: 0 });
|
|
2135
|
+
};
|
|
2136
|
+
XLayoutList = __decorate([
|
|
2137
|
+
ProxyCmp({
|
|
2138
|
+
inputs: ['contentConfig', 'current', 'footerConfig', 'headerConfig', 'hideOnSinglePage', 'menuItems', 'openMenuKeys', 'pageSize', 'pageSizeOptions', 'selectedMenuKey', 'showSizeChanger', 'siderConfig', 'total']
|
|
2139
|
+
})
|
|
2140
|
+
], XLayoutList);
|
|
2141
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XLayoutList, [{
|
|
2142
|
+
type: Component,
|
|
2143
|
+
args: [{
|
|
2144
|
+
selector: 'x-layout-list',
|
|
2145
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2146
|
+
template: '<ng-content></ng-content>',
|
|
2147
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2148
|
+
inputs: ['contentConfig', 'current', 'footerConfig', 'headerConfig', 'hideOnSinglePage', 'menuItems', 'openMenuKeys', 'pageSize', 'pageSizeOptions', 'selectedMenuKey', 'showSizeChanger', 'siderConfig', 'total'],
|
|
2149
|
+
outputs: ['xMenuSelect', 'xPageChange'],
|
|
2150
|
+
standalone: false
|
|
2151
|
+
}]
|
|
2152
|
+
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xMenuSelect: [{
|
|
2153
|
+
type: Output
|
|
2154
|
+
}], xPageChange: [{
|
|
2155
|
+
type: Output
|
|
2156
|
+
}] }); })();
|
|
2157
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XLayoutList, { className: "XLayoutList", filePath: "lib/proxies.ts", lineNumber: 1911 }); })();
|
|
1925
2158
|
let XList = class XList {
|
|
1926
2159
|
z;
|
|
1927
2160
|
el;
|
|
@@ -1952,7 +2185,7 @@ XList = __decorate([
|
|
|
1952
2185
|
standalone: false
|
|
1953
2186
|
}]
|
|
1954
2187
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
1955
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XList, { className: "XList", filePath: "lib/proxies.ts", lineNumber:
|
|
2188
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XList, { className: "XList", filePath: "lib/proxies.ts", lineNumber: 1948 }); })();
|
|
1956
2189
|
let XListItem = class XListItem {
|
|
1957
2190
|
z;
|
|
1958
2191
|
el;
|
|
@@ -1981,7 +2214,51 @@ XListItem = __decorate([
|
|
|
1981
2214
|
standalone: false
|
|
1982
2215
|
}]
|
|
1983
2216
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
1984
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XListItem, { className: "XListItem", filePath: "lib/proxies.ts", lineNumber:
|
|
2217
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XListItem, { className: "XListItem", filePath: "lib/proxies.ts", lineNumber: 1970 }); })();
|
|
2218
|
+
let XLogin = class XLogin {
|
|
2219
|
+
z;
|
|
2220
|
+
el;
|
|
2221
|
+
xSubmit = new EventEmitter();
|
|
2222
|
+
xSocialLogin = new EventEmitter();
|
|
2223
|
+
xForgotPassword = new EventEmitter();
|
|
2224
|
+
xSignUp = new EventEmitter();
|
|
2225
|
+
constructor(c, r, z) {
|
|
2226
|
+
this.z = z;
|
|
2227
|
+
c.detach();
|
|
2228
|
+
this.el = r.nativeElement;
|
|
2229
|
+
}
|
|
2230
|
+
static ɵfac = function XLogin_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XLogin)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
2231
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XLogin, selectors: [["x-login"]], inputs: { config: "config", disabled: "disabled", error: "error", formSchema: "formSchema", loading: "loading", variant: "variant" }, outputs: { xSubmit: "xSubmit", xSocialLogin: "xSocialLogin", xForgotPassword: "xForgotPassword", xSignUp: "xSignUp" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XLogin_Template(rf, ctx) { if (rf & 1) {
|
|
2232
|
+
i0.ɵɵprojectionDef();
|
|
2233
|
+
i0.ɵɵprojection(0);
|
|
2234
|
+
} }, encapsulation: 2, changeDetection: 0 });
|
|
2235
|
+
};
|
|
2236
|
+
XLogin = __decorate([
|
|
2237
|
+
ProxyCmp({
|
|
2238
|
+
inputs: ['config', 'disabled', 'error', 'formSchema', 'loading', 'variant']
|
|
2239
|
+
})
|
|
2240
|
+
], XLogin);
|
|
2241
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XLogin, [{
|
|
2242
|
+
type: Component,
|
|
2243
|
+
args: [{
|
|
2244
|
+
selector: 'x-login',
|
|
2245
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2246
|
+
template: '<ng-content></ng-content>',
|
|
2247
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2248
|
+
inputs: ['config', 'disabled', 'error', 'formSchema', 'loading', 'variant'],
|
|
2249
|
+
outputs: ['xSubmit', 'xSocialLogin', 'xForgotPassword', 'xSignUp'],
|
|
2250
|
+
standalone: false
|
|
2251
|
+
}]
|
|
2252
|
+
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xSubmit: [{
|
|
2253
|
+
type: Output
|
|
2254
|
+
}], xSocialLogin: [{
|
|
2255
|
+
type: Output
|
|
2256
|
+
}], xForgotPassword: [{
|
|
2257
|
+
type: Output
|
|
2258
|
+
}], xSignUp: [{
|
|
2259
|
+
type: Output
|
|
2260
|
+
}] }); })();
|
|
2261
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XLogin, { className: "XLogin", filePath: "lib/proxies.ts", lineNumber: 1994 }); })();
|
|
1985
2262
|
let XMentions = class XMentions {
|
|
1986
2263
|
z;
|
|
1987
2264
|
el;
|
|
@@ -2022,7 +2299,7 @@ XMentions = __decorate([
|
|
|
2022
2299
|
}], xSearch: [{
|
|
2023
2300
|
type: Output
|
|
2024
2301
|
}] }); })();
|
|
2025
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMentions, { className: "XMentions", filePath: "lib/proxies.ts", lineNumber:
|
|
2302
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMentions, { className: "XMentions", filePath: "lib/proxies.ts", lineNumber: 2042 }); })();
|
|
2026
2303
|
let XMenu = class XMenu {
|
|
2027
2304
|
z;
|
|
2028
2305
|
el;
|
|
@@ -2066,7 +2343,7 @@ XMenu = __decorate([
|
|
|
2066
2343
|
}], xOpenChange: [{
|
|
2067
2344
|
type: Output
|
|
2068
2345
|
}] }); })();
|
|
2069
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMenu, { className: "XMenu", filePath: "lib/proxies.ts", lineNumber:
|
|
2346
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMenu, { className: "XMenu", filePath: "lib/proxies.ts", lineNumber: 2084 }); })();
|
|
2070
2347
|
let XMenuDivider = class XMenuDivider {
|
|
2071
2348
|
z;
|
|
2072
2349
|
el;
|
|
@@ -2097,7 +2374,7 @@ XMenuDivider = __decorate([
|
|
|
2097
2374
|
standalone: false
|
|
2098
2375
|
}]
|
|
2099
2376
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
2100
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMenuDivider, { className: "XMenuDivider", filePath: "lib/proxies.ts", lineNumber:
|
|
2377
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMenuDivider, { className: "XMenuDivider", filePath: "lib/proxies.ts", lineNumber: 2133 }); })();
|
|
2101
2378
|
let XMenuItem = class XMenuItem {
|
|
2102
2379
|
z;
|
|
2103
2380
|
el;
|
|
@@ -2132,7 +2409,7 @@ XMenuItem = __decorate([
|
|
|
2132
2409
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xMenuItemClick: [{
|
|
2133
2410
|
type: Output
|
|
2134
2411
|
}] }); })();
|
|
2135
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMenuItem, { className: "XMenuItem", filePath: "lib/proxies.ts", lineNumber:
|
|
2412
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMenuItem, { className: "XMenuItem", filePath: "lib/proxies.ts", lineNumber: 2157 }); })();
|
|
2136
2413
|
let XMenuItemGroup = class XMenuItemGroup {
|
|
2137
2414
|
z;
|
|
2138
2415
|
el;
|
|
@@ -2163,7 +2440,7 @@ XMenuItemGroup = __decorate([
|
|
|
2163
2440
|
standalone: false
|
|
2164
2441
|
}]
|
|
2165
2442
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
2166
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMenuItemGroup, { className: "XMenuItemGroup", filePath: "lib/proxies.ts", lineNumber:
|
|
2443
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMenuItemGroup, { className: "XMenuItemGroup", filePath: "lib/proxies.ts", lineNumber: 2188 }); })();
|
|
2167
2444
|
let XMenuSubmenu = class XMenuSubmenu {
|
|
2168
2445
|
z;
|
|
2169
2446
|
el;
|
|
@@ -2201,7 +2478,7 @@ XMenuSubmenu = __decorate([
|
|
|
2201
2478
|
}], xTitleClick: [{
|
|
2202
2479
|
type: Output
|
|
2203
2480
|
}] }); })();
|
|
2204
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMenuSubmenu, { className: "XMenuSubmenu", filePath: "lib/proxies.ts", lineNumber:
|
|
2481
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMenuSubmenu, { className: "XMenuSubmenu", filePath: "lib/proxies.ts", lineNumber: 2212 }); })();
|
|
2205
2482
|
let XMessage = class XMessage {
|
|
2206
2483
|
z;
|
|
2207
2484
|
el;
|
|
@@ -2237,7 +2514,7 @@ XMessage = __decorate([
|
|
|
2237
2514
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xClose: [{
|
|
2238
2515
|
type: Output
|
|
2239
2516
|
}] }); })();
|
|
2240
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMessage, { className: "XMessage", filePath: "lib/proxies.ts", lineNumber:
|
|
2517
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XMessage, { className: "XMessage", filePath: "lib/proxies.ts", lineNumber: 2251 }); })();
|
|
2241
2518
|
let XModal = class XModal {
|
|
2242
2519
|
z;
|
|
2243
2520
|
el;
|
|
@@ -2249,14 +2526,14 @@ let XModal = class XModal {
|
|
|
2249
2526
|
this.el = r.nativeElement;
|
|
2250
2527
|
}
|
|
2251
2528
|
static ɵfac = function XModal_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XModal)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
2252
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XModal, selectors: [["x-modal"]], inputs: { cancelLoading: "cancelLoading", cancelText: "cancelText", centered: "centered", closable: "closable", footer: "footer", mask: "mask", maskClosable: "maskClosable", modalTitle: "modalTitle", okLoading: "okLoading", okText: "okText", okType: "okType", type: "type", visible: "visible", width: "width" }, outputs: { xOk: "xOk", xCancel: "xCancel" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XModal_Template(rf, ctx) { if (rf & 1) {
|
|
2529
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XModal, selectors: [["x-modal"]], inputs: { cancelLoading: "cancelLoading", cancelText: "cancelText", centered: "centered", closable: "closable", footer: "footer", helpText: "helpText", mask: "mask", maskClosable: "maskClosable", modalTitle: "modalTitle", okDisabled: "okDisabled", okLoading: "okLoading", okText: "okText", okType: "okType", type: "type", visible: "visible", width: "width" }, outputs: { xOk: "xOk", xCancel: "xCancel" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XModal_Template(rf, ctx) { if (rf & 1) {
|
|
2253
2530
|
i0.ɵɵprojectionDef();
|
|
2254
2531
|
i0.ɵɵprojection(0);
|
|
2255
2532
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
2256
2533
|
};
|
|
2257
2534
|
XModal = __decorate([
|
|
2258
2535
|
ProxyCmp({
|
|
2259
|
-
inputs: ['cancelLoading', 'cancelText', 'centered', 'closable', 'footer', 'mask', 'maskClosable', 'modalTitle', 'okLoading', 'okText', 'okType', 'type', 'visible', 'width']
|
|
2536
|
+
inputs: ['cancelLoading', 'cancelText', 'centered', 'closable', 'footer', 'helpText', 'mask', 'maskClosable', 'modalTitle', 'okDisabled', 'okLoading', 'okText', 'okType', 'type', 'visible', 'width']
|
|
2260
2537
|
})
|
|
2261
2538
|
], XModal);
|
|
2262
2539
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XModal, [{
|
|
@@ -2266,7 +2543,7 @@ XModal = __decorate([
|
|
|
2266
2543
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2267
2544
|
template: '<ng-content></ng-content>',
|
|
2268
2545
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2269
|
-
inputs: ['cancelLoading', 'cancelText', 'centered', 'closable', 'footer', 'mask', 'maskClosable', 'modalTitle', 'okLoading', 'okText', 'okType', 'type', 'visible', 'width'],
|
|
2546
|
+
inputs: ['cancelLoading', 'cancelText', 'centered', 'closable', 'footer', 'helpText', 'mask', 'maskClosable', 'modalTitle', 'okDisabled', 'okLoading', 'okText', 'okType', 'type', 'visible', 'width'],
|
|
2270
2547
|
outputs: ['xOk', 'xCancel'],
|
|
2271
2548
|
standalone: false
|
|
2272
2549
|
}]
|
|
@@ -2275,7 +2552,7 @@ XModal = __decorate([
|
|
|
2275
2552
|
}], xCancel: [{
|
|
2276
2553
|
type: Output
|
|
2277
2554
|
}] }); })();
|
|
2278
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XModal, { className: "XModal", filePath: "lib/proxies.ts", lineNumber:
|
|
2555
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XModal, { className: "XModal", filePath: "lib/proxies.ts", lineNumber: 2281 }); })();
|
|
2279
2556
|
let XModalContent = class XModalContent {
|
|
2280
2557
|
z;
|
|
2281
2558
|
el;
|
|
@@ -2287,14 +2564,14 @@ let XModalContent = class XModalContent {
|
|
|
2287
2564
|
this.el = r.nativeElement;
|
|
2288
2565
|
}
|
|
2289
2566
|
static ɵfac = function XModalContent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XModalContent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
2290
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XModalContent, selectors: [["x-modal-content"]], inputs: { bodyContent: "bodyContent", bodyStyle: "bodyStyle", cancelLoading: "cancelLoading", cancelText: "cancelText", centered: "centered", closable: "closable", footer: "footer", footerContent: "footerContent", mask: "mask", maskClosable: "maskClosable", maskStyle: "maskStyle", modalTitle: "modalTitle", okDanger: "okDanger", okLoading: "okLoading", okText: "okText", okType: "okType", showHeader: "showHeader", type: "type", width: "width", wrapStyle: "wrapStyle" }, outputs: { xOk: "xOk", xCancel: "xCancel" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XModalContent_Template(rf, ctx) { if (rf & 1) {
|
|
2567
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XModalContent, selectors: [["x-modal-content"]], inputs: { bodyContent: "bodyContent", bodyNodes: "bodyNodes", bodyStyle: "bodyStyle", cancelLoading: "cancelLoading", cancelText: "cancelText", centered: "centered", closable: "closable", footer: "footer", footerContent: "footerContent", footerNodes: "footerNodes", helpText: "helpText", mask: "mask", maskClosable: "maskClosable", maskStyle: "maskStyle", modalTitle: "modalTitle", okDanger: "okDanger", okDisabled: "okDisabled", okLoading: "okLoading", okText: "okText", okType: "okType", showHeader: "showHeader", type: "type", width: "width", wrapStyle: "wrapStyle" }, outputs: { xOk: "xOk", xCancel: "xCancel" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XModalContent_Template(rf, ctx) { if (rf & 1) {
|
|
2291
2568
|
i0.ɵɵprojectionDef();
|
|
2292
2569
|
i0.ɵɵprojection(0);
|
|
2293
2570
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
2294
2571
|
};
|
|
2295
2572
|
XModalContent = __decorate([
|
|
2296
2573
|
ProxyCmp({
|
|
2297
|
-
inputs: ['bodyContent', 'bodyStyle', 'cancelLoading', 'cancelText', 'centered', 'closable', 'footer', 'footerContent', 'mask', 'maskClosable', 'maskStyle', 'modalTitle', 'okDanger', 'okLoading', 'okText', 'okType', 'showHeader', 'type', 'width', 'wrapStyle']
|
|
2574
|
+
inputs: ['bodyContent', 'bodyNodes', 'bodyStyle', 'cancelLoading', 'cancelText', 'centered', 'closable', 'footer', 'footerContent', 'footerNodes', 'helpText', 'mask', 'maskClosable', 'maskStyle', 'modalTitle', 'okDanger', 'okDisabled', 'okLoading', 'okText', 'okType', 'showHeader', 'type', 'width', 'wrapStyle']
|
|
2298
2575
|
})
|
|
2299
2576
|
], XModalContent);
|
|
2300
2577
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XModalContent, [{
|
|
@@ -2304,7 +2581,7 @@ XModalContent = __decorate([
|
|
|
2304
2581
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2305
2582
|
template: '<ng-content></ng-content>',
|
|
2306
2583
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2307
|
-
inputs: ['bodyContent', 'bodyStyle', 'cancelLoading', 'cancelText', 'centered', 'closable', 'footer', 'footerContent', 'mask', 'maskClosable', 'maskStyle', 'modalTitle', 'okDanger', 'okLoading', 'okText', 'okType', 'showHeader', 'type', 'width', 'wrapStyle'],
|
|
2584
|
+
inputs: ['bodyContent', 'bodyNodes', 'bodyStyle', 'cancelLoading', 'cancelText', 'centered', 'closable', 'footer', 'footerContent', 'footerNodes', 'helpText', 'mask', 'maskClosable', 'maskStyle', 'modalTitle', 'okDanger', 'okDisabled', 'okLoading', 'okText', 'okType', 'showHeader', 'type', 'width', 'wrapStyle'],
|
|
2308
2585
|
outputs: ['xOk', 'xCancel'],
|
|
2309
2586
|
standalone: false
|
|
2310
2587
|
}]
|
|
@@ -2313,7 +2590,7 @@ XModalContent = __decorate([
|
|
|
2313
2590
|
}], xCancel: [{
|
|
2314
2591
|
type: Output
|
|
2315
2592
|
}] }); })();
|
|
2316
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XModalContent, { className: "XModalContent", filePath: "lib/proxies.ts", lineNumber:
|
|
2593
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XModalContent, { className: "XModalContent", filePath: "lib/proxies.ts", lineNumber: 2316 }); })();
|
|
2317
2594
|
let XNotification = class XNotification {
|
|
2318
2595
|
z;
|
|
2319
2596
|
el;
|
|
@@ -2349,7 +2626,7 @@ XNotification = __decorate([
|
|
|
2349
2626
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xClose: [{
|
|
2350
2627
|
type: Output
|
|
2351
2628
|
}] }); })();
|
|
2352
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XNotification, { className: "XNotification", filePath: "lib/proxies.ts", lineNumber:
|
|
2629
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XNotification, { className: "XNotification", filePath: "lib/proxies.ts", lineNumber: 2352 }); })();
|
|
2353
2630
|
let XPageHeader = class XPageHeader {
|
|
2354
2631
|
z;
|
|
2355
2632
|
el;
|
|
@@ -2384,7 +2661,7 @@ XPageHeader = __decorate([
|
|
|
2384
2661
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xBack: [{
|
|
2385
2662
|
type: Output
|
|
2386
2663
|
}] }); })();
|
|
2387
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XPageHeader, { className: "XPageHeader", filePath: "lib/proxies.ts", lineNumber:
|
|
2664
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XPageHeader, { className: "XPageHeader", filePath: "lib/proxies.ts", lineNumber: 2382 }); })();
|
|
2388
2665
|
let XPagination = class XPagination {
|
|
2389
2666
|
z;
|
|
2390
2667
|
el;
|
|
@@ -2422,7 +2699,7 @@ XPagination = __decorate([
|
|
|
2422
2699
|
}], xShowSizeChange: [{
|
|
2423
2700
|
type: Output
|
|
2424
2701
|
}] }); })();
|
|
2425
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XPagination, { className: "XPagination", filePath: "lib/proxies.ts", lineNumber:
|
|
2702
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XPagination, { className: "XPagination", filePath: "lib/proxies.ts", lineNumber: 2412 }); })();
|
|
2426
2703
|
let XPopconfirm = class XPopconfirm {
|
|
2427
2704
|
z;
|
|
2428
2705
|
el;
|
|
@@ -2460,7 +2737,7 @@ XPopconfirm = __decorate([
|
|
|
2460
2737
|
}], xCancel: [{
|
|
2461
2738
|
type: Output
|
|
2462
2739
|
}] }); })();
|
|
2463
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XPopconfirm, { className: "XPopconfirm", filePath: "lib/proxies.ts", lineNumber:
|
|
2740
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XPopconfirm, { className: "XPopconfirm", filePath: "lib/proxies.ts", lineNumber: 2451 }); })();
|
|
2464
2741
|
let XPopover = class XPopover {
|
|
2465
2742
|
z;
|
|
2466
2743
|
el;
|
|
@@ -2495,7 +2772,7 @@ XPopover = __decorate([
|
|
|
2495
2772
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xOpenChange: [{
|
|
2496
2773
|
type: Output
|
|
2497
2774
|
}] }); })();
|
|
2498
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XPopover, { className: "XPopover", filePath: "lib/proxies.ts", lineNumber:
|
|
2775
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XPopover, { className: "XPopover", filePath: "lib/proxies.ts", lineNumber: 2486 }); })();
|
|
2499
2776
|
let XProgress = class XProgress {
|
|
2500
2777
|
z;
|
|
2501
2778
|
el;
|
|
@@ -2526,7 +2803,7 @@ XProgress = __decorate([
|
|
|
2526
2803
|
standalone: false
|
|
2527
2804
|
}]
|
|
2528
2805
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
2529
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XProgress, { className: "XProgress", filePath: "lib/proxies.ts", lineNumber:
|
|
2806
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XProgress, { className: "XProgress", filePath: "lib/proxies.ts", lineNumber: 2515 }); })();
|
|
2530
2807
|
let XQrCode = class XQrCode {
|
|
2531
2808
|
z;
|
|
2532
2809
|
el;
|
|
@@ -2536,14 +2813,14 @@ let XQrCode = class XQrCode {
|
|
|
2536
2813
|
this.el = r.nativeElement;
|
|
2537
2814
|
}
|
|
2538
2815
|
static ɵfac = function XQrCode_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XQrCode)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
2539
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XQrCode, selectors: [["x-qr-code"]], inputs: { bgColor: "bgColor", color: "color", ec: "ec", gradient: "gradient", logo: "logo", size: "size", type: "type", value: "value" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XQrCode_Template(rf, ctx) { if (rf & 1) {
|
|
2816
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XQrCode, selectors: [["x-qr-code"]], inputs: { bgColor: "bgColor", color: "color", ec: "ec", gradient: "gradient", logo: "logo", size: "size", type: "type", useWorker: "useWorker", value: "value" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XQrCode_Template(rf, ctx) { if (rf & 1) {
|
|
2540
2817
|
i0.ɵɵprojectionDef();
|
|
2541
2818
|
i0.ɵɵprojection(0);
|
|
2542
2819
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
2543
2820
|
};
|
|
2544
2821
|
XQrCode = __decorate([
|
|
2545
2822
|
ProxyCmp({
|
|
2546
|
-
inputs: ['bgColor', 'color', 'ec', 'gradient', 'logo', 'size', 'type', 'value']
|
|
2823
|
+
inputs: ['bgColor', 'color', 'ec', 'gradient', 'logo', 'size', 'type', 'useWorker', 'value']
|
|
2547
2824
|
})
|
|
2548
2825
|
], XQrCode);
|
|
2549
2826
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XQrCode, [{
|
|
@@ -2553,11 +2830,11 @@ XQrCode = __decorate([
|
|
|
2553
2830
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2554
2831
|
template: '<ng-content></ng-content>',
|
|
2555
2832
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2556
|
-
inputs: ['bgColor', 'color', 'ec', 'gradient', 'logo', 'size', 'type', 'value'],
|
|
2833
|
+
inputs: ['bgColor', 'color', 'ec', 'gradient', 'logo', 'size', 'type', 'useWorker', 'value'],
|
|
2557
2834
|
standalone: false
|
|
2558
2835
|
}]
|
|
2559
2836
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
2560
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XQrCode, { className: "XQrCode", filePath: "lib/proxies.ts", lineNumber:
|
|
2837
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XQrCode, { className: "XQrCode", filePath: "lib/proxies.ts", lineNumber: 2538 }); })();
|
|
2561
2838
|
let XRadio = class XRadio {
|
|
2562
2839
|
z;
|
|
2563
2840
|
el;
|
|
@@ -2599,7 +2876,7 @@ XRadio = __decorate([
|
|
|
2599
2876
|
}], xBlur: [{
|
|
2600
2877
|
type: Output
|
|
2601
2878
|
}] }); })();
|
|
2602
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XRadio, { className: "XRadio", filePath: "lib/proxies.ts", lineNumber:
|
|
2879
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XRadio, { className: "XRadio", filePath: "lib/proxies.ts", lineNumber: 2563 }); })();
|
|
2603
2880
|
let XRadioGroup = class XRadioGroup {
|
|
2604
2881
|
z;
|
|
2605
2882
|
el;
|
|
@@ -2634,7 +2911,7 @@ XRadioGroup = __decorate([
|
|
|
2634
2911
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xChange: [{
|
|
2635
2912
|
type: Output
|
|
2636
2913
|
}] }); })();
|
|
2637
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XRadioGroup, { className: "XRadioGroup", filePath: "lib/proxies.ts", lineNumber:
|
|
2914
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XRadioGroup, { className: "XRadioGroup", filePath: "lib/proxies.ts", lineNumber: 2605 }); })();
|
|
2638
2915
|
let XRangePicker = class XRangePicker {
|
|
2639
2916
|
z;
|
|
2640
2917
|
el;
|
|
@@ -2682,7 +2959,7 @@ XRangePicker = __decorate([
|
|
|
2682
2959
|
}], xCalendarChange: [{
|
|
2683
2960
|
type: Output
|
|
2684
2961
|
}] }); })();
|
|
2685
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XRangePicker, { className: "XRangePicker", filePath: "lib/proxies.ts", lineNumber:
|
|
2962
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XRangePicker, { className: "XRangePicker", filePath: "lib/proxies.ts", lineNumber: 2638 }); })();
|
|
2686
2963
|
let XRangePickerDropdownContent = class XRangePickerDropdownContent {
|
|
2687
2964
|
z;
|
|
2688
2965
|
el;
|
|
@@ -2744,7 +3021,7 @@ XRangePickerDropdownContent = __decorate([
|
|
|
2744
3021
|
}], xTimeChange: [{
|
|
2745
3022
|
type: Output
|
|
2746
3023
|
}] }); })();
|
|
2747
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XRangePickerDropdownContent, { className: "XRangePickerDropdownContent", filePath: "lib/proxies.ts", lineNumber:
|
|
3024
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XRangePickerDropdownContent, { className: "XRangePickerDropdownContent", filePath: "lib/proxies.ts", lineNumber: 2690 }); })();
|
|
2748
3025
|
let XRate = class XRate {
|
|
2749
3026
|
z;
|
|
2750
3027
|
el;
|
|
@@ -2782,7 +3059,7 @@ XRate = __decorate([
|
|
|
2782
3059
|
}], xHoverChange: [{
|
|
2783
3060
|
type: Output
|
|
2784
3061
|
}] }); })();
|
|
2785
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XRate, { className: "XRate", filePath: "lib/proxies.ts", lineNumber:
|
|
3062
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XRate, { className: "XRate", filePath: "lib/proxies.ts", lineNumber: 2770 }); })();
|
|
2786
3063
|
let XResult = class XResult {
|
|
2787
3064
|
z;
|
|
2788
3065
|
el;
|
|
@@ -2813,7 +3090,7 @@ XResult = __decorate([
|
|
|
2813
3090
|
standalone: false
|
|
2814
3091
|
}]
|
|
2815
3092
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
2816
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XResult, { className: "XResult", filePath: "lib/proxies.ts", lineNumber:
|
|
3093
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XResult, { className: "XResult", filePath: "lib/proxies.ts", lineNumber: 2804 }); })();
|
|
2817
3094
|
let XRow = class XRow {
|
|
2818
3095
|
z;
|
|
2819
3096
|
el;
|
|
@@ -2844,7 +3121,7 @@ XRow = __decorate([
|
|
|
2844
3121
|
standalone: false
|
|
2845
3122
|
}]
|
|
2846
3123
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
2847
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XRow, { className: "XRow", filePath: "lib/proxies.ts", lineNumber:
|
|
3124
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XRow, { className: "XRow", filePath: "lib/proxies.ts", lineNumber: 2827 }); })();
|
|
2848
3125
|
let XSegmented = class XSegmented {
|
|
2849
3126
|
z;
|
|
2850
3127
|
el;
|
|
@@ -2879,7 +3156,7 @@ XSegmented = __decorate([
|
|
|
2879
3156
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xChange: [{
|
|
2880
3157
|
type: Output
|
|
2881
3158
|
}] }); })();
|
|
2882
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSegmented, { className: "XSegmented", filePath: "lib/proxies.ts", lineNumber:
|
|
3159
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSegmented, { className: "XSegmented", filePath: "lib/proxies.ts", lineNumber: 2851 }); })();
|
|
2883
3160
|
let XSelect = class XSelect {
|
|
2884
3161
|
z;
|
|
2885
3162
|
el;
|
|
@@ -2936,7 +3213,7 @@ XSelect = __decorate([
|
|
|
2936
3213
|
}], xSelect: [{
|
|
2937
3214
|
type: Output
|
|
2938
3215
|
}] }); })();
|
|
2939
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSelect, { className: "XSelect", filePath: "lib/proxies.ts", lineNumber:
|
|
3216
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSelect, { className: "XSelect", filePath: "lib/proxies.ts", lineNumber: 2884 }); })();
|
|
2940
3217
|
let XSelectDropdownContent = class XSelectDropdownContent {
|
|
2941
3218
|
z;
|
|
2942
3219
|
el;
|
|
@@ -2967,7 +3244,7 @@ XSelectDropdownContent = __decorate([
|
|
|
2967
3244
|
standalone: false
|
|
2968
3245
|
}]
|
|
2969
3246
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
2970
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSelectDropdownContent, { className: "XSelectDropdownContent", filePath: "lib/proxies.ts", lineNumber:
|
|
3247
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSelectDropdownContent, { className: "XSelectDropdownContent", filePath: "lib/proxies.ts", lineNumber: 2951 }); })();
|
|
2971
3248
|
let XSelectOption = class XSelectOption {
|
|
2972
3249
|
z;
|
|
2973
3250
|
el;
|
|
@@ -2998,7 +3275,7 @@ XSelectOption = __decorate([
|
|
|
2998
3275
|
standalone: false
|
|
2999
3276
|
}]
|
|
3000
3277
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
3001
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSelectOption, { className: "XSelectOption", filePath: "lib/proxies.ts", lineNumber:
|
|
3278
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSelectOption, { className: "XSelectOption", filePath: "lib/proxies.ts", lineNumber: 2974 }); })();
|
|
3002
3279
|
let XSider = class XSider {
|
|
3003
3280
|
z;
|
|
3004
3281
|
el;
|
|
@@ -3033,7 +3310,7 @@ XSider = __decorate([
|
|
|
3033
3310
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xCollapse: [{
|
|
3034
3311
|
type: Output
|
|
3035
3312
|
}] }); })();
|
|
3036
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSider, { className: "XSider", filePath: "lib/proxies.ts", lineNumber:
|
|
3313
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSider, { className: "XSider", filePath: "lib/proxies.ts", lineNumber: 2998 }); })();
|
|
3037
3314
|
let XSkeleton = class XSkeleton {
|
|
3038
3315
|
z;
|
|
3039
3316
|
el;
|
|
@@ -3064,7 +3341,7 @@ XSkeleton = __decorate([
|
|
|
3064
3341
|
standalone: false
|
|
3065
3342
|
}]
|
|
3066
3343
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
3067
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSkeleton, { className: "XSkeleton", filePath: "lib/proxies.ts", lineNumber:
|
|
3344
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSkeleton, { className: "XSkeleton", filePath: "lib/proxies.ts", lineNumber: 3027 }); })();
|
|
3068
3345
|
let XSlider = class XSlider {
|
|
3069
3346
|
z;
|
|
3070
3347
|
el;
|
|
@@ -3102,7 +3379,7 @@ XSlider = __decorate([
|
|
|
3102
3379
|
}], xAfterChange: [{
|
|
3103
3380
|
type: Output
|
|
3104
3381
|
}] }); })();
|
|
3105
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSlider, { className: "XSlider", filePath: "lib/proxies.ts", lineNumber:
|
|
3382
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSlider, { className: "XSlider", filePath: "lib/proxies.ts", lineNumber: 3051 }); })();
|
|
3106
3383
|
let XSpace = class XSpace {
|
|
3107
3384
|
z;
|
|
3108
3385
|
el;
|
|
@@ -3133,7 +3410,7 @@ XSpace = __decorate([
|
|
|
3133
3410
|
standalone: false
|
|
3134
3411
|
}]
|
|
3135
3412
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
3136
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSpace, { className: "XSpace", filePath: "lib/proxies.ts", lineNumber:
|
|
3413
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSpace, { className: "XSpace", filePath: "lib/proxies.ts", lineNumber: 3087 }); })();
|
|
3137
3414
|
let XSpin = class XSpin {
|
|
3138
3415
|
z;
|
|
3139
3416
|
el;
|
|
@@ -3164,7 +3441,7 @@ XSpin = __decorate([
|
|
|
3164
3441
|
standalone: false
|
|
3165
3442
|
}]
|
|
3166
3443
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
3167
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSpin, { className: "XSpin", filePath: "lib/proxies.ts", lineNumber:
|
|
3444
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSpin, { className: "XSpin", filePath: "lib/proxies.ts", lineNumber: 3110 }); })();
|
|
3168
3445
|
let XSplitter = class XSplitter {
|
|
3169
3446
|
z;
|
|
3170
3447
|
el;
|
|
@@ -3208,7 +3485,7 @@ XSplitter = __decorate([
|
|
|
3208
3485
|
}], xCollapse: [{
|
|
3209
3486
|
type: Output
|
|
3210
3487
|
}] }); })();
|
|
3211
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSplitter, { className: "XSplitter", filePath: "lib/proxies.ts", lineNumber:
|
|
3488
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSplitter, { className: "XSplitter", filePath: "lib/proxies.ts", lineNumber: 3134 }); })();
|
|
3212
3489
|
let XSplitterPanel = class XSplitterPanel {
|
|
3213
3490
|
z;
|
|
3214
3491
|
el;
|
|
@@ -3246,7 +3523,7 @@ XSplitterPanel = __decorate([
|
|
|
3246
3523
|
}], xPanelCollapse: [{
|
|
3247
3524
|
type: Output
|
|
3248
3525
|
}] }); })();
|
|
3249
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSplitterPanel, { className: "XSplitterPanel", filePath: "lib/proxies.ts", lineNumber:
|
|
3526
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSplitterPanel, { className: "XSplitterPanel", filePath: "lib/proxies.ts", lineNumber: 3181 }); })();
|
|
3250
3527
|
let XStatistic = class XStatistic {
|
|
3251
3528
|
z;
|
|
3252
3529
|
el;
|
|
@@ -3277,7 +3554,7 @@ XStatistic = __decorate([
|
|
|
3277
3554
|
standalone: false
|
|
3278
3555
|
}]
|
|
3279
3556
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
3280
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XStatistic, { className: "XStatistic", filePath: "lib/proxies.ts", lineNumber:
|
|
3557
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XStatistic, { className: "XStatistic", filePath: "lib/proxies.ts", lineNumber: 3218 }); })();
|
|
3281
3558
|
let XStep = class XStep {
|
|
3282
3559
|
z;
|
|
3283
3560
|
el;
|
|
@@ -3312,7 +3589,7 @@ XStep = __decorate([
|
|
|
3312
3589
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xStepClick: [{
|
|
3313
3590
|
type: Output
|
|
3314
3591
|
}] }); })();
|
|
3315
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XStep, { className: "XStep", filePath: "lib/proxies.ts", lineNumber:
|
|
3592
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XStep, { className: "XStep", filePath: "lib/proxies.ts", lineNumber: 3242 }); })();
|
|
3316
3593
|
let XSteps = class XSteps {
|
|
3317
3594
|
z;
|
|
3318
3595
|
el;
|
|
@@ -3351,7 +3628,7 @@ XSteps = __decorate([
|
|
|
3351
3628
|
}], xStepClick: [{
|
|
3352
3629
|
type: Output
|
|
3353
3630
|
}] }); })();
|
|
3354
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSteps, { className: "XSteps", filePath: "lib/proxies.ts", lineNumber:
|
|
3631
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSteps, { className: "XSteps", filePath: "lib/proxies.ts", lineNumber: 3275 }); })();
|
|
3355
3632
|
let XSwitch = class XSwitch {
|
|
3356
3633
|
z;
|
|
3357
3634
|
el;
|
|
@@ -3389,7 +3666,7 @@ XSwitch = __decorate([
|
|
|
3389
3666
|
}], xClick: [{
|
|
3390
3667
|
type: Output
|
|
3391
3668
|
}] }); })();
|
|
3392
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSwitch, { className: "XSwitch", filePath: "lib/proxies.ts", lineNumber:
|
|
3669
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XSwitch, { className: "XSwitch", filePath: "lib/proxies.ts", lineNumber: 3312 }); })();
|
|
3393
3670
|
let XTabPane = class XTabPane {
|
|
3394
3671
|
z;
|
|
3395
3672
|
el;
|
|
@@ -3399,14 +3676,14 @@ let XTabPane = class XTabPane {
|
|
|
3399
3676
|
this.el = r.nativeElement;
|
|
3400
3677
|
}
|
|
3401
3678
|
static ɵfac = function XTabPane_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XTabPane)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
3402
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XTabPane, selectors: [["x-tab-pane"]], inputs: { active: "active", closable: "closable", destroyInactiveTabPane: "destroyInactiveTabPane", forceRender: "forceRender", icon: "icon", tab: "tab", tabKey: "tabKey" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XTabPane_Template(rf, ctx) { if (rf & 1) {
|
|
3679
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XTabPane, selectors: [["x-tab-pane"]], inputs: { active: "active", closable: "closable", destroyInactiveTabPane: "destroyInactiveTabPane", disabled: "disabled", forceRender: "forceRender", icon: "icon", paneKey: "paneKey", tab: "tab", tabKey: "tabKey" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XTabPane_Template(rf, ctx) { if (rf & 1) {
|
|
3403
3680
|
i0.ɵɵprojectionDef();
|
|
3404
3681
|
i0.ɵɵprojection(0);
|
|
3405
3682
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
3406
3683
|
};
|
|
3407
3684
|
XTabPane = __decorate([
|
|
3408
3685
|
ProxyCmp({
|
|
3409
|
-
inputs: ['active', 'closable', 'destroyInactiveTabPane', 'forceRender', 'icon', 'tab', 'tabKey']
|
|
3686
|
+
inputs: ['active', 'closable', 'destroyInactiveTabPane', 'disabled', 'forceRender', 'icon', 'paneKey', 'tab', 'tabKey']
|
|
3410
3687
|
})
|
|
3411
3688
|
], XTabPane);
|
|
3412
3689
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(XTabPane, [{
|
|
@@ -3416,11 +3693,11 @@ XTabPane = __decorate([
|
|
|
3416
3693
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3417
3694
|
template: '<ng-content></ng-content>',
|
|
3418
3695
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3419
|
-
inputs: ['active', 'closable', 'destroyInactiveTabPane', 'forceRender', 'icon', 'tab', 'tabKey'],
|
|
3696
|
+
inputs: ['active', 'closable', 'destroyInactiveTabPane', 'disabled', 'forceRender', 'icon', 'paneKey', 'tab', 'tabKey'],
|
|
3420
3697
|
standalone: false
|
|
3421
3698
|
}]
|
|
3422
3699
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
3423
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTabPane, { className: "XTabPane", filePath: "lib/proxies.ts", lineNumber:
|
|
3700
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTabPane, { className: "XTabPane", filePath: "lib/proxies.ts", lineNumber: 3348 }); })();
|
|
3424
3701
|
let XTable = class XTable {
|
|
3425
3702
|
z;
|
|
3426
3703
|
el;
|
|
@@ -3439,14 +3716,14 @@ let XTable = class XTable {
|
|
|
3439
3716
|
this.el = r.nativeElement;
|
|
3440
3717
|
}
|
|
3441
3718
|
static ɵfac = function XTable_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XTable)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
3442
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XTable, selectors: [["x-table"]], inputs: { bordered: "bordered", classNames: "classNames", columns: "columns", dataSource: "dataSource", draggableColumns: "draggableColumns", draggableRows: "draggableRows", emptyText: "emptyText", expandable: "expandable", headerRowEvents: "headerRowEvents", loading: "loading", pagination: "pagination", resizableColumns: "resizableColumns", rowClassName: "rowClassName", rowEvents: "rowEvents", rowKey: "rowKey", rowSelection: "rowSelection", showHeader: "showHeader", showSorterTooltip: "showSorterTooltip", size: "size", sortDirections: "sortDirections", sticky: "sticky", styles: "styles", tableFooter: "tableFooter", tableLayout: "tableLayout", tableScroll: "tableScroll", tableTitle: "tableTitle", virtual: "virtual" }, outputs: { xChange: "xChange", xRowClick: "xRowClick", xRowDoubleClick: "xRowDoubleClick", xSelectionChange: "xSelectionChange", xExpand: "xExpand", xExpandedRowsChange: "xExpandedRowsChange", xColumnSort: "xColumnSort", xDragSort: "xDragSort", xDataDisplayChange: "xDataDisplayChange" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XTable_Template(rf, ctx) { if (rf & 1) {
|
|
3719
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XTable, selectors: [["x-table"]], inputs: { bordered: "bordered", classNames: "classNames", clickable: "clickable", columns: "columns", dataSource: "dataSource", draggableColumns: "draggableColumns", draggableRows: "draggableRows", emptyText: "emptyText", expandable: "expandable", headerRowEvents: "headerRowEvents", loading: "loading", pagination: "pagination", resizableColumns: "resizableColumns", rowClassName: "rowClassName", rowEvents: "rowEvents", rowKey: "rowKey", rowSelection: "rowSelection", showHeader: "showHeader", showSorterTooltip: "showSorterTooltip", size: "size", sortDirections: "sortDirections", sticky: "sticky", styles: "styles", tableFooter: "tableFooter", tableLayout: "tableLayout", tableScroll: "tableScroll", tableTitle: "tableTitle", virtual: "virtual" }, outputs: { xChange: "xChange", xRowClick: "xRowClick", xRowDoubleClick: "xRowDoubleClick", xSelectionChange: "xSelectionChange", xExpand: "xExpand", xExpandedRowsChange: "xExpandedRowsChange", xColumnSort: "xColumnSort", xDragSort: "xDragSort", xDataDisplayChange: "xDataDisplayChange" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XTable_Template(rf, ctx) { if (rf & 1) {
|
|
3443
3720
|
i0.ɵɵprojectionDef();
|
|
3444
3721
|
i0.ɵɵprojection(0);
|
|
3445
3722
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
3446
3723
|
};
|
|
3447
3724
|
XTable = __decorate([
|
|
3448
3725
|
ProxyCmp({
|
|
3449
|
-
inputs: ['bordered', 'classNames', 'columns', 'dataSource', 'draggableColumns', 'draggableRows', 'emptyText', 'expandable', 'headerRowEvents', 'loading', 'pagination', 'resizableColumns', 'rowClassName', 'rowEvents', 'rowKey', 'rowSelection', 'showHeader', 'showSorterTooltip', 'size', 'sortDirections', 'sticky', 'styles', 'tableFooter', 'tableLayout', 'tableScroll', 'tableTitle', 'virtual'],
|
|
3726
|
+
inputs: ['bordered', 'classNames', 'clickable', 'columns', 'dataSource', 'draggableColumns', 'draggableRows', 'emptyText', 'expandable', 'headerRowEvents', 'loading', 'pagination', 'resizableColumns', 'rowClassName', 'rowEvents', 'rowKey', 'rowSelection', 'showHeader', 'showSorterTooltip', 'size', 'sortDirections', 'sticky', 'styles', 'tableFooter', 'tableLayout', 'tableScroll', 'tableTitle', 'virtual'],
|
|
3450
3727
|
methods: ['getSelectedRowKeys', 'setSelectedRowKeys', 'clearSelection', 'getExpandedRowKeys', 'scrollToRow']
|
|
3451
3728
|
})
|
|
3452
3729
|
], XTable);
|
|
@@ -3457,7 +3734,7 @@ XTable = __decorate([
|
|
|
3457
3734
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3458
3735
|
template: '<ng-content></ng-content>',
|
|
3459
3736
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3460
|
-
inputs: ['bordered', 'classNames', 'columns', 'dataSource', 'draggableColumns', 'draggableRows', 'emptyText', 'expandable', 'headerRowEvents', 'loading', 'pagination', 'resizableColumns', 'rowClassName', 'rowEvents', 'rowKey', 'rowSelection', 'showHeader', 'showSorterTooltip', 'size', 'sortDirections', 'sticky', 'styles', 'tableFooter', 'tableLayout', 'tableScroll', 'tableTitle', 'virtual'],
|
|
3737
|
+
inputs: ['bordered', 'classNames', 'clickable', 'columns', 'dataSource', 'draggableColumns', 'draggableRows', 'emptyText', 'expandable', 'headerRowEvents', 'loading', 'pagination', 'resizableColumns', 'rowClassName', 'rowEvents', 'rowKey', 'rowSelection', 'showHeader', 'showSorterTooltip', 'size', 'sortDirections', 'sticky', 'styles', 'tableFooter', 'tableLayout', 'tableScroll', 'tableTitle', 'virtual'],
|
|
3461
3738
|
outputs: ['xChange', 'xRowClick', 'xRowDoubleClick', 'xSelectionChange', 'xExpand', 'xExpandedRowsChange', 'xColumnSort', 'xDragSort', 'xDataDisplayChange'],
|
|
3462
3739
|
standalone: false
|
|
3463
3740
|
}]
|
|
@@ -3480,7 +3757,7 @@ XTable = __decorate([
|
|
|
3480
3757
|
}], xDataDisplayChange: [{
|
|
3481
3758
|
type: Output
|
|
3482
3759
|
}] }); })();
|
|
3483
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTable, { className: "XTable", filePath: "lib/proxies.ts", lineNumber:
|
|
3760
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTable, { className: "XTable", filePath: "lib/proxies.ts", lineNumber: 3373 }); })();
|
|
3484
3761
|
let XTableCell = class XTableCell {
|
|
3485
3762
|
z;
|
|
3486
3763
|
el;
|
|
@@ -3511,7 +3788,7 @@ XTableCell = __decorate([
|
|
|
3511
3788
|
standalone: false
|
|
3512
3789
|
}]
|
|
3513
3790
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
3514
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTableCell, { className: "XTableCell", filePath: "lib/proxies.ts", lineNumber:
|
|
3791
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTableCell, { className: "XTableCell", filePath: "lib/proxies.ts", lineNumber: 3449 }); })();
|
|
3515
3792
|
let XTableRow = class XTableRow {
|
|
3516
3793
|
z;
|
|
3517
3794
|
el;
|
|
@@ -3542,7 +3819,7 @@ XTableRow = __decorate([
|
|
|
3542
3819
|
standalone: false
|
|
3543
3820
|
}]
|
|
3544
3821
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
3545
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTableRow, { className: "XTableRow", filePath: "lib/proxies.ts", lineNumber:
|
|
3822
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTableRow, { className: "XTableRow", filePath: "lib/proxies.ts", lineNumber: 3472 }); })();
|
|
3546
3823
|
let XTabs = class XTabs {
|
|
3547
3824
|
z;
|
|
3548
3825
|
el;
|
|
@@ -3550,20 +3827,21 @@ let XTabs = class XTabs {
|
|
|
3550
3827
|
xTabClick = new EventEmitter();
|
|
3551
3828
|
xEdit = new EventEmitter();
|
|
3552
3829
|
xTabScroll = new EventEmitter();
|
|
3830
|
+
xTabRename = new EventEmitter();
|
|
3553
3831
|
constructor(c, r, z) {
|
|
3554
3832
|
this.z = z;
|
|
3555
3833
|
c.detach();
|
|
3556
3834
|
this.el = r.nativeElement;
|
|
3557
3835
|
}
|
|
3558
3836
|
static ɵfac = function XTabs_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XTabs)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
3559
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XTabs, selectors: [["x-tabs"]], inputs: { activeKey: "activeKey", addIcon: "addIcon", animated: "animated", centered: "centered", classNames: "classNames", defaultActiveKey: "defaultActiveKey", destroyInactiveTabPane: "destroyInactiveTabPane", hideAdd: "hideAdd", indicator: "indicator", items: "items", removeIcon: "removeIcon", size: "size", styles: "styles", tabBarExtraContent: "tabBarExtraContent", tabBarGutter: "tabBarGutter", tabBarStyle: "tabBarStyle", tabPlacement: "tabPlacement", type: "type" }, outputs: { xChange: "xChange", xTabClick: "xTabClick", xEdit: "xEdit", xTabScroll: "xTabScroll" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XTabs_Template(rf, ctx) { if (rf & 1) {
|
|
3837
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XTabs, selectors: [["x-tabs"]], inputs: { activeKey: "activeKey", addIcon: "addIcon", animated: "animated", centered: "centered", classNames: "classNames", defaultActiveKey: "defaultActiveKey", destroyInactiveTabPane: "destroyInactiveTabPane", editable: "editable", hideAdd: "hideAdd", indicator: "indicator", items: "items", removeIcon: "removeIcon", size: "size", styles: "styles", tabBarExtraContent: "tabBarExtraContent", tabBarGutter: "tabBarGutter", tabBarStyle: "tabBarStyle", tabPlacement: "tabPlacement", type: "type" }, outputs: { xChange: "xChange", xTabClick: "xTabClick", xEdit: "xEdit", xTabScroll: "xTabScroll", xTabRename: "xTabRename" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XTabs_Template(rf, ctx) { if (rf & 1) {
|
|
3560
3838
|
i0.ɵɵprojectionDef();
|
|
3561
3839
|
i0.ɵɵprojection(0);
|
|
3562
3840
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
3563
3841
|
};
|
|
3564
3842
|
XTabs = __decorate([
|
|
3565
3843
|
ProxyCmp({
|
|
3566
|
-
inputs: ['activeKey', 'addIcon', 'animated', 'centered', 'classNames', 'defaultActiveKey', 'destroyInactiveTabPane', 'hideAdd', 'indicator', 'items', 'removeIcon', 'size', 'styles', 'tabBarExtraContent', 'tabBarGutter', 'tabBarStyle', 'tabPlacement', 'type'],
|
|
3844
|
+
inputs: ['activeKey', 'addIcon', 'animated', 'centered', 'classNames', 'defaultActiveKey', 'destroyInactiveTabPane', 'editable', 'hideAdd', 'indicator', 'items', 'removeIcon', 'size', 'styles', 'tabBarExtraContent', 'tabBarGutter', 'tabBarStyle', 'tabPlacement', 'type'],
|
|
3567
3845
|
methods: ['getActiveKey', 'setActiveKey']
|
|
3568
3846
|
})
|
|
3569
3847
|
], XTabs);
|
|
@@ -3574,8 +3852,8 @@ XTabs = __decorate([
|
|
|
3574
3852
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3575
3853
|
template: '<ng-content></ng-content>',
|
|
3576
3854
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3577
|
-
inputs: ['activeKey', 'addIcon', 'animated', 'centered', 'classNames', 'defaultActiveKey', 'destroyInactiveTabPane', 'hideAdd', 'indicator', 'items', 'removeIcon', 'size', 'styles', 'tabBarExtraContent', 'tabBarGutter', 'tabBarStyle', 'tabPlacement', 'type'],
|
|
3578
|
-
outputs: ['xChange', 'xTabClick', 'xEdit', 'xTabScroll'],
|
|
3855
|
+
inputs: ['activeKey', 'addIcon', 'animated', 'centered', 'classNames', 'defaultActiveKey', 'destroyInactiveTabPane', 'editable', 'hideAdd', 'indicator', 'items', 'removeIcon', 'size', 'styles', 'tabBarExtraContent', 'tabBarGutter', 'tabBarStyle', 'tabPlacement', 'type'],
|
|
3856
|
+
outputs: ['xChange', 'xTabClick', 'xEdit', 'xTabScroll', 'xTabRename'],
|
|
3579
3857
|
standalone: false
|
|
3580
3858
|
}]
|
|
3581
3859
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xChange: [{
|
|
@@ -3586,8 +3864,10 @@ XTabs = __decorate([
|
|
|
3586
3864
|
type: Output
|
|
3587
3865
|
}], xTabScroll: [{
|
|
3588
3866
|
type: Output
|
|
3867
|
+
}], xTabRename: [{
|
|
3868
|
+
type: Output
|
|
3589
3869
|
}] }); })();
|
|
3590
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTabs, { className: "XTabs", filePath: "lib/proxies.ts", lineNumber:
|
|
3870
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTabs, { className: "XTabs", filePath: "lib/proxies.ts", lineNumber: 3497 }); })();
|
|
3591
3871
|
let XTag = class XTag {
|
|
3592
3872
|
z;
|
|
3593
3873
|
el;
|
|
@@ -3625,7 +3905,7 @@ XTag = __decorate([
|
|
|
3625
3905
|
}], xClick: [{
|
|
3626
3906
|
type: Output
|
|
3627
3907
|
}] }); })();
|
|
3628
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTag, { className: "XTag", filePath: "lib/proxies.ts", lineNumber:
|
|
3908
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTag, { className: "XTag", filePath: "lib/proxies.ts", lineNumber: 3553 }); })();
|
|
3629
3909
|
let XTextarea = class XTextarea {
|
|
3630
3910
|
z;
|
|
3631
3911
|
el;
|
|
@@ -3669,7 +3949,7 @@ XTextarea = __decorate([
|
|
|
3669
3949
|
}], xResize: [{
|
|
3670
3950
|
type: Output
|
|
3671
3951
|
}] }); })();
|
|
3672
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTextarea, { className: "XTextarea", filePath: "lib/proxies.ts", lineNumber:
|
|
3952
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTextarea, { className: "XTextarea", filePath: "lib/proxies.ts", lineNumber: 3588 }); })();
|
|
3673
3953
|
let XTimePicker = class XTimePicker {
|
|
3674
3954
|
z;
|
|
3675
3955
|
el;
|
|
@@ -3714,7 +3994,7 @@ XTimePicker = __decorate([
|
|
|
3714
3994
|
}], xFocus: [{
|
|
3715
3995
|
type: Output
|
|
3716
3996
|
}] }); })();
|
|
3717
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTimePicker, { className: "XTimePicker", filePath: "lib/proxies.ts", lineNumber:
|
|
3997
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTimePicker, { className: "XTimePicker", filePath: "lib/proxies.ts", lineNumber: 3634 }); })();
|
|
3718
3998
|
let XTimePickerDropdownContent = class XTimePickerDropdownContent {
|
|
3719
3999
|
z;
|
|
3720
4000
|
el;
|
|
@@ -3755,7 +4035,7 @@ XTimePickerDropdownContent = __decorate([
|
|
|
3755
4035
|
}], xOkClick: [{
|
|
3756
4036
|
type: Output
|
|
3757
4037
|
}] }); })();
|
|
3758
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTimePickerDropdownContent, { className: "XTimePickerDropdownContent", filePath: "lib/proxies.ts", lineNumber:
|
|
4038
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTimePickerDropdownContent, { className: "XTimePickerDropdownContent", filePath: "lib/proxies.ts", lineNumber: 3681 }); })();
|
|
3759
4039
|
let XTimeline = class XTimeline {
|
|
3760
4040
|
z;
|
|
3761
4041
|
el;
|
|
@@ -3786,7 +4066,7 @@ XTimeline = __decorate([
|
|
|
3786
4066
|
standalone: false
|
|
3787
4067
|
}]
|
|
3788
4068
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
3789
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTimeline, { className: "XTimeline", filePath: "lib/proxies.ts", lineNumber:
|
|
4069
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTimeline, { className: "XTimeline", filePath: "lib/proxies.ts", lineNumber: 3722 }); })();
|
|
3790
4070
|
let XTimelineItem = class XTimelineItem {
|
|
3791
4071
|
z;
|
|
3792
4072
|
el;
|
|
@@ -3817,7 +4097,7 @@ XTimelineItem = __decorate([
|
|
|
3817
4097
|
standalone: false
|
|
3818
4098
|
}]
|
|
3819
4099
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
3820
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTimelineItem, { className: "XTimelineItem", filePath: "lib/proxies.ts", lineNumber:
|
|
4100
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTimelineItem, { className: "XTimelineItem", filePath: "lib/proxies.ts", lineNumber: 3745 }); })();
|
|
3821
4101
|
let XTooltip = class XTooltip {
|
|
3822
4102
|
z;
|
|
3823
4103
|
el;
|
|
@@ -3853,7 +4133,7 @@ XTooltip = __decorate([
|
|
|
3853
4133
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { openChange: [{
|
|
3854
4134
|
type: Output
|
|
3855
4135
|
}] }); })();
|
|
3856
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTooltip, { className: "XTooltip", filePath: "lib/proxies.ts", lineNumber:
|
|
4136
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTooltip, { className: "XTooltip", filePath: "lib/proxies.ts", lineNumber: 3770 }); })();
|
|
3857
4137
|
let XTour = class XTour {
|
|
3858
4138
|
z;
|
|
3859
4139
|
el;
|
|
@@ -3894,7 +4174,7 @@ XTour = __decorate([
|
|
|
3894
4174
|
}], xFinish: [{
|
|
3895
4175
|
type: Output
|
|
3896
4176
|
}] }); })();
|
|
3897
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTour, { className: "XTour", filePath: "lib/proxies.ts", lineNumber:
|
|
4177
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTour, { className: "XTour", filePath: "lib/proxies.ts", lineNumber: 3802 }); })();
|
|
3898
4178
|
let XTourPanel = class XTourPanel {
|
|
3899
4179
|
z;
|
|
3900
4180
|
el;
|
|
@@ -3935,7 +4215,7 @@ XTourPanel = __decorate([
|
|
|
3935
4215
|
}], xClose: [{
|
|
3936
4216
|
type: Output
|
|
3937
4217
|
}] }); })();
|
|
3938
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTourPanel, { className: "XTourPanel", filePath: "lib/proxies.ts", lineNumber:
|
|
4218
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTourPanel, { className: "XTourPanel", filePath: "lib/proxies.ts", lineNumber: 3842 }); })();
|
|
3939
4219
|
let XTransfer = class XTransfer {
|
|
3940
4220
|
z;
|
|
3941
4221
|
el;
|
|
@@ -3979,7 +4259,7 @@ XTransfer = __decorate([
|
|
|
3979
4259
|
}], xScroll: [{
|
|
3980
4260
|
type: Output
|
|
3981
4261
|
}] }); })();
|
|
3982
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTransfer, { className: "XTransfer", filePath: "lib/proxies.ts", lineNumber:
|
|
4262
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTransfer, { className: "XTransfer", filePath: "lib/proxies.ts", lineNumber: 3882 }); })();
|
|
3983
4263
|
let XTree = class XTree {
|
|
3984
4264
|
z;
|
|
3985
4265
|
el;
|
|
@@ -4044,7 +4324,7 @@ XTree = __decorate([
|
|
|
4044
4324
|
}], xAction: [{
|
|
4045
4325
|
type: Output
|
|
4046
4326
|
}] }); })();
|
|
4047
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTree, { className: "XTree", filePath: "lib/proxies.ts", lineNumber:
|
|
4327
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTree, { className: "XTree", filePath: "lib/proxies.ts", lineNumber: 3932 }); })();
|
|
4048
4328
|
let XTreeSelect = class XTreeSelect {
|
|
4049
4329
|
z;
|
|
4050
4330
|
el;
|
|
@@ -4098,7 +4378,7 @@ XTreeSelect = __decorate([
|
|
|
4098
4378
|
}], xDropdownVisibleChange: [{
|
|
4099
4379
|
type: Output
|
|
4100
4380
|
}] }); })();
|
|
4101
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTreeSelect, { className: "XTreeSelect", filePath: "lib/proxies.ts", lineNumber:
|
|
4381
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTreeSelect, { className: "XTreeSelect", filePath: "lib/proxies.ts", lineNumber: 4019 }); })();
|
|
4102
4382
|
let XTreeSelectDropdownContent = class XTreeSelectDropdownContent {
|
|
4103
4383
|
z;
|
|
4104
4384
|
el;
|
|
@@ -4139,7 +4419,7 @@ XTreeSelectDropdownContent = __decorate([
|
|
|
4139
4419
|
}], xNodeCheck: [{
|
|
4140
4420
|
type: Output
|
|
4141
4421
|
}] }); })();
|
|
4142
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTreeSelectDropdownContent, { className: "XTreeSelectDropdownContent", filePath: "lib/proxies.ts", lineNumber:
|
|
4422
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTreeSelectDropdownContent, { className: "XTreeSelectDropdownContent", filePath: "lib/proxies.ts", lineNumber: 4083 }); })();
|
|
4143
4423
|
let XTypography = class XTypography {
|
|
4144
4424
|
z;
|
|
4145
4425
|
el;
|
|
@@ -4170,7 +4450,7 @@ XTypography = __decorate([
|
|
|
4170
4450
|
standalone: false
|
|
4171
4451
|
}]
|
|
4172
4452
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
4173
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTypography, { className: "XTypography", filePath: "lib/proxies.ts", lineNumber:
|
|
4453
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XTypography, { className: "XTypography", filePath: "lib/proxies.ts", lineNumber: 4126 }); })();
|
|
4174
4454
|
let XUpload = class XUpload {
|
|
4175
4455
|
z;
|
|
4176
4456
|
el;
|
|
@@ -4179,20 +4459,21 @@ let XUpload = class XUpload {
|
|
|
4179
4459
|
xPreview = new EventEmitter();
|
|
4180
4460
|
xDownload = new EventEmitter();
|
|
4181
4461
|
xDrop = new EventEmitter();
|
|
4462
|
+
xError = new EventEmitter();
|
|
4182
4463
|
constructor(c, r, z) {
|
|
4183
4464
|
this.z = z;
|
|
4184
4465
|
c.detach();
|
|
4185
4466
|
this.el = r.nativeElement;
|
|
4186
4467
|
}
|
|
4187
4468
|
static ɵfac = function XUpload_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XUpload)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
4188
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XUpload, selectors: [["x-upload"]], inputs: { accept: "accept", action: "action", classNames: "classNames", data: "data", defaultFileList: "defaultFileList", directory: "directory", disabled: "disabled", drag: "drag", fileList: "fileList", headers: "headers", listType: "listType", maxCount: "maxCount", method: "method", multiple: "multiple", name: "name", openFileDialogOnClick: "openFileDialogOnClick", progress: "progress", showUploadList: "showUploadList", styles: "styles", withCredentials: "withCredentials" }, outputs: { xChange: "xChange", xRemove: "xRemove", xPreview: "xPreview", xDownload: "xDownload", xDrop: "xDrop" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XUpload_Template(rf, ctx) { if (rf & 1) {
|
|
4469
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: XUpload, selectors: [["x-upload"]], inputs: { accept: "accept", action: "action", beforeUpload: "beforeUpload", classNames: "classNames", data: "data", defaultFileList: "defaultFileList", directory: "directory", disabled: "disabled", drag: "drag", fileList: "fileList", headers: "headers", listType: "listType", maxCount: "maxCount", maxFileSize: "maxFileSize", method: "method", multiple: "multiple", name: "name", openFileDialogOnClick: "openFileDialogOnClick", progress: "progress", showUploadList: "showUploadList", styles: "styles", withCredentials: "withCredentials" }, outputs: { xChange: "xChange", xRemove: "xRemove", xPreview: "xPreview", xDownload: "xDownload", xDrop: "xDrop", xError: "xError" }, standalone: false, ngContentSelectors: _c0, decls: 1, vars: 0, template: function XUpload_Template(rf, ctx) { if (rf & 1) {
|
|
4189
4470
|
i0.ɵɵprojectionDef();
|
|
4190
4471
|
i0.ɵɵprojection(0);
|
|
4191
4472
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4192
4473
|
};
|
|
4193
4474
|
XUpload = __decorate([
|
|
4194
4475
|
ProxyCmp({
|
|
4195
|
-
inputs: ['accept', 'action', 'classNames', 'data', 'defaultFileList', 'directory', 'disabled', 'drag', 'fileList', 'headers', 'listType', 'maxCount', 'method', 'multiple', 'name', 'openFileDialogOnClick', 'progress', 'showUploadList', 'styles', 'withCredentials'],
|
|
4476
|
+
inputs: ['accept', 'action', 'beforeUpload', 'classNames', 'data', 'defaultFileList', 'directory', 'disabled', 'drag', 'fileList', 'headers', 'listType', 'maxCount', 'maxFileSize', 'method', 'multiple', 'name', 'openFileDialogOnClick', 'progress', 'showUploadList', 'styles', 'withCredentials'],
|
|
4196
4477
|
methods: ['upload', 'abort']
|
|
4197
4478
|
})
|
|
4198
4479
|
], XUpload);
|
|
@@ -4203,8 +4484,8 @@ XUpload = __decorate([
|
|
|
4203
4484
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4204
4485
|
template: '<ng-content></ng-content>',
|
|
4205
4486
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4206
|
-
inputs: ['accept', 'action', 'classNames', 'data', 'defaultFileList', 'directory', 'disabled', 'drag', 'fileList', 'headers', 'listType', 'maxCount', 'method', 'multiple', 'name', 'openFileDialogOnClick', 'progress', 'showUploadList', 'styles', 'withCredentials'],
|
|
4207
|
-
outputs: ['xChange', 'xRemove', 'xPreview', 'xDownload', 'xDrop'],
|
|
4487
|
+
inputs: ['accept', 'action', 'beforeUpload', 'classNames', 'data', 'defaultFileList', 'directory', 'disabled', 'drag', 'fileList', 'headers', 'listType', 'maxCount', 'maxFileSize', 'method', 'multiple', 'name', 'openFileDialogOnClick', 'progress', 'showUploadList', 'styles', 'withCredentials'],
|
|
4488
|
+
outputs: ['xChange', 'xRemove', 'xPreview', 'xDownload', 'xDrop', 'xError'],
|
|
4208
4489
|
standalone: false
|
|
4209
4490
|
}]
|
|
4210
4491
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { xChange: [{
|
|
@@ -4217,8 +4498,10 @@ XUpload = __decorate([
|
|
|
4217
4498
|
type: Output
|
|
4218
4499
|
}], xDrop: [{
|
|
4219
4500
|
type: Output
|
|
4501
|
+
}], xError: [{
|
|
4502
|
+
type: Output
|
|
4220
4503
|
}] }); })();
|
|
4221
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XUpload, { className: "XUpload", filePath: "lib/proxies.ts", lineNumber:
|
|
4504
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XUpload, { className: "XUpload", filePath: "lib/proxies.ts", lineNumber: 4151 }); })();
|
|
4222
4505
|
let XVirtualScroll = class XVirtualScroll {
|
|
4223
4506
|
z;
|
|
4224
4507
|
el;
|
|
@@ -4250,7 +4533,7 @@ XVirtualScroll = __decorate([
|
|
|
4250
4533
|
standalone: false
|
|
4251
4534
|
}]
|
|
4252
4535
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
4253
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XVirtualScroll, { className: "XVirtualScroll", filePath: "lib/proxies.ts", lineNumber:
|
|
4536
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XVirtualScroll, { className: "XVirtualScroll", filePath: "lib/proxies.ts", lineNumber: 4213 }); })();
|
|
4254
4537
|
let XWorkflow = class XWorkflow {
|
|
4255
4538
|
z;
|
|
4256
4539
|
el;
|
|
@@ -4304,7 +4587,7 @@ XWorkflow = __decorate([
|
|
|
4304
4587
|
}], xWorkflowChange: [{
|
|
4305
4588
|
type: Output
|
|
4306
4589
|
}] }); })();
|
|
4307
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XWorkflow, { className: "XWorkflow", filePath: "lib/proxies.ts", lineNumber:
|
|
4590
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XWorkflow, { className: "XWorkflow", filePath: "lib/proxies.ts", lineNumber: 4238 }); })();
|
|
4308
4591
|
let XWorkflowBuilder = class XWorkflowBuilder {
|
|
4309
4592
|
z;
|
|
4310
4593
|
el;
|
|
@@ -4335,7 +4618,7 @@ XWorkflowBuilder = __decorate([
|
|
|
4335
4618
|
standalone: false
|
|
4336
4619
|
}]
|
|
4337
4620
|
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], null); })();
|
|
4338
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XWorkflowBuilder, { className: "XWorkflowBuilder", filePath: "lib/proxies.ts", lineNumber:
|
|
4621
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(XWorkflowBuilder, { className: "XWorkflowBuilder", filePath: "lib/proxies.ts", lineNumber: 4288 }); })();
|
|
4339
4622
|
|
|
4340
4623
|
const DIRECTIVES = [
|
|
4341
4624
|
XAddress,
|
|
@@ -4358,6 +4641,7 @@ const DIRECTIVES = [
|
|
|
4358
4641
|
XCascader,
|
|
4359
4642
|
XCascaderDropdownContent,
|
|
4360
4643
|
XCheckbox,
|
|
4644
|
+
XCodeEditor,
|
|
4361
4645
|
XCol,
|
|
4362
4646
|
XCollapse,
|
|
4363
4647
|
XCollapsePanel,
|
|
@@ -4383,13 +4667,19 @@ const DIRECTIVES = [
|
|
|
4383
4667
|
XFormItem,
|
|
4384
4668
|
XHeader,
|
|
4385
4669
|
XIcon,
|
|
4670
|
+
XIconPickerDropdownContent,
|
|
4386
4671
|
XImage,
|
|
4387
4672
|
XInfiniteScroll,
|
|
4388
4673
|
XInput,
|
|
4674
|
+
XInputIcon,
|
|
4389
4675
|
XInputNumber,
|
|
4390
4676
|
XLayout,
|
|
4677
|
+
XLayoutAdmin,
|
|
4678
|
+
XLayoutDetail,
|
|
4679
|
+
XLayoutList,
|
|
4391
4680
|
XList,
|
|
4392
4681
|
XListItem,
|
|
4682
|
+
XLogin,
|
|
4393
4683
|
XMentions,
|
|
4394
4684
|
XMenu,
|
|
4395
4685
|
XMenuDivider,
|
|
@@ -4467,7 +4757,7 @@ class XRowCell {
|
|
|
4467
4757
|
type: Directive,
|
|
4468
4758
|
args: [{
|
|
4469
4759
|
selector: '[xRowCell]',
|
|
4470
|
-
standalone: false
|
|
4760
|
+
standalone: false,
|
|
4471
4761
|
}]
|
|
4472
4762
|
}], null, { xRowCell: [{
|
|
4473
4763
|
type: Input
|
|
@@ -4509,7 +4799,7 @@ class XTableDirective {
|
|
|
4509
4799
|
const viewRef = rowCell.template.createEmbeddedView({
|
|
4510
4800
|
value,
|
|
4511
4801
|
record,
|
|
4512
|
-
index
|
|
4802
|
+
index,
|
|
4513
4803
|
});
|
|
4514
4804
|
viewRef.detectChanges();
|
|
4515
4805
|
if (viewRef.rootNodes.length === 1 && viewRef.rootNodes[0] instanceof HTMLElement) {
|
|
@@ -4519,7 +4809,7 @@ class XTableDirective {
|
|
|
4519
4809
|
container.className = 'x-table-cell-custom-wrapper';
|
|
4520
4810
|
viewRef.rootNodes.forEach(node => container.appendChild(node));
|
|
4521
4811
|
return container;
|
|
4522
|
-
}
|
|
4812
|
+
},
|
|
4523
4813
|
};
|
|
4524
4814
|
}
|
|
4525
4815
|
return col;
|
|
@@ -4540,7 +4830,7 @@ class XTableDirective {
|
|
|
4540
4830
|
type: Directive,
|
|
4541
4831
|
args: [{
|
|
4542
4832
|
selector: 'x-table[xTable]',
|
|
4543
|
-
standalone: false
|
|
4833
|
+
standalone: false,
|
|
4544
4834
|
}]
|
|
4545
4835
|
}], null, { rowCells: [{
|
|
4546
4836
|
type: ContentChildren,
|
|
@@ -4558,9 +4848,7 @@ class XlabsModule {
|
|
|
4558
4848
|
console.log(config);
|
|
4559
4849
|
return {
|
|
4560
4850
|
ngModule: XlabsModule,
|
|
4561
|
-
providers: [
|
|
4562
|
-
providexlabs()
|
|
4563
|
-
],
|
|
4851
|
+
providers: [providexlabs()],
|
|
4564
4852
|
};
|
|
4565
4853
|
}
|
|
4566
4854
|
static ɵfac = function XlabsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || XlabsModule)(); };
|
|
@@ -4575,11 +4863,11 @@ class XlabsModule {
|
|
|
4575
4863
|
imports: [CommonModule],
|
|
4576
4864
|
}]
|
|
4577
4865
|
}], () => [], null); })();
|
|
4578
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(XlabsModule, { declarations: [XAddress, XAffix, XAlert, XAnchor, XAnchorLink, XApp, XAutoComplete, XAutoCompleteDropdownContent, XAvatar, XBackTop, XBadge, XBreadcrumb, XBreadcrumbItem, XButton, XCaptcha, XCard, XCarousel, XCascader, XCascaderDropdownContent, XCheckbox, XCol, XCollapse, XCollapsePanel, XColorPicker, XComment, XContent, XDatePicker, XDatePickerDropdownContent, XDescriptions, XDescriptionsItem, XDivider, XDrawer, XDrawerContent, XDropdown, XEditor, XEmpty, XFinder, XFlex, XFloatButton, XFooter, XForm, XFormBuilder, XFormItem, XHeader, XIcon, XImage, XInfiniteScroll, XInput, XInputNumber, XLayout, XList, XListItem, XMentions, XMenu, XMenuDivider, XMenuItem, XMenuItemGroup, XMenuSubmenu, XMessage, XModal, XModalContent, XNotification, XPageHeader, XPagination, XPopconfirm, XPopover, XProgress, XQrCode, XRadio, XRadioGroup, XRangePicker, XRangePickerDropdownContent, XRate, XResult, XRow, XSegmented, XSelect, XSelectDropdownContent, XSelectOption, XSider, XSkeleton, XSlider, XSpace, XSpin, XSplitter, XSplitterPanel, XStatistic, XStep, XSteps, XSwitch, XTabPane, XTable, XTableCell, XTableRow, XTabs, XTag, XTextarea, XTimePicker, XTimePickerDropdownContent, XTimeline, XTimelineItem, XTooltip, XTour, XTourPanel, XTransfer, XTree, XTreeSelect, XTreeSelectDropdownContent, XTypography, XUpload, XVirtualScroll, XWorkflow, XWorkflowBuilder, XTableDirective, XRowCell], imports: [CommonModule], exports: [XAddress, XAffix, XAlert, XAnchor, XAnchorLink, XApp, XAutoComplete, XAutoCompleteDropdownContent, XAvatar, XBackTop, XBadge, XBreadcrumb, XBreadcrumbItem, XButton, XCaptcha, XCard, XCarousel, XCascader, XCascaderDropdownContent, XCheckbox, XCol, XCollapse, XCollapsePanel, XColorPicker, XComment, XContent, XDatePicker, XDatePickerDropdownContent, XDescriptions, XDescriptionsItem, XDivider, XDrawer, XDrawerContent, XDropdown, XEditor, XEmpty, XFinder, XFlex, XFloatButton, XFooter, XForm, XFormBuilder, XFormItem, XHeader, XIcon, XImage, XInfiniteScroll, XInput, XInputNumber, XLayout, XList, XListItem, XMentions, XMenu, XMenuDivider, XMenuItem, XMenuItemGroup, XMenuSubmenu, XMessage, XModal, XModalContent, XNotification, XPageHeader, XPagination, XPopconfirm, XPopover, XProgress, XQrCode, XRadio, XRadioGroup, XRangePicker, XRangePickerDropdownContent, XRate, XResult, XRow, XSegmented, XSelect, XSelectDropdownContent, XSelectOption, XSider, XSkeleton, XSlider, XSpace, XSpin, XSplitter, XSplitterPanel, XStatistic, XStep, XSteps, XSwitch, XTabPane, XTable, XTableCell, XTableRow, XTabs, XTag, XTextarea, XTimePicker, XTimePickerDropdownContent, XTimeline, XTimelineItem, XTooltip, XTour, XTourPanel, XTransfer, XTree, XTreeSelect, XTreeSelectDropdownContent, XTypography, XUpload, XVirtualScroll, XWorkflow, XWorkflowBuilder, XTableDirective, XRowCell] }); })();
|
|
4866
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(XlabsModule, { declarations: [XAddress, XAffix, XAlert, XAnchor, XAnchorLink, XApp, XAutoComplete, XAutoCompleteDropdownContent, XAvatar, XBackTop, XBadge, XBreadcrumb, XBreadcrumbItem, XButton, XCaptcha, XCard, XCarousel, XCascader, XCascaderDropdownContent, XCheckbox, XCodeEditor, XCol, XCollapse, XCollapsePanel, XColorPicker, XComment, XContent, XDatePicker, XDatePickerDropdownContent, XDescriptions, XDescriptionsItem, XDivider, XDrawer, XDrawerContent, XDropdown, XEditor, XEmpty, XFinder, XFlex, XFloatButton, XFooter, XForm, XFormBuilder, XFormItem, XHeader, XIcon, XIconPickerDropdownContent, XImage, XInfiniteScroll, XInput, XInputIcon, XInputNumber, XLayout, XLayoutAdmin, XLayoutDetail, XLayoutList, XList, XListItem, XLogin, XMentions, XMenu, XMenuDivider, XMenuItem, XMenuItemGroup, XMenuSubmenu, XMessage, XModal, XModalContent, XNotification, XPageHeader, XPagination, XPopconfirm, XPopover, XProgress, XQrCode, XRadio, XRadioGroup, XRangePicker, XRangePickerDropdownContent, XRate, XResult, XRow, XSegmented, XSelect, XSelectDropdownContent, XSelectOption, XSider, XSkeleton, XSlider, XSpace, XSpin, XSplitter, XSplitterPanel, XStatistic, XStep, XSteps, XSwitch, XTabPane, XTable, XTableCell, XTableRow, XTabs, XTag, XTextarea, XTimePicker, XTimePickerDropdownContent, XTimeline, XTimelineItem, XTooltip, XTour, XTourPanel, XTransfer, XTree, XTreeSelect, XTreeSelectDropdownContent, XTypography, XUpload, XVirtualScroll, XWorkflow, XWorkflowBuilder, XTableDirective, XRowCell], imports: [CommonModule], exports: [XAddress, XAffix, XAlert, XAnchor, XAnchorLink, XApp, XAutoComplete, XAutoCompleteDropdownContent, XAvatar, XBackTop, XBadge, XBreadcrumb, XBreadcrumbItem, XButton, XCaptcha, XCard, XCarousel, XCascader, XCascaderDropdownContent, XCheckbox, XCodeEditor, XCol, XCollapse, XCollapsePanel, XColorPicker, XComment, XContent, XDatePicker, XDatePickerDropdownContent, XDescriptions, XDescriptionsItem, XDivider, XDrawer, XDrawerContent, XDropdown, XEditor, XEmpty, XFinder, XFlex, XFloatButton, XFooter, XForm, XFormBuilder, XFormItem, XHeader, XIcon, XIconPickerDropdownContent, XImage, XInfiniteScroll, XInput, XInputIcon, XInputNumber, XLayout, XLayoutAdmin, XLayoutDetail, XLayoutList, XList, XListItem, XLogin, XMentions, XMenu, XMenuDivider, XMenuItem, XMenuItemGroup, XMenuSubmenu, XMessage, XModal, XModalContent, XNotification, XPageHeader, XPagination, XPopconfirm, XPopover, XProgress, XQrCode, XRadio, XRadioGroup, XRangePicker, XRangePickerDropdownContent, XRate, XResult, XRow, XSegmented, XSelect, XSelectDropdownContent, XSelectOption, XSider, XSkeleton, XSlider, XSpace, XSpin, XSplitter, XSplitterPanel, XStatistic, XStep, XSteps, XSwitch, XTabPane, XTable, XTableCell, XTableRow, XTabs, XTag, XTextarea, XTimePicker, XTimePickerDropdownContent, XTimeline, XTimelineItem, XTooltip, XTour, XTourPanel, XTransfer, XTree, XTreeSelect, XTreeSelectDropdownContent, XTypography, XUpload, XVirtualScroll, XWorkflow, XWorkflowBuilder, XTableDirective, XRowCell] }); })();
|
|
4579
4867
|
|
|
4580
4868
|
/**
|
|
4581
4869
|
* Generated bundle index. Do not edit.
|
|
4582
4870
|
*/
|
|
4583
4871
|
|
|
4584
|
-
export { XAddress, XAffix, XAlert, XAnchor, XAnchorLink, XApp, XAutoComplete, XAutoCompleteDropdownContent, XAvatar, XBackTop, XBadge, XBreadcrumb, XBreadcrumbItem, XButton, XCaptcha, XCard, XCarousel, XCascader, XCascaderDropdownContent, XCheckbox, XCol, XCollapse, XCollapsePanel, XColorPicker, XComment, XContent, XDatePicker, XDatePickerDropdownContent, XDescriptions, XDescriptionsItem, XDivider, XDrawer, XDrawerContent, XDropdown, XEditor, XEmpty, XFinder, XFlex, XFloatButton, XFooter, XForm, XFormBuilder, XFormItem, XHeader, XIcon, XImage, XInfiniteScroll, XInput, XInputNumber, XLayout, XList, XListItem, XMentions, XMenu, XMenuDivider, XMenuItem, XMenuItemGroup, XMenuSubmenu, XMessage, XModal, XModalContent, XNotification, XPageHeader, XPagination, XPopconfirm, XPopover, XProgress, XQrCode, XRadio, XRadioGroup, XRangePicker, XRangePickerDropdownContent, XRate, XResult, XRow, XRowCell, XSegmented, XSelect, XSelectDropdownContent, XSelectOption, XSider, XSkeleton, XSlider, XSpace, XSpin, XSplitter, XSplitterPanel, XStatistic, XStep, XSteps, XSwitch, XTabPane, XTable, XTableCell, XTableDirective, XTableRow, XTabs, XTag, XTextarea, XTimePicker, XTimePickerDropdownContent, XTimeline, XTimelineItem, XTooltip, XTour, XTourPanel, XTransfer, XTree, XTreeSelect, XTreeSelectDropdownContent, XTypography, XUpload, XVirtualScroll, XWorkflow, XWorkflowBuilder, XlabsModule };
|
|
4872
|
+
export { XAddress, XAffix, XAlert, XAnchor, XAnchorLink, XApp, XAutoComplete, XAutoCompleteDropdownContent, XAvatar, XBackTop, XBadge, XBreadcrumb, XBreadcrumbItem, XButton, XCaptcha, XCard, XCarousel, XCascader, XCascaderDropdownContent, XCheckbox, XCodeEditor, XCol, XCollapse, XCollapsePanel, XColorPicker, XComment, XContent, XDatePicker, XDatePickerDropdownContent, XDescriptions, XDescriptionsItem, XDivider, XDrawer, XDrawerContent, XDropdown, XEditor, XEmpty, XFinder, XFlex, XFloatButton, XFooter, XForm, XFormBuilder, XFormItem, XHeader, XIcon, XIconPickerDropdownContent, XImage, XInfiniteScroll, XInput, XInputIcon, XInputNumber, XLayout, XLayoutAdmin, XLayoutDetail, XLayoutList, XList, XListItem, XLogin, XMentions, XMenu, XMenuDivider, XMenuItem, XMenuItemGroup, XMenuSubmenu, XMessage, XModal, XModalContent, XNotification, XPageHeader, XPagination, XPopconfirm, XPopover, XProgress, XQrCode, XRadio, XRadioGroup, XRangePicker, XRangePickerDropdownContent, XRate, XResult, XRow, XRowCell, XSegmented, XSelect, XSelectDropdownContent, XSelectOption, XSider, XSkeleton, XSlider, XSpace, XSpin, XSplitter, XSplitterPanel, XStatistic, XStep, XSteps, XSwitch, XTabPane, XTable, XTableCell, XTableDirective, XTableRow, XTabs, XTag, XTextarea, XTimePicker, XTimePickerDropdownContent, XTimeline, XTimelineItem, XTooltip, XTour, XTourPanel, XTransfer, XTree, XTreeSelect, XTreeSelectDropdownContent, XTypography, XUpload, XVirtualScroll, XWorkflow, XWorkflowBuilder, XlabsModule };
|
|
4585
4873
|
//# sourceMappingURL=xlabs-store-angular.mjs.map
|