UNPKG

igniteui-webcomponents

Version:

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.

14 lines (13 loc) 720 B
declare const _default: { readonly minLength: "Entry should be at least {0} character(s) long"; readonly maxLength: "Entry should be no more than {0} character(s) long"; readonly required: "This field is required"; readonly pattern: "Entry does not match the required pattern"; readonly mask: "All required positions should be filled"; readonly min: "A value of at least {0} should be entered"; readonly max: "A value no more than {0} should be entered"; readonly email: "A valid email address should be entered"; readonly url: "A valid url address should be entered"; readonly disabledDate: "The entered value {0} is within the disabled dates range"; }; export default _default;