@syncfusion/ej2-react-base
Advanced tools
Comparing version 23.1.43 to 23.1.44
import { Children, Component, PureComponent, createElement } from 'react'; | ||
import { createPortal } from 'react-dom'; | ||
import { extend, getTemplateEngine, getValue, isNullOrUndefined, isObject, setTemplateEngine, setValue } from '@syncfusion/ej2-base'; | ||
import { extend, getTemplateEngine, getValue, isNullOrUndefined, isObject, setTemplateEngine, setValue, onIntlChange } from '@syncfusion/ej2-base'; | ||
@@ -424,2 +424,3 @@ /** | ||
} | ||
onIntlChange.offIntlEvents(); | ||
} | ||
@@ -426,0 +427,0 @@ // tslint:disable:no-any |
import { Children, Component, PureComponent, createElement } from 'react'; | ||
import { createPortal } from 'react-dom'; | ||
import { extend, getTemplateEngine, getValue, isNullOrUndefined, isObject, setTemplateEngine, setValue } from '@syncfusion/ej2-base'; | ||
import { extend, getTemplateEngine, getValue, isNullOrUndefined, isObject, setTemplateEngine, setValue, onIntlChange } from '@syncfusion/ej2-base'; | ||
@@ -448,2 +448,3 @@ var __extends = (undefined && undefined.__extends) || (function () { | ||
} | ||
onIntlChange.offIntlEvents(); | ||
}; | ||
@@ -450,0 +451,0 @@ // tslint:disable:no-any |
@@ -79,4 +79,4 @@ { | ||
"typings": "index.d.ts", | ||
"version": "23.1.43", | ||
"version": "23.1.44", | ||
"sideEffects": true | ||
} |
@@ -19,3 +19,3 @@ var __extends = (this && this.__extends) || (function () { | ||
import * as ReactDOM from 'react-dom'; | ||
import { extend, isNullOrUndefined, setValue, getValue, isObject } from '@syncfusion/ej2-base'; | ||
import { extend, isNullOrUndefined, setValue, getValue, isObject, onIntlChange } from '@syncfusion/ej2-base'; | ||
var defaulthtmlkeys = ['alt', 'className', 'disabled', 'form', 'id', | ||
@@ -453,2 +453,3 @@ 'readOnly', 'style', 'tabIndex', 'title', 'type', 'name', | ||
} | ||
onIntlChange.offIntlEvents(); | ||
}; | ||
@@ -455,0 +456,0 @@ // tslint:disable:no-any |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
363691
2724