feat: initial commit - Phase 1 & 2 core features

This commit is contained in:
hiderfong
2026-04-22 17:07:33 +08:00
commit 1773bda06b
25005 changed files with 6252106 additions and 0 deletions
+8
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 };