sas-ui 0.8.215 → 0.8.217

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.
@@ -4797,7 +4797,7 @@ let SasMultiselect = class {
4797
4797
  });
4798
4798
  let chipText = formatValue.text;
4799
4799
  if (chipText !== 'All' && chipText.slice(0, 4) !== 'All ') {
4800
- chipText = 'All' + chipText;
4800
+ chipText = 'All ' + chipText;
4801
4801
  }
4802
4802
  chipObj = {
4803
4803
  value: valueArray,
@@ -498,7 +498,7 @@ export class SasMultiselect {
498
498
  });
499
499
  let chipText = formatValue.text;
500
500
  if (chipText !== 'All' && chipText.slice(0, 4) !== 'All ') {
501
- chipText = 'All' + chipText;
501
+ chipText = 'All ' + chipText;
502
502
  }
503
503
  chipObj = {
504
504
  value: valueArray,
@@ -11756,7 +11756,7 @@ let SasMultiselect$1 = class extends H {
11756
11756
  });
11757
11757
  let chipText = formatValue.text;
11758
11758
  if (chipText !== 'All' && chipText.slice(0, 4) !== 'All ') {
11759
- chipText = 'All' + chipText;
11759
+ chipText = 'All ' + chipText;
11760
11760
  }
11761
11761
  chipObj = {
11762
11762
  value: valueArray,
@@ -4793,7 +4793,7 @@ let SasMultiselect = class {
4793
4793
  });
4794
4794
  let chipText = formatValue.text;
4795
4795
  if (chipText !== 'All' && chipText.slice(0, 4) !== 'All ') {
4796
- chipText = 'All' + chipText;
4796
+ chipText = 'All ' + chipText;
4797
4797
  }
4798
4798
  chipObj = {
4799
4799
  value: valueArray,