@govtechsg/sgds-web-component 3.20.0-rc.2 → 3.20.0-rc.3
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/Table/index.umd.min.js +1 -1
- package/components/Table/index.umd.min.js.map +1 -1
- package/components/Table/sgds-table.js +4 -4
- package/components/Table/sgds-table.js.map +1 -1
- package/components/index.umd.min.js +1 -1
- package/components/index.umd.min.js.map +1 -1
- package/custom-elements.json +9 -5
- package/index.umd.min.js +1 -1
- package/index.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/react/components/Table/sgds-table.cjs.js +4 -4
- package/react/components/Table/sgds-table.cjs.js.map +1 -1
- package/react/components/Table/sgds-table.js +4 -4
- package/react/components/Table/sgds-table.js.map +1 -1
|
@@ -122,7 +122,7 @@ class At{constructor(t,e,s,i){if(this.subscribe=!1,this.provided=!1,this.value=v
|
|
|
122
122
|
</table>`}
|
|
123
123
|
</div>
|
|
124
124
|
</div>
|
|
125
|
-
`}}function jt(t,e){customElements.get(t)||customElements.define(t,e)}Bt.styles=[...Ut.styles,Mt],t([kt({type:String,reflect:!0})],Bt.prototype,"responsive",void 0),t([kt({type:Array})],Bt.prototype,"rowHeader",void 0),t([kt({type:Array})],Bt.prototype,"columnHeader",void 0),t([kt({type:Array})],Bt.prototype,"tableData",void 0),t([kt({type:String})],Bt.prototype,"headerPosition",void 0),t([kt({type:Boolean})],Bt.prototype,"headerBackground",void 0),t([kt({type:Boolean})],Bt.prototype,"tableBorder",void 0),t([kt({type:String})],Bt.prototype,"layout",void 0),t([kt({type:Boolean})],Bt.prototype,"hasDefaultSlot",void 0),t([function({context:t}){return(e,s)=>{const i=new WeakMap;if("object"==typeof s)return{get(){return e.get.call(this)},set(t){return i.get(this).setValue(t),e.set.call(this,t)},init(e){return i.set(this,new Wt(this,{context:t,initialValue:e})),e}};{e.constructor.addInitializer(e=>{i.set(e,new Wt(e,{context:t}))});const o=Object.getOwnPropertyDescriptor(e,s);let r;if(void 0===o){const t=new WeakMap;r={get(){return t.get(this)},set(e){i.get(this).setValue(e),t.set(this,e)},configurable:!0,enumerable:!0}}else{const t=o.set;r={...o,set(e){i.get(this).setValue(e),t?.call(this,e)}}}return void Object.defineProperty(e,s,r)}}}
|
|
125
|
+
`}}function jt(t,e){customElements.get(t)||customElements.define(t,e)}Bt.styles=[...Ut.styles,Mt],t([kt({type:String,reflect:!0})],Bt.prototype,"responsive",void 0),t([kt({type:Array})],Bt.prototype,"rowHeader",void 0),t([kt({type:Array})],Bt.prototype,"columnHeader",void 0),t([kt({type:Array})],Bt.prototype,"tableData",void 0),t([kt({type:String,reflect:!0})],Bt.prototype,"headerPosition",void 0),t([kt({type:Boolean,reflect:!0})],Bt.prototype,"headerBackground",void 0),t([kt({type:Boolean,reflect:!0})],Bt.prototype,"tableBorder",void 0),t([kt({type:String,reflect:!0})],Bt.prototype,"layout",void 0),t([kt({type:Boolean})],Bt.prototype,"hasDefaultSlot",void 0),t([function({context:t}){return(e,s)=>{const i=new WeakMap;if("object"==typeof s)return{get(){return e.get.call(this)},set(t){return i.get(this).setValue(t),e.set.call(this,t)},init(e){return i.set(this,new Wt(this,{context:t,initialValue:e})),e}};{e.constructor.addInitializer(e=>{i.set(e,new Wt(e,{context:t}))});const o=Object.getOwnPropertyDescriptor(e,s);let r;if(void 0===o){const t=new WeakMap;r={get(){return t.get(this)},set(e){i.get(this).setValue(e),t.set(this,e)},configurable:!0,enumerable:!0}}else{const t=o.set;r={...o,set(e){i.get(this).setValue(e),t?.call(this,e)}}}return void Object.defineProperty(e,s,r)}}}
|
|
126
126
|
/**
|
|
127
127
|
* @license
|
|
128
128
|
* Copyright 2022 Google LLC
|