optimized-react-component-library-xyz123 0.1.127 → 0.1.129
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -713,4 +713,4 @@ interface FormStatusMessagesProps {
|
|
|
713
713
|
*/
|
|
714
714
|
declare const FormStatusMessagesScreenReader: React.FC<FormStatusMessagesProps>;
|
|
715
715
|
|
|
716
|
-
export { AddFiles as AddFilesStandard, CookieBanner, type CookieConsentConfig, EditPreviewLink as EditPreviewLinkStandard, Footer as FooterStandard, FormStatusMessagesScreenReader, Header as HeaderStandard, type IApplicationContent, type IFormState, type IOption, type IPTSLink, type IQuestion, type IQuestionExtraAttribute, type IStepObject, type IStepQuestionData, type ITextBlock, InfoOnly as InfoOnlyStandard, type LanguageSupportConfig, Modal as ModalStandard, MultipleCheckboxes as MultipleCheckboxesStandard, PrincipleOfPublicity as PrincipleOfPublicityStandard, QuestionGroup, QuestionRenderer, InputRadio as RadioMultipleStandard, SkipLink as SkipLinkStandard, StartApplicationButton, StepperButtons as StepperButtonsStandard, Stepper as StepperStandard, InputTextarea as TextAreaStandard, TextBody, TextFieldStandard, ValidationErrorSummaryList, buildStepCategoryGroupQuestionStructure, createApiDataObject, createCookieConsent, createGlobalLanguageSlice as createLanguageSlice, createFormSlice as createQuestionsSlice, findVisibleQuestionsWithValidationErrors, focusElement, getGroupCheckIds, hasQuestionValidationError, isQuestionDependencySatisfied, isScriptLoaded, makeglobalLanguageSelectors as makeLanguageSelectors, makeFormSelectors as makeQuestionsSelectors, preparePreviewData, removeScriptById, toggleScriptByConsent, updateQuestionsAndCategoriesVisibilityAndErrors, useCookieConsent, useFormStatusModal, useInputMethodDetection, usePTSPageTitle };
|
|
716
|
+
export { AddFiles as AddFilesStandard, CookieBanner, type CookieConsentConfig, EditPreviewLink as EditPreviewLinkStandard, Footer as FooterStandard, FormStatusMessagesScreenReader, Header as HeaderStandard, type IApplicationContent, type IFormState, type IOption, type IPTSLink, type IQuestion, type IQuestionExtraAttribute, type IStepObject, type IStepQuestionData, type ITextBlock, InfoOnly as InfoOnlyStandard, type LanguageSupportConfig, Modal as ModalStandard, MultipleCheckboxes as MultipleCheckboxesStandard, PrincipleOfPublicity as PrincipleOfPublicityStandard, QuestionGroup, QuestionRenderer, InputRadio as RadioMultipleStandard, SkipLink as SkipLinkStandard, StartApplicationButton, StepperButtons as StepperButtonsStandard, Stepper as StepperStandard, InputTextarea as TextAreaStandard, TextBody, TextFieldStandard, ValidationErrorSummaryList, buildStepCategoryGroupQuestionStructure, createApiDataObject, createCookieConsent, createFormSlice, createGlobalLanguageSlice, createGlobalLanguageSlice as createLanguageSlice, createFormSlice as createQuestionsSlice, findVisibleQuestionsWithValidationErrors, focusElement, getGroupCheckIds, hasQuestionValidationError, isQuestionDependencySatisfied, isScriptLoaded, makeFormSelectors, makeglobalLanguageSelectors as makeLanguageSelectors, makeFormSelectors as makeQuestionsSelectors, makeglobalLanguageSelectors, preparePreviewData, removeScriptById, toggleScriptByConsent, updateQuestionsAndCategoriesVisibilityAndErrors, useCookieConsent, useFormStatusModal, useInputMethodDetection, usePTSPageTitle };
|
package/dist/index.d.ts
CHANGED
|
@@ -713,4 +713,4 @@ interface FormStatusMessagesProps {
|
|
|
713
713
|
*/
|
|
714
714
|
declare const FormStatusMessagesScreenReader: React.FC<FormStatusMessagesProps>;
|
|
715
715
|
|
|
716
|
-
export { AddFiles as AddFilesStandard, CookieBanner, type CookieConsentConfig, EditPreviewLink as EditPreviewLinkStandard, Footer as FooterStandard, FormStatusMessagesScreenReader, Header as HeaderStandard, type IApplicationContent, type IFormState, type IOption, type IPTSLink, type IQuestion, type IQuestionExtraAttribute, type IStepObject, type IStepQuestionData, type ITextBlock, InfoOnly as InfoOnlyStandard, type LanguageSupportConfig, Modal as ModalStandard, MultipleCheckboxes as MultipleCheckboxesStandard, PrincipleOfPublicity as PrincipleOfPublicityStandard, QuestionGroup, QuestionRenderer, InputRadio as RadioMultipleStandard, SkipLink as SkipLinkStandard, StartApplicationButton, StepperButtons as StepperButtonsStandard, Stepper as StepperStandard, InputTextarea as TextAreaStandard, TextBody, TextFieldStandard, ValidationErrorSummaryList, buildStepCategoryGroupQuestionStructure, createApiDataObject, createCookieConsent, createGlobalLanguageSlice as createLanguageSlice, createFormSlice as createQuestionsSlice, findVisibleQuestionsWithValidationErrors, focusElement, getGroupCheckIds, hasQuestionValidationError, isQuestionDependencySatisfied, isScriptLoaded, makeglobalLanguageSelectors as makeLanguageSelectors, makeFormSelectors as makeQuestionsSelectors, preparePreviewData, removeScriptById, toggleScriptByConsent, updateQuestionsAndCategoriesVisibilityAndErrors, useCookieConsent, useFormStatusModal, useInputMethodDetection, usePTSPageTitle };
|
|
716
|
+
export { AddFiles as AddFilesStandard, CookieBanner, type CookieConsentConfig, EditPreviewLink as EditPreviewLinkStandard, Footer as FooterStandard, FormStatusMessagesScreenReader, Header as HeaderStandard, type IApplicationContent, type IFormState, type IOption, type IPTSLink, type IQuestion, type IQuestionExtraAttribute, type IStepObject, type IStepQuestionData, type ITextBlock, InfoOnly as InfoOnlyStandard, type LanguageSupportConfig, Modal as ModalStandard, MultipleCheckboxes as MultipleCheckboxesStandard, PrincipleOfPublicity as PrincipleOfPublicityStandard, QuestionGroup, QuestionRenderer, InputRadio as RadioMultipleStandard, SkipLink as SkipLinkStandard, StartApplicationButton, StepperButtons as StepperButtonsStandard, Stepper as StepperStandard, InputTextarea as TextAreaStandard, TextBody, TextFieldStandard, ValidationErrorSummaryList, buildStepCategoryGroupQuestionStructure, createApiDataObject, createCookieConsent, createFormSlice, createGlobalLanguageSlice, createGlobalLanguageSlice as createLanguageSlice, createFormSlice as createQuestionsSlice, findVisibleQuestionsWithValidationErrors, focusElement, getGroupCheckIds, hasQuestionValidationError, isQuestionDependencySatisfied, isScriptLoaded, makeFormSelectors, makeglobalLanguageSelectors as makeLanguageSelectors, makeFormSelectors as makeQuestionsSelectors, makeglobalLanguageSelectors, preparePreviewData, removeScriptById, toggleScriptByConsent, updateQuestionsAndCategoriesVisibilityAndErrors, useCookieConsent, useFormStatusModal, useInputMethodDetection, usePTSPageTitle };
|
package/dist/index.js
CHANGED
|
@@ -54,6 +54,8 @@ __export(index_exports, {
|
|
|
54
54
|
buildStepCategoryGroupQuestionStructure: () => buildStepCategoryGroupQuestionStructure_default,
|
|
55
55
|
createApiDataObject: () => createApiDataObject_default,
|
|
56
56
|
createCookieConsent: () => createCookieConsent,
|
|
57
|
+
createFormSlice: () => createFormSlice,
|
|
58
|
+
createGlobalLanguageSlice: () => createGlobalLanguageSlice,
|
|
57
59
|
createLanguageSlice: () => createGlobalLanguageSlice,
|
|
58
60
|
createQuestionsSlice: () => createFormSlice,
|
|
59
61
|
findVisibleQuestionsWithValidationErrors: () => findVisibleQuestionsWithValidationErrors_default,
|
|
@@ -62,8 +64,10 @@ __export(index_exports, {
|
|
|
62
64
|
hasQuestionValidationError: () => hasQuestionValidationError_default,
|
|
63
65
|
isQuestionDependencySatisfied: () => isQuestionDependencySatisfied_default,
|
|
64
66
|
isScriptLoaded: () => isScriptLoaded,
|
|
67
|
+
makeFormSelectors: () => makeFormSelectors,
|
|
65
68
|
makeLanguageSelectors: () => makeglobalLanguageSelectors,
|
|
66
69
|
makeQuestionsSelectors: () => makeFormSelectors,
|
|
70
|
+
makeglobalLanguageSelectors: () => makeglobalLanguageSelectors,
|
|
67
71
|
preparePreviewData: () => preparePreviewData_default,
|
|
68
72
|
removeScriptById: () => removeScriptById,
|
|
69
73
|
toggleScriptByConsent: () => toggleScriptByConsent,
|
|
@@ -2908,6 +2912,8 @@ var FormStatusMessagesScreenReader_default = FormStatusMessagesScreenReader;
|
|
|
2908
2912
|
buildStepCategoryGroupQuestionStructure,
|
|
2909
2913
|
createApiDataObject,
|
|
2910
2914
|
createCookieConsent,
|
|
2915
|
+
createFormSlice,
|
|
2916
|
+
createGlobalLanguageSlice,
|
|
2911
2917
|
createLanguageSlice,
|
|
2912
2918
|
createQuestionsSlice,
|
|
2913
2919
|
findVisibleQuestionsWithValidationErrors,
|
|
@@ -2916,8 +2922,10 @@ var FormStatusMessagesScreenReader_default = FormStatusMessagesScreenReader;
|
|
|
2916
2922
|
hasQuestionValidationError,
|
|
2917
2923
|
isQuestionDependencySatisfied,
|
|
2918
2924
|
isScriptLoaded,
|
|
2925
|
+
makeFormSelectors,
|
|
2919
2926
|
makeLanguageSelectors,
|
|
2920
2927
|
makeQuestionsSelectors,
|
|
2928
|
+
makeglobalLanguageSelectors,
|
|
2921
2929
|
preparePreviewData,
|
|
2922
2930
|
removeScriptById,
|
|
2923
2931
|
toggleScriptByConsent,
|