Skip to content

Commit af614d9

Browse files
committed
chore: update snapshot for selectors/inputs
1 parent fec57ce commit af614d9

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

libs/tools/src/executors/docs/generate-ui-docs/__snapshots__/executor.spec.ts.snap

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -601,36 +601,36 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
601601
{
602602
"name": "class",
603603
"required": false,
604-
"type": "string",
604+
"type": "ClassValue",
605605
},
606606
],
607607
"models": [],
608608
"outputs": [],
609-
"selector": "hlm-autocomplete-group",
609+
"selector": "[hlmAutocompleteGroup],hlm-autocomplete-group",
610610
},
611611
"HlmAutocompleteItem": {
612612
"inputs": [
613613
{
614614
"name": "class",
615615
"required": false,
616-
"type": "string",
616+
"type": "ClassValue",
617617
},
618618
],
619619
"models": [],
620620
"outputs": [],
621-
"selector": "button[hlm-autocomplete-item]",
621+
"selector": "button[hlmAutocompleteItem],button[hlm-autocomplete-item]",
622622
},
623623
"HlmAutocompleteList": {
624624
"inputs": [
625625
{
626626
"name": "class",
627627
"required": false,
628-
"type": "string",
628+
"type": "ClassValue",
629629
},
630630
],
631631
"models": [],
632632
"outputs": [],
633-
"selector": "hlm-autocomplete-list",
633+
"selector": "[hlmAutocompleteList],hlm-autocomplete-list",
634634
},
635635
"HlmAutocompleteTrigger": {
636636
"inputs": [
@@ -1435,7 +1435,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
14351435
],
14361436
"models": [],
14371437
"outputs": [],
1438-
"selector": "hlm-carousel-content",
1438+
"selector": "[hlmCarouselContent],hlm-carousel-content",
14391439
},
14401440
"HlmCarouselItem": {
14411441
"inputs": [
@@ -1447,7 +1447,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
14471447
],
14481448
"models": [],
14491449
"outputs": [],
1450-
"selector": "hlm-carousel-item",
1450+
"selector": "[hlmCarouselItem],hlm-carousel-item",
14511451
},
14521452
"HlmCarouselNext": {
14531453
"inputs": [
@@ -1805,7 +1805,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
18051805
],
18061806
"models": [],
18071807
"outputs": [],
1808-
"selector": "hlm-command",
1808+
"selector": "[hlmCommand],hlm-command",
18091809
},
18101810
"HlmCommandDialog": {
18111811
"inputs": [
@@ -1848,24 +1848,24 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
18481848
{
18491849
"name": "class",
18501850
"required": false,
1851-
"type": "string",
1851+
"type": "ClassValue",
18521852
},
18531853
],
18541854
"models": [],
18551855
"outputs": [],
1856-
"selector": "hlm-command-group",
1856+
"selector": "[hlmCommandGroup],hlm-command-group",
18571857
},
18581858
"HlmCommandGroupLabel": {
18591859
"inputs": [
18601860
{
18611861
"name": "class",
18621862
"required": false,
1863-
"type": "string",
1863+
"type": "ClassValue",
18641864
},
18651865
],
18661866
"models": [],
18671867
"outputs": [],
1868-
"selector": "hlm-command-group-label",
1868+
"selector": "[hlmCommandGroupLabel],hlm-command-group-label",
18691869
},
18701870
"HlmCommandIcon": {
18711871
"inputs": [
@@ -1884,24 +1884,24 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
18841884
{
18851885
"name": "class",
18861886
"required": false,
1887-
"type": "string",
1887+
"type": "ClassValue",
18881888
},
18891889
],
18901890
"models": [],
18911891
"outputs": [],
1892-
"selector": "button[hlm-command-item]",
1892+
"selector": "button[hlmCommandItem],button[hlm-command-item]",
18931893
},
18941894
"HlmCommandList": {
18951895
"inputs": [
18961896
{
18971897
"name": "class",
18981898
"required": false,
1899-
"type": "string",
1899+
"type": "ClassValue",
19001900
},
19011901
],
19021902
"models": [],
19031903
"outputs": [],
1904-
"selector": "hlm-command-list",
1904+
"selector": "[hlmCommandList],hlm-command-list",
19051905
},
19061906
"HlmCommandSearch": {
19071907
"inputs": [
@@ -1913,7 +1913,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
19131913
],
19141914
"models": [],
19151915
"outputs": [],
1916-
"selector": "hlm-command-search",
1916+
"selector": "[hlmCommandSearch],hlm-command-search",
19171917
},
19181918
"HlmCommandSearchInput": {
19191919
"inputs": [
@@ -1925,19 +1925,19 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
19251925
],
19261926
"models": [],
19271927
"outputs": [],
1928-
"selector": "input[hlm-command-search-input]",
1928+
"selector": "input[hlmCommandSearchInput],input[hlm-command-search-input]",
19291929
},
19301930
"HlmCommandSeparator": {
19311931
"inputs": [
19321932
{
19331933
"name": "class",
19341934
"required": false,
1935-
"type": "string",
1935+
"type": "ClassValue",
19361936
},
19371937
],
19381938
"models": [],
19391939
"outputs": [],
1940-
"selector": "hlm-command-separator",
1940+
"selector": "[hlmCommandSeparator],hlm-command-separator",
19411941
},
19421942
"HlmCommandShortcut": {
19431943
"inputs": [
@@ -1949,7 +1949,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
19491949
],
19501950
"models": [],
19511951
"outputs": [],
1952-
"selector": "hlm-command-shortcut",
1952+
"selector": "[hlmCommandShortcut],hlm-command-shortcut",
19531953
},
19541954
},
19551955
},
@@ -2936,7 +2936,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
29362936
"inputs": [],
29372937
"models": [],
29382938
"outputs": [],
2939-
"selector": "brn-hover-card",
2939+
"selector": "[brnHoverCard],brn-hover-card",
29402940
},
29412941
"BrnHoverCardContent": {
29422942
"exportAs": "brnHoverCardContent",
@@ -2995,7 +2995,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
29952995
],
29962996
"models": [],
29972997
"outputs": [],
2998-
"selector": "hlm-hover-card-content",
2998+
"selector": "[hlmHoverCardContent],hlm-hover-card-content",
29992999
},
30003000
},
30013001
},
@@ -4174,7 +4174,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
41744174
],
41754175
"models": [],
41764176
"outputs": [],
4177-
"selector": "hlm-radio-group",
4177+
"selector": "[hlmRadioGroup],hlm-radio-group",
41784178
},
41794179
"HlmRadioIndicator": {
41804180
"inputs": [
@@ -4291,7 +4291,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
42914291
],
42924292
"models": [],
42934293
"outputs": [],
4294-
"selector": "hlm-resizable-group",
4294+
"selector": "[hlmResizableGroup],hlm-resizable-group",
42954295
},
42964296
"HlmResizableHandle": {
42974297
"exportAs": "hlmResizableHandle",
@@ -4316,7 +4316,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
43164316
],
43174317
"models": [],
43184318
"outputs": [],
4319-
"selector": "hlm-resizable-panel",
4319+
"selector": "[hlmResizablePanel],hlm-resizable-panel",
43204320
},
43214321
},
43224322
},
@@ -5708,7 +5708,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
57085708
],
57095709
"models": [],
57105710
"outputs": [],
5711-
"selector": "hlm-tabs",
5711+
"selector": "[hlmTabs],hlm-tabs",
57125712
},
57135713
"HlmTabsContent": {
57145714
"inputs": [
@@ -5742,7 +5742,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
57425742
],
57435743
"models": [],
57445744
"outputs": [],
5745-
"selector": "hlm-tabs-list",
5745+
"selector": "[hlmTabsList],hlm-tabs-list",
57465746
},
57475747
"HlmTabsPaginatedList": {
57485748
"inputs": [
@@ -6084,7 +6084,7 @@ exports[`generate-ui-docs executor produces stable output 1`] = `
60846084
"inputs": [],
60856085
"models": [],
60866086
"outputs": [],
6087-
"selector": "hlm-tooltip",
6087+
"selector": "[hlmTooltip],hlm-tooltip",
60886088
},
60896089
"HlmTooltipTrigger": {
60906090
"inputs": [],

0 commit comments

Comments
 (0)