@kyndryl-design-system/shidoka-applications 2.90.4 → 2.91.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.
- package/components/reusable/pagination/pagination-page-size-dropdown.d.ts +2 -0
- package/components/reusable/pagination/pagination-page-size-dropdown.d.ts.map +1 -1
- package/components/reusable/pagination/pagination-page-size-dropdown.js +4 -3
- package/components/reusable/pagination/pagination-page-size-dropdown.js.map +1 -1
- package/package.json +1 -1
|
@@ -15,6 +15,8 @@ export declare class PaginationPageSizeDropdown extends LitElement {
|
|
|
15
15
|
accessor pageSize: number;
|
|
16
16
|
/** Available options for the page size. */
|
|
17
17
|
accessor pageSizeOptions: Array<number>;
|
|
18
|
+
/** Controls direction that dropdown opens. */
|
|
19
|
+
accessor openDirection: 'auto' | 'up' | 'down';
|
|
18
20
|
/** Customizable text strings. Inherited from parent
|
|
19
21
|
* @internal
|
|
20
22
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination-page-size-dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/reusable/pagination/pagination-page-size-dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAa,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAGvE,OAAO,sBAAsB,CAAC;AAC9B,OAAO,4BAA4B,CAAC;AAKpC;;;;;;;GAOG;AACH,qBACa,0BAA2B,SAAQ,UAAU;IACxD,OAAgB,MAAM,0BAAqB;IAE3C,yBAAyB;IAEzB,QAAQ,CAAC,QAAQ,SAAK;IAEtB,2CAA2C;IAE3C,QAAQ,CAAC,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,CAA2B;IAElE;;OAEG;IAEH,QAAQ,CAAC,WAAW,EAAE,GAAG,CAAM;IAE/B;;OAEG;IAEH,QAAQ,CAAC,qBAAqB,SAAoB;IAElD;;;OAGG;IACH,OAAO,CAAC,YAAY;IAgBX,OAAO,CAAC,YAAY,EAAE,cAAc,CAAC,IAAI,CAAC;IAQ1C,MAAM;
|
|
1
|
+
{"version":3,"file":"pagination-page-size-dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/reusable/pagination/pagination-page-size-dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAa,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAGvE,OAAO,sBAAsB,CAAC;AAC9B,OAAO,4BAA4B,CAAC;AAKpC;;;;;;;GAOG;AACH,qBACa,0BAA2B,SAAQ,UAAU;IACxD,OAAgB,MAAM,0BAAqB;IAE3C,yBAAyB;IAEzB,QAAQ,CAAC,QAAQ,SAAK;IAEtB,2CAA2C;IAE3C,QAAQ,CAAC,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,CAA2B;IAElE,8CAA8C;IAE9C,QAAQ,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAAU;IAExD;;OAEG;IAEH,QAAQ,CAAC,WAAW,EAAE,GAAG,CAAM;IAE/B;;OAEG;IAEH,QAAQ,CAAC,qBAAqB,SAAoB;IAElD;;;OAGG;IACH,OAAO,CAAC,YAAY;IAgBX,OAAO,CAAC,YAAY,EAAE,cAAc,CAAC,IAAI,CAAC;IAQ1C,MAAM;CA6BhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,mCAAmC,EAAE,0BAA0B,CAAC;KACjE;CACF"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{__setFunctionName as e,__esDecorate as t,__runInitializers as i,__classPrivateFieldGet as a,__classPrivateFieldSet as
|
|
1
|
+
import{__setFunctionName as e,__esDecorate as t,__runInitializers as i,__classPrivateFieldGet as a,__classPrivateFieldSet as n}from"tslib";import{css as o,LitElement as s,unsafeCSS as r,html as p}from"lit";import{customElement as d,property as m}from"lit/decorators.js";import"../dropdown/dropdown.js";import"../dropdown/dropdownOption.js";import"lit-html/directives/unsafe-svg.js";import"lit/directives/class-map.js";import"lit/directives/if-defined.js";import"../../../common/mixins/form-input.js";import"deepmerge-ts";import"../dropdown/enhancedDropdownOption.js";import"../checkbox/checkbox.js";import"lit-html/directives/class-map.js";import"../checkbox/checkboxGroup.js";import"../textInput/textInput.js";import"../button/button.js";import"../../../common/helpers/helpers.js";import"../button/defs.js";import"../../../vendor/@kyndryl-design-system/shidoka-icons-BGhMLbpH.js";import"../checkbox/checkboxSubgroup.js";import"../tag/tag.js";import"../../../tag-ehM901IX.js";import"../tag/tagGroup.js";import"../link/link.js";import"../link/defs.js";import"../tag/tag.skeleton.js";import"../loaders/skeleton.js";var l=o`*,
|
|
2
2
|
*::before,
|
|
3
3
|
*::after {
|
|
4
4
|
box-sizing: border-box;
|
|
@@ -64,7 +64,7 @@ import{__setFunctionName as e,__esDecorate as t,__runInitializers as i,__classPr
|
|
|
64
64
|
font-size: var(--kd-font-size-body-2-max);
|
|
65
65
|
line-height: var(--kd-line-height-body-2-max);
|
|
66
66
|
}
|
|
67
|
-
}`;let
|
|
67
|
+
}`;let h=(()=>{var o,h,g,c,b;let u,k,S,f,z,v,w,y=[d("kyn-pagination-page-size-dropdown")],x=[],j=s,D=[],O=[],$=[],L=[],P=[],M=[],W=[],A=[],C=[],I=[];return k=class extends j{get pageSize(){return a(this,o,"f")}set pageSize(e){n(this,o,e,"f")}get pageSizeOptions(){return a(this,h,"f")}set pageSizeOptions(e){n(this,h,e,"f")}get openDirection(){return a(this,g,"f")}set openDirection(e){n(this,g,e,"f")}get textStrings(){return a(this,c,"f")}set textStrings(e){n(this,c,e,"f")}get pageSizeDropdownLabel(){return a(this,b,"f")}set pageSizeDropdownLabel(e){n(this,b,e,"f")}handleChange(e){const t=Number(e.detail.value);Number.isFinite(t)&&(this.pageSize=t,this.dispatchEvent(new CustomEvent("on-page-size-change",{detail:{value:t},bubbles:!0,composed:!0})))}updated(e){e.has("pageSizeOptions")&&(Array.isArray(this.pageSizeOptions)||(this.pageSizeOptions=[]))}render(){const e=Array.isArray(this.pageSizeOptions)?this.pageSizeOptions:[];return p`
|
|
68
68
|
<label>${this.textStrings.itemsPerPage}</label>
|
|
69
69
|
<kyn-dropdown
|
|
70
70
|
name="page-size"
|
|
@@ -72,6 +72,7 @@ import{__setFunctionName as e,__esDecorate as t,__runInitializers as i,__classPr
|
|
|
72
72
|
label=${this.pageSizeDropdownLabel}
|
|
73
73
|
inline
|
|
74
74
|
size="sm"
|
|
75
|
+
openDirection=${this.openDirection}
|
|
75
76
|
.value=${String(this.pageSize)}
|
|
76
77
|
@on-change=${e=>this.handleChange(e)}
|
|
77
78
|
>
|
|
@@ -83,5 +84,5 @@ import{__setFunctionName as e,__esDecorate as t,__runInitializers as i,__classPr
|
|
|
83
84
|
</kyn-dropdown-option>
|
|
84
85
|
`))}
|
|
85
86
|
</kyn-dropdown>
|
|
86
|
-
`}constructor(){super(...arguments),o.set(this,i(this,
|
|
87
|
+
`}constructor(){super(...arguments),o.set(this,i(this,D,5)),h.set(this,(i(this,O),i(this,$,[5,10,20,30,40,50]))),g.set(this,(i(this,L),i(this,P,"auto"))),c.set(this,(i(this,M),i(this,W,{}))),b.set(this,(i(this,A),i(this,C,"Items per page"))),i(this,I)}},o=new WeakMap,h=new WeakMap,g=new WeakMap,c=new WeakMap,b=new WeakMap,e(k,"PaginationPageSizeDropdown"),(()=>{var e;const i="function"==typeof Symbol&&Symbol.metadata?Object.create(null!==(e=j[Symbol.metadata])&&void 0!==e?e:null):void 0;S=[m({type:Number,reflect:!0})],f=[m({attribute:!1})],z=[m({type:String})],v=[m({attribute:!1})],w=[m({type:String})],t(k,null,S,{kind:"accessor",name:"pageSize",static:!1,private:!1,access:{has:e=>"pageSize"in e,get:e=>e.pageSize,set:(e,t)=>{e.pageSize=t}},metadata:i},D,O),t(k,null,f,{kind:"accessor",name:"pageSizeOptions",static:!1,private:!1,access:{has:e=>"pageSizeOptions"in e,get:e=>e.pageSizeOptions,set:(e,t)=>{e.pageSizeOptions=t}},metadata:i},$,L),t(k,null,z,{kind:"accessor",name:"openDirection",static:!1,private:!1,access:{has:e=>"openDirection"in e,get:e=>e.openDirection,set:(e,t)=>{e.openDirection=t}},metadata:i},P,M),t(k,null,v,{kind:"accessor",name:"textStrings",static:!1,private:!1,access:{has:e=>"textStrings"in e,get:e=>e.textStrings,set:(e,t)=>{e.textStrings=t}},metadata:i},W,A),t(k,null,w,{kind:"accessor",name:"pageSizeDropdownLabel",static:!1,private:!1,access:{has:e=>"pageSizeDropdownLabel"in e,get:e=>e.pageSizeDropdownLabel,set:(e,t)=>{e.pageSizeDropdownLabel=t}},metadata:i},C,I),t(null,u={value:k},y,{kind:"class",name:k.name,metadata:i},null,x),k=u.value,i&&Object.defineProperty(k,Symbol.metadata,{enumerable:!0,configurable:!0,writable:!0,value:i})})(),k.styles=r(l),i(k,x),k})();export{h as PaginationPageSizeDropdown};
|
|
87
88
|
//# sourceMappingURL=pagination-page-size-dropdown.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination-page-size-dropdown.js","sources":["../../../../src/components/reusable/pagination/pagination-page-size-dropdown.ts"],"sourcesContent":["import { html, LitElement, unsafeCSS, type PropertyValues } from 'lit';\nimport { property, customElement } from 'lit/decorators.js';\n\nimport '../dropdown/dropdown';\nimport '../dropdown/dropdownOption';\n\nimport styles from './pagination-page-size-dropdown.scss?inline';\n// import { PAGE_SIZE_LABEL } from './constants';\n\n/**\n * `kyn-pagination-page-size-dropdown` Web Component.\n *\n * This component provides a dropdown to select the page size for pagination.\n * It emits events when the selected page size changes.\n *\n * @fires on-page-size-change - The event fired when the page size changes.\n */\n@customElement('kyn-pagination-page-size-dropdown')\nexport class PaginationPageSizeDropdown extends LitElement {\n static override styles = unsafeCSS(styles);\n\n /** Current page size. */\n @property({ type: Number, reflect: true })\n accessor pageSize = 5;\n\n /** Available options for the page size. */\n @property({ attribute: false })\n accessor pageSizeOptions: Array<number> = [5, 10, 20, 30, 40, 50];\n\n /** Customizable text strings. Inherited from parent\n * @internal\n */\n @property({ attribute: false })\n accessor textStrings: any = {};\n\n /** Label for the page size dropdown. Required for accessibility.\n * @internal\n */\n @property({ type: String })\n accessor pageSizeDropdownLabel = 'Items per page';\n\n /**\n * Handles the dropdown change event.\n * @param {CustomEvent} event - The dropdown change event.\n */\n private handleChange(event: CustomEvent) {\n const next = Number(event.detail.value);\n\n if (!Number.isFinite(next)) return;\n\n this.pageSize = next;\n\n this.dispatchEvent(\n new CustomEvent('on-page-size-change', {\n detail: { value: next },\n bubbles: true, // So that parent components can catch it\n composed: true, // Required for the event to pass through the Shadow DOM boundary\n })\n );\n }\n\n override updated(changedProps: PropertyValues<this>) {\n if (changedProps.has('pageSizeOptions')) {\n if (!Array.isArray(this.pageSizeOptions)) {\n this.pageSizeOptions = [];\n }\n }\n }\n\n override render() {\n const options = Array.isArray(this.pageSizeOptions)\n ? this.pageSizeOptions\n : [];\n\n return html`\n <label>${this.textStrings.itemsPerPage}</label>\n <kyn-dropdown\n name=\"page-size\"\n class=\"pagination-dropdown\"\n label=${this.pageSizeDropdownLabel}\n inline\n size=\"sm\"\n .value=${String(this.pageSize)}\n @on-change=${(e: CustomEvent) => this.handleChange(e)}\n >\n <span slot=\"label\">${this.textStrings.itemsPerPage}</span>\n\n ${options.map(\n (option) => html`\n <kyn-dropdown-option .value=${String(option)}>\n ${option}\n </kyn-dropdown-option>\n `\n )}\n </kyn-dropdown>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'kyn-pagination-page-size-dropdown': PaginationPageSizeDropdown;\n }\n}\n"],"names":["PaginationPageSizeDropdown","customElement","LitElement","_classThis","_classSuper","pageSize","__classPrivateFieldGet","this","_PaginationPageSizeDropdown_pageSize_accessor_storage","value","__classPrivateFieldSet","pageSizeOptions","_PaginationPageSizeDropdown_pageSizeOptions_accessor_storage","textStrings","_PaginationPageSizeDropdown_textStrings_accessor_storage","pageSizeDropdownLabel","_PaginationPageSizeDropdown_pageSizeDropdownLabel_accessor_storage","handleChange","event","next","Number","detail","isFinite","dispatchEvent","CustomEvent","bubbles","composed","updated","changedProps","has","Array","isArray","render","options","html","itemsPerPage","String","e","map","option","set","__runInitializers","_pageSize_initializers","_pageSize_extraInitializers","_pageSizeOptions_initializers","_pageSizeOptions_extraInitializers","_textStrings_initializers","_textStrings_extraInitializers","_pageSizeDropdownLabel_initializers","property","type","reflect","_pageSizeOptions_decorators","attribute","_textStrings_decorators","_pageSizeDropdownLabel_decorators","__esDecorate","_pageSize_decorators","kind","name","static","private","access","obj","get","metadata","_metadata","_pageSizeDropdownLabel_extraInitializers","_classDescriptor","_classDecorators","_classExtraInitializers","styles","unsafeCSS"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkBaA,EAA0B,
|
|
1
|
+
{"version":3,"file":"pagination-page-size-dropdown.js","sources":["../../../../src/components/reusable/pagination/pagination-page-size-dropdown.ts"],"sourcesContent":["import { html, LitElement, unsafeCSS, type PropertyValues } from 'lit';\nimport { property, customElement } from 'lit/decorators.js';\n\nimport '../dropdown/dropdown';\nimport '../dropdown/dropdownOption';\n\nimport styles from './pagination-page-size-dropdown.scss?inline';\n// import { PAGE_SIZE_LABEL } from './constants';\n\n/**\n * `kyn-pagination-page-size-dropdown` Web Component.\n *\n * This component provides a dropdown to select the page size for pagination.\n * It emits events when the selected page size changes.\n *\n * @fires on-page-size-change - The event fired when the page size changes.\n */\n@customElement('kyn-pagination-page-size-dropdown')\nexport class PaginationPageSizeDropdown extends LitElement {\n static override styles = unsafeCSS(styles);\n\n /** Current page size. */\n @property({ type: Number, reflect: true })\n accessor pageSize = 5;\n\n /** Available options for the page size. */\n @property({ attribute: false })\n accessor pageSizeOptions: Array<number> = [5, 10, 20, 30, 40, 50];\n\n /** Controls direction that dropdown opens. */\n @property({ type: String })\n accessor openDirection: 'auto' | 'up' | 'down' = 'auto';\n\n /** Customizable text strings. Inherited from parent\n * @internal\n */\n @property({ attribute: false })\n accessor textStrings: any = {};\n\n /** Label for the page size dropdown. Required for accessibility.\n * @internal\n */\n @property({ type: String })\n accessor pageSizeDropdownLabel = 'Items per page';\n\n /**\n * Handles the dropdown change event.\n * @param {CustomEvent} event - The dropdown change event.\n */\n private handleChange(event: CustomEvent) {\n const next = Number(event.detail.value);\n\n if (!Number.isFinite(next)) return;\n\n this.pageSize = next;\n\n this.dispatchEvent(\n new CustomEvent('on-page-size-change', {\n detail: { value: next },\n bubbles: true, // So that parent components can catch it\n composed: true, // Required for the event to pass through the Shadow DOM boundary\n })\n );\n }\n\n override updated(changedProps: PropertyValues<this>) {\n if (changedProps.has('pageSizeOptions')) {\n if (!Array.isArray(this.pageSizeOptions)) {\n this.pageSizeOptions = [];\n }\n }\n }\n\n override render() {\n const options = Array.isArray(this.pageSizeOptions)\n ? this.pageSizeOptions\n : [];\n\n return html`\n <label>${this.textStrings.itemsPerPage}</label>\n <kyn-dropdown\n name=\"page-size\"\n class=\"pagination-dropdown\"\n label=${this.pageSizeDropdownLabel}\n inline\n size=\"sm\"\n openDirection=${this.openDirection}\n .value=${String(this.pageSize)}\n @on-change=${(e: CustomEvent) => this.handleChange(e)}\n >\n <span slot=\"label\">${this.textStrings.itemsPerPage}</span>\n\n ${options.map(\n (option) => html`\n <kyn-dropdown-option .value=${String(option)}>\n ${option}\n </kyn-dropdown-option>\n `\n )}\n </kyn-dropdown>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'kyn-pagination-page-size-dropdown': PaginationPageSizeDropdown;\n }\n}\n"],"names":["PaginationPageSizeDropdown","customElement","LitElement","_classThis","_classSuper","pageSize","__classPrivateFieldGet","this","_PaginationPageSizeDropdown_pageSize_accessor_storage","value","__classPrivateFieldSet","pageSizeOptions","_PaginationPageSizeDropdown_pageSizeOptions_accessor_storage","openDirection","_PaginationPageSizeDropdown_openDirection_accessor_storage","textStrings","_PaginationPageSizeDropdown_textStrings_accessor_storage","pageSizeDropdownLabel","_PaginationPageSizeDropdown_pageSizeDropdownLabel_accessor_storage","handleChange","event","next","Number","detail","isFinite","dispatchEvent","CustomEvent","bubbles","composed","updated","changedProps","has","Array","isArray","render","options","html","itemsPerPage","String","e","map","option","set","__runInitializers","_pageSize_initializers","_pageSize_extraInitializers","_pageSizeOptions_initializers","_pageSizeOptions_extraInitializers","_openDirection_initializers","_openDirection_extraInitializers","_textStrings_initializers","_textStrings_extraInitializers","_pageSizeDropdownLabel_initializers","property","type","reflect","_pageSizeOptions_decorators","attribute","_openDirection_decorators","_textStrings_decorators","_pageSizeDropdownLabel_decorators","__esDecorate","_pageSize_decorators","kind","name","static","private","access","obj","get","metadata","_metadata","_pageSizeDropdownLabel_extraInitializers","_classDescriptor","_classDecorators","_classExtraInitializers","styles","unsafeCSS"],"mappings":"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"}
|