@pure-ds/storybook 0.5.32 → 0.5.33
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/pds-reference.json +219 -1
- package/package.json +2 -2
- package/public/assets/js/app.js +21 -21
- package/public/assets/js/pds.js +10 -4
- package/public/assets/pds/components/pds-omnibox.js +430 -0
- package/src/js/pds.d.ts +2 -0
- package/src/js/pds.js +15 -0
- package/stories/components/PdsOmnibox.stories.js +304 -0
package/dist/pds-reference.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-01-
|
|
2
|
+
"generatedAt": "2026-01-28T14:26:25.662Z",
|
|
3
3
|
"sources": {
|
|
4
4
|
"customElements": "custom-elements.json",
|
|
5
5
|
"ontology": "src\\js\\pds-core\\pds-ontology.js",
|
|
@@ -2704,6 +2704,187 @@
|
|
|
2704
2704
|
"slots": [],
|
|
2705
2705
|
"cssParts": [],
|
|
2706
2706
|
"notes": []
|
|
2707
|
+
},
|
|
2708
|
+
"pds-omnibox": {
|
|
2709
|
+
"tag": "pds-omnibox",
|
|
2710
|
+
"className": "PdsOmnibox",
|
|
2711
|
+
"displayName": "Pds Omnibox",
|
|
2712
|
+
"storyTitle": "Components/Pds Omnibox",
|
|
2713
|
+
"category": "Components",
|
|
2714
|
+
"description": "Omnibox search input with PDS styling and form-associated behavior.",
|
|
2715
|
+
"docsDescription": "Omnibox search input with PDS styling and form association",
|
|
2716
|
+
"pdsTags": [
|
|
2717
|
+
"autocomplete",
|
|
2718
|
+
"autodocs",
|
|
2719
|
+
"forms",
|
|
2720
|
+
"input",
|
|
2721
|
+
"pds-omnibox",
|
|
2722
|
+
"search"
|
|
2723
|
+
],
|
|
2724
|
+
"ontology": null,
|
|
2725
|
+
"stories": [
|
|
2726
|
+
{
|
|
2727
|
+
"exportName": "Default",
|
|
2728
|
+
"name": "Default",
|
|
2729
|
+
"id": "components-pds-omnibox--default",
|
|
2730
|
+
"tags": [],
|
|
2731
|
+
"description": null,
|
|
2732
|
+
"source": "packages\\pds-storybook\\stories\\components\\PdsOmnibox.stories.js"
|
|
2733
|
+
}
|
|
2734
|
+
],
|
|
2735
|
+
"sourceModule": "public/assets/pds/components/pds-omnibox.js",
|
|
2736
|
+
"superclass": "HTMLElement",
|
|
2737
|
+
"attributes": [
|
|
2738
|
+
{
|
|
2739
|
+
"name": "name",
|
|
2740
|
+
"description": "Form field name for submitted data",
|
|
2741
|
+
"type": "string",
|
|
2742
|
+
"default": null,
|
|
2743
|
+
"fieldName": null
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "placeholder",
|
|
2747
|
+
"description": "Placeholder text for the search input",
|
|
2748
|
+
"type": "string",
|
|
2749
|
+
"default": null,
|
|
2750
|
+
"fieldName": null
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"name": "value",
|
|
2754
|
+
"description": "Current input value",
|
|
2755
|
+
"type": "string",
|
|
2756
|
+
"default": null,
|
|
2757
|
+
"fieldName": null
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"name": "disabled",
|
|
2761
|
+
"description": "Disable the input",
|
|
2762
|
+
"type": "boolean",
|
|
2763
|
+
"default": null,
|
|
2764
|
+
"fieldName": null
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "required",
|
|
2768
|
+
"description": "Mark the input as required",
|
|
2769
|
+
"type": "boolean",
|
|
2770
|
+
"default": null,
|
|
2771
|
+
"fieldName": null
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "autocomplete",
|
|
2775
|
+
"description": "Native autocomplete attribute (default: off)",
|
|
2776
|
+
"type": "string",
|
|
2777
|
+
"default": null,
|
|
2778
|
+
"fieldName": null
|
|
2779
|
+
}
|
|
2780
|
+
],
|
|
2781
|
+
"properties": [
|
|
2782
|
+
{
|
|
2783
|
+
"name": "formAssociated",
|
|
2784
|
+
"attribute": null,
|
|
2785
|
+
"description": null,
|
|
2786
|
+
"type": "boolean",
|
|
2787
|
+
"default": null,
|
|
2788
|
+
"reflects": false,
|
|
2789
|
+
"privacy": "public"
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"name": "settings",
|
|
2793
|
+
"attribute": null,
|
|
2794
|
+
"description": "AutoComplete settings object provided by the consumer.",
|
|
2795
|
+
"type": "object",
|
|
2796
|
+
"default": null,
|
|
2797
|
+
"reflects": false,
|
|
2798
|
+
"privacy": "public"
|
|
2799
|
+
}
|
|
2800
|
+
],
|
|
2801
|
+
"methods": [
|
|
2802
|
+
{
|
|
2803
|
+
"name": "attributeChangedCallback",
|
|
2804
|
+
"description": null,
|
|
2805
|
+
"parameters": [
|
|
2806
|
+
{
|
|
2807
|
+
"name": "name",
|
|
2808
|
+
"type": "any",
|
|
2809
|
+
"description": null,
|
|
2810
|
+
"optional": false
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"name": "oldValue",
|
|
2814
|
+
"type": "any",
|
|
2815
|
+
"description": null,
|
|
2816
|
+
"optional": false
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"name": "newValue",
|
|
2820
|
+
"type": "any",
|
|
2821
|
+
"description": null,
|
|
2822
|
+
"optional": false
|
|
2823
|
+
}
|
|
2824
|
+
],
|
|
2825
|
+
"return": "void"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"name": "checkValidity",
|
|
2829
|
+
"description": null,
|
|
2830
|
+
"parameters": [],
|
|
2831
|
+
"return": "any"
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"name": "connectedCallback",
|
|
2835
|
+
"description": null,
|
|
2836
|
+
"parameters": [],
|
|
2837
|
+
"return": "void"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "formAssociatedCallback",
|
|
2841
|
+
"description": null,
|
|
2842
|
+
"parameters": [],
|
|
2843
|
+
"return": "void"
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"name": "formDisabledCallback",
|
|
2847
|
+
"description": null,
|
|
2848
|
+
"parameters": [
|
|
2849
|
+
{
|
|
2850
|
+
"name": "disabled",
|
|
2851
|
+
"type": "any",
|
|
2852
|
+
"description": null,
|
|
2853
|
+
"optional": false
|
|
2854
|
+
}
|
|
2855
|
+
],
|
|
2856
|
+
"return": "void"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"name": "formResetCallback",
|
|
2860
|
+
"description": null,
|
|
2861
|
+
"parameters": [],
|
|
2862
|
+
"return": "void"
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"name": "formStateRestoreCallback",
|
|
2866
|
+
"description": null,
|
|
2867
|
+
"parameters": [
|
|
2868
|
+
{
|
|
2869
|
+
"name": "state",
|
|
2870
|
+
"type": "any",
|
|
2871
|
+
"description": null,
|
|
2872
|
+
"optional": false
|
|
2873
|
+
}
|
|
2874
|
+
],
|
|
2875
|
+
"return": "void"
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"name": "reportValidity",
|
|
2879
|
+
"description": null,
|
|
2880
|
+
"parameters": [],
|
|
2881
|
+
"return": "any"
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"events": [],
|
|
2885
|
+
"slots": [],
|
|
2886
|
+
"cssParts": [],
|
|
2887
|
+
"notes": []
|
|
2707
2888
|
}
|
|
2708
2889
|
},
|
|
2709
2890
|
"primitives": {
|
|
@@ -5379,6 +5560,43 @@
|
|
|
5379
5560
|
"packages\\pds-storybook\\stories\\components\\PdsIcon.stories.js"
|
|
5380
5561
|
]
|
|
5381
5562
|
},
|
|
5563
|
+
"pds-omnibox": {
|
|
5564
|
+
"slug": "pds-omnibox",
|
|
5565
|
+
"storyTitle": "Components/Pds Omnibox",
|
|
5566
|
+
"category": "Components",
|
|
5567
|
+
"name": "Pds Omnibox",
|
|
5568
|
+
"description": "Omnibox search input with PDS styling and form association",
|
|
5569
|
+
"tags": [
|
|
5570
|
+
"autocomplete",
|
|
5571
|
+
"autodocs",
|
|
5572
|
+
"forms",
|
|
5573
|
+
"input",
|
|
5574
|
+
"pds-omnibox",
|
|
5575
|
+
"search"
|
|
5576
|
+
],
|
|
5577
|
+
"pdsParameters": {
|
|
5578
|
+
"tags": [
|
|
5579
|
+
"autocomplete",
|
|
5580
|
+
"search",
|
|
5581
|
+
"input",
|
|
5582
|
+
"forms",
|
|
5583
|
+
"pds-omnibox"
|
|
5584
|
+
]
|
|
5585
|
+
},
|
|
5586
|
+
"stories": [
|
|
5587
|
+
{
|
|
5588
|
+
"exportName": "Default",
|
|
5589
|
+
"name": "Default",
|
|
5590
|
+
"id": "components-pds-omnibox--default",
|
|
5591
|
+
"tags": [],
|
|
5592
|
+
"description": null,
|
|
5593
|
+
"source": "packages\\pds-storybook\\stories\\components\\PdsOmnibox.stories.js"
|
|
5594
|
+
}
|
|
5595
|
+
],
|
|
5596
|
+
"files": [
|
|
5597
|
+
"packages\\pds-storybook\\stories\\components\\PdsOmnibox.stories.js"
|
|
5598
|
+
]
|
|
5599
|
+
},
|
|
5382
5600
|
"pds-richtext": {
|
|
5383
5601
|
"slug": "pds-richtext",
|
|
5384
5602
|
"storyTitle": "Components/Pds Richtext",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pure-ds/storybook",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.33",
|
|
4
4
|
"description": "Storybook showcase for Pure Design System with live configuration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"pds:build-icons": "pds-build-icons"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@pure-ds/core": "^0.5.
|
|
41
|
+
"@pure-ds/core": "^0.5.33"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@custom-elements-manifest/analyzer": "^0.11.0",
|