@solidstarters/solid-core-ui 1.1.75 → 1.1.77
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/core/chatter/SolidChatter.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormActionHeader.d.ts.map +1 -1
- package/dist/components/core/form/SolidFormView.d.ts +1 -0
- package/dist/components/core/form/SolidFormView.d.ts.map +1 -1
- package/dist/components/core/form/fields/SolidIntegerField.d.ts +1 -0
- package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts +1 -1
- package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -1
- package/dist/components/core/form/fields/solidFields.module.css +7 -0
- package/dist/types/solid-core.d.ts +9 -7
- package/package.json +1 -1
- package/src/components/core/form/fields/solidFields.module.css +7 -0
- package/src/types/solid-core.d.ts +9 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidChatter.d.ts","sourceRoot":"","sources":["../../../../src/components/core/chatter/SolidChatter.tsx"],"names":[],"mappings":"AAcA,eAAO,MAAM,YAAY;2BAA6G,GAAG;QAAM,MAAM;2BAAyB,OAAO;sCAAoC,OAAO,KAAK,IAAI;
|
|
1
|
+
{"version":3,"file":"SolidChatter.d.ts","sourceRoot":"","sources":["../../../../src/components/core/chatter/SolidChatter.tsx"],"names":[],"mappings":"AAcA,eAAO,MAAM,YAAY;2BAA6G,GAAG;QAAM,MAAM;2BAAyB,OAAO;sCAAoC,OAAO,KAAK,IAAI;6CAiPxO,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidFormActionHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/core/form/SolidFormActionHeader.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SolidFormActionHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/core/form/SolidFormActionHeader.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,qBAAqB,sMAAuM,GAAG,4CAwQ3O,CAAA"}
|
|
@@ -10,6 +10,7 @@ export type SolidFormViewProps = {
|
|
|
10
10
|
customCreateHandler?: any;
|
|
11
11
|
inlineCreateAutoSave?: boolean;
|
|
12
12
|
customLayout?: any;
|
|
13
|
+
parentData?: any;
|
|
13
14
|
};
|
|
14
15
|
declare const SolidFormView: (params: SolidFormViewProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
16
|
export default SolidFormView;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidFormView.d.ts","sourceRoot":"","sources":["../../../../src/components/core/form/SolidFormView.tsx"],"names":[],"mappings":"AAUA,OAAO,yBAAyB,CAAC;AAuCjC,OAAO,uCAAuC,CAAC;AAC/C,OAAO,gDAAgD,CAAC;AAIxD,MAAM,MAAM,kBAAkB,GAAG;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,gBAAgB,CAAC,EAAE,GAAG,CAAC;IACvB,mBAAmB,CAAC,EAAE,GAAG,CAAA;IACzB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,YAAY,CAAC,EAAE,GAAG,CAAC;
|
|
1
|
+
{"version":3,"file":"SolidFormView.d.ts","sourceRoot":"","sources":["../../../../src/components/core/form/SolidFormView.tsx"],"names":[],"mappings":"AAUA,OAAO,yBAAyB,CAAC;AAuCjC,OAAO,uCAAuC,CAAC;AAC/C,OAAO,gDAAgD,CAAC;AAIxD,MAAM,MAAM,kBAAkB,GAAG;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,gBAAgB,CAAC,EAAE,GAAG,CAAC;IACvB,mBAAmB,CAAC,EAAE,GAAG,CAAA;IACzB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,UAAU,CAAC,EAAE,GAAG,CAAA;CACnB,CAAC;AAgSF,QAAA,MAAM,aAAa,WAAY,kBAAkB,4CAwwBhD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -11,4 +11,5 @@ export declare class SolidIntegerField implements ISolidField {
|
|
|
11
11
|
renderExtensionRenderMode(widget: string, formik: FormikObject): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
}
|
|
13
13
|
export declare const DefaultIntegerFormEditWidget: ({ formik, fieldContext }: SolidFormFieldWidgetProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const SolidIntegerSliderStyleFormEditWidget: ({ formik, fieldContext }: SolidFormFieldWidgetProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
15
|
//# sourceMappingURL=SolidIntegerField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidIntegerField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidIntegerField.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"SolidIntegerField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidIntegerField.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAK/D,qBAAa,iBAAkB,YAAW,WAAW;IAEjD,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IASnB,gBAAgB,IAAI,MAAM;IAwB1B,MAAM,CAAC,MAAM,EAAE,YAAY;IAsC3B,yBAAyB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY;CAYjE;AAID,eAAO,MAAM,4BAA4B,6BAA8B,yBAAyB,4CA8C/F,CAAA;AAED,eAAO,MAAM,qCAAqC,6BAA8B,yBAAyB,4CAqDxG,CAAC"}
|
|
@@ -11,6 +11,6 @@ export declare class SolidRelationOneToManyField implements ISolidField {
|
|
|
11
11
|
renderExtensionRenderMode(widget: string, formik: FormikObject): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
}
|
|
13
13
|
export declare const DefaultRelationOneToManyFormEditWidget: ({ formik, fieldContext }: SolidFormFieldWidgetProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
export declare const RenderSolidFormEmbededView: ({ formik, fieldContext, customCreateHandler, visibleCreateRelationEntity, setvisibleCreateRelationEntity, formViewParams, handlePopupClose }: any) => import("react/jsx-runtime").JSX.Element;
|
|
15
14
|
export declare const DefaultRelationOneToManyFormViewWidget: ({ formik, fieldContext }: SolidFormFieldWidgetProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const RenderSolidFormEmbededView: ({ formik, fieldContext, customCreateHandler, visibleCreateRelationEntity, setvisibleCreateRelationEntity, formViewParams, handlePopupClose }: any) => import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
//# sourceMappingURL=SolidRelationOneToManyField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SolidRelationOneToManyField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAE7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAG5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAM/D,qBAAa,2BAA4B,YAAW,WAAW;IAE3D,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,YAAY,IAAI,GAAG;IAYnB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,gBAAgB,IAAI,MAAM;IAc1B,MAAM,CAAC,MAAM,EAAE,YAAY;IAyD3B,yBAAyB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY;CAcjE;AAGD,eAAO,MAAM,sCAAsC,6BAA8B,yBAAyB,4CA6GzG,CAAA;
|
|
1
|
+
{"version":3,"file":"SolidRelationOneToManyField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAE7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAG5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAM/D,qBAAa,2BAA4B,YAAW,WAAW;IAE3D,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,YAAY,IAAI,GAAG;IAYnB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,gBAAgB,IAAI,MAAM;IAc1B,MAAM,CAAC,MAAM,EAAE,YAAY;IAyD3B,yBAAyB,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,YAAY;CAcjE;AAGD,eAAO,MAAM,sCAAsC,6BAA8B,yBAAyB,4CA6GzG,CAAA;AAGD,eAAO,MAAM,sCAAsC,6BAA8B,yBAAyB,4CA6GzG,CAAA;AAGD,eAAO,MAAM,0BAA0B,iJAAkJ,GAAG,4CAkC3L,CAAA"}
|
|
@@ -93,6 +93,7 @@ export type SolidUiEvent = {
|
|
|
93
93
|
};
|
|
94
94
|
|
|
95
95
|
export type SolidLoadForm = {
|
|
96
|
+
parentData?: any,
|
|
96
97
|
type: SolidUiEvents;
|
|
97
98
|
formData: Record<string, any>;
|
|
98
99
|
viewMetadata: SolidView;
|
|
@@ -118,23 +119,24 @@ export type SolidListFieldWidgetProps = {
|
|
|
118
119
|
column: any;
|
|
119
120
|
}
|
|
120
121
|
|
|
121
|
-
|
|
122
|
-
|
|
123
122
|
export type SolidMediaListFieldWidgetProps = SolidListFieldWidgetProps & {
|
|
124
123
|
setLightboxUrls?: any,
|
|
125
124
|
setOpenLightbox?: any
|
|
126
125
|
}
|
|
127
126
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
127
|
export type SolidMediaFormFieldWidgetProps = SolidFormFieldWidgetProps & {
|
|
132
128
|
setLightboxUrls?: any,
|
|
133
129
|
setOpenLightbox?: any
|
|
134
130
|
}
|
|
135
131
|
|
|
136
|
-
|
|
137
|
-
|
|
138
132
|
export type SolidShortTextImageRenderModeWidgetProps = {
|
|
139
133
|
data: string;
|
|
140
134
|
}
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
export type SolidFormDynamicFunctionProps = {
|
|
138
|
+
formik: any;
|
|
139
|
+
solidFormViewMetaData: SolidView;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export type RootState = ReturnType<ReturnType<typeof initializeStore>['getState']>;
|
package/package.json
CHANGED
|
@@ -93,6 +93,7 @@ export type SolidUiEvent = {
|
|
|
93
93
|
};
|
|
94
94
|
|
|
95
95
|
export type SolidLoadForm = {
|
|
96
|
+
parentData?: any,
|
|
96
97
|
type: SolidUiEvents;
|
|
97
98
|
formData: Record<string, any>;
|
|
98
99
|
viewMetadata: SolidView;
|
|
@@ -118,23 +119,24 @@ export type SolidListFieldWidgetProps = {
|
|
|
118
119
|
column: any;
|
|
119
120
|
}
|
|
120
121
|
|
|
121
|
-
|
|
122
|
-
|
|
123
122
|
export type SolidMediaListFieldWidgetProps = SolidListFieldWidgetProps & {
|
|
124
123
|
setLightboxUrls?: any,
|
|
125
124
|
setOpenLightbox?: any
|
|
126
125
|
}
|
|
127
126
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
127
|
export type SolidMediaFormFieldWidgetProps = SolidFormFieldWidgetProps & {
|
|
132
128
|
setLightboxUrls?: any,
|
|
133
129
|
setOpenLightbox?: any
|
|
134
130
|
}
|
|
135
131
|
|
|
136
|
-
|
|
137
|
-
|
|
138
132
|
export type SolidShortTextImageRenderModeWidgetProps = {
|
|
139
133
|
data: string;
|
|
140
134
|
}
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
export type SolidFormDynamicFunctionProps = {
|
|
138
|
+
formik: any;
|
|
139
|
+
solidFormViewMetaData: SolidView;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export type RootState = ReturnType<ReturnType<typeof initializeStore>['getState']>;
|