@kigi/components 1.37.0-alpha.3 → 1.37.0-beta.10
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/package.json
CHANGED
package/src/components/index.ts
CHANGED
|
@@ -76,7 +76,6 @@ import { mbgSelectMultiListModule } from './mbg-select-multi-list'
|
|
|
76
76
|
import { mbgProductInlineModule } from './mbg-product-inline'
|
|
77
77
|
import { NgCountCharacter } from '../helpers/count-character/count-character'
|
|
78
78
|
import { mbgPopupSelectModule } from './mbg-popup-select'
|
|
79
|
-
import { mbgStatusLabelModule } from './mbg-status-label'
|
|
80
79
|
import { mbgDynamicCubeModule } from './mbg-dynamic-cube'
|
|
81
80
|
import { mbgTimelineModule } from './mbg-timeline'
|
|
82
81
|
import { MbgActiveScroll } from '../helpers/mbg-active-scroll/mbg-active-scroll'
|
|
@@ -87,6 +86,7 @@ import { NgMaskIe } from '../helpers/ie-directive/ie-directive'
|
|
|
87
86
|
import { mbgAceEditorModule } from './mbg-ace-editor'
|
|
88
87
|
import { mbgImageUploadCropModule } from './mbg-image-upload-crop'
|
|
89
88
|
import { mbgStoreGoalModule } from './mbg-store-goal'
|
|
89
|
+
import { mbgStatusLabelModule } from './mbg-status-label'
|
|
90
90
|
|
|
91
91
|
if (!window['$']) {
|
|
92
92
|
window['$'] = $
|
|
@@ -148,13 +148,13 @@ const mbgComponentsModule = angular
|
|
|
148
148
|
mbgProductInlineModule,
|
|
149
149
|
// mbgEditorModule,
|
|
150
150
|
mbgPopupSelectModule,
|
|
151
|
-
mbgStatusLabelModule,
|
|
152
151
|
mbgDynamicCubeModule,
|
|
153
152
|
mbgTimelineModule,
|
|
154
153
|
mbgRepasseModule,
|
|
155
154
|
mbgTextEditorModule,
|
|
156
155
|
mbgAceEditorModule,
|
|
157
156
|
mbgStoreGoalModule,
|
|
157
|
+
mbgStatusLabelModule,
|
|
158
158
|
])
|
|
159
159
|
.config(appConfig)
|
|
160
160
|
.service('mbgAlert', MbgAlert)
|