playbook_ui_docs 14.5.0.pre.rc.14 → 14.6.0.pre.rc.0
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.
- checksums.yaml +4 -4
 - data/app/pb_kits/playbook/pb_filter/docs/_filter_default.html.erb +10 -2
 - data/app/pb_kits/playbook/pb_filter/docs/_filter_max_height.html.erb +5 -1
 - data/app/pb_kits/playbook/pb_filter/docs/_filter_max_width.html.erb +5 -1
 - data/app/pb_kits/playbook/pb_filter/docs/_filter_no_background.html.erb +5 -1
 - data/app/pb_kits/playbook/pb_filter/docs/_filter_no_sort.html.erb +5 -1
 - data/app/pb_kits/playbook/pb_filter/docs/_filter_only.html.erb +5 -1
 - data/app/pb_kits/playbook/pb_filter/docs/_filter_placement.html.erb +5 -1
 - data/app/pb_kits/playbook/pb_filter/docs/_filter_single.html.erb +5 -1
 - data/app/pb_kits/playbook/pb_popover/docs/_popover_list.html.erb +14 -13
 - data/app/pb_kits/playbook/pb_popover/docs/_popover_list.jsx +4 -4
 - data/dist/playbook-doc.js +1 -1
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 834b7f3500aa93abcfa2f70bb9330b7b1e3f4043681e11bc6aa2cbc14d25281b
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 0e28a13b02e29e6820b6359e5f9eff19c2582af0b585bd3bd8ac8e124454bda5
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: f57fe899689026a09d5aabb019eb3903d91a096961bd5c780f3172d1ea4b261f6ac6db545777e685806895187a24a0eb389b223d0db487cf2682c326bd8e68ed
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: a03cdd06dd46c80c4bd79c3b849c3662ec4bdd61257646e911f0aa2a083dec33b671eafee938520f66ee9e1dc8509324321064efdc92f72393d3259aa301ed23
         
     | 
| 
         @@ -30,7 +30,11 @@ 
     | 
|
| 
       30 
30 
     | 
    
         
             
                <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
         
     | 
| 
       31 
31 
     | 
    
         | 
| 
       32 
32 
     | 
    
         
             
                <%= form.actions do |action| %>
         
     | 
| 
       33 
     | 
    
         
            -
                  <%= action.submit props: { 
     | 
| 
      
 33 
     | 
    
         
            +
                  <%= action.submit props: {
         
     | 
| 
      
 34 
     | 
    
         
            +
                    text: "Apply",
         
     | 
| 
      
 35 
     | 
    
         
            +
                    data: {
         
     | 
| 
      
 36 
     | 
    
         
            +
                      disable_with: "pb_rails('icon', props: { icon: 'spinner', spin: true, fixed_width: true })Searching...".html_safe
         
     | 
| 
      
 37 
     | 
    
         
            +
                  },}%>
         
     | 
| 
       34 
38 
     | 
    
         
             
                  <%= action.button props: { type: "reset", text: "Clear", variant: "secondary" } %>
         
     | 
| 
       35 
39 
     | 
    
         
             
                <% end %>
         
     | 
| 
       36 
40 
     | 
    
         
             
              <% end %>
         
     | 
| 
         @@ -64,7 +68,11 @@ 
     | 
|
| 
       64 
68 
     | 
    
         
             
                <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
         
     | 
| 
       65 
69 
     | 
    
         | 
| 
       66 
70 
     | 
    
         
             
                <%= form.actions do |action| %>
         
     | 
| 
       67 
     | 
    
         
            -
                  <%= action.submit props: { 
     | 
| 
      
 71 
     | 
    
         
            +
                  <%= action.submit props: {
         
     | 
| 
      
 72 
     | 
    
         
            +
                    text: "Apply",
         
     | 
| 
      
 73 
     | 
    
         
            +
                    data: {
         
     | 
| 
      
 74 
     | 
    
         
            +
                      disable_with: "pb_rails('icon', props: { icon: 'spinner', spin: true, fixed_width: true })Searching...".html_safe
         
     | 
| 
      
 75 
     | 
    
         
            +
                  },}%>
         
     | 
| 
       68 
76 
     | 
    
         
             
                  <%= action.button props: { type: "reset", text: "Clear", variant: "secondary" } %>
         
     | 
| 
       69 
77 
     | 
    
         
             
                <% end %>
         
     | 
| 
       70 
78 
     | 
    
         
             
              <% end %>
         
     | 
| 
         @@ -35,7 +35,11 @@ 
     | 
|
| 
       35 
35 
     | 
    
         
             
                <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: {max_width: "sm", label: true } %>
         
     | 
| 
       36 
36 
     | 
    
         | 
| 
       37 
37 
     | 
    
         
             
                <%= form.actions do |action| %>
         
     | 
| 
       38 
     | 
    
         
            -
                  <%= action.submit props: { 
     | 
| 
      
 38 
     | 
    
         
            +
                  <%= action.submit props: {
         
     | 
| 
      
 39 
     | 
    
         
            +
                    text: "Apply",
         
     | 
| 
      
 40 
     | 
    
         
            +
                    data: {
         
     | 
| 
      
 41 
     | 
    
         
            +
                      disable_with: "pb_rails('icon', props: { icon: 'spinner', spin: true, fixed_width: true })Searching...".html_safe
         
     | 
| 
      
 42 
     | 
    
         
            +
                  },}%>
         
     | 
| 
       39 
43 
     | 
    
         
             
                  <%= action.button props: { type: "reset", text: "Clear", variant: "secondary" } %>
         
     | 
| 
       40 
44 
     | 
    
         
             
                <% end %>
         
     | 
| 
       41 
45 
     | 
    
         
             
              <% end %>
         
     | 
| 
         @@ -30,7 +30,11 @@ 
     | 
|
| 
       30 
30 
     | 
    
         
             
                <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: {max_width: "sm", label: true } %>
         
     | 
| 
       31 
31 
     | 
    
         | 
| 
       32 
32 
     | 
    
         
             
                <%= form.actions do |action| %>
         
     | 
| 
       33 
     | 
    
         
            -
                  <%= action.submit props: { 
     | 
| 
      
 33 
     | 
    
         
            +
                  <%= action.submit props: {
         
     | 
| 
      
 34 
     | 
    
         
            +
                    text: "Apply",
         
     | 
| 
      
 35 
     | 
    
         
            +
                    data: {
         
     | 
| 
      
 36 
     | 
    
         
            +
                      disable_with: "pb_rails('icon', props: { icon: 'spinner', spin: true, fixed_width: true })Searching...".html_safe
         
     | 
| 
      
 37 
     | 
    
         
            +
                  },}%>
         
     | 
| 
       34 
38 
     | 
    
         
             
                  <%= action.button props: { type: "reset", text: "Clear", variant: "secondary" } %>
         
     | 
| 
       35 
39 
     | 
    
         
             
                <% end %>
         
     | 
| 
       36 
40 
     | 
    
         
             
              <% end %>
         
     | 
| 
         @@ -69,7 +69,11 @@ 
     | 
|
| 
       69 
69 
     | 
    
         
             
                <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
         
     | 
| 
       70 
70 
     | 
    
         | 
| 
       71 
71 
     | 
    
         
             
                <%= form.actions do |action| %>
         
     | 
| 
       72 
     | 
    
         
            -
                  <%= action.submit props: { 
     | 
| 
      
 72 
     | 
    
         
            +
                  <%= action.submit props: {
         
     | 
| 
      
 73 
     | 
    
         
            +
                    text: "Apply",
         
     | 
| 
      
 74 
     | 
    
         
            +
                    data: {
         
     | 
| 
      
 75 
     | 
    
         
            +
                      disable_with: "pb_rails('icon', props: { icon: 'spinner', spin: true, fixed_width: true })Searching...".html_safe
         
     | 
| 
      
 76 
     | 
    
         
            +
                  },}%>
         
     | 
| 
       73 
77 
     | 
    
         
             
                  <%= action.button props: { type: "reset", text: "Clear", variant: "secondary" } %>
         
     | 
| 
       74 
78 
     | 
    
         
             
                <% end %>
         
     | 
| 
       75 
79 
     | 
    
         
             
              <% end %>
         
     | 
| 
         @@ -24,7 +24,11 @@ 
     | 
|
| 
       24 
24 
     | 
    
         
             
                <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
         
     | 
| 
       25 
25 
     | 
    
         | 
| 
       26 
26 
     | 
    
         
             
                <%= form.actions do |action| %>
         
     | 
| 
       27 
     | 
    
         
            -
                  <%= action.submit props: { 
     | 
| 
      
 27 
     | 
    
         
            +
                  <%= action.submit props: {
         
     | 
| 
      
 28 
     | 
    
         
            +
                    text: "Apply",
         
     | 
| 
      
 29 
     | 
    
         
            +
                    data: {
         
     | 
| 
      
 30 
     | 
    
         
            +
                      disable_with: "pb_rails('icon', props: { icon: 'spinner', spin: true, fixed_width: true })Searching...".html_safe
         
     | 
| 
      
 31 
     | 
    
         
            +
                  },}%>
         
     | 
| 
       28 
32 
     | 
    
         
             
                  <%= action.button props: { type: "reset", text: "Clear", variant: "secondary" } %>
         
     | 
| 
       29 
33 
     | 
    
         
             
                <% end %>
         
     | 
| 
       30 
34 
     | 
    
         
             
              <% end %>
         
     | 
| 
         @@ -22,7 +22,11 @@ 
     | 
|
| 
       22 
22 
     | 
    
         
             
                <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
       24 
24 
     | 
    
         
             
                <%= form.actions do |action| %>
         
     | 
| 
       25 
     | 
    
         
            -
                  <%= action.submit props: { 
     | 
| 
      
 25 
     | 
    
         
            +
                  <%= action.submit props: {
         
     | 
| 
      
 26 
     | 
    
         
            +
                    text: "Apply",
         
     | 
| 
      
 27 
     | 
    
         
            +
                    data: {
         
     | 
| 
      
 28 
     | 
    
         
            +
                      disable_with: "pb_rails('icon', props: { icon: 'spinner', spin: true, fixed_width: true })Searching...".html_safe
         
     | 
| 
      
 29 
     | 
    
         
            +
                  },}%>
         
     | 
| 
       26 
30 
     | 
    
         
             
                  <%= action.button props: { type: "reset", text: "Clear", variant: "secondary" } %>
         
     | 
| 
       27 
31 
     | 
    
         
             
                <% end %>
         
     | 
| 
       28 
32 
     | 
    
         
             
              <% end %>
         
     | 
| 
         @@ -23,7 +23,11 @@ 
     | 
|
| 
       23 
23 
     | 
    
         
             
                <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
         
     | 
| 
       24 
24 
     | 
    
         | 
| 
       25 
25 
     | 
    
         
             
                <%= form.actions do |action| %>
         
     | 
| 
       26 
     | 
    
         
            -
                  <%= action.submit props: { 
     | 
| 
      
 26 
     | 
    
         
            +
                  <%= action.submit props: {
         
     | 
| 
      
 27 
     | 
    
         
            +
                    text: "Apply",
         
     | 
| 
      
 28 
     | 
    
         
            +
                    data: {
         
     | 
| 
      
 29 
     | 
    
         
            +
                      disable_with: "pb_rails('icon', props: { icon: 'spinner', spin: true, fixed_width: true })Searching...".html_safe
         
     | 
| 
      
 30 
     | 
    
         
            +
                  },}%>
         
     | 
| 
       27 
31 
     | 
    
         
             
                  <%= action.button props: { type: "reset", text: "Clear", variant: "secondary" } %>
         
     | 
| 
       28 
32 
     | 
    
         
             
                <% end %>
         
     | 
| 
       29 
33 
     | 
    
         
             
              <% end %>
         
     | 
| 
         @@ -29,7 +29,11 @@ 
     | 
|
| 
       29 
29 
     | 
    
         
             
                <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
         
     | 
| 
       30 
30 
     | 
    
         | 
| 
       31 
31 
     | 
    
         
             
                <%= form.actions do |action| %>
         
     | 
| 
       32 
     | 
    
         
            -
                  <%= action.submit props: { 
     | 
| 
      
 32 
     | 
    
         
            +
                  <%= action.submit props: {
         
     | 
| 
      
 33 
     | 
    
         
            +
                    text: "Apply",
         
     | 
| 
      
 34 
     | 
    
         
            +
                    data: {
         
     | 
| 
      
 35 
     | 
    
         
            +
                      disable_with: "pb_rails('icon', props: { icon: 'spinner', spin: true, fixed_width: true })Searching...".html_safe
         
     | 
| 
      
 36 
     | 
    
         
            +
                  },}%>
         
     | 
| 
       33 
37 
     | 
    
         
             
                  <%= action.button props: { type: "reset", text: "Clear", variant: "secondary" } %>
         
     | 
| 
       34 
38 
     | 
    
         
             
                <% end %>
         
     | 
| 
       35 
39 
     | 
    
         
             
              <% end %>
         
     | 
| 
         @@ -1,8 +1,10 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            <%= pb_rails("button", props: { variant: "secondary", id: 'list' }) do %>
         
     | 
| 
       2 
2 
     | 
    
         
             
                <%= pb_rails("flex", props: {align: "center"}) do %>
         
     | 
| 
       3 
     | 
    
         
            -
                    Filter By 
     | 
| 
      
 3 
     | 
    
         
            +
                    Filter By
         
     | 
| 
       4 
4 
     | 
    
         
             
                    <%= pb_rails("flex/flex_item", props: {margin_left: "xxs"}) do %>
         
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
      
 5 
     | 
    
         
            +
                        <div id="arrow-icon" style="display: flex">
         
     | 
| 
      
 6 
     | 
    
         
            +
                            <%= pb_rails("icon", props: { icon: "chevron-down", fixed_width: true }) %>
         
     | 
| 
      
 7 
     | 
    
         
            +
                        </div>
         
     | 
| 
       6 
8 
     | 
    
         
             
                    <% end %>
         
     | 
| 
       7 
9 
     | 
    
         
             
                <% end %>
         
     | 
| 
       8 
10 
     | 
    
         
             
            <% end %>
         
     | 
| 
         @@ -18,18 +20,17 @@ 
     | 
|
| 
       18 
20 
     | 
    
         | 
| 
       19 
21 
     | 
    
         | 
| 
       20 
22 
     | 
    
         
             
            <script type="text/javascript">
         
     | 
| 
       21 
     | 
    
         
            -
            const  
     | 
| 
       22 
     | 
    
         
            -
            let buttonClicked = false
         
     | 
| 
      
 23 
     | 
    
         
            +
                const popoverButton = document.querySelector("#list")
         
     | 
| 
      
 24 
     | 
    
         
            +
                let buttonClicked = false
         
     | 
| 
       23 
25 
     | 
    
         | 
| 
       24 
     | 
    
         
            -
            const arrowDiv = document.querySelector("#arrow-icon")
         
     | 
| 
       25 
     | 
    
         
            -
            arrowDiv.innerHTML = '<i class="far fa-angle-down"></i>'
         
     | 
| 
      
 26 
     | 
    
         
            +
                const arrowDiv = document.querySelector("#arrow-icon")
         
     | 
| 
       26 
27 
     | 
    
         | 
| 
       27 
     | 
    
         
            -
             
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
             
     | 
| 
       30 
     | 
    
         
            -
             
     | 
| 
       31 
     | 
    
         
            -
             
     | 
| 
       32 
     | 
    
         
            -
             
     | 
| 
      
 28 
     | 
    
         
            +
                popoverButton.onclick = () => {
         
     | 
| 
      
 29 
     | 
    
         
            +
                    buttonClicked = !buttonClicked
         
     | 
| 
      
 30 
     | 
    
         
            +
                    if (buttonClicked) {
         
     | 
| 
      
 31 
     | 
    
         
            +
                        arrowDiv.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="auto" height="auto" viewBox="0 0 31 25" fill="none" class="pb_custom_icon svg-inline--fa pb_icon_kit svg_fw" id="" data="{}" aria="{}" tabindex=""><path d="M14.2031 5.70312C14.625 5.28125 15.3281 5.28125 15.75 5.70312L24.7969 14.7031C25.2188 15.1719 25.2188 15.875 24.7969 16.2969C24.3281 16.7656 23.625 16.7656 23.2031 16.2969L15 8.09375L6.79688 16.2969C6.32812 16.7656 5.625 16.7656 5.20312 16.2969C4.73438 15.875 4.73438 15.1719 5.20312 14.75L14.2031 5.70312Z" fill="currentColor"/></svg>'
         
     | 
| 
      
 32 
     | 
    
         
            +
                    } else {
         
     | 
| 
      
 33 
     | 
    
         
            +
                        arrowDiv.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="auto" height="auto" viewBox="0 0 31 25" fill="none" class="pb_custom_icon svg-inline--fa pb_icon_kit svg_fw" id="" data="{}" aria="{}" tabindex=""><path d="M14.2031 19.2969L5.20312 10.2969C4.73438 9.875 4.73438 9.17188 5.20312 8.70312C5.625 8.28125 6.32812 8.28125 6.79688 8.70312L15 16.9531L23.2031 8.75C23.625 8.28125 24.3281 8.28125 24.7969 8.75C25.2188 9.17188 25.2188 9.875 24.7969 10.2969L15.75 19.2969C15.3281 19.7656 14.625 19.7656 14.2031 19.2969Z" fill="currentColor"/></svg>'
         
     | 
| 
      
 34 
     | 
    
         
            +
                    }
         
     | 
| 
       33 
35 
     | 
    
         
             
                }
         
     | 
| 
       34 
     | 
    
         
            -
            }
         
     | 
| 
       35 
36 
     | 
    
         
             
            </script>
         
     | 
| 
         @@ -26,10 +26,10 @@ const PopoverWithButton = (props) => { 
     | 
|
| 
       26 
26 
     | 
    
         
             
                        className={showPopover ? "fa-flip-vertical" : ""}
         
     | 
| 
       27 
27 
     | 
    
         
             
                        display="inline_flex"
         
     | 
| 
       28 
28 
     | 
    
         
             
                    >
         
     | 
| 
       29 
     | 
    
         
            -
                      <Icon 
     | 
| 
       30 
     | 
    
         
            -
                          fixedWidth 
     | 
| 
       31 
     | 
    
         
            -
                          icon="angle-down" 
     | 
| 
       32 
     | 
    
         
            -
                          margin-left="xxs" 
     | 
| 
      
 29 
     | 
    
         
            +
                      <Icon
         
     | 
| 
      
 30 
     | 
    
         
            +
                          fixedWidth
         
     | 
| 
      
 31 
     | 
    
         
            +
                          icon="angle-down"
         
     | 
| 
      
 32 
     | 
    
         
            +
                          margin-left="xxs"
         
     | 
| 
       33 
33 
     | 
    
         
             
                      />
         
     | 
| 
       34 
34 
     | 
    
         
             
                    </Flex>
         
     | 
| 
       35 
35 
     | 
    
         
             
                  </Flex>
         
     |