@descope/web-components-ui 1.0.231 → 1.0.233

Sign up to get free protection for your applications and to get access to all the features.
@@ -3820,7 +3820,7 @@ var switchToggle$1 = /*#__PURE__*/Object.freeze({
3820
3820
 
3821
3821
  const componentName$q = getComponentName('container');
3822
3822
 
3823
- class RawContainer extends createBaseClass({ componentName: componentName$q, baseSelector: ':host > slot' }) {
3823
+ class RawContainer extends createBaseClass({ componentName: componentName$q, baseSelector: 'slot' }) {
3824
3824
  constructor() {
3825
3825
  super();
3826
3826
 
@@ -8094,6 +8094,9 @@ const GridMixin = (superclass) =>
8094
8094
  super.init?.();
8095
8095
  this.handleColumns();
8096
8096
  this.forwardSelectedItemsChange();
8097
+
8098
+ // disable the grid sort
8099
+ this.baseElement._mapSorters = () => {};
8097
8100
  }
8098
8101
 
8099
8102
  forwardSelectedItemsChange() {