@timeax/form-palette 0.0.38 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/extra.d.mts +2 -2
- package/dist/extra.d.ts +2 -2
- package/dist/extra.js +40 -28
- package/dist/extra.js.map +1 -1
- package/dist/extra.mjs +40 -28
- package/dist/extra.mjs.map +1 -1
- package/dist/index.d.mts +25 -3
- package/dist/index.d.ts +25 -3
- package/dist/index.js +49 -28
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +48 -29
- package/dist/index.mjs.map +1 -1
- package/dist/{variant-HaGlyCnL.d.ts → variant-Jrd0I0Ey.d.ts} +2 -1
- package/dist/{variant-DFE9TgIv.d.mts → variant-aFXJGBXI.d.mts} +2 -1
- package/package.json +1 -1
package/dist/extra.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
3
|
+
import { O as ListerDefinition, Q as ListerRuntimeState, U as ListerProviderHost, W as PresetMap, X as ListerStoreState, Y as ListerSessionId, Z as ListerId, _ as ListerSearchMode, $ as ListerSearchTarget, a0 as ListerSearchPayload, a1 as ListerFilterCtx, a2 as ListerFilterOption, a3 as ListerMode, a4 as ListerApi, a5 as ShadcnJsonEditorProps, a6 as JsonEditorIndexHandle } from './variant-aFXJGBXI.mjs';
|
|
4
|
+
export { ab as ListerChangeEvent, av as ListerDetails, al as ListerFilterApply, ak as ListerFilterApplyMode, am as ListerFilterBindKey, ao as ListerFilterGroupOption, an as ListerFilterInput, aq as ListerFilterInputOption, ar as ListerFilterSpec, ap as ListerFilterValueOption, ad as ListerLogCode, ae as ListerLogEntry, ac as ListerLogLevel, ah as ListerMapping, aw as ListerOpenOptions, a7 as ListerOpenReason, ax as ListerOpenResult, ag as ListerOption, au as ListerOptionsForMode, af as ListerPermissionCtx, at as ListerRawForMode, aj as ListerSearchSpec, aC as ListerSessionState, ai as ListerSource, as as ListerValueForMode, aa as OpenAnchor, aA as PresetFilters, aB as PresetMeta, ay as PresetRaw, az as PresetValue, a9 as Resolver, a8 as Selector } from './variant-aFXJGBXI.mjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import './adapter-CvjXO9Gi.mjs';
|
|
7
7
|
import '@inertiajs/core';
|
package/dist/extra.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import {
|
|
4
|
-
export {
|
|
3
|
+
import { O as ListerDefinition, Q as ListerRuntimeState, U as ListerProviderHost, W as PresetMap, X as ListerStoreState, Y as ListerSessionId, Z as ListerId, _ as ListerSearchMode, $ as ListerSearchTarget, a0 as ListerSearchPayload, a1 as ListerFilterCtx, a2 as ListerFilterOption, a3 as ListerMode, a4 as ListerApi, a5 as ShadcnJsonEditorProps, a6 as JsonEditorIndexHandle } from './variant-Jrd0I0Ey.js';
|
|
4
|
+
export { ab as ListerChangeEvent, av as ListerDetails, al as ListerFilterApply, ak as ListerFilterApplyMode, am as ListerFilterBindKey, ao as ListerFilterGroupOption, an as ListerFilterInput, aq as ListerFilterInputOption, ar as ListerFilterSpec, ap as ListerFilterValueOption, ad as ListerLogCode, ae as ListerLogEntry, ac as ListerLogLevel, ah as ListerMapping, aw as ListerOpenOptions, a7 as ListerOpenReason, ax as ListerOpenResult, ag as ListerOption, au as ListerOptionsForMode, af as ListerPermissionCtx, at as ListerRawForMode, aj as ListerSearchSpec, aC as ListerSessionState, ai as ListerSource, as as ListerValueForMode, aa as OpenAnchor, aA as PresetFilters, aB as PresetMeta, ay as PresetRaw, az as PresetValue, a9 as Resolver, a8 as Selector } from './variant-Jrd0I0Ey.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import './adapter-CvjXO9Gi.js';
|
|
7
7
|
import '@inertiajs/core';
|
package/dist/extra.js
CHANGED
|
@@ -7890,7 +7890,6 @@ var DEFAULT_COUNTRIES = [
|
|
|
7890
7890
|
}
|
|
7891
7891
|
];
|
|
7892
7892
|
cachedCountries = DEFAULT_COUNTRIES;
|
|
7893
|
-
var validatedOnce = false;
|
|
7894
7893
|
function isPhoneCountry(value) {
|
|
7895
7894
|
if (!value || typeof value !== "object") return false;
|
|
7896
7895
|
const v2 = value;
|
|
@@ -7900,35 +7899,35 @@ function getGlobalCountryList() {
|
|
|
7900
7899
|
var _a;
|
|
7901
7900
|
if (cachedCountries) return cachedCountries;
|
|
7902
7901
|
if (typeof window === "undefined") {
|
|
7903
|
-
|
|
7904
|
-
return cachedCountries;
|
|
7902
|
+
return DEFAULT_COUNTRIES;
|
|
7905
7903
|
}
|
|
7906
7904
|
const raw = (_a = window["form-palette"]) == null ? void 0 : _a.countries;
|
|
7907
|
-
if (
|
|
7908
|
-
|
|
7909
|
-
|
|
7910
|
-
|
|
7911
|
-
|
|
7912
|
-
|
|
7905
|
+
if (Array.isArray(raw) && raw.length > 0) {
|
|
7906
|
+
const result = [];
|
|
7907
|
+
for (const item of raw) {
|
|
7908
|
+
if (isPhoneCountry(item)) {
|
|
7909
|
+
result.push(item);
|
|
7910
|
+
}
|
|
7913
7911
|
}
|
|
7914
|
-
|
|
7915
|
-
|
|
7916
|
-
|
|
7917
|
-
}
|
|
7918
|
-
const result = [];
|
|
7919
|
-
for (const item of raw) {
|
|
7920
|
-
if (isPhoneCountry(item)) {
|
|
7921
|
-
result.push(item);
|
|
7922
|
-
} else {
|
|
7923
|
-
console.warn(
|
|
7924
|
-
"['form-palette'] Ignoring invalid PhoneCountry entry:",
|
|
7925
|
-
item
|
|
7926
|
-
);
|
|
7912
|
+
if (result.length > 0) {
|
|
7913
|
+
cachedCountries = result;
|
|
7914
|
+
return result;
|
|
7927
7915
|
}
|
|
7928
7916
|
}
|
|
7929
|
-
|
|
7930
|
-
cachedCountries
|
|
7931
|
-
|
|
7917
|
+
cachedCountries = DEFAULT_COUNTRIES;
|
|
7918
|
+
return cachedCountries;
|
|
7919
|
+
}
|
|
7920
|
+
|
|
7921
|
+
// src/lib/register-global.ts
|
|
7922
|
+
function getPaletteUtil(key, defaultValue) {
|
|
7923
|
+
if (typeof window === "undefined") {
|
|
7924
|
+
return defaultValue;
|
|
7925
|
+
}
|
|
7926
|
+
const registry2 = window["form-palette"];
|
|
7927
|
+
if (registry2 && key in registry2) {
|
|
7928
|
+
return registry2[key];
|
|
7929
|
+
}
|
|
7930
|
+
return defaultValue;
|
|
7932
7931
|
}
|
|
7933
7932
|
var TOKEN_CHARS = /* @__PURE__ */ new Set(["9", "a", "*"]);
|
|
7934
7933
|
function compileMask(pattern, placeholderChar = "_") {
|
|
@@ -8143,7 +8142,19 @@ var ShadcnPhoneVariant = React__namespace.forwardRef(function ShadcnPhoneVariant
|
|
|
8143
8142
|
...restTextProps
|
|
8144
8143
|
} = props;
|
|
8145
8144
|
let DEFAULT_COUNTRIES2 = getGlobalCountryList();
|
|
8146
|
-
const
|
|
8145
|
+
const defaultCountries = countriesProp && countriesProp.length > 0 ? countriesProp : DEFAULT_COUNTRIES2;
|
|
8146
|
+
const [loadedCountries, setLoadedCountries] = React__namespace.useState(defaultCountries);
|
|
8147
|
+
React__namespace.useEffect(() => {
|
|
8148
|
+
const loader = getPaletteUtil("countries");
|
|
8149
|
+
if (loader) {
|
|
8150
|
+
Promise.resolve(loader).then((list) => {
|
|
8151
|
+
setLoadedCountries(list);
|
|
8152
|
+
});
|
|
8153
|
+
}
|
|
8154
|
+
}, []);
|
|
8155
|
+
const countries = React__namespace.useMemo(() => {
|
|
8156
|
+
return defaultCountries;
|
|
8157
|
+
}, [loadedCountries, countriesProp]);
|
|
8147
8158
|
const [country, setCountry] = React__namespace.useState(() => {
|
|
8148
8159
|
var _a;
|
|
8149
8160
|
if (defaultCountry) {
|
|
@@ -19504,9 +19515,10 @@ var ShadcnFileVariant = React__namespace.forwardRef(function ShadcnFileVariant2(
|
|
|
19504
19515
|
const openPicker = React__namespace.useCallback(async () => {
|
|
19505
19516
|
var _a;
|
|
19506
19517
|
if (isDisabled) return;
|
|
19507
|
-
|
|
19518
|
+
let resolvedLoader = customLoader != null ? customLoader : getPaletteUtil("customLoader");
|
|
19519
|
+
if (resolvedLoader) {
|
|
19508
19520
|
try {
|
|
19509
|
-
const result = await
|
|
19521
|
+
const result = await resolvedLoader({ multiple, current: items, allowedTypes: toArray2(accept) });
|
|
19510
19522
|
if (!result) return;
|
|
19511
19523
|
const normalized = toArray2(result).map(normaliseFileLike);
|
|
19512
19524
|
if (mergeMode === "replace" || !multiple) {
|