@bitrix24/b24ui-nuxt 0.5.1 → 0.5.2
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/navigation-menu.ts +128 -10
- package/dist/meta.cjs +79 -79
- package/dist/meta.d.cts +79 -79
- package/dist/meta.d.mts +79 -79
- package/dist/meta.d.ts +79 -79
- package/dist/meta.mjs +79 -79
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/NavigationMenu.vue +6 -3
- package/dist/runtime/composables/useComponentIcons.d.ts +2 -2
- package/dist/runtime/index.css +1 -1
- package/dist/shared/{b24ui-nuxt.ClMXHpMM.cjs → b24ui-nuxt.CKEqlXJP.cjs} +153 -16
- package/dist/shared/{b24ui-nuxt.CBnBA3PE.mjs → b24ui-nuxt.DQ3Ix7rC.mjs} +153 -16
- 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 +1 -1
package/dist/meta.d.cts
CHANGED
|
@@ -10704,53 +10704,53 @@ var B24UIMeta = {
|
|
|
10704
10704
|
}
|
|
10705
10705
|
},
|
|
10706
10706
|
{
|
|
10707
|
-
"name": "
|
|
10707
|
+
"name": "defaultValue",
|
|
10708
10708
|
"global": false,
|
|
10709
|
-
"description": "
|
|
10709
|
+
"description": "The value of the checkbox when it is initially rendered. Use when you do not need to control its value.",
|
|
10710
10710
|
"tags": [],
|
|
10711
10711
|
"required": false,
|
|
10712
|
-
"type": "boolean | undefined",
|
|
10712
|
+
"type": "boolean | \"indeterminate\" | undefined",
|
|
10713
10713
|
"schema": {
|
|
10714
10714
|
"kind": "enum",
|
|
10715
|
-
"type": "boolean | undefined",
|
|
10715
|
+
"type": "boolean | \"indeterminate\" | undefined",
|
|
10716
10716
|
"schema": {
|
|
10717
10717
|
"0": "undefined",
|
|
10718
10718
|
"1": "false",
|
|
10719
|
-
"2": "true"
|
|
10719
|
+
"2": "true",
|
|
10720
|
+
"3": "\"indeterminate\""
|
|
10720
10721
|
}
|
|
10721
10722
|
}
|
|
10722
10723
|
},
|
|
10723
10724
|
{
|
|
10724
|
-
"name": "
|
|
10725
|
+
"name": "required",
|
|
10725
10726
|
"global": false,
|
|
10726
|
-
"description": "
|
|
10727
|
+
"description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
|
|
10727
10728
|
"tags": [],
|
|
10728
10729
|
"required": false,
|
|
10729
|
-
"type": "
|
|
10730
|
+
"type": "boolean | undefined",
|
|
10730
10731
|
"schema": {
|
|
10731
10732
|
"kind": "enum",
|
|
10732
|
-
"type": "
|
|
10733
|
+
"type": "boolean | undefined",
|
|
10733
10734
|
"schema": {
|
|
10734
10735
|
"0": "undefined",
|
|
10735
|
-
"1": "
|
|
10736
|
+
"1": "false",
|
|
10737
|
+
"2": "true"
|
|
10736
10738
|
}
|
|
10737
10739
|
}
|
|
10738
10740
|
},
|
|
10739
10741
|
{
|
|
10740
|
-
"name": "
|
|
10742
|
+
"name": "id",
|
|
10741
10743
|
"global": false,
|
|
10742
|
-
"description": "
|
|
10744
|
+
"description": "Id of the element",
|
|
10743
10745
|
"tags": [],
|
|
10744
10746
|
"required": false,
|
|
10745
|
-
"type": "
|
|
10747
|
+
"type": "string | undefined",
|
|
10746
10748
|
"schema": {
|
|
10747
10749
|
"kind": "enum",
|
|
10748
|
-
"type": "
|
|
10750
|
+
"type": "string | undefined",
|
|
10749
10751
|
"schema": {
|
|
10750
10752
|
"0": "undefined",
|
|
10751
|
-
"1": "
|
|
10752
|
-
"2": "true",
|
|
10753
|
-
"3": "\"indeterminate\""
|
|
10753
|
+
"1": "string"
|
|
10754
10754
|
}
|
|
10755
10755
|
}
|
|
10756
10756
|
}
|
|
@@ -37569,68 +37569,68 @@ var B24UIMeta = {
|
|
|
37569
37569
|
}
|
|
37570
37570
|
},
|
|
37571
37571
|
{
|
|
37572
|
-
"name": "
|
|
37572
|
+
"name": "modelValue",
|
|
37573
37573
|
"global": false,
|
|
37574
|
-
"description": "
|
|
37574
|
+
"description": "",
|
|
37575
37575
|
"tags": [],
|
|
37576
37576
|
"required": false,
|
|
37577
|
-
"type": "
|
|
37577
|
+
"type": "number | null | undefined",
|
|
37578
37578
|
"schema": {
|
|
37579
37579
|
"kind": "enum",
|
|
37580
|
-
"type": "
|
|
37580
|
+
"type": "number | null | undefined",
|
|
37581
37581
|
"schema": {
|
|
37582
37582
|
"0": "undefined",
|
|
37583
|
-
"1": "
|
|
37584
|
-
"2": "
|
|
37583
|
+
"1": "null",
|
|
37584
|
+
"2": "number"
|
|
37585
37585
|
}
|
|
37586
37586
|
}
|
|
37587
37587
|
},
|
|
37588
37588
|
{
|
|
37589
|
-
"name": "
|
|
37589
|
+
"name": "defaultValue",
|
|
37590
37590
|
"global": false,
|
|
37591
|
-
"description": "
|
|
37591
|
+
"description": "",
|
|
37592
37592
|
"tags": [],
|
|
37593
37593
|
"required": false,
|
|
37594
|
-
"type": "
|
|
37594
|
+
"type": "number | undefined",
|
|
37595
37595
|
"schema": {
|
|
37596
37596
|
"kind": "enum",
|
|
37597
|
-
"type": "
|
|
37597
|
+
"type": "number | undefined",
|
|
37598
37598
|
"schema": {
|
|
37599
37599
|
"0": "undefined",
|
|
37600
|
-
"1": "
|
|
37600
|
+
"1": "number"
|
|
37601
37601
|
}
|
|
37602
37602
|
}
|
|
37603
37603
|
},
|
|
37604
37604
|
{
|
|
37605
|
-
"name": "
|
|
37605
|
+
"name": "required",
|
|
37606
37606
|
"global": false,
|
|
37607
|
-
"description": "",
|
|
37607
|
+
"description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
|
|
37608
37608
|
"tags": [],
|
|
37609
37609
|
"required": false,
|
|
37610
|
-
"type": "
|
|
37610
|
+
"type": "boolean | undefined",
|
|
37611
37611
|
"schema": {
|
|
37612
37612
|
"kind": "enum",
|
|
37613
|
-
"type": "
|
|
37613
|
+
"type": "boolean | undefined",
|
|
37614
37614
|
"schema": {
|
|
37615
37615
|
"0": "undefined",
|
|
37616
|
-
"1": "
|
|
37616
|
+
"1": "false",
|
|
37617
|
+
"2": "true"
|
|
37617
37618
|
}
|
|
37618
37619
|
}
|
|
37619
37620
|
},
|
|
37620
37621
|
{
|
|
37621
|
-
"name": "
|
|
37622
|
+
"name": "id",
|
|
37622
37623
|
"global": false,
|
|
37623
|
-
"description": "",
|
|
37624
|
+
"description": "Id of the element",
|
|
37624
37625
|
"tags": [],
|
|
37625
37626
|
"required": false,
|
|
37626
|
-
"type": "
|
|
37627
|
+
"type": "string | undefined",
|
|
37627
37628
|
"schema": {
|
|
37628
37629
|
"kind": "enum",
|
|
37629
|
-
"type": "
|
|
37630
|
+
"type": "string | undefined",
|
|
37630
37631
|
"schema": {
|
|
37631
37632
|
"0": "undefined",
|
|
37632
|
-
"1": "
|
|
37633
|
-
"2": "number"
|
|
37633
|
+
"1": "string"
|
|
37634
37634
|
}
|
|
37635
37635
|
}
|
|
37636
37636
|
},
|
|
@@ -41656,7 +41656,7 @@ var B24UIMeta = {
|
|
|
41656
41656
|
"tags": [
|
|
41657
41657
|
{
|
|
41658
41658
|
"name": "defaultValue",
|
|
41659
|
-
"text": "'
|
|
41659
|
+
"text": "'vertical'"
|
|
41660
41660
|
}
|
|
41661
41661
|
],
|
|
41662
41662
|
"required": false,
|
|
@@ -41670,7 +41670,7 @@ var B24UIMeta = {
|
|
|
41670
41670
|
"2": "\"horizontal\""
|
|
41671
41671
|
}
|
|
41672
41672
|
},
|
|
41673
|
-
"default": "\"
|
|
41673
|
+
"default": "\"vertical\""
|
|
41674
41674
|
},
|
|
41675
41675
|
{
|
|
41676
41676
|
"name": "arrow",
|
|
@@ -41776,9 +41776,9 @@ var B24UIMeta = {
|
|
|
41776
41776
|
}
|
|
41777
41777
|
},
|
|
41778
41778
|
{
|
|
41779
|
-
"name": "
|
|
41779
|
+
"name": "modelValue",
|
|
41780
41780
|
"global": false,
|
|
41781
|
-
"description": "The value of the menu item
|
|
41781
|
+
"description": "The controlled value of the menu item to activate. Can be used as `v-model`.",
|
|
41782
41782
|
"tags": [],
|
|
41783
41783
|
"required": false,
|
|
41784
41784
|
"type": "string | undefined",
|
|
@@ -41792,9 +41792,9 @@ var B24UIMeta = {
|
|
|
41792
41792
|
}
|
|
41793
41793
|
},
|
|
41794
41794
|
{
|
|
41795
|
-
"name": "
|
|
41795
|
+
"name": "defaultValue",
|
|
41796
41796
|
"global": false,
|
|
41797
|
-
"description": "The
|
|
41797
|
+
"description": "The value of the menu item that should be active when initially rendered.\r\n\r\nUse when you do not need to control the value state.",
|
|
41798
41798
|
"tags": [],
|
|
41799
41799
|
"required": false,
|
|
41800
41800
|
"type": "string | undefined",
|
|
@@ -50413,19 +50413,21 @@ var B24UIMeta = {
|
|
|
50413
50413
|
}
|
|
50414
50414
|
},
|
|
50415
50415
|
{
|
|
50416
|
-
"name": "
|
|
50416
|
+
"name": "modelValue",
|
|
50417
50417
|
"global": false,
|
|
50418
|
-
"description": "
|
|
50418
|
+
"description": "The controlled value of the radio item to check. Can be binded as `v-model`.",
|
|
50419
50419
|
"tags": [],
|
|
50420
50420
|
"required": false,
|
|
50421
|
-
"type": "
|
|
50421
|
+
"type": "AcceptableValue | undefined",
|
|
50422
50422
|
"schema": {
|
|
50423
50423
|
"kind": "enum",
|
|
50424
|
-
"type": "
|
|
50424
|
+
"type": "AcceptableValue | undefined",
|
|
50425
50425
|
"schema": {
|
|
50426
50426
|
"0": "undefined",
|
|
50427
|
-
"1": "
|
|
50428
|
-
"2": "
|
|
50427
|
+
"1": "null",
|
|
50428
|
+
"2": "string",
|
|
50429
|
+
"3": "number",
|
|
50430
|
+
"4": "Record<string, any>"
|
|
50429
50431
|
}
|
|
50430
50432
|
}
|
|
50431
50433
|
},
|
|
@@ -50449,21 +50451,19 @@ var B24UIMeta = {
|
|
|
50449
50451
|
}
|
|
50450
50452
|
},
|
|
50451
50453
|
{
|
|
50452
|
-
"name": "
|
|
50454
|
+
"name": "required",
|
|
50453
50455
|
"global": false,
|
|
50454
|
-
"description": "
|
|
50456
|
+
"description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
|
|
50455
50457
|
"tags": [],
|
|
50456
50458
|
"required": false,
|
|
50457
|
-
"type": "
|
|
50459
|
+
"type": "boolean | undefined",
|
|
50458
50460
|
"schema": {
|
|
50459
50461
|
"kind": "enum",
|
|
50460
|
-
"type": "
|
|
50462
|
+
"type": "boolean | undefined",
|
|
50461
50463
|
"schema": {
|
|
50462
50464
|
"0": "undefined",
|
|
50463
|
-
"1": "
|
|
50464
|
-
"2": "
|
|
50465
|
-
"3": "number",
|
|
50466
|
-
"4": "Record<string, any>"
|
|
50465
|
+
"1": "false",
|
|
50466
|
+
"2": "true"
|
|
50467
50467
|
}
|
|
50468
50468
|
}
|
|
50469
50469
|
},
|
|
@@ -62903,9 +62903,9 @@ var B24UIMeta = {
|
|
|
62903
62903
|
}
|
|
62904
62904
|
},
|
|
62905
62905
|
{
|
|
62906
|
-
"name": "
|
|
62906
|
+
"name": "defaultValue",
|
|
62907
62907
|
"global": false,
|
|
62908
|
-
"description": "
|
|
62908
|
+
"description": "The state of the switch when it is initially rendered. Use when you do not need to control its state.",
|
|
62909
62909
|
"tags": [],
|
|
62910
62910
|
"required": false,
|
|
62911
62911
|
"type": "boolean | undefined",
|
|
@@ -62920,35 +62920,35 @@ var B24UIMeta = {
|
|
|
62920
62920
|
}
|
|
62921
62921
|
},
|
|
62922
62922
|
{
|
|
62923
|
-
"name": "
|
|
62923
|
+
"name": "required",
|
|
62924
62924
|
"global": false,
|
|
62925
|
-
"description": "",
|
|
62925
|
+
"description": "When `true`, indicates that the user must set the value before the owning form can be submitted.",
|
|
62926
62926
|
"tags": [],
|
|
62927
62927
|
"required": false,
|
|
62928
|
-
"type": "
|
|
62928
|
+
"type": "boolean | undefined",
|
|
62929
62929
|
"schema": {
|
|
62930
62930
|
"kind": "enum",
|
|
62931
|
-
"type": "
|
|
62931
|
+
"type": "boolean | undefined",
|
|
62932
62932
|
"schema": {
|
|
62933
62933
|
"0": "undefined",
|
|
62934
|
-
"1": "
|
|
62934
|
+
"1": "false",
|
|
62935
|
+
"2": "true"
|
|
62935
62936
|
}
|
|
62936
62937
|
}
|
|
62937
62938
|
},
|
|
62938
62939
|
{
|
|
62939
|
-
"name": "
|
|
62940
|
+
"name": "id",
|
|
62940
62941
|
"global": false,
|
|
62941
|
-
"description": "
|
|
62942
|
+
"description": "",
|
|
62942
62943
|
"tags": [],
|
|
62943
62944
|
"required": false,
|
|
62944
|
-
"type": "
|
|
62945
|
+
"type": "string | undefined",
|
|
62945
62946
|
"schema": {
|
|
62946
62947
|
"kind": "enum",
|
|
62947
|
-
"type": "
|
|
62948
|
+
"type": "string | undefined",
|
|
62948
62949
|
"schema": {
|
|
62949
62950
|
"0": "undefined",
|
|
62950
|
-
"1": "
|
|
62951
|
-
"2": "true"
|
|
62951
|
+
"1": "string"
|
|
62952
62952
|
}
|
|
62953
62953
|
}
|
|
62954
62954
|
}
|
|
@@ -63456,9 +63456,9 @@ var B24UIMeta = {
|
|
|
63456
63456
|
}
|
|
63457
63457
|
},
|
|
63458
63458
|
{
|
|
63459
|
-
"name": "
|
|
63459
|
+
"name": "modelValue",
|
|
63460
63460
|
"global": false,
|
|
63461
|
-
"description": "The value of the tab
|
|
63461
|
+
"description": "The controlled value of the tab to activate. Can be bind as `v-model`.",
|
|
63462
63462
|
"tags": [],
|
|
63463
63463
|
"required": false,
|
|
63464
63464
|
"type": "string | number | undefined",
|
|
@@ -63470,13 +63470,12 @@ var B24UIMeta = {
|
|
|
63470
63470
|
"1": "string",
|
|
63471
63471
|
"2": "number"
|
|
63472
63472
|
}
|
|
63473
|
-
}
|
|
63474
|
-
"default": "\"0\""
|
|
63473
|
+
}
|
|
63475
63474
|
},
|
|
63476
63475
|
{
|
|
63477
|
-
"name": "
|
|
63476
|
+
"name": "defaultValue",
|
|
63478
63477
|
"global": false,
|
|
63479
|
-
"description": "The
|
|
63478
|
+
"description": "The value of the tab that should be active when initially rendered. Use when you do not need to control the state of the tabs",
|
|
63480
63479
|
"tags": [],
|
|
63481
63480
|
"required": false,
|
|
63482
63481
|
"type": "string | number | undefined",
|
|
@@ -63488,7 +63487,8 @@ var B24UIMeta = {
|
|
|
63488
63487
|
"1": "string",
|
|
63489
63488
|
"2": "number"
|
|
63490
63489
|
}
|
|
63491
|
-
}
|
|
63490
|
+
},
|
|
63491
|
+
"default": "\"0\""
|
|
63492
63492
|
},
|
|
63493
63493
|
{
|
|
63494
63494
|
"name": "unmountOnHide",
|