koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
12 lines (11 loc) • 1.32 kB
JavaScript
"use client";
var e = /* @__PURE__ */ ((a) => (a.virtual = "virtual", a.paginated = "paginated", a))(e || {}), n = /* @__PURE__ */ ((a) => (a.internal = "internal", a.external = "external", a))(n || {}), t = /* @__PURE__ */ ((a) => (a.text = "text", a.decimal = "decimal", a.percentage = "percentage", a.currency = "currency", a.unit = "unit", a.date = "date", a.select = "select", a))(t || {}), r = /* @__PURE__ */ ((a) => (a.auto = "auto", a.alphanumeric = "alphanumeric", a.alphanumericCaseSensitive = "alphanumericCaseSensitive", a.text = "text", a.textCaseSensitive = "textCaseSensitive", a.datetime = "datetime", a.basic = "basic", a))(r || {}), u = /* @__PURE__ */ ((a) => (a.auto = "auto", a.includesString = "includesString", a.includesStringSensitive = "includesStringSensitive", a.equalsString = "equalsString", a.arrIncludes = "arrIncludes", a.arrIncludesAll = "arrIncludesAll", a.arrIncludesSome = "arrIncludesSome", a.equals = "equals", a.weakEquals = "weakEquals", a.inNumberRange = "inNumberRange", a))(u || {}), i = /* @__PURE__ */ ((a) => (a.isInDateRange = "isInDateRange", a.isInPercentRange = "isInPercentRange", a))(i || {});
export {
t as ColumnTypes,
i as CustomFilterFns,
u as FilterModes,
n as ProcessingModes,
e as RenderModes,
r as SortingModes
};
//# sourceMappingURL=types.js.map