@aehrc/smart-forms-renderer 0.30.0 → 0.30.1
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/lib/utils/debounce.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const DEBOUNCE_DURATION =
|
|
1
|
+
export declare const DEBOUNCE_DURATION = 250;
|
|
2
2
|
export declare const AUTOCOMPLETE_DEBOUNCE_DURATION = 300;
|
package/lib/utils/debounce.js
CHANGED
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
export const DEBOUNCE_DURATION =
|
|
17
|
+
export const DEBOUNCE_DURATION = 250;
|
|
18
18
|
export const AUTOCOMPLETE_DEBOUNCE_DURATION = 300;
|
|
19
19
|
//# sourceMappingURL=debounce.js.map
|
package/package.json
CHANGED