dirk-cfx-react 1.1.82 → 1.1.83
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/components/index.cjs +149 -0
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +32 -1
- package/dist/components/index.d.ts +32 -1
- package/dist/components/index.js +150 -2
- package/dist/components/index.js.map +1 -1
- package/dist/index.cjs +149 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +150 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AdminPageTitle, AdminPageTitleProps, AnimPostFxSelect, AnimPostFxSelectProps, AsyncSaveButton, BlipColorSelect, BlipColorSelectProps, BlipDisplaySelect, BlipDisplaySelectProps, BlipIconSelect, BlipIconSelectProps, BorderedIcon, BorderedIconProps, ButtonProps, ConfigPanel, ConfigPanelProps, ConfirmModal, ConfirmModalProps, ControlMultiSelect, ControlMultiSelectProps, ControlSelect, ControlSelectProps, Counter, FiveMControls, FiveMKeyBindInput, FloatingParticles, FloatingParticlesProps, GroupName, GroupNameProps, GroupRank, GroupRankProps, GroupSelect, GroupSelectProps, GroupType, GroupValue, InfoBox, InfoBoxProps, InputContainer, InputContainerProps, LevelBanner, LevelPanel, MissingItemsBanner, Modal, ModalContext, ModalProps, ModalProvider, MotionFlex, MotionIcon, MotionImage, MotionText, NavBar, NavItem, NavigationContext, NavigationProvider, NavigationStore, ParticleState, PositionPicker, PositionPickerProps, ProgressProps, Prompt, PromptButton, PromptModal, ScenarioSelect, ScenarioSelectProps, SegmentProps, SegmentedControl, SegmentedControlProps, SegmentedProgress, SelectItem, SelectItemProps, StoreModalProps, SwitchPanel, SwitchPanelProps, TestBed, TestBedItem, TestBedPlacement, TestBedProps, ThemeOverrideSection, ThemeOverrideSectionProps, ThemeOverrideValue, Title, TitleProps, TitleSize, Vector4DeleteButton, Vector4Display, Vector4Value, WorldPositionGotoButton, WorldPositionSetButton, useMissingItemsAudit, useModal, useModalActions, useNavigation, useNavigationStore } from './components/index.cjs';
|
|
1
|
+
export { AdminPageTitle, AdminPageTitleProps, AnimPostFxSelect, AnimPostFxSelectProps, AsyncSaveButton, BlipColorSelect, BlipColorSelectProps, BlipDisplaySelect, BlipDisplaySelectProps, BlipIconSelect, BlipIconSelectProps, BorderedIcon, BorderedIconProps, ButtonProps, ConfigPanel, ConfigPanelProps, ConfirmModal, ConfirmModalProps, ControlMultiSelect, ControlMultiSelectProps, ControlSelect, ControlSelectProps, Counter, DiscordRole, DiscordRoleSelect, DiscordRoleSelectProps, FiveMControls, FiveMKeyBindInput, FloatingParticles, FloatingParticlesProps, GroupName, GroupNameProps, GroupRank, GroupRankProps, GroupSelect, GroupSelectProps, GroupType, GroupValue, InfoBox, InfoBoxProps, InputContainer, InputContainerProps, LevelBanner, LevelPanel, MissingItemsBanner, Modal, ModalContext, ModalProps, ModalProvider, MotionFlex, MotionIcon, MotionImage, MotionText, NavBar, NavItem, NavigationContext, NavigationProvider, NavigationStore, ParticleState, PositionPicker, PositionPickerProps, ProgressProps, Prompt, PromptButton, PromptModal, ScenarioSelect, ScenarioSelectProps, SegmentProps, SegmentedControl, SegmentedControlProps, SegmentedProgress, SelectItem, SelectItemProps, StoreModalProps, SwitchPanel, SwitchPanelProps, TestBed, TestBedItem, TestBedPlacement, TestBedProps, ThemeOverrideSection, ThemeOverrideSectionProps, ThemeOverrideValue, Title, TitleProps, TitleSize, Vector4DeleteButton, Vector4Display, Vector4Value, WorldPositionGotoButton, WorldPositionSetButton, useMissingItemsAudit, useModal, useModalActions, useNavigation, useNavigationStore } from './components/index.cjs';
|
|
2
2
|
export { FrameworkGrade, FrameworkGroup, GTA_CONTROLS, GTA_CONTROL_GROUP_ORDER, GtaControl, GtaControlGroup, INPUT_MAPPER_KEYS_BY_PRIMARY, INPUT_MAPPER_PRIMARY_OPTIONS, InitialFetch, InternalEvent, InventoryItem, InventoryItems, SettingsState, SkillSettings, UploadImageProps, colorWithAlpha, copyToClipboard, createSkill, extractDefaults, fetchLuaTable, fetchNui, formatGtaControl, gameToMap, getGtaControl, getImageShape, getItemImageUrl, initialFetches, internalEvent, isEnvBrowser, isProfanity, latPr100, locale, localeStore, mapCenter, mapToGame, noop, numberToRoman, openLink, registerInitialFetch, registerInitialLuaTableFetch, runFetches, selectAllGroups, splitFAString, updatePresignedURL, uploadImage, useAutoFetcher, useFrameworkGroups, useItems, useItemsList, useProfanityStore, useSettings } from './utils/index.cjs';
|
|
3
3
|
export { FormProvider, FormState, NuiHandlerSignature, NuiMessageData, ScriptConfigHistoryChange, ScriptConfigHistoryEntry, ScriptConfigHistoryRequest, ScriptConfigHistoryResponse, ScriptConfigInstance, TornEdgeSVGFilter, ValidationRules, ValidatorFn, createFormStore, createScriptConfig, getScriptConfigInstance, useAudio, useForm, useFormActions, useFormError, useFormErrors, useFormField, useFormFields, useNuiEvent, useTornEdges } from './hooks/index.cjs';
|
|
4
4
|
export { DirkProvider, DirkProviderProps } from './providers/index.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AdminPageTitle, AdminPageTitleProps, AnimPostFxSelect, AnimPostFxSelectProps, AsyncSaveButton, BlipColorSelect, BlipColorSelectProps, BlipDisplaySelect, BlipDisplaySelectProps, BlipIconSelect, BlipIconSelectProps, BorderedIcon, BorderedIconProps, ButtonProps, ConfigPanel, ConfigPanelProps, ConfirmModal, ConfirmModalProps, ControlMultiSelect, ControlMultiSelectProps, ControlSelect, ControlSelectProps, Counter, FiveMControls, FiveMKeyBindInput, FloatingParticles, FloatingParticlesProps, GroupName, GroupNameProps, GroupRank, GroupRankProps, GroupSelect, GroupSelectProps, GroupType, GroupValue, InfoBox, InfoBoxProps, InputContainer, InputContainerProps, LevelBanner, LevelPanel, MissingItemsBanner, Modal, ModalContext, ModalProps, ModalProvider, MotionFlex, MotionIcon, MotionImage, MotionText, NavBar, NavItem, NavigationContext, NavigationProvider, NavigationStore, ParticleState, PositionPicker, PositionPickerProps, ProgressProps, Prompt, PromptButton, PromptModal, ScenarioSelect, ScenarioSelectProps, SegmentProps, SegmentedControl, SegmentedControlProps, SegmentedProgress, SelectItem, SelectItemProps, StoreModalProps, SwitchPanel, SwitchPanelProps, TestBed, TestBedItem, TestBedPlacement, TestBedProps, ThemeOverrideSection, ThemeOverrideSectionProps, ThemeOverrideValue, Title, TitleProps, TitleSize, Vector4DeleteButton, Vector4Display, Vector4Value, WorldPositionGotoButton, WorldPositionSetButton, useMissingItemsAudit, useModal, useModalActions, useNavigation, useNavigationStore } from './components/index.js';
|
|
1
|
+
export { AdminPageTitle, AdminPageTitleProps, AnimPostFxSelect, AnimPostFxSelectProps, AsyncSaveButton, BlipColorSelect, BlipColorSelectProps, BlipDisplaySelect, BlipDisplaySelectProps, BlipIconSelect, BlipIconSelectProps, BorderedIcon, BorderedIconProps, ButtonProps, ConfigPanel, ConfigPanelProps, ConfirmModal, ConfirmModalProps, ControlMultiSelect, ControlMultiSelectProps, ControlSelect, ControlSelectProps, Counter, DiscordRole, DiscordRoleSelect, DiscordRoleSelectProps, FiveMControls, FiveMKeyBindInput, FloatingParticles, FloatingParticlesProps, GroupName, GroupNameProps, GroupRank, GroupRankProps, GroupSelect, GroupSelectProps, GroupType, GroupValue, InfoBox, InfoBoxProps, InputContainer, InputContainerProps, LevelBanner, LevelPanel, MissingItemsBanner, Modal, ModalContext, ModalProps, ModalProvider, MotionFlex, MotionIcon, MotionImage, MotionText, NavBar, NavItem, NavigationContext, NavigationProvider, NavigationStore, ParticleState, PositionPicker, PositionPickerProps, ProgressProps, Prompt, PromptButton, PromptModal, ScenarioSelect, ScenarioSelectProps, SegmentProps, SegmentedControl, SegmentedControlProps, SegmentedProgress, SelectItem, SelectItemProps, StoreModalProps, SwitchPanel, SwitchPanelProps, TestBed, TestBedItem, TestBedPlacement, TestBedProps, ThemeOverrideSection, ThemeOverrideSectionProps, ThemeOverrideValue, Title, TitleProps, TitleSize, Vector4DeleteButton, Vector4Display, Vector4Value, WorldPositionGotoButton, WorldPositionSetButton, useMissingItemsAudit, useModal, useModalActions, useNavigation, useNavigationStore } from './components/index.js';
|
|
2
2
|
export { FrameworkGrade, FrameworkGroup, GTA_CONTROLS, GTA_CONTROL_GROUP_ORDER, GtaControl, GtaControlGroup, INPUT_MAPPER_KEYS_BY_PRIMARY, INPUT_MAPPER_PRIMARY_OPTIONS, InitialFetch, InternalEvent, InventoryItem, InventoryItems, SettingsState, SkillSettings, UploadImageProps, colorWithAlpha, copyToClipboard, createSkill, extractDefaults, fetchLuaTable, fetchNui, formatGtaControl, gameToMap, getGtaControl, getImageShape, getItemImageUrl, initialFetches, internalEvent, isEnvBrowser, isProfanity, latPr100, locale, localeStore, mapCenter, mapToGame, noop, numberToRoman, openLink, registerInitialFetch, registerInitialLuaTableFetch, runFetches, selectAllGroups, splitFAString, updatePresignedURL, uploadImage, useAutoFetcher, useFrameworkGroups, useItems, useItemsList, useProfanityStore, useSettings } from './utils/index.js';
|
|
3
3
|
export { FormProvider, FormState, NuiHandlerSignature, NuiMessageData, ScriptConfigHistoryChange, ScriptConfigHistoryEntry, ScriptConfigHistoryRequest, ScriptConfigHistoryResponse, ScriptConfigInstance, TornEdgeSVGFilter, ValidationRules, ValidatorFn, createFormStore, createScriptConfig, getScriptConfigInstance, useAudio, useForm, useFormActions, useFormError, useFormErrors, useFormField, useFormFields, useNuiEvent, useTornEdges } from './hooks/index.js';
|
|
4
4
|
export { DirkProvider, DirkProviderProps } from './providers/index.js';
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { create, useStore, createStore } from 'zustand';
|
|
|
5
5
|
import axios from 'axios';
|
|
6
6
|
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
|
7
7
|
import { motion, AnimatePresence, useMotionValue } from 'framer-motion';
|
|
8
|
-
import { Info, X, AlertTriangle, Trash2, RefreshCw, ChevronDown, Check, Copy, MapPin, Crosshair, EyeOff, Eye, RotateCcw, FlaskConical, ChevronUp, Palette, ArrowLeft, Undo2, Redo2, Save, History, XCircle, Code2, Search, Filter, User } from 'lucide-react';
|
|
8
|
+
import { Info, X, AlertTriangle, Trash2, RefreshCw, ChevronDown, Check, Copy, MapPin, Crosshair, EyeOff, Eye, RotateCcw, FlaskConical, ChevronUp, Palette, ArrowLeft, Undo2, Redo2, Save, History, XCircle, Code2, ExternalLink, Search, Filter, User } from 'lucide-react';
|
|
9
9
|
import clickSoundUrl from './click_sound-PNCRRTM4.mp3';
|
|
10
10
|
import hoverSoundUrl from './hover_sound-NBUA222C.mp3';
|
|
11
11
|
import { notifications } from '@mantine/notifications';
|
|
@@ -6924,6 +6924,154 @@ function ScenarioSelect({
|
|
|
6924
6924
|
}
|
|
6925
6925
|
);
|
|
6926
6926
|
}
|
|
6927
|
+
function decimalToHex(color) {
|
|
6928
|
+
if (!color || color === 0) return null;
|
|
6929
|
+
return "#" + color.toString(16).padStart(6, "0");
|
|
6930
|
+
}
|
|
6931
|
+
function RoleOption({ role }) {
|
|
6932
|
+
const swatch = decimalToHex(role.color) || "rgba(255,255,255,0.25)";
|
|
6933
|
+
return /* @__PURE__ */ jsxs(Flex, { align: "center", gap: "0.6vh", children: [
|
|
6934
|
+
/* @__PURE__ */ jsx(
|
|
6935
|
+
"div",
|
|
6936
|
+
{
|
|
6937
|
+
style: {
|
|
6938
|
+
width: "1vh",
|
|
6939
|
+
height: "1vh",
|
|
6940
|
+
borderRadius: "50%",
|
|
6941
|
+
background: swatch,
|
|
6942
|
+
flexShrink: 0,
|
|
6943
|
+
boxShadow: role.color ? `0 0 0.4vh ${swatch}` : void 0
|
|
6944
|
+
}
|
|
6945
|
+
}
|
|
6946
|
+
),
|
|
6947
|
+
/* @__PURE__ */ jsx(Text, { size: "xs", c: "rgba(255,255,255,0.9)", children: role.name })
|
|
6948
|
+
] });
|
|
6949
|
+
}
|
|
6950
|
+
function NotConfiguredBanner({ label: label2 }) {
|
|
6951
|
+
const theme2 = useMantineTheme();
|
|
6952
|
+
return /* @__PURE__ */ jsxs(Flex, { direction: "column", gap: "xxs", children: [
|
|
6953
|
+
label2 && /* @__PURE__ */ jsx(Text, { ff: "Akrobat Bold", size: "xxs", tt: "uppercase", lts: "0.05em", c: "rgba(255,255,255,0.55)", children: label2 }),
|
|
6954
|
+
/* @__PURE__ */ jsxs(
|
|
6955
|
+
Flex,
|
|
6956
|
+
{
|
|
6957
|
+
align: "center",
|
|
6958
|
+
gap: "xs",
|
|
6959
|
+
px: "xs",
|
|
6960
|
+
py: "xxs",
|
|
6961
|
+
style: {
|
|
6962
|
+
background: "rgba(0,0,0,0.3)",
|
|
6963
|
+
border: "0.1vh dashed rgba(255,255,255,0.12)",
|
|
6964
|
+
borderRadius: theme2.radius.xs
|
|
6965
|
+
},
|
|
6966
|
+
children: [
|
|
6967
|
+
/* @__PURE__ */ jsx(ExternalLink, { size: "1.4vh", color: "rgba(255,255,255,0.4)" }),
|
|
6968
|
+
/* @__PURE__ */ jsx(Text, { ff: "Akrobat Bold", size: "xxs", c: "rgba(255,255,255,0.55)", style: { flex: 1 }, children: locale("DiscordNotConfigured") || "Discord bot not configured \u2014 run /dirk_lib and set a bot token + guild ID." })
|
|
6969
|
+
]
|
|
6970
|
+
}
|
|
6971
|
+
)
|
|
6972
|
+
] });
|
|
6973
|
+
}
|
|
6974
|
+
function DiscordRoleSelect(props) {
|
|
6975
|
+
const { endpoint, label: label2, size = "xs", placeholder, disabled, style, styles } = props;
|
|
6976
|
+
const [roles, setRoles] = useState(null);
|
|
6977
|
+
const [loading, setLoading] = useState(false);
|
|
6978
|
+
const [errorCode, setErrorCode] = useState(null);
|
|
6979
|
+
const refresh = async () => {
|
|
6980
|
+
setLoading(true);
|
|
6981
|
+
try {
|
|
6982
|
+
const res = await fetchNui(endpoint, {}, {
|
|
6983
|
+
// Browser dev fallback so the component renders something useful
|
|
6984
|
+
// outside FiveM.
|
|
6985
|
+
ok: true,
|
|
6986
|
+
roles: [
|
|
6987
|
+
{ id: "1", name: "Admin", color: 15548997, position: 5 },
|
|
6988
|
+
{ id: "2", name: "VIP Gold", color: 16426522, position: 4 },
|
|
6989
|
+
{ id: "3", name: "Member", color: 5763719, position: 3 },
|
|
6990
|
+
{ id: "4", name: "Guest", color: 0, position: 2 }
|
|
6991
|
+
]
|
|
6992
|
+
});
|
|
6993
|
+
if (res?.ok) {
|
|
6994
|
+
setRoles(res.roles ?? []);
|
|
6995
|
+
setErrorCode(null);
|
|
6996
|
+
} else {
|
|
6997
|
+
setRoles(null);
|
|
6998
|
+
setErrorCode(res?._error || "FetchFailed");
|
|
6999
|
+
}
|
|
7000
|
+
} finally {
|
|
7001
|
+
setLoading(false);
|
|
7002
|
+
}
|
|
7003
|
+
};
|
|
7004
|
+
useEffect(() => {
|
|
7005
|
+
refresh();
|
|
7006
|
+
}, [endpoint]);
|
|
7007
|
+
const rolesById = useMemo(() => {
|
|
7008
|
+
const map = {};
|
|
7009
|
+
for (const r of roles ?? []) map[r.id] = r;
|
|
7010
|
+
return map;
|
|
7011
|
+
}, [roles]);
|
|
7012
|
+
if (errorCode === "NotConfigured") {
|
|
7013
|
+
return /* @__PURE__ */ jsx(NotConfiguredBanner, { label: label2 });
|
|
7014
|
+
}
|
|
7015
|
+
const data = (roles ?? []).map((r) => ({
|
|
7016
|
+
value: r.id,
|
|
7017
|
+
label: r.name
|
|
7018
|
+
}));
|
|
7019
|
+
const renderOption = ({ option }) => {
|
|
7020
|
+
const role = rolesById[option.value];
|
|
7021
|
+
return role ? /* @__PURE__ */ jsx(RoleOption, { role }) : /* @__PURE__ */ jsx(Text, { size: "xs", children: option.label });
|
|
7022
|
+
};
|
|
7023
|
+
const refreshButton = /* @__PURE__ */ jsx(
|
|
7024
|
+
ActionIcon,
|
|
7025
|
+
{
|
|
7026
|
+
size: "xs",
|
|
7027
|
+
variant: "subtle",
|
|
7028
|
+
onClick: refresh,
|
|
7029
|
+
title: locale("Refresh") || "Refresh",
|
|
7030
|
+
loading,
|
|
7031
|
+
children: /* @__PURE__ */ jsx(RefreshCw, { size: "1.2vh" })
|
|
7032
|
+
}
|
|
7033
|
+
);
|
|
7034
|
+
if (props.multi) {
|
|
7035
|
+
return /* @__PURE__ */ jsx(
|
|
7036
|
+
MultiSelect,
|
|
7037
|
+
{
|
|
7038
|
+
label: label2,
|
|
7039
|
+
size,
|
|
7040
|
+
placeholder: placeholder || locale("PickRoles") || "Pick roles...",
|
|
7041
|
+
data,
|
|
7042
|
+
value: props.value || [],
|
|
7043
|
+
onChange: (ids) => props.onChange(ids),
|
|
7044
|
+
renderOption,
|
|
7045
|
+
searchable: true,
|
|
7046
|
+
clearable: true,
|
|
7047
|
+
disabled: disabled || loading && !roles,
|
|
7048
|
+
rightSection: refreshButton,
|
|
7049
|
+
style,
|
|
7050
|
+
styles,
|
|
7051
|
+
nothingFoundMessage: errorCode ? `${locale("Error") || "Error"} (${errorCode})` : locale("NoRoles") || "No roles found"
|
|
7052
|
+
}
|
|
7053
|
+
);
|
|
7054
|
+
}
|
|
7055
|
+
return /* @__PURE__ */ jsx(
|
|
7056
|
+
Select,
|
|
7057
|
+
{
|
|
7058
|
+
label: label2,
|
|
7059
|
+
size,
|
|
7060
|
+
placeholder: placeholder || locale("PickRole") || "Pick a role...",
|
|
7061
|
+
data,
|
|
7062
|
+
value: props.value || null,
|
|
7063
|
+
onChange: (id) => props.onChange(id),
|
|
7064
|
+
renderOption,
|
|
7065
|
+
searchable: true,
|
|
7066
|
+
clearable: true,
|
|
7067
|
+
disabled: disabled || loading && !roles,
|
|
7068
|
+
rightSection: refreshButton,
|
|
7069
|
+
style,
|
|
7070
|
+
styles,
|
|
7071
|
+
nothingFoundMessage: errorCode ? `${locale("Error") || "Error"} (${errorCode})` : locale("NoRoles") || "No roles found"
|
|
7072
|
+
}
|
|
7073
|
+
);
|
|
7074
|
+
}
|
|
6927
7075
|
function useTornEdges() {
|
|
6928
7076
|
const game = useSettings((state) => state.game);
|
|
6929
7077
|
return game === "rdr3" ? "torn-edge-wrapper" : "";
|
|
@@ -7284,6 +7432,6 @@ var Vector4Schema = z.object({
|
|
|
7284
7432
|
w: z.number()
|
|
7285
7433
|
});
|
|
7286
7434
|
|
|
7287
|
-
export { AdminPageTitle, AnimPostFxSelect, AsyncSaveButton, BlipColorSelect, BlipDisplaySelect, BlipIconSelect, BorderedIcon, ConfigPanel, ConfirmModal, ControlMultiSelect, ControlSelect, Counter, DirkProvider, FiveMKeyBindInput, FloatingParticles, FormProvider, GTA_CONTROLS, GTA_CONTROL_GROUP_ORDER, GroupName, GroupRank, GroupSelect, INPUT_MAPPER_KEYS_BY_PRIMARY, INPUT_MAPPER_PRIMARY_OPTIONS, InfoBox, InputContainer, LevelBanner, LevelPanel, MissingItemsBanner, Modal, ModalContext, ModalProvider, MotionFlex, MotionIcon, MotionImage, MotionText, NavBar, NavigationContext, NavigationProvider, PositionPicker, PromptModal, ScenarioSelect, SegmentedControl, SegmentedProgress, SelectItem, SwitchPanel, TestBed, ThemeOverrideSection, Title, TornEdgeSVGFilter, Vector2Schema, Vector3Schema, Vector4DeleteButton, Vector4Display, Vector4Schema, WorldPositionGotoButton, WorldPositionSetButton, colorWithAlpha, copyToClipboard, createFormStore, createScriptConfig, createSkill, extractDefaults, fetchLuaTable, fetchNui, formatGtaControl, gameToMap, getGtaControl, getImageShape, getItemImageUrl, getScriptConfigInstance, initialFetches, internalEvent, isEnvBrowser, isProfanity, latPr100, locale, localeStore, mapCenter, mapToGame, noop, numberToRoman, openLink, registerInitialFetch, registerInitialLuaTableFetch, runFetches, selectAllGroups, splitFAString, updatePresignedURL, uploadImage, useAudio, useAutoFetcher, useForm, useFormActions, useFormError, useFormErrors, useFormField, useFormFields, useFrameworkGroups, useItems, useItemsList, useMissingItemsAudit, useModal, useModalActions, useNavigation, useNavigationStore, useNuiEvent, useProfanityStore, useSettings, useTornEdges };
|
|
7435
|
+
export { AdminPageTitle, AnimPostFxSelect, AsyncSaveButton, BlipColorSelect, BlipDisplaySelect, BlipIconSelect, BorderedIcon, ConfigPanel, ConfirmModal, ControlMultiSelect, ControlSelect, Counter, DirkProvider, DiscordRoleSelect, FiveMKeyBindInput, FloatingParticles, FormProvider, GTA_CONTROLS, GTA_CONTROL_GROUP_ORDER, GroupName, GroupRank, GroupSelect, INPUT_MAPPER_KEYS_BY_PRIMARY, INPUT_MAPPER_PRIMARY_OPTIONS, InfoBox, InputContainer, LevelBanner, LevelPanel, MissingItemsBanner, Modal, ModalContext, ModalProvider, MotionFlex, MotionIcon, MotionImage, MotionText, NavBar, NavigationContext, NavigationProvider, PositionPicker, PromptModal, ScenarioSelect, SegmentedControl, SegmentedProgress, SelectItem, SwitchPanel, TestBed, ThemeOverrideSection, Title, TornEdgeSVGFilter, Vector2Schema, Vector3Schema, Vector4DeleteButton, Vector4Display, Vector4Schema, WorldPositionGotoButton, WorldPositionSetButton, colorWithAlpha, copyToClipboard, createFormStore, createScriptConfig, createSkill, extractDefaults, fetchLuaTable, fetchNui, formatGtaControl, gameToMap, getGtaControl, getImageShape, getItemImageUrl, getScriptConfigInstance, initialFetches, internalEvent, isEnvBrowser, isProfanity, latPr100, locale, localeStore, mapCenter, mapToGame, noop, numberToRoman, openLink, registerInitialFetch, registerInitialLuaTableFetch, runFetches, selectAllGroups, splitFAString, updatePresignedURL, uploadImage, useAudio, useAutoFetcher, useForm, useFormActions, useFormError, useFormErrors, useFormField, useFormFields, useFrameworkGroups, useItems, useItemsList, useMissingItemsAudit, useModal, useModalActions, useNavigation, useNavigationStore, useNuiEvent, useProfanityStore, useSettings, useTornEdges };
|
|
7288
7436
|
//# sourceMappingURL=index.js.map
|
|
7289
7437
|
//# sourceMappingURL=index.js.map
|