@skyux/lookup 5.7.2 → 5.8.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/bundles/skyux-lookup.umd.js +7 -5
- package/documentation.json +3 -3
- package/esm2015/lib/modules/country-field/country-field.component.js +4 -2
- package/esm2015/lib/modules/country-field/country-field.component.js.map +1 -1
- package/esm2015/lib/modules/lookup/lookup.component.js +1 -1
- package/esm2015/lib/modules/lookup/lookup.component.js.map +1 -1
- package/fesm2015/skyux-lookup.js +5 -3
- package/fesm2015/skyux-lookup.js.map +1 -1
- package/lib/modules/lookup/lookup.component.d.ts +1 -1
- package/package.json +12 -12
package/documentation.json
CHANGED
|
@@ -7000,7 +7000,7 @@
|
|
|
7000
7000
|
"tags": [
|
|
7001
7001
|
{
|
|
7002
7002
|
"tag": "default",
|
|
7003
|
-
"text": "\"
|
|
7003
|
+
"text": "\"multiple\"\n"
|
|
7004
7004
|
}
|
|
7005
7005
|
]
|
|
7006
7006
|
},
|
|
@@ -7023,7 +7023,7 @@
|
|
|
7023
7023
|
"tags": [
|
|
7024
7024
|
{
|
|
7025
7025
|
"tag": "default",
|
|
7026
|
-
"text": "\"
|
|
7026
|
+
"text": "\"multiple\"\n"
|
|
7027
7027
|
}
|
|
7028
7028
|
]
|
|
7029
7029
|
},
|
|
@@ -9452,7 +9452,7 @@
|
|
|
9452
9452
|
{
|
|
9453
9453
|
"fileName": "lookup-custom-picker-demo.module.ts",
|
|
9454
9454
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/custom-picker/lookup-custom-picker-demo.module.ts",
|
|
9455
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyCheckboxModule, SkyInputBoxModule } from '@skyux/forms';\nimport { SkyLookupModule } from '@skyux/lookup';\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { LookupCustomPickerDemoModalComponent } from './lookup-custom-picker-demo-modal.component';\nimport { LookupCustomPickerDemoComponent } from './lookup-custom-picker-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyCheckboxModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyLookupModule,\n SkyModalModule,\n ],\n declarations: [\n LookupCustomPickerDemoComponent,\n LookupCustomPickerDemoModalComponent,\n ],\n exports: [LookupCustomPickerDemoComponent],\n})\nexport class LookupCustomPickerDemoModule {}\n"
|
|
9455
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyCheckboxModule, SkyInputBoxModule } from '@skyux/forms';\nimport { SkyLookupModule } from '@skyux/lookup';\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { LookupCustomPickerDemoModalComponent } from './lookup-custom-picker-demo-modal.component';\nimport { LookupCustomPickerDemoComponent } from './lookup-custom-picker-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyCheckboxModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyLookupModule,\n SkyModalModule,\n ],\n declarations: [\n LookupCustomPickerDemoComponent,\n LookupCustomPickerDemoModalComponent,\n ],\n exports: [LookupCustomPickerDemoComponent],\n entryComponents: [LookupCustomPickerDemoModalComponent],\n})\nexport class LookupCustomPickerDemoModule {}\n"
|
|
9456
9456
|
},
|
|
9457
9457
|
{
|
|
9458
9458
|
"fileName": "lookup-multiple-demo.component.html",
|