Remove Lion

This commit is contained in:
nathan
2024-05-07 14:46:44 -06:00
parent 2b90e9fc8d
commit ba744d3292
45 changed files with 656 additions and 407 deletions

View File

@@ -1,11 +1,11 @@
import {ResultValidator} from "@lion/form-core";
import {Validator} from "./Validator";
/**
* Manual validator for server-side validation messages passed
* from Etemplate. It just gives whatever message is passed in when created.
*
*/
export class ManualMessage extends ResultValidator
export class ManualMessage extends Validator
{
static get validatorName()
{