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
+9
View File
@@ -0,0 +1,9 @@
import { EVENT_CODE } from "./aria.mjs";
import { columnAlignment } from "./column-alignment.mjs";
import { WEEK_DAYS, datePickTypes } from "./date.mjs";
import { CHANGE_EVENT, INPUT_EVENT, UPDATE_MODEL_EVENT } from "./event.mjs";
import { BORDER_HORIZONTAL_WIDTH, MINIMUM_INPUT_WIDTH } from "./form.mjs";
import { INSTALLED_KEY } from "./key.mjs";
import { componentSizeMap, componentSizes } from "./size.mjs";
export { BORDER_HORIZONTAL_WIDTH, CHANGE_EVENT, EVENT_CODE, INPUT_EVENT, INSTALLED_KEY, MINIMUM_INPUT_WIDTH, UPDATE_MODEL_EVENT, WEEK_DAYS, columnAlignment, componentSizeMap, componentSizes, datePickTypes };