bt-core-app 2.0.67 → 2.0.69
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 +6480 -6415
- package/dist/index.d.ts +3 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { BladeData as BladeData_2 } from '../composables/blade.ts';
|
|
|
3
3
|
import { default as BTAssistantMenu } from './components/BT-Assistant-Menu.vue';
|
|
4
4
|
import { default as BTBladeSteps } from './components/BT-Blade-Steps.vue';
|
|
5
5
|
import { default as BTColorPickerMenu } from './components/BT-Color-Picker-Menu.vue';
|
|
6
|
+
import { default as BTCronSpan } from './components/BT-Cron-Span.vue';
|
|
6
7
|
import { default as BTDemoProfileSelect } from './components/BT-Demo-Profile-Select.vue';
|
|
7
8
|
import { default as BTDialogConfirm } from './components/BT-Dialog-Confirm.vue';
|
|
8
9
|
import { default as BTDialogDate } from './components/BT-Dialog-Date.vue';
|
|
@@ -312,6 +313,8 @@ export declare interface BTCreateMenu {
|
|
|
312
313
|
useRoutes?: boolean;
|
|
313
314
|
}
|
|
314
315
|
|
|
316
|
+
export { BTCronSpan }
|
|
317
|
+
|
|
315
318
|
export declare const BTDateFormat: string;
|
|
316
319
|
|
|
317
320
|
export declare interface BTDates {
|