@anglr/select 11.0.1 → 11.0.2-beta.20220222065052

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/changelog.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## Version 11.0.2 (2022-02-22)
4
+
5
+ ### Bug Fixes
6
+
7
+ - fixed first import at `index`
8
+ - fixed missing exports for `NgSelectAbsoluteDirective`
9
+ - fixed missing exports for `NgSelectPlaceholderDirective`
10
+
3
11
  ## Version 11.0.1 (2022-02-22)
4
12
 
5
13
  ### Bug Fixes
@@ -1,11 +1,13 @@
1
- import './select.ssr';
1
+ import './index.ssr';
2
2
  export * from './components/select/types';
3
3
  export * from './components/select/select.component';
4
4
  export * from './components/option/optgroup.component';
5
5
  export * from './components/option/option.component';
6
6
  export * from './components/option';
7
7
  export * from './components/select';
8
+ export * from './directives/ngSelectAbsolute/ngSelectAbsolute.directive';
8
9
  export * from './directives/ngSelectEdit/ngSelectEdit.directive';
10
+ export * from './directives/ngSelectPlaceholder/ngSelectPlaceholder.directive';
9
11
  export * from './misc/ngSelectControlValueAccessor.directive';
10
12
  export * from './misc';
11
13
  export * from './misc/types';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kDAAkD,CAAC;AACjE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mBAAmB,CAAC","sourcesContent":["import './select.ssr';\n\nexport * from './components/select/types';\nexport * from './components/select/select.component';\nexport * from './components/option/optgroup.component';\nexport * from './components/option/option.component';\nexport * from './components/option';\nexport * from './components/select';\nexport * from './directives/ngSelectEdit/ngSelectEdit.directive';\nexport * from './misc/ngSelectControlValueAccessor.directive';\nexport * from './misc';\nexport * from './misc/types';\nexport * from './misc/pluginBus/pluginBus';\nexport * from './misc/pluginBus/pluginBus.interface';\nexport * from './misc/optionsGatherer/types';\nexport * from './modules/ngSelect.module';\nexport * from './modules/ngSelectDynamic.module';\nexport * from './modules/ngSelectEdit.module';\nexport * from './pipes/ngSelectValue.pipe';\nexport * from './plugins/keyboardHandler';\nexport * from './plugins/keyboardHandler/types';\nexport * from './plugins/keyboardHandler/components';\nexport * from './plugins/liveSearch';\nexport * from './plugins/liveSearch/types';\nexport * from './plugins/liveSearch/components';\nexport * from './plugins/normalState';\nexport * from './plugins/normalState/types';\nexport * from './plugins/normalState/components';\nexport * from './plugins/popup';\nexport * from './plugins/popup/types';\nexport * from './plugins/popup/component';\nexport * from './plugins/positioner';\nexport * from './plugins/positioner/types';\nexport * from './plugins/positioner/components';\nexport * from './plugins/readonlyState';\nexport * from './plugins/readonlyState/types';\nexport * from './plugins/valueHandler';\nexport * from './plugins/valueHandler/types';\nexport * from './plugins/valueHandler/components';\nexport * from './misc/extensions';"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,+CAA+C,CAAC;AAC9D,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mBAAmB,CAAC","sourcesContent":["import './index.ssr';\n\nexport * from './components/select/types';\nexport * from './components/select/select.component';\nexport * from './components/option/optgroup.component';\nexport * from './components/option/option.component';\nexport * from './components/option';\nexport * from './components/select';\nexport * from './directives/ngSelectAbsolute/ngSelectAbsolute.directive';\nexport * from './directives/ngSelectEdit/ngSelectEdit.directive';\nexport * from './directives/ngSelectPlaceholder/ngSelectPlaceholder.directive';\nexport * from './misc/ngSelectControlValueAccessor.directive';\nexport * from './misc';\nexport * from './misc/types';\nexport * from './misc/pluginBus/pluginBus';\nexport * from './misc/pluginBus/pluginBus.interface';\nexport * from './misc/optionsGatherer/types';\nexport * from './modules/ngSelect.module';\nexport * from './modules/ngSelectDynamic.module';\nexport * from './modules/ngSelectEdit.module';\nexport * from './pipes/ngSelectValue.pipe';\nexport * from './plugins/keyboardHandler';\nexport * from './plugins/keyboardHandler/types';\nexport * from './plugins/keyboardHandler/components';\nexport * from './plugins/liveSearch';\nexport * from './plugins/liveSearch/types';\nexport * from './plugins/liveSearch/components';\nexport * from './plugins/normalState';\nexport * from './plugins/normalState/types';\nexport * from './plugins/normalState/components';\nexport * from './plugins/popup';\nexport * from './plugins/popup/types';\nexport * from './plugins/popup/component';\nexport * from './plugins/positioner';\nexport * from './plugins/positioner/types';\nexport * from './plugins/positioner/components';\nexport * from './plugins/readonlyState';\nexport * from './plugins/readonlyState/types';\nexport * from './plugins/valueHandler';\nexport * from './plugins/valueHandler/types';\nexport * from './plugins/valueHandler/components';\nexport * from './misc/extensions';"]}
@@ -1,11 +1,13 @@
1
- import './select.ssr';
1
+ import './index.ssr';
2
2
  export * from './components/select/types';
3
3
  export * from './components/select/select.component';
4
4
  export * from './components/option/optgroup.component';
5
5
  export * from './components/option/option.component';
6
6
  export * from './components/option';
7
7
  export * from './components/select';
8
+ export * from './directives/ngSelectAbsolute/ngSelectAbsolute.directive';
8
9
  export * from './directives/ngSelectEdit/ngSelectEdit.directive';
10
+ export * from './directives/ngSelectPlaceholder/ngSelectPlaceholder.directive';
9
11
  export * from './misc/ngSelectControlValueAccessor.directive';
10
12
  export * from './misc';
11
13
  export * from './misc/types';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kDAAkD,CAAC;AACjE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mBAAmB,CAAC","sourcesContent":["import './select.ssr';\n\nexport * from './components/select/types';\nexport * from './components/select/select.component';\nexport * from './components/option/optgroup.component';\nexport * from './components/option/option.component';\nexport * from './components/option';\nexport * from './components/select';\nexport * from './directives/ngSelectEdit/ngSelectEdit.directive';\nexport * from './misc/ngSelectControlValueAccessor.directive';\nexport * from './misc';\nexport * from './misc/types';\nexport * from './misc/pluginBus/pluginBus';\nexport * from './misc/pluginBus/pluginBus.interface';\nexport * from './misc/optionsGatherer/types';\nexport * from './modules/ngSelect.module';\nexport * from './modules/ngSelectDynamic.module';\nexport * from './modules/ngSelectEdit.module';\nexport * from './pipes/ngSelectValue.pipe';\nexport * from './plugins/keyboardHandler';\nexport * from './plugins/keyboardHandler/types';\nexport * from './plugins/keyboardHandler/components';\nexport * from './plugins/liveSearch';\nexport * from './plugins/liveSearch/types';\nexport * from './plugins/liveSearch/components';\nexport * from './plugins/normalState';\nexport * from './plugins/normalState/types';\nexport * from './plugins/normalState/components';\nexport * from './plugins/popup';\nexport * from './plugins/popup/types';\nexport * from './plugins/popup/component';\nexport * from './plugins/positioner';\nexport * from './plugins/positioner/types';\nexport * from './plugins/positioner/components';\nexport * from './plugins/readonlyState';\nexport * from './plugins/readonlyState/types';\nexport * from './plugins/valueHandler';\nexport * from './plugins/valueHandler/types';\nexport * from './plugins/valueHandler/components';\nexport * from './misc/extensions';"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,+CAA+C,CAAC;AAC9D,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mBAAmB,CAAC","sourcesContent":["import './index.ssr';\n\nexport * from './components/select/types';\nexport * from './components/select/select.component';\nexport * from './components/option/optgroup.component';\nexport * from './components/option/option.component';\nexport * from './components/option';\nexport * from './components/select';\nexport * from './directives/ngSelectAbsolute/ngSelectAbsolute.directive';\nexport * from './directives/ngSelectEdit/ngSelectEdit.directive';\nexport * from './directives/ngSelectPlaceholder/ngSelectPlaceholder.directive';\nexport * from './misc/ngSelectControlValueAccessor.directive';\nexport * from './misc';\nexport * from './misc/types';\nexport * from './misc/pluginBus/pluginBus';\nexport * from './misc/pluginBus/pluginBus.interface';\nexport * from './misc/optionsGatherer/types';\nexport * from './modules/ngSelect.module';\nexport * from './modules/ngSelectDynamic.module';\nexport * from './modules/ngSelectEdit.module';\nexport * from './pipes/ngSelectValue.pipe';\nexport * from './plugins/keyboardHandler';\nexport * from './plugins/keyboardHandler/types';\nexport * from './plugins/keyboardHandler/components';\nexport * from './plugins/liveSearch';\nexport * from './plugins/liveSearch/types';\nexport * from './plugins/liveSearch/components';\nexport * from './plugins/normalState';\nexport * from './plugins/normalState/types';\nexport * from './plugins/normalState/components';\nexport * from './plugins/popup';\nexport * from './plugins/popup/types';\nexport * from './plugins/popup/component';\nexport * from './plugins/positioner';\nexport * from './plugins/positioner/types';\nexport * from './plugins/positioner/components';\nexport * from './plugins/readonlyState';\nexport * from './plugins/readonlyState/types';\nexport * from './plugins/valueHandler';\nexport * from './plugins/valueHandler/types';\nexport * from './plugins/valueHandler/components';\nexport * from './misc/extensions';"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anglr/select",
3
- "version": "11.0.1",
3
+ "version": "11.0.2-beta.20220222065052",
4
4
  "description": "Angular component representing html select",
5
5
  "type": "module",
6
6
  "sideEffects": false,
package/src/index.d.ts CHANGED
@@ -1,11 +1,13 @@
1
- import './select.ssr';
1
+ import './index.ssr';
2
2
  export * from './components/select/types';
3
3
  export * from './components/select/select.component';
4
4
  export * from './components/option/optgroup.component';
5
5
  export * from './components/option/option.component';
6
6
  export * from './components/option';
7
7
  export * from './components/select';
8
+ export * from './directives/ngSelectAbsolute/ngSelectAbsolute.directive';
8
9
  export * from './directives/ngSelectEdit/ngSelectEdit.directive';
10
+ export * from './directives/ngSelectPlaceholder/ngSelectPlaceholder.directive';
9
11
  export * from './misc/ngSelectControlValueAccessor.directive';
10
12
  export * from './misc';
11
13
  export * from './misc/types';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kDAAkD,CAAC;AACjE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC;AACrD,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,+CAA+C,CAAC;AAC9D,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,sCAAsC,CAAC;AACrD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mCAAmC,CAAC;AAClD,cAAc,mBAAmB,CAAC"}
package/version.bak CHANGED
@@ -1 +1 @@
1
- 11.0.1
1
+ 11.0.2-beta.20220222065052