@bitrix24/b24ui-nuxt 0.4.5 → 0.4.7
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/.nuxt/b24ui/content/table-wrapper.ts +1 -1
- package/.nuxt/b24ui/dropdown-menu.ts +1 -1
- package/.nuxt/b24ui/index.ts +1 -0
- package/.nuxt/b24ui/popover.ts +6 -0
- package/.nuxt/b24ui/prose/table.ts +6 -0
- package/.nuxt/b24ui/prose/tbody.ts +5 -0
- package/.nuxt/b24ui/prose/td.ts +5 -0
- package/.nuxt/b24ui/prose/th.ts +5 -0
- package/.nuxt/b24ui/prose/thead.ts +5 -0
- package/.nuxt/b24ui/prose/tr.ts +5 -0
- package/dist/meta.cjs +711 -36
- package/dist/meta.d.cts +711 -36
- package/dist/meta.d.mts +711 -36
- package/dist/meta.d.ts +711 -36
- package/dist/meta.mjs +711 -36
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/App.vue +6 -6
- package/dist/runtime/components/Form.vue +5 -5
- package/dist/runtime/components/FormField.vue +1 -1
- package/dist/runtime/components/Popover.vue +105 -0
- package/dist/runtime/composables/defineLocale.d.ts +4 -4
- package/dist/runtime/composables/useLocale.d.ts +3 -3
- package/dist/runtime/composables/useLocale.js +3 -3
- package/dist/runtime/locale/ar.d.ts +2 -1
- package/dist/runtime/locale/br.d.ts +2 -1
- package/dist/runtime/locale/de.d.ts +2 -1
- package/dist/runtime/locale/en.d.ts +2 -1
- package/dist/runtime/locale/fr.d.ts +2 -1
- package/dist/runtime/locale/id.d.ts +2 -1
- package/dist/runtime/locale/it.d.ts +2 -1
- package/dist/runtime/locale/ja.d.ts +2 -1
- package/dist/runtime/locale/kz.d.ts +2 -1
- package/dist/runtime/locale/la.d.ts +2 -1
- package/dist/runtime/locale/ms.d.ts +2 -1
- package/dist/runtime/locale/pl.d.ts +2 -1
- package/dist/runtime/locale/ru.d.ts +2 -1
- package/dist/runtime/locale/sc.d.ts +2 -1
- package/dist/runtime/locale/tc.d.ts +2 -1
- package/dist/runtime/locale/th.d.ts +2 -1
- package/dist/runtime/locale/tr.d.ts +2 -1
- package/dist/runtime/locale/ua.d.ts +2 -1
- package/dist/runtime/locale/vn.d.ts +2 -1
- package/dist/runtime/plugins/colors.js +3 -1
- package/dist/runtime/prose/Code.vue +1 -1
- package/dist/runtime/prose/Img.vue +1 -1
- package/dist/runtime/prose/Table.vue +74 -0
- package/dist/runtime/prose/Tbody.vue +34 -0
- package/dist/runtime/prose/Td.vue +34 -0
- package/dist/runtime/prose/Th.vue +34 -0
- package/dist/runtime/prose/Thead.vue +34 -0
- package/dist/runtime/prose/Tr.vue +34 -0
- package/dist/runtime/types/form.d.ts +1 -1
- package/dist/runtime/types/index.d.ts +7 -0
- package/dist/runtime/types/index.js +7 -0
- package/dist/runtime/types/locale.d.ts +2 -2
- package/dist/runtime/utils/locale.d.ts +5 -5
- package/dist/runtime/vue/stubs.d.ts +3 -1
- package/dist/runtime/vue/stubs.js +3 -1
- package/dist/shared/{b24ui-nuxt.BH-d1ImO.mjs → b24ui-nuxt.CPOPpSQq.mjs} +69 -2
- package/dist/shared/{b24ui-nuxt.DxEKoBT7.cjs → b24ui-nuxt.lbv7ybxH.cjs} +69 -2
- package/dist/unplugin.cjs +1 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +8 -7
package/dist/meta.d.mts
CHANGED
|
@@ -2048,15 +2048,15 @@ var B24UIMeta = {
|
|
|
2048
2048
|
"description": "",
|
|
2049
2049
|
"tags": [],
|
|
2050
2050
|
"required": false,
|
|
2051
|
-
"type": "Locale | undefined",
|
|
2051
|
+
"type": "Locale<Messages> | undefined",
|
|
2052
2052
|
"schema": {
|
|
2053
2053
|
"kind": "enum",
|
|
2054
|
-
"type": "Locale | undefined",
|
|
2054
|
+
"type": "Locale<Messages> | undefined",
|
|
2055
2055
|
"schema": {
|
|
2056
2056
|
"0": "undefined",
|
|
2057
2057
|
"1": {
|
|
2058
2058
|
"kind": "object",
|
|
2059
|
-
"type": "Locale",
|
|
2059
|
+
"type": "Locale<Messages>",
|
|
2060
2060
|
"schema": {
|
|
2061
2061
|
"name": {
|
|
2062
2062
|
"name": "name",
|
|
@@ -5025,22 +5025,6 @@ var B24UIMeta = {
|
|
|
5025
5025
|
}
|
|
5026
5026
|
}
|
|
5027
5027
|
},
|
|
5028
|
-
{
|
|
5029
|
-
"name": "name",
|
|
5030
|
-
"global": false,
|
|
5031
|
-
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
5032
|
-
"tags": [],
|
|
5033
|
-
"required": false,
|
|
5034
|
-
"type": "string | undefined",
|
|
5035
|
-
"schema": {
|
|
5036
|
-
"kind": "enum",
|
|
5037
|
-
"type": "string | undefined",
|
|
5038
|
-
"schema": {
|
|
5039
|
-
"0": "undefined",
|
|
5040
|
-
"1": "string"
|
|
5041
|
-
}
|
|
5042
|
-
}
|
|
5043
|
-
},
|
|
5044
5028
|
{
|
|
5045
5029
|
"name": "value",
|
|
5046
5030
|
"global": false,
|
|
@@ -5065,6 +5049,22 @@ var B24UIMeta = {
|
|
|
5065
5049
|
}
|
|
5066
5050
|
}
|
|
5067
5051
|
},
|
|
5052
|
+
{
|
|
5053
|
+
"name": "name",
|
|
5054
|
+
"global": false,
|
|
5055
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
5056
|
+
"tags": [],
|
|
5057
|
+
"required": false,
|
|
5058
|
+
"type": "string | undefined",
|
|
5059
|
+
"schema": {
|
|
5060
|
+
"kind": "enum",
|
|
5061
|
+
"type": "string | undefined",
|
|
5062
|
+
"schema": {
|
|
5063
|
+
"0": "undefined",
|
|
5064
|
+
"1": "string"
|
|
5065
|
+
}
|
|
5066
|
+
}
|
|
5067
|
+
},
|
|
5068
5068
|
{
|
|
5069
5069
|
"name": "required",
|
|
5070
5070
|
"global": false,
|
|
@@ -12843,9 +12843,9 @@ var B24UIMeta = {
|
|
|
12843
12843
|
}
|
|
12844
12844
|
},
|
|
12845
12845
|
{
|
|
12846
|
-
"name": "
|
|
12846
|
+
"name": "modal",
|
|
12847
12847
|
"global": false,
|
|
12848
|
-
"description": "The
|
|
12848
|
+
"description": "The modality of the dropdown menu.\r\n\r\nWhen set to `true`, interaction with outside elements will be disabled and only menu content will be visible to screen readers.",
|
|
12849
12849
|
"tags": [],
|
|
12850
12850
|
"required": false,
|
|
12851
12851
|
"type": "boolean | undefined",
|
|
@@ -12857,12 +12857,13 @@ var B24UIMeta = {
|
|
|
12857
12857
|
"1": "false",
|
|
12858
12858
|
"2": "true"
|
|
12859
12859
|
}
|
|
12860
|
-
}
|
|
12860
|
+
},
|
|
12861
|
+
"default": "true"
|
|
12861
12862
|
},
|
|
12862
12863
|
{
|
|
12863
|
-
"name": "
|
|
12864
|
+
"name": "defaultOpen",
|
|
12864
12865
|
"global": false,
|
|
12865
|
-
"description": "The
|
|
12866
|
+
"description": "The open state of the dropdown menu when it is initially rendered. Use when you do not need to control its open state.",
|
|
12866
12867
|
"tags": [],
|
|
12867
12868
|
"required": false,
|
|
12868
12869
|
"type": "boolean | undefined",
|
|
@@ -12877,9 +12878,9 @@ var B24UIMeta = {
|
|
|
12877
12878
|
}
|
|
12878
12879
|
},
|
|
12879
12880
|
{
|
|
12880
|
-
"name": "
|
|
12881
|
+
"name": "open",
|
|
12881
12882
|
"global": false,
|
|
12882
|
-
"description": "The
|
|
12883
|
+
"description": "The controlled open state of the menu. Can be used as `v-model:open`.",
|
|
12883
12884
|
"tags": [],
|
|
12884
12885
|
"required": false,
|
|
12885
12886
|
"type": "boolean | undefined",
|
|
@@ -12891,8 +12892,7 @@ var B24UIMeta = {
|
|
|
12891
12892
|
"1": "false",
|
|
12892
12893
|
"2": "true"
|
|
12893
12894
|
}
|
|
12894
|
-
}
|
|
12895
|
-
"default": "true"
|
|
12895
|
+
}
|
|
12896
12896
|
}
|
|
12897
12897
|
],
|
|
12898
12898
|
"slots": [
|
|
@@ -18704,17 +18704,33 @@ var B24UIMeta = {
|
|
|
18704
18704
|
"slots": [
|
|
18705
18705
|
{
|
|
18706
18706
|
"name": "default",
|
|
18707
|
-
"type": "{} | undefined",
|
|
18707
|
+
"type": "{ errors: FormError<string>[]; } | undefined",
|
|
18708
18708
|
"description": "",
|
|
18709
18709
|
"schema": {
|
|
18710
18710
|
"kind": "enum",
|
|
18711
|
-
"type": "{} | undefined",
|
|
18711
|
+
"type": "{ errors: FormError<string>[]; } | undefined",
|
|
18712
18712
|
"schema": {
|
|
18713
18713
|
"0": "undefined",
|
|
18714
18714
|
"1": {
|
|
18715
18715
|
"kind": "object",
|
|
18716
|
-
"type": "{}",
|
|
18717
|
-
"schema": {
|
|
18716
|
+
"type": "{ errors: FormError<string>[]; }",
|
|
18717
|
+
"schema": {
|
|
18718
|
+
"errors": {
|
|
18719
|
+
"name": "errors",
|
|
18720
|
+
"global": false,
|
|
18721
|
+
"description": "",
|
|
18722
|
+
"tags": [],
|
|
18723
|
+
"required": true,
|
|
18724
|
+
"type": "FormError<string>[]",
|
|
18725
|
+
"schema": {
|
|
18726
|
+
"kind": "array",
|
|
18727
|
+
"type": "FormError<string>[]",
|
|
18728
|
+
"schema": {
|
|
18729
|
+
"0": "FormError<string>"
|
|
18730
|
+
}
|
|
18731
|
+
}
|
|
18732
|
+
}
|
|
18733
|
+
}
|
|
18718
18734
|
}
|
|
18719
18735
|
}
|
|
18720
18736
|
}
|
|
@@ -29695,6 +29711,288 @@ var B24UIMeta = {
|
|
|
29695
29711
|
"exposed": []
|
|
29696
29712
|
}
|
|
29697
29713
|
},
|
|
29714
|
+
"B24Popover": {
|
|
29715
|
+
"mode": "all",
|
|
29716
|
+
"prefetch": false,
|
|
29717
|
+
"preload": false,
|
|
29718
|
+
"pascalName": "B24Popover",
|
|
29719
|
+
"kebabName": "b24-popover",
|
|
29720
|
+
"chunkName": "components/b24-popover",
|
|
29721
|
+
"priority": 0,
|
|
29722
|
+
"_scanned": true,
|
|
29723
|
+
"meta": {
|
|
29724
|
+
"type": 0,
|
|
29725
|
+
"props": [
|
|
29726
|
+
{
|
|
29727
|
+
"name": "mode",
|
|
29728
|
+
"global": false,
|
|
29729
|
+
"description": "The display mode of the popover.",
|
|
29730
|
+
"tags": [
|
|
29731
|
+
{
|
|
29732
|
+
"name": "defaultValue",
|
|
29733
|
+
"text": "'click'"
|
|
29734
|
+
}
|
|
29735
|
+
],
|
|
29736
|
+
"required": false,
|
|
29737
|
+
"type": "\"click\" | \"hover\" | undefined",
|
|
29738
|
+
"schema": {
|
|
29739
|
+
"kind": "enum",
|
|
29740
|
+
"type": "\"click\" | \"hover\" | undefined",
|
|
29741
|
+
"schema": {
|
|
29742
|
+
"0": "undefined",
|
|
29743
|
+
"1": "\"click\"",
|
|
29744
|
+
"2": "\"hover\""
|
|
29745
|
+
}
|
|
29746
|
+
},
|
|
29747
|
+
"default": "\"click\""
|
|
29748
|
+
},
|
|
29749
|
+
{
|
|
29750
|
+
"name": "content",
|
|
29751
|
+
"global": false,
|
|
29752
|
+
"description": "The content of the popover.",
|
|
29753
|
+
"tags": [
|
|
29754
|
+
{
|
|
29755
|
+
"name": "defaultValue",
|
|
29756
|
+
"text": "{ side: 'bottom', sideOffset: 8, collisionPadding: 8 }"
|
|
29757
|
+
}
|
|
29758
|
+
],
|
|
29759
|
+
"required": false,
|
|
29760
|
+
"type": "Omit<PopoverContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
29761
|
+
"schema": {
|
|
29762
|
+
"kind": "enum",
|
|
29763
|
+
"type": "Omit<PopoverContentProps, \"as\" | \"asChild\" | \"forceMount\"> | undefined",
|
|
29764
|
+
"schema": {
|
|
29765
|
+
"0": "undefined",
|
|
29766
|
+
"1": "Omit<PopoverContentProps, \"as\" | \"asChild\" | \"forceMount\">"
|
|
29767
|
+
}
|
|
29768
|
+
}
|
|
29769
|
+
},
|
|
29770
|
+
{
|
|
29771
|
+
"name": "arrow",
|
|
29772
|
+
"global": false,
|
|
29773
|
+
"description": "Display an arrow alongside the popover.",
|
|
29774
|
+
"tags": [
|
|
29775
|
+
{
|
|
29776
|
+
"name": "defaultValue",
|
|
29777
|
+
"text": "false"
|
|
29778
|
+
}
|
|
29779
|
+
],
|
|
29780
|
+
"required": false,
|
|
29781
|
+
"type": "boolean | Omit<PopoverArrowProps, \"as\" | \"asChild\"> | undefined",
|
|
29782
|
+
"schema": {
|
|
29783
|
+
"kind": "enum",
|
|
29784
|
+
"type": "boolean | Omit<PopoverArrowProps, \"as\" | \"asChild\"> | undefined",
|
|
29785
|
+
"schema": {
|
|
29786
|
+
"0": "undefined",
|
|
29787
|
+
"1": "false",
|
|
29788
|
+
"2": "true",
|
|
29789
|
+
"3": "Omit<PopoverArrowProps, \"as\" | \"asChild\">"
|
|
29790
|
+
}
|
|
29791
|
+
}
|
|
29792
|
+
},
|
|
29793
|
+
{
|
|
29794
|
+
"name": "portal",
|
|
29795
|
+
"global": false,
|
|
29796
|
+
"description": "Render the popover in a portal.",
|
|
29797
|
+
"tags": [
|
|
29798
|
+
{
|
|
29799
|
+
"name": "defaultValue",
|
|
29800
|
+
"text": "true"
|
|
29801
|
+
}
|
|
29802
|
+
],
|
|
29803
|
+
"required": false,
|
|
29804
|
+
"type": "boolean | undefined",
|
|
29805
|
+
"schema": {
|
|
29806
|
+
"kind": "enum",
|
|
29807
|
+
"type": "boolean | undefined",
|
|
29808
|
+
"schema": {
|
|
29809
|
+
"0": "undefined",
|
|
29810
|
+
"1": "false",
|
|
29811
|
+
"2": "true"
|
|
29812
|
+
}
|
|
29813
|
+
},
|
|
29814
|
+
"default": "true"
|
|
29815
|
+
},
|
|
29816
|
+
{
|
|
29817
|
+
"name": "dismissible",
|
|
29818
|
+
"global": false,
|
|
29819
|
+
"description": "When `false`, the popover will not close when clicking outside or pressing escape.",
|
|
29820
|
+
"tags": [
|
|
29821
|
+
{
|
|
29822
|
+
"name": "defaultValue",
|
|
29823
|
+
"text": "true"
|
|
29824
|
+
}
|
|
29825
|
+
],
|
|
29826
|
+
"required": false,
|
|
29827
|
+
"type": "boolean | undefined",
|
|
29828
|
+
"schema": {
|
|
29829
|
+
"kind": "enum",
|
|
29830
|
+
"type": "boolean | undefined",
|
|
29831
|
+
"schema": {
|
|
29832
|
+
"0": "undefined",
|
|
29833
|
+
"1": "false",
|
|
29834
|
+
"2": "true"
|
|
29835
|
+
}
|
|
29836
|
+
},
|
|
29837
|
+
"default": "true"
|
|
29838
|
+
},
|
|
29839
|
+
{
|
|
29840
|
+
"name": "b24ui",
|
|
29841
|
+
"global": false,
|
|
29842
|
+
"description": "",
|
|
29843
|
+
"tags": [],
|
|
29844
|
+
"required": false,
|
|
29845
|
+
"type": "Partial<{ content: string; arrow: string; }> | undefined",
|
|
29846
|
+
"schema": {
|
|
29847
|
+
"kind": "enum",
|
|
29848
|
+
"type": "Partial<{ content: string; arrow: string; }> | undefined",
|
|
29849
|
+
"schema": {
|
|
29850
|
+
"0": "undefined",
|
|
29851
|
+
"1": "Partial<{ content: string; arrow: string; }>"
|
|
29852
|
+
}
|
|
29853
|
+
}
|
|
29854
|
+
},
|
|
29855
|
+
{
|
|
29856
|
+
"name": "defaultOpen",
|
|
29857
|
+
"global": false,
|
|
29858
|
+
"description": "The open state of the popover when it is initially rendered. Use when you do not need to control its open state.",
|
|
29859
|
+
"tags": [],
|
|
29860
|
+
"required": false,
|
|
29861
|
+
"type": "boolean | undefined",
|
|
29862
|
+
"schema": {
|
|
29863
|
+
"kind": "enum",
|
|
29864
|
+
"type": "boolean | undefined",
|
|
29865
|
+
"schema": {
|
|
29866
|
+
"0": "undefined",
|
|
29867
|
+
"1": "false",
|
|
29868
|
+
"2": "true"
|
|
29869
|
+
}
|
|
29870
|
+
}
|
|
29871
|
+
},
|
|
29872
|
+
{
|
|
29873
|
+
"name": "open",
|
|
29874
|
+
"global": false,
|
|
29875
|
+
"description": "The controlled open state of the popover.",
|
|
29876
|
+
"tags": [],
|
|
29877
|
+
"required": false,
|
|
29878
|
+
"type": "boolean | undefined",
|
|
29879
|
+
"schema": {
|
|
29880
|
+
"kind": "enum",
|
|
29881
|
+
"type": "boolean | undefined",
|
|
29882
|
+
"schema": {
|
|
29883
|
+
"0": "undefined",
|
|
29884
|
+
"1": "false",
|
|
29885
|
+
"2": "true"
|
|
29886
|
+
}
|
|
29887
|
+
}
|
|
29888
|
+
},
|
|
29889
|
+
{
|
|
29890
|
+
"name": "modal",
|
|
29891
|
+
"global": false,
|
|
29892
|
+
"description": "The modality of the popover. When set to true, interaction with outside elements will be disabled and only popover content will be visible to screen readers.",
|
|
29893
|
+
"tags": [
|
|
29894
|
+
{
|
|
29895
|
+
"name": "defaultValue",
|
|
29896
|
+
"text": "false"
|
|
29897
|
+
}
|
|
29898
|
+
],
|
|
29899
|
+
"required": false,
|
|
29900
|
+
"type": "boolean | undefined",
|
|
29901
|
+
"schema": {
|
|
29902
|
+
"kind": "enum",
|
|
29903
|
+
"type": "boolean | undefined",
|
|
29904
|
+
"schema": {
|
|
29905
|
+
"0": "undefined",
|
|
29906
|
+
"1": "false",
|
|
29907
|
+
"2": "true"
|
|
29908
|
+
}
|
|
29909
|
+
}
|
|
29910
|
+
},
|
|
29911
|
+
{
|
|
29912
|
+
"name": "openDelay",
|
|
29913
|
+
"global": false,
|
|
29914
|
+
"description": "The duration from when the mouse enters the trigger until the hover card opens.",
|
|
29915
|
+
"tags": [],
|
|
29916
|
+
"required": false,
|
|
29917
|
+
"type": "number | undefined",
|
|
29918
|
+
"schema": {
|
|
29919
|
+
"kind": "enum",
|
|
29920
|
+
"type": "number | undefined",
|
|
29921
|
+
"schema": {
|
|
29922
|
+
"0": "undefined",
|
|
29923
|
+
"1": "number"
|
|
29924
|
+
}
|
|
29925
|
+
},
|
|
29926
|
+
"default": "0"
|
|
29927
|
+
},
|
|
29928
|
+
{
|
|
29929
|
+
"name": "closeDelay",
|
|
29930
|
+
"global": false,
|
|
29931
|
+
"description": "The duration from when the mouse leaves the trigger or content until the hover card closes.",
|
|
29932
|
+
"tags": [],
|
|
29933
|
+
"required": false,
|
|
29934
|
+
"type": "number | undefined",
|
|
29935
|
+
"schema": {
|
|
29936
|
+
"kind": "enum",
|
|
29937
|
+
"type": "number | undefined",
|
|
29938
|
+
"schema": {
|
|
29939
|
+
"0": "undefined",
|
|
29940
|
+
"1": "number"
|
|
29941
|
+
}
|
|
29942
|
+
},
|
|
29943
|
+
"default": "0"
|
|
29944
|
+
}
|
|
29945
|
+
],
|
|
29946
|
+
"slots": [
|
|
29947
|
+
{
|
|
29948
|
+
"name": "default",
|
|
29949
|
+
"type": "{ open: boolean; }",
|
|
29950
|
+
"description": "",
|
|
29951
|
+
"schema": {
|
|
29952
|
+
"kind": "object",
|
|
29953
|
+
"type": "{ open: boolean; }",
|
|
29954
|
+
"schema": {
|
|
29955
|
+
"open": {
|
|
29956
|
+
"name": "open",
|
|
29957
|
+
"global": false,
|
|
29958
|
+
"description": "",
|
|
29959
|
+
"tags": [],
|
|
29960
|
+
"required": true,
|
|
29961
|
+
"type": "boolean",
|
|
29962
|
+
"schema": {
|
|
29963
|
+
"kind": "enum",
|
|
29964
|
+
"type": "boolean",
|
|
29965
|
+
"schema": {
|
|
29966
|
+
"0": "false",
|
|
29967
|
+
"1": "true"
|
|
29968
|
+
}
|
|
29969
|
+
}
|
|
29970
|
+
}
|
|
29971
|
+
}
|
|
29972
|
+
}
|
|
29973
|
+
},
|
|
29974
|
+
{
|
|
29975
|
+
"name": "content",
|
|
29976
|
+
"type": "{} | undefined",
|
|
29977
|
+
"description": "",
|
|
29978
|
+
"schema": {
|
|
29979
|
+
"kind": "enum",
|
|
29980
|
+
"type": "{} | undefined",
|
|
29981
|
+
"schema": {
|
|
29982
|
+
"0": "undefined",
|
|
29983
|
+
"1": {
|
|
29984
|
+
"kind": "object",
|
|
29985
|
+
"type": "{}",
|
|
29986
|
+
"schema": {}
|
|
29987
|
+
}
|
|
29988
|
+
}
|
|
29989
|
+
}
|
|
29990
|
+
}
|
|
29991
|
+
],
|
|
29992
|
+
"events": [],
|
|
29993
|
+
"exposed": []
|
|
29994
|
+
}
|
|
29995
|
+
},
|
|
29698
29996
|
"B24Progress": {
|
|
29699
29997
|
"mode": "all",
|
|
29700
29998
|
"prefetch": false,
|
|
@@ -40914,9 +41212,9 @@ var B24UIMeta = {
|
|
|
40914
41212
|
}
|
|
40915
41213
|
},
|
|
40916
41214
|
{
|
|
40917
|
-
"name": "
|
|
41215
|
+
"name": "value",
|
|
40918
41216
|
"global": false,
|
|
40919
|
-
"description": "The
|
|
41217
|
+
"description": "The value given as data when submitted with a `name`.",
|
|
40920
41218
|
"tags": [],
|
|
40921
41219
|
"required": false,
|
|
40922
41220
|
"type": "string | undefined",
|
|
@@ -40930,9 +41228,9 @@ var B24UIMeta = {
|
|
|
40930
41228
|
}
|
|
40931
41229
|
},
|
|
40932
41230
|
{
|
|
40933
|
-
"name": "
|
|
41231
|
+
"name": "name",
|
|
40934
41232
|
"global": false,
|
|
40935
|
-
"description": "The
|
|
41233
|
+
"description": "The name of the field. Submitted with its owning form as part of a name/value pair.",
|
|
40936
41234
|
"tags": [],
|
|
40937
41235
|
"required": false,
|
|
40938
41236
|
"type": "string | undefined",
|
|
@@ -46233,6 +46531,383 @@ var B24UIMeta = {
|
|
|
46233
46531
|
"exposed": []
|
|
46234
46532
|
}
|
|
46235
46533
|
},
|
|
46534
|
+
"ProseTable": {
|
|
46535
|
+
"mode": "all",
|
|
46536
|
+
"prefetch": false,
|
|
46537
|
+
"preload": false,
|
|
46538
|
+
"pascalName": "ProseTable",
|
|
46539
|
+
"kebabName": "prose-table",
|
|
46540
|
+
"chunkName": "components/prose-table",
|
|
46541
|
+
"priority": 0,
|
|
46542
|
+
"_scanned": true,
|
|
46543
|
+
"meta": {
|
|
46544
|
+
"type": 0,
|
|
46545
|
+
"props": [
|
|
46546
|
+
{
|
|
46547
|
+
"name": "as",
|
|
46548
|
+
"global": false,
|
|
46549
|
+
"description": "The element or component this component should render as.",
|
|
46550
|
+
"tags": [
|
|
46551
|
+
{
|
|
46552
|
+
"name": "defaultValue",
|
|
46553
|
+
"text": "'div'"
|
|
46554
|
+
}
|
|
46555
|
+
],
|
|
46556
|
+
"required": false,
|
|
46557
|
+
"type": "any",
|
|
46558
|
+
"schema": "any",
|
|
46559
|
+
"default": "\"div\""
|
|
46560
|
+
},
|
|
46561
|
+
{
|
|
46562
|
+
"name": "rounded",
|
|
46563
|
+
"global": false,
|
|
46564
|
+
"description": "",
|
|
46565
|
+
"tags": [
|
|
46566
|
+
{
|
|
46567
|
+
"name": "defaultValue",
|
|
46568
|
+
"text": "true"
|
|
46569
|
+
}
|
|
46570
|
+
],
|
|
46571
|
+
"required": false,
|
|
46572
|
+
"type": "boolean | undefined",
|
|
46573
|
+
"schema": {
|
|
46574
|
+
"kind": "enum",
|
|
46575
|
+
"type": "boolean | undefined",
|
|
46576
|
+
"schema": {
|
|
46577
|
+
"0": "undefined",
|
|
46578
|
+
"1": "false",
|
|
46579
|
+
"2": "true"
|
|
46580
|
+
}
|
|
46581
|
+
},
|
|
46582
|
+
"default": "true"
|
|
46583
|
+
},
|
|
46584
|
+
{
|
|
46585
|
+
"name": "zebra",
|
|
46586
|
+
"global": false,
|
|
46587
|
+
"description": "",
|
|
46588
|
+
"tags": [
|
|
46589
|
+
{
|
|
46590
|
+
"name": "defaultValue",
|
|
46591
|
+
"text": "true"
|
|
46592
|
+
}
|
|
46593
|
+
],
|
|
46594
|
+
"required": false,
|
|
46595
|
+
"type": "boolean | undefined",
|
|
46596
|
+
"schema": {
|
|
46597
|
+
"kind": "enum",
|
|
46598
|
+
"type": "boolean | undefined",
|
|
46599
|
+
"schema": {
|
|
46600
|
+
"0": "undefined",
|
|
46601
|
+
"1": "false",
|
|
46602
|
+
"2": "true"
|
|
46603
|
+
}
|
|
46604
|
+
},
|
|
46605
|
+
"default": "true"
|
|
46606
|
+
},
|
|
46607
|
+
{
|
|
46608
|
+
"name": "rowHover",
|
|
46609
|
+
"global": false,
|
|
46610
|
+
"description": "",
|
|
46611
|
+
"tags": [
|
|
46612
|
+
{
|
|
46613
|
+
"name": "defaultValue",
|
|
46614
|
+
"text": "false"
|
|
46615
|
+
}
|
|
46616
|
+
],
|
|
46617
|
+
"required": false,
|
|
46618
|
+
"type": "boolean | undefined",
|
|
46619
|
+
"schema": {
|
|
46620
|
+
"kind": "enum",
|
|
46621
|
+
"type": "boolean | undefined",
|
|
46622
|
+
"schema": {
|
|
46623
|
+
"0": "undefined",
|
|
46624
|
+
"1": "false",
|
|
46625
|
+
"2": "true"
|
|
46626
|
+
}
|
|
46627
|
+
},
|
|
46628
|
+
"default": "true"
|
|
46629
|
+
},
|
|
46630
|
+
{
|
|
46631
|
+
"name": "bordered",
|
|
46632
|
+
"global": false,
|
|
46633
|
+
"description": "",
|
|
46634
|
+
"tags": [
|
|
46635
|
+
{
|
|
46636
|
+
"name": "defaultValue",
|
|
46637
|
+
"text": "false"
|
|
46638
|
+
}
|
|
46639
|
+
],
|
|
46640
|
+
"required": false,
|
|
46641
|
+
"type": "boolean | undefined",
|
|
46642
|
+
"schema": {
|
|
46643
|
+
"kind": "enum",
|
|
46644
|
+
"type": "boolean | undefined",
|
|
46645
|
+
"schema": {
|
|
46646
|
+
"0": "undefined",
|
|
46647
|
+
"1": "false",
|
|
46648
|
+
"2": "true"
|
|
46649
|
+
}
|
|
46650
|
+
},
|
|
46651
|
+
"default": "true"
|
|
46652
|
+
},
|
|
46653
|
+
{
|
|
46654
|
+
"name": "b24ui",
|
|
46655
|
+
"global": false,
|
|
46656
|
+
"description": "",
|
|
46657
|
+
"tags": [],
|
|
46658
|
+
"required": false,
|
|
46659
|
+
"type": "Partial<{ root: string; base: string; }> | undefined",
|
|
46660
|
+
"schema": {
|
|
46661
|
+
"kind": "enum",
|
|
46662
|
+
"type": "Partial<{ root: string; base: string; }> | undefined",
|
|
46663
|
+
"schema": {
|
|
46664
|
+
"0": "undefined",
|
|
46665
|
+
"1": "Partial<{ root: string; base: string; }>"
|
|
46666
|
+
}
|
|
46667
|
+
}
|
|
46668
|
+
}
|
|
46669
|
+
],
|
|
46670
|
+
"slots": [
|
|
46671
|
+
{
|
|
46672
|
+
"name": "default",
|
|
46673
|
+
"type": "{}",
|
|
46674
|
+
"description": "",
|
|
46675
|
+
"schema": {
|
|
46676
|
+
"kind": "object",
|
|
46677
|
+
"type": "{}",
|
|
46678
|
+
"schema": {}
|
|
46679
|
+
}
|
|
46680
|
+
}
|
|
46681
|
+
],
|
|
46682
|
+
"events": [],
|
|
46683
|
+
"exposed": []
|
|
46684
|
+
}
|
|
46685
|
+
},
|
|
46686
|
+
"ProseTbody": {
|
|
46687
|
+
"mode": "all",
|
|
46688
|
+
"prefetch": false,
|
|
46689
|
+
"preload": false,
|
|
46690
|
+
"pascalName": "ProseTbody",
|
|
46691
|
+
"kebabName": "prose-tbody",
|
|
46692
|
+
"chunkName": "components/prose-tbody",
|
|
46693
|
+
"priority": 0,
|
|
46694
|
+
"_scanned": true,
|
|
46695
|
+
"meta": {
|
|
46696
|
+
"type": 0,
|
|
46697
|
+
"props": [
|
|
46698
|
+
{
|
|
46699
|
+
"name": "b24ui",
|
|
46700
|
+
"global": false,
|
|
46701
|
+
"description": "",
|
|
46702
|
+
"tags": [],
|
|
46703
|
+
"required": false,
|
|
46704
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
46705
|
+
"schema": {
|
|
46706
|
+
"kind": "enum",
|
|
46707
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
46708
|
+
"schema": {
|
|
46709
|
+
"0": "undefined",
|
|
46710
|
+
"1": "Partial<{ base: string; }>"
|
|
46711
|
+
}
|
|
46712
|
+
}
|
|
46713
|
+
}
|
|
46714
|
+
],
|
|
46715
|
+
"slots": [
|
|
46716
|
+
{
|
|
46717
|
+
"name": "default",
|
|
46718
|
+
"type": "{}",
|
|
46719
|
+
"description": "",
|
|
46720
|
+
"schema": {
|
|
46721
|
+
"kind": "object",
|
|
46722
|
+
"type": "{}",
|
|
46723
|
+
"schema": {}
|
|
46724
|
+
}
|
|
46725
|
+
}
|
|
46726
|
+
],
|
|
46727
|
+
"events": [],
|
|
46728
|
+
"exposed": []
|
|
46729
|
+
}
|
|
46730
|
+
},
|
|
46731
|
+
"ProseTd": {
|
|
46732
|
+
"mode": "all",
|
|
46733
|
+
"prefetch": false,
|
|
46734
|
+
"preload": false,
|
|
46735
|
+
"pascalName": "ProseTd",
|
|
46736
|
+
"kebabName": "prose-td",
|
|
46737
|
+
"chunkName": "components/prose-td",
|
|
46738
|
+
"priority": 0,
|
|
46739
|
+
"_scanned": true,
|
|
46740
|
+
"meta": {
|
|
46741
|
+
"type": 0,
|
|
46742
|
+
"props": [
|
|
46743
|
+
{
|
|
46744
|
+
"name": "b24ui",
|
|
46745
|
+
"global": false,
|
|
46746
|
+
"description": "",
|
|
46747
|
+
"tags": [],
|
|
46748
|
+
"required": false,
|
|
46749
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
46750
|
+
"schema": {
|
|
46751
|
+
"kind": "enum",
|
|
46752
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
46753
|
+
"schema": {
|
|
46754
|
+
"0": "undefined",
|
|
46755
|
+
"1": "Partial<{ base: string; }>"
|
|
46756
|
+
}
|
|
46757
|
+
}
|
|
46758
|
+
}
|
|
46759
|
+
],
|
|
46760
|
+
"slots": [
|
|
46761
|
+
{
|
|
46762
|
+
"name": "default",
|
|
46763
|
+
"type": "{}",
|
|
46764
|
+
"description": "",
|
|
46765
|
+
"schema": {
|
|
46766
|
+
"kind": "object",
|
|
46767
|
+
"type": "{}",
|
|
46768
|
+
"schema": {}
|
|
46769
|
+
}
|
|
46770
|
+
}
|
|
46771
|
+
],
|
|
46772
|
+
"events": [],
|
|
46773
|
+
"exposed": []
|
|
46774
|
+
}
|
|
46775
|
+
},
|
|
46776
|
+
"ProseTh": {
|
|
46777
|
+
"mode": "all",
|
|
46778
|
+
"prefetch": false,
|
|
46779
|
+
"preload": false,
|
|
46780
|
+
"pascalName": "ProseTh",
|
|
46781
|
+
"kebabName": "prose-th",
|
|
46782
|
+
"chunkName": "components/prose-th",
|
|
46783
|
+
"priority": 0,
|
|
46784
|
+
"_scanned": true,
|
|
46785
|
+
"meta": {
|
|
46786
|
+
"type": 0,
|
|
46787
|
+
"props": [
|
|
46788
|
+
{
|
|
46789
|
+
"name": "b24ui",
|
|
46790
|
+
"global": false,
|
|
46791
|
+
"description": "",
|
|
46792
|
+
"tags": [],
|
|
46793
|
+
"required": false,
|
|
46794
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
46795
|
+
"schema": {
|
|
46796
|
+
"kind": "enum",
|
|
46797
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
46798
|
+
"schema": {
|
|
46799
|
+
"0": "undefined",
|
|
46800
|
+
"1": "Partial<{ base: string; }>"
|
|
46801
|
+
}
|
|
46802
|
+
}
|
|
46803
|
+
}
|
|
46804
|
+
],
|
|
46805
|
+
"slots": [
|
|
46806
|
+
{
|
|
46807
|
+
"name": "default",
|
|
46808
|
+
"type": "{}",
|
|
46809
|
+
"description": "",
|
|
46810
|
+
"schema": {
|
|
46811
|
+
"kind": "object",
|
|
46812
|
+
"type": "{}",
|
|
46813
|
+
"schema": {}
|
|
46814
|
+
}
|
|
46815
|
+
}
|
|
46816
|
+
],
|
|
46817
|
+
"events": [],
|
|
46818
|
+
"exposed": []
|
|
46819
|
+
}
|
|
46820
|
+
},
|
|
46821
|
+
"ProseThead": {
|
|
46822
|
+
"mode": "all",
|
|
46823
|
+
"prefetch": false,
|
|
46824
|
+
"preload": false,
|
|
46825
|
+
"pascalName": "ProseThead",
|
|
46826
|
+
"kebabName": "prose-thead",
|
|
46827
|
+
"chunkName": "components/prose-thead",
|
|
46828
|
+
"priority": 0,
|
|
46829
|
+
"_scanned": true,
|
|
46830
|
+
"meta": {
|
|
46831
|
+
"type": 0,
|
|
46832
|
+
"props": [
|
|
46833
|
+
{
|
|
46834
|
+
"name": "b24ui",
|
|
46835
|
+
"global": false,
|
|
46836
|
+
"description": "",
|
|
46837
|
+
"tags": [],
|
|
46838
|
+
"required": false,
|
|
46839
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
46840
|
+
"schema": {
|
|
46841
|
+
"kind": "enum",
|
|
46842
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
46843
|
+
"schema": {
|
|
46844
|
+
"0": "undefined",
|
|
46845
|
+
"1": "Partial<{ base: string; }>"
|
|
46846
|
+
}
|
|
46847
|
+
}
|
|
46848
|
+
}
|
|
46849
|
+
],
|
|
46850
|
+
"slots": [
|
|
46851
|
+
{
|
|
46852
|
+
"name": "default",
|
|
46853
|
+
"type": "{}",
|
|
46854
|
+
"description": "",
|
|
46855
|
+
"schema": {
|
|
46856
|
+
"kind": "object",
|
|
46857
|
+
"type": "{}",
|
|
46858
|
+
"schema": {}
|
|
46859
|
+
}
|
|
46860
|
+
}
|
|
46861
|
+
],
|
|
46862
|
+
"events": [],
|
|
46863
|
+
"exposed": []
|
|
46864
|
+
}
|
|
46865
|
+
},
|
|
46866
|
+
"ProseTr": {
|
|
46867
|
+
"mode": "all",
|
|
46868
|
+
"prefetch": false,
|
|
46869
|
+
"preload": false,
|
|
46870
|
+
"pascalName": "ProseTr",
|
|
46871
|
+
"kebabName": "prose-tr",
|
|
46872
|
+
"chunkName": "components/prose-tr",
|
|
46873
|
+
"priority": 0,
|
|
46874
|
+
"_scanned": true,
|
|
46875
|
+
"meta": {
|
|
46876
|
+
"type": 0,
|
|
46877
|
+
"props": [
|
|
46878
|
+
{
|
|
46879
|
+
"name": "b24ui",
|
|
46880
|
+
"global": false,
|
|
46881
|
+
"description": "",
|
|
46882
|
+
"tags": [],
|
|
46883
|
+
"required": false,
|
|
46884
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
46885
|
+
"schema": {
|
|
46886
|
+
"kind": "enum",
|
|
46887
|
+
"type": "Partial<{ base: string; }> | undefined",
|
|
46888
|
+
"schema": {
|
|
46889
|
+
"0": "undefined",
|
|
46890
|
+
"1": "Partial<{ base: string; }>"
|
|
46891
|
+
}
|
|
46892
|
+
}
|
|
46893
|
+
}
|
|
46894
|
+
],
|
|
46895
|
+
"slots": [
|
|
46896
|
+
{
|
|
46897
|
+
"name": "default",
|
|
46898
|
+
"type": "{}",
|
|
46899
|
+
"description": "",
|
|
46900
|
+
"schema": {
|
|
46901
|
+
"kind": "object",
|
|
46902
|
+
"type": "{}",
|
|
46903
|
+
"schema": {}
|
|
46904
|
+
}
|
|
46905
|
+
}
|
|
46906
|
+
],
|
|
46907
|
+
"events": [],
|
|
46908
|
+
"exposed": []
|
|
46909
|
+
}
|
|
46910
|
+
},
|
|
46236
46911
|
"ProseUl": {
|
|
46237
46912
|
"mode": "all",
|
|
46238
46913
|
"prefetch": false,
|