1.0.0:first commit

This commit is contained in:
2026-03-26 01:23:19 +08:00
commit f8d5b11567
23562 changed files with 2853775 additions and 0 deletions

8
client/node_modules/element-plus/lib/constants/index.d.ts generated vendored Executable file
View File

@@ -0,0 +1,8 @@
import { EVENT_CODE } from "./aria.js";
import { DatePickType, WEEK_DAYS, datePickTypes } from "./date.js";
import { CHANGE_EVENT, INPUT_EVENT, UPDATE_MODEL_EVENT } from "./event.js";
import { INSTALLED_KEY } from "./key.js";
import { ComponentSize, componentSizeMap, componentSizes } from "./size.js";
import { ColumnAlignment, columnAlignment } from "./column-alignment.js";
import { BORDER_HORIZONTAL_WIDTH, MINIMUM_INPUT_WIDTH } from "./form.js";
export { BORDER_HORIZONTAL_WIDTH, CHANGE_EVENT, ColumnAlignment, ComponentSize, DatePickType, EVENT_CODE, INPUT_EVENT, INSTALLED_KEY, MINIMUM_INPUT_WIDTH, UPDATE_MODEL_EVENT, WEEK_DAYS, columnAlignment, componentSizeMap, componentSizes, datePickTypes };