@almadar/ui 4.5.1 → 4.5.3
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/avl/index.cjs +2 -0
- package/dist/avl/index.js +2 -0
- package/dist/components/index.cjs +2 -0
- package/dist/components/index.js +2 -0
- package/dist/providers/index.cjs +2 -0
- package/dist/providers/index.js +2 -0
- package/dist/runtime/index.cjs +2 -0
- package/dist/runtime/index.js +2 -0
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -32133,6 +32133,7 @@ var init_Form = __esm({
|
|
|
32133
32133
|
const commonProps = {
|
|
32134
32134
|
id: fieldName,
|
|
32135
32135
|
name: fieldName,
|
|
32136
|
+
"data-field-name": fieldName,
|
|
32136
32137
|
required: field.required,
|
|
32137
32138
|
disabled: isLoading,
|
|
32138
32139
|
placeholder: field.placeholder
|
|
@@ -32274,6 +32275,7 @@ var init_Form = __esm({
|
|
|
32274
32275
|
"form",
|
|
32275
32276
|
{
|
|
32276
32277
|
noValidate: true,
|
|
32278
|
+
"data-pattern": "form-section",
|
|
32277
32279
|
className: cn(layoutStyles[layout], gapStyles8[gap], className),
|
|
32278
32280
|
onSubmit: handleSubmit,
|
|
32279
32281
|
...props,
|
package/dist/avl/index.js
CHANGED
|
@@ -32087,6 +32087,7 @@ var init_Form = __esm({
|
|
|
32087
32087
|
const commonProps = {
|
|
32088
32088
|
id: fieldName,
|
|
32089
32089
|
name: fieldName,
|
|
32090
|
+
"data-field-name": fieldName,
|
|
32090
32091
|
required: field.required,
|
|
32091
32092
|
disabled: isLoading,
|
|
32092
32093
|
placeholder: field.placeholder
|
|
@@ -32228,6 +32229,7 @@ var init_Form = __esm({
|
|
|
32228
32229
|
"form",
|
|
32229
32230
|
{
|
|
32230
32231
|
noValidate: true,
|
|
32232
|
+
"data-pattern": "form-section",
|
|
32231
32233
|
className: cn(layoutStyles[layout], gapStyles8[gap], className),
|
|
32232
32234
|
onSubmit: handleSubmit,
|
|
32233
32235
|
...props,
|
|
@@ -28026,6 +28026,7 @@ var init_Form = __esm({
|
|
|
28026
28026
|
const commonProps = {
|
|
28027
28027
|
id: fieldName,
|
|
28028
28028
|
name: fieldName,
|
|
28029
|
+
"data-field-name": fieldName,
|
|
28029
28030
|
required: field.required,
|
|
28030
28031
|
disabled: isLoading,
|
|
28031
28032
|
placeholder: field.placeholder
|
|
@@ -28167,6 +28168,7 @@ var init_Form = __esm({
|
|
|
28167
28168
|
"form",
|
|
28168
28169
|
{
|
|
28169
28170
|
noValidate: true,
|
|
28171
|
+
"data-pattern": "form-section",
|
|
28170
28172
|
className: cn(layoutStyles[layout], gapStyles8[gap], className),
|
|
28171
28173
|
onSubmit: handleSubmit,
|
|
28172
28174
|
...props,
|
package/dist/components/index.js
CHANGED
|
@@ -27981,6 +27981,7 @@ var init_Form = __esm({
|
|
|
27981
27981
|
const commonProps = {
|
|
27982
27982
|
id: fieldName,
|
|
27983
27983
|
name: fieldName,
|
|
27984
|
+
"data-field-name": fieldName,
|
|
27984
27985
|
required: field.required,
|
|
27985
27986
|
disabled: isLoading,
|
|
27986
27987
|
placeholder: field.placeholder
|
|
@@ -28122,6 +28123,7 @@ var init_Form = __esm({
|
|
|
28122
28123
|
"form",
|
|
28123
28124
|
{
|
|
28124
28125
|
noValidate: true,
|
|
28126
|
+
"data-pattern": "form-section",
|
|
28125
28127
|
className: cn(layoutStyles[layout], gapStyles8[gap], className),
|
|
28126
28128
|
onSubmit: handleSubmit,
|
|
28127
28129
|
...props,
|
package/dist/providers/index.cjs
CHANGED
|
@@ -28973,6 +28973,7 @@ var init_Form = __esm({
|
|
|
28973
28973
|
const commonProps = {
|
|
28974
28974
|
id: fieldName,
|
|
28975
28975
|
name: fieldName,
|
|
28976
|
+
"data-field-name": fieldName,
|
|
28976
28977
|
required: field.required,
|
|
28977
28978
|
disabled: isLoading,
|
|
28978
28979
|
placeholder: field.placeholder
|
|
@@ -29114,6 +29115,7 @@ var init_Form = __esm({
|
|
|
29114
29115
|
"form",
|
|
29115
29116
|
{
|
|
29116
29117
|
noValidate: true,
|
|
29118
|
+
"data-pattern": "form-section",
|
|
29117
29119
|
className: cn(layoutStyles[layout], gapStyles8[gap], className),
|
|
29118
29120
|
onSubmit: handleSubmit,
|
|
29119
29121
|
...props,
|
package/dist/providers/index.js
CHANGED
|
@@ -28928,6 +28928,7 @@ var init_Form = __esm({
|
|
|
28928
28928
|
const commonProps = {
|
|
28929
28929
|
id: fieldName,
|
|
28930
28930
|
name: fieldName,
|
|
28931
|
+
"data-field-name": fieldName,
|
|
28931
28932
|
required: field.required,
|
|
28932
28933
|
disabled: isLoading,
|
|
28933
28934
|
placeholder: field.placeholder
|
|
@@ -29069,6 +29070,7 @@ var init_Form = __esm({
|
|
|
29069
29070
|
"form",
|
|
29070
29071
|
{
|
|
29071
29072
|
noValidate: true,
|
|
29073
|
+
"data-pattern": "form-section",
|
|
29072
29074
|
className: cn(layoutStyles[layout], gapStyles8[gap], className),
|
|
29073
29075
|
onSubmit: handleSubmit,
|
|
29074
29076
|
...props,
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -28575,6 +28575,7 @@ var init_Form = __esm({
|
|
|
28575
28575
|
const commonProps = {
|
|
28576
28576
|
id: fieldName,
|
|
28577
28577
|
name: fieldName,
|
|
28578
|
+
"data-field-name": fieldName,
|
|
28578
28579
|
required: field.required,
|
|
28579
28580
|
disabled: isLoading,
|
|
28580
28581
|
placeholder: field.placeholder
|
|
@@ -28716,6 +28717,7 @@ var init_Form = __esm({
|
|
|
28716
28717
|
"form",
|
|
28717
28718
|
{
|
|
28718
28719
|
noValidate: true,
|
|
28720
|
+
"data-pattern": "form-section",
|
|
28719
28721
|
className: cn(layoutStyles[layout], gapStyles8[gap], className),
|
|
28720
28722
|
onSubmit: handleSubmit,
|
|
28721
28723
|
...props,
|
package/dist/runtime/index.js
CHANGED
|
@@ -28530,6 +28530,7 @@ var init_Form = __esm({
|
|
|
28530
28530
|
const commonProps = {
|
|
28531
28531
|
id: fieldName,
|
|
28532
28532
|
name: fieldName,
|
|
28533
|
+
"data-field-name": fieldName,
|
|
28533
28534
|
required: field.required,
|
|
28534
28535
|
disabled: isLoading,
|
|
28535
28536
|
placeholder: field.placeholder
|
|
@@ -28671,6 +28672,7 @@ var init_Form = __esm({
|
|
|
28671
28672
|
"form",
|
|
28672
28673
|
{
|
|
28673
28674
|
noValidate: true,
|
|
28675
|
+
"data-pattern": "form-section",
|
|
28674
28676
|
className: cn(layoutStyles[layout], gapStyles8[gap], className),
|
|
28675
28677
|
onSubmit: handleSubmit,
|
|
28676
28678
|
...props,
|