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 +4 -0
- package/dist/dds.js +166 -162
- package/dist/dds.js.map +1 -1
- package/dist/manifest/types/vue/index.d.ts +363 -363
- package/dist/manifest/vscode.html-custom-data.json +183 -183
- package/dist/manifest/web-types.json +506 -506
- package/dist/react-types.ts +10 -10
- package/dist/react.d.ts +149 -145
- package/dist/react.js +108 -108
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
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;
|