Files
klz-cables.com/.pnpm-store/v10/files/d9/c7c10bcf451c631d430847065324918171a47d91824ab1b59f27054c93d92df71cb56d7b19ab0f3f63f1442a488be7d5b87a985391e2631f78dde03722507f
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

42 lines
1.1 KiB
Plaintext

'use client';
const submit = () => undefined;
const getSiblingData = () => undefined;
const dispatchFields = () => undefined;
const validateForm = () => undefined;
const createFormData = () => undefined;
const setModified = () => undefined;
const setProcessing = () => undefined;
const setBackgroundProcessing = () => undefined;
const setSubmitted = () => undefined;
const reset = () => undefined;
export const initContextState = {
addFieldRow: () => undefined,
buildRowErrors: () => undefined,
createFormData,
disabled: false,
dispatchFields,
fields: {},
formRef: null,
getData: () => undefined,
getDataByPath: () => undefined,
getField: () => undefined,
getFields: () => ({}),
getSiblingData,
initializing: undefined,
isValid: true,
moveFieldRow: () => undefined,
removeFieldRow: () => undefined,
replaceFieldRow: () => undefined,
replaceState: () => undefined,
reset,
setBackgroundProcessing,
setDisabled: () => undefined,
setIsValid: () => undefined,
setModified,
setProcessing,
setSubmitted,
submit,
validateForm
};
//# sourceMappingURL=initContextState.js.map