dap-design-system 0.35.0 → 0.35.2

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/dist/dds.d.ts CHANGED
@@ -3694,6 +3694,10 @@ export declare class DapDSOptionList extends DapDSOptionList_base {
3694
3694
  * @ignore
3695
3695
  */
3696
3696
  options?: any[];
3697
+ /**
3698
+ * @ignore
3699
+ */
3700
+ disableDelaySet: boolean;
3697
3701
  queryTimeout: number | undefined;
3698
3702
  queryString: string;
3699
3703
  firstLoad: boolean;