@compas-oscd/open-scd 0.34.34 → 0.34.36

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/index.d.ts CHANGED
@@ -1,6 +1,9 @@
1
1
  import './addons/Waiter.js';
2
2
  import './addons/Settings.js';
3
3
  import './addons/History.js';
4
+ import './action-pane.js';
5
+ import './action-icon.js';
6
+ import './plain-compare-list.js';
4
7
  export { HistoryState, historyStateEvent, HistoryUIDetail, OscdHistory, } from './addons/History.js';
5
8
  export { OscdLayout } from './addons/Layout.js';
6
9
  export { initializeNsdoc, Nsdoc } from './foundation/nsdoc.js';
@@ -21,4 +24,3 @@ export { WizardDialog } from './wizard-dialog.js';
21
24
  export { SCL_NAMESPACE, isSCLNamespace } from './schemas.js';
22
25
  export { de } from './translations/de.js';
23
26
  export { en } from './translations/en.js';
24
- import '../test/mock-open-scd.ts';
package/dist/index.js CHANGED
@@ -1,7 +1,9 @@
1
- // Addons
2
1
  import './addons/Waiter.js';
3
2
  import './addons/Settings.js';
4
3
  import './addons/History.js';
4
+ import './action-pane.js';
5
+ import './action-icon.js';
6
+ import './plain-compare-list.js';
5
7
  // History addon
6
8
  export { historyStateEvent, OscdHistory, } from './addons/History.js';
7
9
  // Layout addon
@@ -29,6 +31,4 @@ export { SCL_NAMESPACE, isSCLNamespace } from './schemas.js';
29
31
  // Translations
30
32
  export { de } from './translations/de.js';
31
33
  export { en } from './translations/en.js';
32
- // Test helpers
33
- import '../test/mock-open-scd.ts';
34
34
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,SAAS;AACT,OAAO,oBAAoB,CAAC;AAC5B,OAAO,sBAAsB,CAAC;AAC9B,OAAO,qBAAqB,CAAC;AAE7B,gBAAgB;AAChB,OAAO,EAEL,iBAAiB,EAEjB,WAAW,GACZ,MAAM,qBAAqB,CAAC;AAE7B,eAAe;AACf,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,aAAa;AACb,OAAO,EAAE,eAAe,EAAS,MAAM,uBAAuB,CAAC;AAS/D,OAAO,EAAE,uBAAuB,EAAwB,MAAM,oBAAoB,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,uBAAuB;AACvB,OAAO,EACL,YAAY,EACZ,cAAc,EACd,iBAAiB,EACjB,QAAQ,EAOR,QAAQ,EACR,aAAa,EACb,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,QAAQ,EAER,UAAU,EAGV,uBAAuB,EACvB,oBAAoB,EACpB,gBAAgB,EAChB,aAAa,EACb,mBAAmB,EAEpB,MAAM,iBAAiB,CAAC;AAEzB,eAAe;AACf,OAAO,EAAE,EAAE,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,EAAE,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAEpD,aAAa;AACb,OAAO,oBAAoB,CAAC;AAC5B,OAAO,uBAAuB,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGxD,UAAU;AACV,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,SAAS;AACT,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE7D,eAAe;AACf,OAAO,EAAE,EAAE,EAAE,MAAM,sBAAsB,CAAC;AAC1C,OAAO,EAAE,EAAE,EAAG,MAAM,sBAAsB,CAAC;AAE3C,eAAe;AACf,OAAO,0BAA0B,CAAA","sourcesContent":["// Addons\nimport './addons/Waiter.js';\nimport './addons/Settings.js';\nimport './addons/History.js';\n\n// History addon\nexport {\n HistoryState,\n historyStateEvent,\n HistoryUIDetail,\n OscdHistory,\n} from './addons/History.js';\n\n// Layout addon\nexport { OscdLayout } from './addons/Layout.js';\n\n// Foundation\nexport { initializeNsdoc, Nsdoc } from './foundation/nsdoc.js';\n\n// Plugin system\nexport {\n InstalledOfficialPlugin,\n Plugin,\n MenuPosition,\n PluginKind\n} from './plugin.js';\nexport { newConfigurePluginEvent, ConfigurePluginEvent } from './plugin.events.js';\nexport { pluginTag } from './plugin-tag.js';\n\n// Foundation utilities\nexport {\n compareNames,\n newWizardEvent,\n newSubWizardEvent,\n isPublic,\n Wizard,\n WizardPage,\n WizardActor,\n WizardAction,\n WizardInputElement,\n WizardInput,\n getValue,\n getMultiplier,\n identity,\n find,\n crossProduct,\n patterns,\n SCLTag,\n getVersion,\n LitElementConstructor,\n Mixin,\n getDescriptionAttribute,\n getInstanceAttribute,\n getNameAttribute,\n checkValidity,\n wizardInputSelector,\n WizardFactory\n} from './foundation.js';\n\n// Translations\nexport { de as oscdDe } from './translations/de.js';\nexport { en as oscdEn } from './translations/en.js';\n\n// Components\nimport './filtered-list.js';\nimport './wizard-textfield.js';\nexport { WizardTextField } from './wizard-textfield.js';\nexport { SelectedItemsChangedEvent } from './oscd-filter-button.js';\n\n// Wizards\nexport { mergeWizard } from './wizards.js';\nexport { OscdWizards } from './addons/Wizards.js';\nexport { Wizarding } from './Wizarding.js';\nexport { WizardDialog } from './wizard-dialog.js';\n\n// Schema\nexport { SCL_NAMESPACE, isSCLNamespace } from './schemas.js';\n\n// Translations\nexport { de } from './translations/de.js';\nexport { en } from './translations/en.js';\n\n// Test helpers\nimport '../test/mock-open-scd.ts'"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,sBAAsB,CAAC;AAC9B,OAAO,qBAAqB,CAAC;AAC7B,OAAO,kBAAkB,CAAC;AAC1B,OAAO,kBAAkB,CAAC;AAC1B,OAAO,yBAAyB,CAAA;AAEhC,gBAAgB;AAChB,OAAO,EAEL,iBAAiB,EAEjB,WAAW,GACZ,MAAM,qBAAqB,CAAC;AAE7B,eAAe;AACf,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,aAAa;AACb,OAAO,EAAE,eAAe,EAAS,MAAM,uBAAuB,CAAC;AAS/D,OAAO,EAAE,uBAAuB,EAAwB,MAAM,oBAAoB,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,uBAAuB;AACvB,OAAO,EACL,YAAY,EACZ,cAAc,EACd,iBAAiB,EACjB,QAAQ,EAOR,QAAQ,EACR,aAAa,EACb,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,QAAQ,EAER,UAAU,EAGV,uBAAuB,EACvB,oBAAoB,EACpB,gBAAgB,EAChB,aAAa,EACb,mBAAmB,EAEpB,MAAM,iBAAiB,CAAC;AAEzB,eAAe;AACf,OAAO,EAAE,EAAE,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,EAAE,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAEpD,aAAa;AACb,OAAO,oBAAoB,CAAC;AAC5B,OAAO,uBAAuB,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGxD,UAAU;AACV,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,SAAS;AACT,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE7D,eAAe;AACf,OAAO,EAAE,EAAE,EAAE,MAAM,sBAAsB,CAAC;AAC1C,OAAO,EAAE,EAAE,EAAG,MAAM,sBAAsB,CAAC","sourcesContent":["import './addons/Waiter.js';\nimport './addons/Settings.js';\nimport './addons/History.js';\nimport './action-pane.js';\nimport './action-icon.js';\nimport './plain-compare-list.js'\n\n// History addon\nexport {\n HistoryState,\n historyStateEvent,\n HistoryUIDetail,\n OscdHistory,\n} from './addons/History.js';\n\n// Layout addon\nexport { OscdLayout } from './addons/Layout.js';\n\n// Foundation\nexport { initializeNsdoc, Nsdoc } from './foundation/nsdoc.js';\n\n// Plugin system\nexport {\n InstalledOfficialPlugin,\n Plugin,\n MenuPosition,\n PluginKind\n} from './plugin.js';\nexport { newConfigurePluginEvent, ConfigurePluginEvent } from './plugin.events.js';\nexport { pluginTag } from './plugin-tag.js';\n\n// Foundation utilities\nexport {\n compareNames,\n newWizardEvent,\n newSubWizardEvent,\n isPublic,\n Wizard,\n WizardPage,\n WizardActor,\n WizardAction,\n WizardInputElement,\n WizardInput,\n getValue,\n getMultiplier,\n identity,\n find,\n crossProduct,\n patterns,\n SCLTag,\n getVersion,\n LitElementConstructor,\n Mixin,\n getDescriptionAttribute,\n getInstanceAttribute,\n getNameAttribute,\n checkValidity,\n wizardInputSelector,\n WizardFactory\n} from './foundation.js';\n\n// Translations\nexport { de as oscdDe } from './translations/de.js';\nexport { en as oscdEn } from './translations/en.js';\n\n// Components\nimport './filtered-list.js';\nimport './wizard-textfield.js';\nexport { WizardTextField } from './wizard-textfield.js';\nexport { SelectedItemsChangedEvent } from './oscd-filter-button.js';\n\n// Wizards\nexport { mergeWizard } from './wizards.js';\nexport { OscdWizards } from './addons/Wizards.js';\nexport { Wizarding } from './Wizarding.js';\nexport { WizardDialog } from './wizard-dialog.js';\n\n// Schema\nexport { SCL_NAMESPACE, isSCLNamespace } from './schemas.js';\n\n// Translations\nexport { de } from './translations/de.js';\nexport { en } from './translations/en.js';"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compas-oscd/open-scd",
3
- "version": "0.34.34",
3
+ "version": "0.34.36",
4
4
  "repository": "https://github.com/openscd/open-scd.git",
5
5
  "directory": "packages/openscd",
6
6
  "description": "A bottom-up substation configuration designer for projects described using SCL `IEC 61850-6` Edition 2 or greater.",
@@ -22,6 +22,15 @@
22
22
  "files": [
23
23
  "./dist/**"
24
24
  ],
25
+ "exports": {
26
+ ".": "./dist/index.js",
27
+ "./addons/Waiter.js": "./dist/addons/Waiter.js",
28
+ "./addons/Settings.js": "./dist/addons/Settings.js",
29
+ "./addons/History.js": "./dist/addons/History.js",
30
+ "./action-pane.js": "./dist/action-pane.js",
31
+ "./action-icon.js": "./dist/action-icon.js",
32
+ "./plain-compare-list.js": "./dist/plain-compare-list.js"
33
+ },
25
34
  "dependencies": {
26
35
  "@compas-oscd/core": "^0.1.21",
27
36
  "@compas-oscd/xml": "^0.0.1",