@heartlandone/vega-angular 2.61.0 → 2.62.0
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/dist/esm2020/lib/stencil-generated/components.mjs +7 -7
- package/dist/fesm2015/heartlandone-vega-angular.mjs +6 -6
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +6 -6
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +2 -2
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +4 -4
|
@@ -1976,11 +1976,11 @@ let VegaRichTextContent = class VegaRichTextContent {
|
|
|
1976
1976
|
}
|
|
1977
1977
|
};
|
|
1978
1978
|
VegaRichTextContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1979
|
-
VegaRichTextContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextContent, selector: "vega-rich-text-content", inputs: { content: "content" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1979
|
+
VegaRichTextContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextContent, selector: "vega-rich-text-content", inputs: { content: "content", extensions: "extensions" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1980
1980
|
VegaRichTextContent = __decorate([
|
|
1981
1981
|
ProxyCmp({
|
|
1982
1982
|
defineCustomElementFn: undefined,
|
|
1983
|
-
inputs: ['content'],
|
|
1983
|
+
inputs: ['content', 'extensions'],
|
|
1984
1984
|
methods: ['vegaFocus']
|
|
1985
1985
|
})
|
|
1986
1986
|
], VegaRichTextContent);
|
|
@@ -1990,7 +1990,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1990
1990
|
selector: 'vega-rich-text-content',
|
|
1991
1991
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1992
1992
|
template: '<ng-content></ng-content>',
|
|
1993
|
-
inputs: ['content']
|
|
1993
|
+
inputs: ['content', 'extensions']
|
|
1994
1994
|
}]
|
|
1995
1995
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1996
1996
|
let VegaRichTextEditor = class VegaRichTextEditor {
|
|
@@ -2002,11 +2002,11 @@ let VegaRichTextEditor = class VegaRichTextEditor {
|
|
|
2002
2002
|
}
|
|
2003
2003
|
};
|
|
2004
2004
|
VegaRichTextEditor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextEditor, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2005
|
-
VegaRichTextEditor.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextEditor, selector: "vega-rich-text-editor", inputs: { allowSourceEdit: "allowSourceEdit", autoValidation: "autoValidation", disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", placeholder: "placeholder", required: "required", rows: "rows", sourceEditConfig: "sourceEditConfig", toolbarItems: "toolbarItems", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2005
|
+
VegaRichTextEditor.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaRichTextEditor, selector: "vega-rich-text-editor", inputs: { allowSourceEdit: "allowSourceEdit", autoValidation: "autoValidation", disabled: "disabled", extensions: "extensions", hint: "hint", isValid: "isValid", label: "label", placeholder: "placeholder", required: "required", rows: "rows", sourceEditConfig: "sourceEditConfig", toolbarItems: "toolbarItems", validationRules: "validationRules", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2006
2006
|
VegaRichTextEditor = __decorate([
|
|
2007
2007
|
ProxyCmp({
|
|
2008
2008
|
defineCustomElementFn: undefined,
|
|
2009
|
-
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
|
|
2009
|
+
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
|
|
2010
2010
|
})
|
|
2011
2011
|
], VegaRichTextEditor);
|
|
2012
2012
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaRichTextEditor, decorators: [{
|
|
@@ -2015,7 +2015,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
2015
2015
|
selector: 'vega-rich-text-editor',
|
|
2016
2016
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2017
2017
|
template: '<ng-content></ng-content>',
|
|
2018
|
-
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
|
|
2018
|
+
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
|
|
2019
2019
|
}]
|
|
2020
2020
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2021
2021
|
let VegaRichTextEditorToolbarButton = class VegaRichTextEditorToolbarButton {
|