bt-core-app 2.0.115 → 2.0.118
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/bt-core-app.js +19340 -19189
- package/dist/index.d.ts +6 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9,9 +9,11 @@ import { default as BTDialogConfirm } from './components/BT-Dialog-Confirm.vue';
|
|
|
9
9
|
import { default as BTDialogDate } from './components/BT-Dialog-Date.vue';
|
|
10
10
|
import { default as BTDialogNumber } from './components/BT-Dialog-Number.vue';
|
|
11
11
|
import { default as BTDialogSelect } from './components/BT-Dialog-Select.vue';
|
|
12
|
+
import { default as BTFieldSelectSimple } from './components/BT-Field-Select-Simple.vue';
|
|
12
13
|
import { default as BTForm } from './components/BT-Form.vue';
|
|
13
14
|
import { default as BTFormBuilder } from './components/BT-Form-Builder.vue';
|
|
14
15
|
import { default as BTFormField } from './components/BT-Form-Field.vue';
|
|
16
|
+
import { default as BTSelectSimple } from './components/BT-Select-Simple.vue';
|
|
15
17
|
import { default as BTSquareCheck } from './components/BT-Square-Check.vue';
|
|
16
18
|
import { CloseBladeOptions as CloseBladeOptions_2 } from '../composables/blade.ts';
|
|
17
19
|
import { ComponentPublicInstance } from 'vue';
|
|
@@ -369,6 +371,8 @@ export declare interface BTFeedback {
|
|
|
369
371
|
sendAsync: (obj: FeedbackDTO) => Promise<boolean>;
|
|
370
372
|
}
|
|
371
373
|
|
|
374
|
+
export { BTFieldSelectSimple }
|
|
375
|
+
|
|
372
376
|
export declare interface BTFilters {
|
|
373
377
|
findFilter: (mFilter: string | undefined) => Function;
|
|
374
378
|
}
|
|
@@ -425,6 +429,8 @@ export declare interface BTPWA {
|
|
|
425
429
|
updateApp: () => void;
|
|
426
430
|
}
|
|
427
431
|
|
|
432
|
+
export { BTSelectSimple }
|
|
433
|
+
|
|
428
434
|
export { BTSquareCheck }
|
|
429
435
|
|
|
430
436
|
export declare interface BTSteps<T> {
|